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
480 2013-08-17 09:40:32 PointedEars /trunk/
* array.js: Added jsx.array.createFilter()
 
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
 
478 2013-08-02 12:15:45 PointedEars /trunk/
* object.js: Unified code style of ?: operator
 
477 2013-08-01 18:33:59 PointedEars /trunk/
Added UnicodeData.txt
 
476 2013-08-01 18:30:13 PointedEars /trunk/
* UnicodeData.js: Defined only property classes that are not built into regexp.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
 
474 2013-07-31 17:30:50 PointedEars /trunk/dom/
* dom/geocoding.js:
  - Replaced console.log() with jsx.info()
  - Clean-up
 
473 2013-07-28 23:39:53 PointedEars /trunk/dom/
Added generic geocoding feature
 
472 2013-07-26 17:09:40 PointedEars /trunk/
* http.js
  - setSuccessListener() returns instance
  - setRequestType() accepts encoding argument
 
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)
 
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()
 
469 2013-07-09 01:07:59 PointedEars /trunk/dom/
* dom/geolocation.js: Added feature wrapper and JSdoc
 
468 2013-07-09 00:12:57 PointedEars /trunk/
Renamed global.js to engine.js (2/2)
 
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
 
466 2013-07-08 23:43:50 PointedEars /trunk/dom/
jsx.dom.css.*styleProperty()
 
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
 
464 2013-07-07 12:39:51 PointedEars /trunk/dom/
* dom/css.js
  - Started module pattern
  - Fixed warnings
  - Fixed JSdoc
 
463 2013-07-02 00:16:52 PointedEars /trunk/
* lcars.js
  - Completed i18n support
  - Clean-up
 
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())
 
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()
 
460 2013-07-02 00:09:42 PointedEars /trunk/dom/
* dom/css.js: Added jsx.dom.css.resetStyleProperty()
 
459 2013-07-01 22:12:03 PointedEars /trunk/
* lcars.js: lcars.MultiDisplay.prototype.setAnalysis(): Removed inappropriate division slash replacement
 
458 2013-07-01 22:09:38 PointedEars /trunk/dom/
* dom/geolocation.js: Fixed jsx.dom.geolocation.getAltAccuracyString()
 
457 2013-07-01 22:02:36 PointedEars /trunk/
* lcars.js: Moved Geolocation string computation to dom/geolocation.js
 
456 2013-07-01 17:56:06 PointedEars /trunk/
* lcars.js: Added widgets and support for Geolocation
 
455 2013-06-30 00:41:23 PointedEars /trunk/
* engine.js: (new jsx.engine.EngineInfo()).getFullName(): Fixed spacing
 
454 2013-06-29 17:40:35 PointedEars /trunk/
* engine.js: Provide more specific API
 
453 2013-06-29 17:28:23 PointedEars /trunk/
* engine.js: Fixed implementation long names (for es-matrix)
 
452 2013-06-21 22:34:38 PointedEars /trunk/
* engine.js: Renamed global.js to engine.js, updated with ES Matrix info
 
451 2013-06-21 17:36:21 PointedEars /trunk/dom/
* dom/widgets.js
  - jsx.dom.widgets.Table(): .addTitles supports `abbr' attribute instead of `data-title'
  - Fixed JSdoc
 
450 2013-06-20 03:09:47 PointedEars /trunk/dom/
* dom/widgets.js
  - jsx.dom.widgets.Table: Added support for multiple headers
 
449 2013-06-18 20:27:37 PointedEars /trunk/test/
* regexp.js: Updated testcases
 
448 2013-06-18 20:06:35 PointedEars /trunk/
* regexp.js: jx.regexp.RegExp(): Fixed and optimized UCD text parsing
 
447 2013-06-18 19:13:48 PointedEars /trunk/
* regexp.js: jsx.regexp.RegExp.definePropertyClasses(): Only consider argument's keys
 
446 2013-06-18 19:09:13 PointedEars /trunk/
* regexp.js
  - Organized local variables
  - Optimized UCD text parsing
 
445 2013-06-18 18:17:33 PointedEars /trunk/
* regexp.js
  - Refactored to module pattern
  - Cross-view safe checks with jsx.object.getClass() instead of .constructor
 
444 2013-06-13 04:14:12 PointedEars /trunk/dom/
* dom/widgets.js: jsx.dom.widgets.Table: Added support for accessible table cells (headers → title)
 
443 2013-05-21 20:29:43 PointedEars /trunk/
array.js: Fixed syntax error
 
442 2013-05-20 15:20:42 PointedEars /trunk/object/
object/object-compat.js: Backported jsx.object.clone() and jsx.object.extend() from object.js
 
441 2013-05-20 15:19:57 PointedEars /trunk/
* object.js
  - jsx.object.clone(): Fixed warnings
  - jsx.object.extend() returns extended object