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
493 2013-09-04 16:14:41 PointedEars /trunk/
* map.js: Refactored to Module pattern
 
/trunk/map.js
492 2013-09-04 16:13:27 PointedEars /trunk/
* array.js
  - jsx.array.pop() uses object's pop() if available
  - Added jsx.array.uniq() and .uniqStr()
  - Clean-up
 
/trunk/array.js
491 2013-09-01 16:12:35 PointedEars /trunk/
* regexp.js: jsx.regexp.RegExp._exec(): Fixed JSdoc
 
/trunk/regexp.js
490 2013-08-30 15:48:27 PointedEars /trunk/
* regexp.js: Fixed: Missing named subpattern support with exec() when not in Unicode mode
 
/trunk/regexp.js
/trunk/test/regexp-test.js
489 2013-08-29 11:08:33 PointedEars /trunk/
* object.js
  - jsx.throwThis(): Fixed: throws undefined if string argument
  - jsx.importOnce(): Fixed typo
  - Added/fixed JSdoc for JSDT validator
  - Continued refactoring to module pattern
 
/trunk/object.js
488 2013-08-27 19:18:32 PointedEars /trunk/dom/
* dom/timeout.js: Fixed: run() does not cancel running timeout
(thanks to Douglas Reiser <d.reiser@outlook.de> for reporting)
 
/trunk/dom/timeout.js
487 2013-08-27 03:20:28 PointedEars /trunk/dom/
* dom/widgets.js
  - Completed module pattern
  - Added CheckboxList widget
 
/trunk/dom/widgets.js
486 2013-08-27 03:16:36 PointedEars /trunk/
* object.js: jsx.throwThis(): Fixed Array argument handling
 
/trunk/object.js
485 2013-08-26 20:56:29 PointedEars /trunk/
* dom.js: Added long names for common DOM methods, to ease migration
 
/trunk/dom.js
484 2013-08-21 11:36:09 PointedEars /trunk/
Fixed SVN keywords
 
/trunk/dom.js
/trunk/dom/forms.js
/trunk/string/compat.js
483 2013-08-21 06:12:37 PointedEars /trunk/dom/
* dom/widgets.js
  - Minor optimizations
  - Fixed JSdoc
 
/trunk/dom/widgets.js
482 2013-08-18 00:35:43 PointedEars /trunk/
* array.js: Fixed JSdoc
 
/trunk/array.js
481 2013-08-17 14:43:26 PointedEars /trunk/
* array.js: Refactored to Module Pattern
 
/trunk/array.js
480 2013-08-17 09:40:32 PointedEars /trunk/
* array.js: Added jsx.array.createFilter()
 
/trunk/array.js
479 2013-08-06 00:48:31 PointedEars /trunk/dom/
* 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
 
/trunk/dom/geocoding.js
478 2013-08-02 12:15:45 PointedEars /trunk/
* object.js: Unified code style of ?: operator
 
/trunk/object.js
477 2013-08-01 18:33:59 PointedEars /trunk/
Added UnicodeData.txt
 
/trunk/UnicodeData.txt
/trunk
476 2013-08-01 18:30:13 PointedEars /trunk/
* UnicodeData.js: Defined only property classes that are not built into regexp.js
 
/trunk/UnicodeData.js
475 2013-08-01 18:22:42 PointedEars /trunk/
* regexp.js
  - Added theoretical full Unicode support with jsx.string.unicode.WideString(),
    but UCD text parsing is still borken
 
/trunk/regexp.js
/trunk/test/regexp-test.js
/trunk/test/regexp.php
474 2013-07-31 17:30:50 PointedEars /trunk/dom/
* dom/geocoding.js:
  - Replaced console.log() with jsx.info()
  - Clean-up
 
/trunk/dom/geocoding.js
473 2013-07-28 23:39:53 PointedEars /trunk/dom/
Added generic geocoding feature
 
