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
212 2011-03-06 13:22:29 PointedEars /trunk/
Updated license to GPLv3
 
211 2011-03-06 12:39:22 PointedEars /trunk/
* General
  - Added historic documentation
  - Added test/.htaccess
  - Added mass svn:ignore
 
210 2011-03-06 11:22:35 PointedEars /trunk/
* .htaccess
  - Added RedirectMatch to WebSVN repository view

* css.js
  - Replaced obsolete CSSSelectorList references
  - Fixed JSdoc

* http.js
  - Moved everything to jsx.net.http namespace

* regexp.js
  - Updated to use new jsx.net.http namespace

* General
  - Renamed httprequest.js to http.js
 
209 2011-03-05 23:54:08 PointedEars /trunk/
* ani.js
  - Adapted for changed Color namespace
  - Fixed JSdoc

* css.js
  - Moved everything to jsx.css namespace
  - Replaced date-based versioning with SVN keywords

* regexp.js
  - Moved everything to jsx.regexp namespace
  - Replaced date-based versioning with SVN keywords

* UnicodeData.js
  - Adapted for new jsx.regexp namespace

* xpath.js
  - Added support for default namespaces

* General
  - Major reorg: moved old documentation to doc/historic/,
    test cases to test/, old SELFHTML.DE JS FAQ to faq/
  - Updated major scripts to GPLv3 (includes auto-format
    like bracing)
 
208 2011-02-27 15:58:06 PointedEars /trunk/
* httprequest.html
  - Moved test case to test/

* object.js
  - Replaced date-based versioning with SVN keywords
  - Function.prototype.extend(): Catch Object.defineProperties() exceptions
    to work around potential Google V8 (Chromium) bug with
    ValueCollection.extend() and CSSelectorList.extend()

* style.css
  - Restored Inconsolata as first source code font
  
* xpath.js
  - Fixed: Cannot evaluate() on foreign documents
  - Changed from this.XPathResult to variable declaration (original also
    has DontDelete attribute set)
  - Added support for MSXML XPath XmlNode::selectNodes()
  - Renamed jsx.xpath.getDefaultNSResolver() to avoid confusion with getters
  - jsx.path.createNSResolver() supports documentNode argument to create
    the resolver for a context document instead of the current one
  - Added jsx.xpath.createCustomNSResolver() to allow easy matching of
    elements in the default namespace
  - Added name to jsx.xpath.InvalidImplementationError
  - Clean-up:
    + Replaced pointless constructor/factory with namespace object
    + Moved everything except XPathResult into jsx.xpath namespace
    + Added SVN keywords
    + Fixed e-mail address
 
207 2011-02-21 01:43:10 PointedEars /trunk/
* ani.js
  - Added JSdoc for static properties

* dhtml.js
  - jsx.dom.gEBTN(): Fixed bogus argument checks

* debug.js
  - synhl(): Added support for RegExp literals with unescaped forward slash in character class
  - Clean-up: Braces, missing semicolons, JSdoc

* Documentation:
  - Renamed doc/packages.html to files.html
  - doc/jsx/animation/Timeline.html: Updated static properties
  - doc/tree.html: Updated base target and tree list
 
206 2011-02-15 23:41:47 PointedEars /trunk/
* ani.js
  - Added jsx.animation.Timeline.INDEFINITE (static property)
  - jsx.animation.Animation: Timeline's targets initialized in constructor
  - Timeline:
    + types, propertyInfo: Moved local variables to public static properties
    + Moved KeyFrame evaluation to public evaluateKeyValues()
    + Uses KeyFrame-provided comparator to sort key frames
  - Restored Frame type, KeyFrame as subtype
  - Added jsx.animation.KeyValue to allow properties to be
    interpolated differently from the default of their KeyFrame
  - Updated Timeline documentation
 
205 2011-02-14 01:28:57 PointedEars /trunk/doc/
Started API doc
 
204 2011-02-14 01:27:01 PointedEars /trunk/
* ani.js
  - Rewrite to follow JavaFX's keyframe-based approach

* css.js
  - Color:
    + Added cloning support
    + Added component setters with value checks
  - Clean-up:
    + Fixed bracing
    +  Changed JSdoc format

* object.js
  - Added jsx.object.defineProperties(),
    a wrapper to define getters and setters
  - jsx.object.inheritFrom inherits from Object.prototype by default
  - jsx.object.clone() creates instances of compatible (inheriting)
    prototypes
  - Clean-up: Fixed JSdoc to use supported format

* string.js
  - Added experimental Unicode string comparator
    to support compositing sequences

* General
  - Added documentation subtree
 
203 2011-02-06 22:42:29 PointedEars /trunk/
* ani.js
  - Rewrite to follow JavaFX's keyframe-based approach;
    keeping previous code as template for enhancements

* collection.js
  - Fixed bad inheritance that caused all Array instances to become Collections

* object.js
  - Added jsx.MSG_* "constants" for use with jsx.dmsg()
  - Added jsx.info() and jsx.warn() as jsx.dmsg() shortcuts
  - jsx.object.clone(): Quick fix for COPY_ENUM_*;
    TODO: Restore, or inherit from, original type
  - jsx.throwThis(): Fixed ReferenceError

* style.css
  - Added subtitle support
  - Changed background-color from white to transparent
    (for the  Matrixes)
    
* time.js
  - Fixed formatting

* General:
  - Added svn:ignore for _debug.js/
 
202 2010-12-29 22:10:33 PointedEars /trunk/
object.js: Fixed/clarified JSdoc
 
201 2010-11-24 00:41:58 PointedEars /trunk/
* dhtml.js 
  - _getComputedStyle(): Replaced bogus jsx.string.hyphenatedToCamelCase() call
    (still error-prone)
 
200 2010-11-22 21:44:21 PointedEars /trunk/
* httprequest.js
  - send(): Replaced error-prone null assignment with closure
  - Fixed JSdoc
 
199 2010-11-22 19:44:16 PointedEars /trunk/
* httprequest.js
  - Fixed POST implementation (uses default request Content-Type now)
 
198 2010-11-17 09:45:08 PointedEars /trunk/
* dhtml.js
  - _createEventListener(): Added support for frequently used event properties
  - Updated version property

* object.js
  - addProperties(), clone(): Consider read-only properties
  - Updated version property
 
197 2010-11-08 14:57:39 PointedEars /trunk/
object.js: Fixed silly typo
 
196 2010-11-03 12:10:40 PointedEars /trunk/
svn:ignore .settings
 
195 2010-11-03 12:06:43 PointedEars /trunk/
* object.js
  - tryThis(): Removed error-prone, superfluous OR operation
 
194 2010-11-03 02:05:07 PointedEars /trunk/
* dhtml.js
  - Clarified identifiers
  
* object.js
  - Fixed Object.defineProperty() call
 
193 2010-11-02 14:01:17 PointedEars /trunk/
* dhtml.js
  - Fixed JSdoc
  
* httprequest.js
  - Added ActiveXObject TODO
  - Fixed JSdoc
  
* object.js
  - Modified Object.defineProperty() debug message
  
* types.js
  - Moved Copyright comment to top
 

Show All