Subversion Repositories JSX

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
547 2014-04-22 02:52:45 PointedEars /trunk/
* regexp.js: Fixed unintential nbsp
 
546 2014-04-08 13:32:46 PointedEars /trunk/
* regexp.js
  - Unicode mode:
    + Added support for PCRE_DOTALL
    + Added support for \D, \S and \W
 
545 2014-04-06 18:20:47 PointedEars /trunk/
* http.js: Fixed "this" bug causing duplicate call of success listener with XHR2 support
 
544 2014-03-29 21:54:34 PointedEars /trunk/
* array.js
  - Removed extra variable declarations
  - jsx.array.Array: Fixed index check
  - jsx.array.BigArray:
    + Fixed handling of primitive constructor arguments
    + Fixed index check
    + Optimizations
  - jsx.array.pop() supports all array-like objects
  - Formatted code
  - Fixed JSdoc
 
543 2014-03-29 15:52:42 PointedEars /trunk/
* object.js
  - Completed jsx.object refactoring to module pattern (without .extend() parts)
  - jsx.require(): Minor optimization
 
542 2014-03-29 04:10:17 PointedEars /trunk/
* object.js: jsx.require(): Support asynchronous loading with JSX:dom/events.js
 
541 2014-03-28 02:34:10 PointedEars /trunk/
* engine.js: Improved and updated V8 version inference
 
540 2014-03-21 17:05:12 PointedEars /trunk/
* object.js: jsx.object.isInstanceOf(): Multi-level instanceof emulation
 
539 2014-03-12 15:14:12 PointedEars /trunk/
* map.js: _Bucket: Optimized property access
 
538 2014-03-12 15:06:07 PointedEars /trunk/
* map.js: Fixed mapping of objects with equal string keys
 
537 2014-03-10 01:31:16 PointedEars /trunk/JSdoc/
JSdoc: Fixed parser
 
536 2014-03-08 21:06:36 PointedEars /branches/live/
* dom.js merged from trunk
 
535 2014-03-08 20:58:54 PointedEars /branches/live/
Removed Python nature
 
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
 
533 2014-03-08 18:40:35 PointedEars /trunk/
* math.js: Added jsx.math.sgn(), emulates Math.sign() if necessary
 
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
 
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
 
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"
 
529 2014-03-01 17:10:09 PointedEars /trunk/string/
* string/unicode.js: Clean-up of JSdoc, identifiers and editor instructions
 
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
 

Show All