Subversion Repositories JSX

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
538 2014-03-12 15:06:07 PointedEars /trunk/
* map.js: Fixed mapping of objects with equal string keys
 
/trunk/map.js
537 2014-03-10 01:31:16 PointedEars /trunk/JSdoc/
JSdoc: Fixed parser
 
/trunk/JSdoc/jsdoc-simple.js
536 2014-03-08 21:06:36 PointedEars /branches/live/
* dom.js merged from trunk
 
/branches/live
/branches/live/dom.js
535 2014-03-08 20:58:54 PointedEars /branches/live/
Removed Python nature
 
/branches/live/.project
534 2014-03-08 18:46:55 PointedEars /trunk/math/
* math/complex.js
  - jsx.math.complex.Complex():
    + Real part defaults to 0
    + Added .sub()
    + .pow() can return Wth powers where W.im != 0
 - jsx.math.complex.Polar(): magnitude and argument default to 0
 - Updated JSdoc
 - Added UTF-8 declaration for Vim
 
/trunk/math/complex.js
533 2014-03-08 18:40:35 PointedEars /trunk/
* math.js: Added jsx.math.sgn(), emulates Math.sign() if necessary
 
/trunk/math.js
532 2014-03-08 03:56:39 PointedEars /trunk/math/
* math/algebra.js
  - jsx.math.Vector():
    + Fixed .cross()
    + Added size and fill parameters
    + Added .abs() alias for .mag()
    + Added .toString() and .unit()
  - Clean-up:
    + Renamed .data to .components
    + Fixed JSdoc
 
/trunk/math/algebra.js
531 2014-03-08 03:43:43 PointedEars /trunk/math/
* math/complex.js
  - jsx.math.complex.Complex():
    + Imaginary part default is 0
    + Added .abs(), .div(), .conjugate(), .log(), .pow(), .toPolar(), .valueOf()
    + .sqrt() can use Math.sign()  from ES 6 Draft
  - Added jsx.math.complex.Polar() for converting to and from polar forms
  - Clean-up:
    + Renamed parameters
    + Fixed JSdoc
 
/trunk/math/complex.js
530 2014-03-08 03:33:34 PointedEars /trunk/
* math.js
  - Added method for generic operation, used by existing generic operations
  - Added generic natural logarithm
  - Added jsx.math.isInteger() and jsx.math.isNatural()
  - Clean-up:
    + Renamed parameters
    + Changed "General" to "Generic"
 
/trunk/math.js
529 2014-03-01 17:10:09 PointedEars /trunk/string/
* string/unicode.js: Clean-up of JSdoc, identifiers and editor instructions
 
/trunk/string/unicode.js
528 2014-02-27 02:01:45 PointedEars /trunk/dom/
* dom/widgets.js
  - Removed extra namespaces
  - Fixed JSdoc typo
  - jsx.dom.widgets.Table: Prepared for highlighting matches
 
/trunk/dom/widgets.js
527 2014-02-26 22:39:24 PointedEars /trunk/
* dom.js: Added jsx.dom.createMarkupFromObj()
 
/trunk/dom.js
526 2014-02-24 04:48:04 PointedEars /trunk/test/
* test/test.js: jsx.test.assertArrayEquals(): Added support for recursive comparison
 
/trunk/test/test.js
525 2014-02-24 04:45:19 PointedEars /trunk/
* math.js:
  - Refactored to Module Pattern
  - Added general operations
  - Added math/complex.js, math/rational.js
  - Added unit test

* math/algebra.js
  - Refactored to Module Pattern
  - Added jsx.math.Tensor, jsx.math.Vector
  - Added jsx.math,Matrix prototype methods
  - Use basic operations
  
* math/float.js
  - Added jsx.math.convertAngle();
    deprecates jsx.math.sin(), .sinX(), .cos(), cosX(), and .tanX()
  
* math/integer.js
  - Started refactoring to Module Pattern
  - Added Math.primes()
 
/trunk/math/complex.js
/trunk/math/rational.js
/trunk/test/math-test.js
/trunk/math.js
/trunk/math/algebra.js
/trunk/math/float.js
/trunk/math/integer.js
524 2014-02-24 04:33:04 PointedEars /trunk/test/
* ani.js: Updated test case for opacity
 
/trunk/test/ani.html
523 2014-02-24 04:31:28 PointedEars /trunk/
* http.js: TODO
 
/trunk/http.js
522 2014-02-24 04:30:01 PointedEars /trunk/dom/
* dom/xpath.js: Refactored to module pattern
 
/trunk/dom/xpath.js
521 2014-02-24 04:29:30 PointedEars /trunk/dom/
* dom/ani.js: Use jsx.array.get() instead
 
/trunk/dom/ani.js
520 2014-02-24 04:25:41 PointedEars /trunk/dom/
* dom/css.js: Fixed: jsx.dom.css.getComputedStyle(): Bogus parameter reference
 
/trunk/dom/css.js
519 2014-02-24 04:23:10 PointedEars /trunk/
* dom.js: Refactored to Module Pattern
 
/trunk/dom.js

Show All