Go to most recent revision | Show changed files | Directory listing | RSS feed
* dom/widgets.js - Minor optimizations - Fixed JSdoc
* array.js: Fixed JSdoc
* array.js: Refactored to Module Pattern
* array.js: Added jsx.array.createFilter()
* dom/geocoding.js - jsx.dom.geocoding.GeocoderStatus.setProperties() only set defined properties - jsx.dom.geocoding.geocode(): + Added options: startFromLast, dontOverwrite + Simplified error handling - Fixed JSdoc
* object.js: Unified code style of ?: operator
Added UnicodeData.txt
* UnicodeData.js: Defined only property classes that are not built into regexp.js
* regexp.js - Added theoretical full Unicode support with jsx.string.unicode.WideString(), but UCD text parsing is still borken
* dom/geocoding.js: - Replaced console.log() with jsx.info() - Clean-up
Added generic geocoding feature
* http.js - setSuccessListener() returns instance - setRequestType() accepts encoding argument
* General - Moved css.js:jsx.dom.css.*className() to dom.js:jsx.dom.*className() (not CSS-specific) * dom.js - jsx.dom.removeClassName() returns a boolean success value - jsx.dom.*className() support classList property (DOM4)
* dom/widgets.js - jsx.dom.widgets.Widget; Added methods to retrieve and set target element properties - Added jsx.dom.widgets.Container.prototype.getText()
* dom/geolocation.js: Added feature wrapper and JSdoc
Renamed global.js to engine.js (2/2)
* dom.js - jsx.dom.create*FromObj(): Use jsx.dom.css.*styleProperty() - jsx.dom.loadScript(): Append to document.body by default, support framesets
jsx.dom.css.*styleProperty()
* dom/css.js: - Streamlined code to *one* jsx.dom.*css*.getComputedStyle() - jsx.dom.getStyleProperty() and jsx.dom.getStyleProperty(): + Prefer property collection over getPropertyValue()/setProperty() + Support camelCased and dash-property names + Map supported -prefix-properties automagically
* dom/css.js - Started module pattern - Fixed warnings - Fixed JSdoc
←Prev12Next→
Show All