/trunk/dom/geocoding.js
472 2013-07-26 17:09:40 PointedEars /trunk/
* http.js
  - setSuccessListener() returns instance
  - setRequestType() accepts encoding argument
 
/trunk/http.js
471 2013-07-12 06:47:09 PointedEars /trunk/
* 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)
 
/trunk/dom.js
/trunk/dom/compat.js
/trunk/dom/css.js
470 2013-07-09 01:11:00 PointedEars /trunk/dom/
* dom/widgets.js
  - jsx.dom.widgets.Widget; Added methods to retrieve and set
    target element properties
  - Added jsx.dom.widgets.Container.prototype.getText()
 
/trunk/dom/widgets.js
469 2013-07-09 01:07:59 PointedEars /trunk/dom/
* dom/geolocation.js: Added feature wrapper and JSdoc
 
/trunk/dom/geolocation.js
468 2013-07-09 00:12:57 PointedEars /trunk/
Renamed global.js to engine.js (2/2)
 
/trunk/global.js
467 2013-07-09 00:09:10 PointedEars /trunk/
* dom.js
  - jsx.dom.create*FromObj(): Use jsx.dom.css.*styleProperty()
  - jsx.dom.loadScript(): Append to document.body by default, support framesets
 
/trunk/dom.js
466 2013-07-08 23:43:50 PointedEars /trunk/dom/
jsx.dom.css.*styleProperty()
 
/trunk/dom/ani.js
/trunk/dom/css.js
/trunk/dom/css/compat.js
465 2013-07-08 21:51:47 PointedEars /trunk/dom/
* 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
 
/trunk/dom/ani.js
/trunk/dom/css.js
464 2013-07-07 12:39:51 PointedEars /trunk/dom/
* dom/css.js
  - Started module pattern
  - Fixed warnings
  - Fixed JSdoc
 
/trunk/dom/css.js
463 2013-07-02 00:16:52 PointedEars /trunk/
* lcars.js
  - Completed i18n support
  - Clean-up
 
/trunk/lcars.js
462 2013-07-02 00:15:27 PointedEars /trunk/dom/
* dom/geolocation.js
  - Added i18n support (setText())
  - Use U+2009 THIN SPACE to separate number and length unit by default
    (configurable with setText())
 
/trunk/dom/geolocation.js
461 2013-07-02 00:12:54 PointedEars /trunk/dom/
* dom/widgets.js
  - Parent must be a jsx.dom.widgets.Container
  - New methods:
    + jsx.dom.widgets.Widget.prototype.setStyleProperty()
    + jsx.dom.widgets.Widget.prototype.resetStyleProperty()
    + jsx.dom.widgets.Widget.prototype.setStyle()
 
/trunk/dom/widgets.js
460 2013-07-02 00:09:42 PointedEars /trunk/dom/
* dom/css.js: Added jsx.dom.css.resetStyleProperty()
 
/trunk/dom/css.js
459 2013-07-01 22:12:03 PointedEars /trunk/
* lcars.js: lcars.MultiDisplay.prototype.setAnalysis(): Removed inappropriate division slash replacement
 
/trunk/lcars.js
458 2013-07-01 22:09:38 PointedEars /trunk/dom/
* dom/geolocation.js: Fixed jsx.dom.geolocation.getAltAccuracyString()
 
/trunk/dom/geolocation.js
457 2013-07-01 22:02:36 PointedEars /trunk/
* lcars.js: Moved Geolocation string computation to dom/geolocation.js
 
/trunk/dom/geolocation.js
/trunk/lcars.js
456 2013-07-01 17:56:06 PointedEars /trunk/
* lcars.js: Added widgets and support for Geolocation
 
/trunk/lcars.js
455 2013-06-30 00:41:23 PointedEars /trunk/
* engine.js: (new jsx.engine.EngineInfo()).getFullName(): Fixed spacing
 
/trunk/engine.js
454 2013-06-29 17:40:35 PointedEars /trunk/
* engine.js: Provide more specific API
 
/trunk/engine.js