Go to most recent revision | Show changed files | Directory listing | RSS feed
* lcars.js - Bugfixes and optimizations - Use getters and setters - Added i18n support - Added sound support
* widgets.js - Use getter and setter for target - Reorganized definitions
* dom/events.js - jsx.dom.createEventListener(): Added support for "bubbles", "cancelable", "currentTarget", "eventPhase", and "timeStamp" properties - jsx.dom.replaceEventListener() uses jsx.dom.removeEventListener() and nulls event-handler property - Optimizations
* types.js - Added jsx.types.isString() and jsx.types.isNativeValue() - Removed jsx.types.isArray() in favor of object.js:jsx.object.isArray()
* object.js - Optimized jsx.object.clone() * object/object-compat.js - Bugfixes and optimizations - jsx.debugValue(): Backported from object.js - Updated JSdoc
* http.js: Use setRequestHeader() consequently
* object.js - jsx.object.clone() now uses jsx.object.isObject() to check for recursion - jsx.object.getDataObject() now supports source object - Fixed JSdoc
* object.js - jsx.object.getFunctionName() can use jsx.regexp.RegExp to parse Unicode identifiers - jsx.throwThis(): Fixed argument array, ignore context in this case - Updated JSdoc
* object.js - jsx.object.isObject(): Primitive values are no longer considered objects - jsx.object.callIfMethod(): Fixed refactoring regression
* doc/style.css - Added icon for links to external resources - Formated sections and headings
doc: - Added collection.js and symbols - Sorted tree items
doc: Added object.js and array.js symbols
* regexp.js: Fixed unintential nbsp
* regexp.js - Unicode mode: + Added support for PCRE_DOTALL + Added support for \D, \S and \W
* http.js: Fixed "this" bug causing duplicate call of success listener with XHR2 support
* 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
* object.js - Completed jsx.object refactoring to module pattern (without .extend() parts) - jsx.require(): Minor optimization
* object.js: jsx.require(): Support asynchronous loading with JSX:dom/events.js
* engine.js: Improved and updated V8 version inference
* object.js: jsx.object.isInstanceOf(): Multi-level instanceof emulation
←Prev12Next→
Show All