341 |
2013-02-16 22:15:37 |
PointedEars |
/trunk/ |
Resource Builder: Simplified parameter parsing |
|
340 |
2013-02-16 22:14:15 |
PointedEars |
/trunk/ |
Resource Builder: Implemented JSX dependencies resolver (EXPERIMENTAL; use with resolve=1) |
|
339 |
2013-02-15 00:31:44 |
PointedEars |
/trunk/dom/ |
* dom/ani.js, dom/css.js
- Moved jsx.dom.animation.types and jsx.dom.animation.propertyInfo
to jsx.dom.css.types and jsx.dom.css.propertyInfo
* dom/ani.js
- Added SVN keywords |
|
338 |
2013-02-06 14:21:03 |
PointedEars |
/trunk/ |
Removed trailing commas in initializers
(incompatible with JScript < 9 and JScript = 9 in Compatibility Mode) |
|
337 |
2013-02-06 14:18:19 |
PointedEars |
/trunk/ |
Added anti-SOPA.js as of 2012-01-18 |
|
336 |
2013-02-04 04:15:02 |
PointedEars |
/trunk/dom/ |
* dom/css.js: Fixed bogus references to experimental Mozilla JavaScript Map API
(<https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Map>) |
|
335 |
2013-01-31 02:30:18 |
PointedEars |
/trunk/ |
* .htaccess: General update |
|
334 |
2013-01-31 02:29:02 |
PointedEars |
/trunk/test/ |
* test/test.js
- Use monospace font for error messages
- Display newlines in error messages |
|
333 |
2013-01-31 02:26:20 |
PointedEars |
/trunk/ |
* dom.js: jsx.dom.createNodesFromObj(): Use jsx.dom.setStyleProperty() |
|
332 |
2013-01-23 14:13:04 |
PointedEars |
/trunk/dom/ |
* dom/css.js
- jsx.dom.getStyleProperty()
+ Prefer getPropertyValue() over mapping to extension properties
- Fixed JSdoc |
|
331 |
2013-01-23 13:52:00 |
PointedEars |
/trunk/dom/ |
* dom/css.js: Prefer setProperty() and getPropertyValue()
over mapping to extension properties |
|
330 |
2013-01-23 12:21:58 |
PointedEars |
/trunk/ |
* object.js: Fixed jsx.object.PropertyError
(Name-checked user-defined exceptions must be named explicitly;
else they inherit the name, and name checks, e.g. in regexp.js, fail.
Alternative: instanceof) |
|
329 |
2013-01-09 04:53:06 |
PointedEars |
/trunk/dom/ |
* dom/widgets.js: Updated copyright notice |
|
328 |
2013-01-09 04:52:13 |
PointedEars |
/trunk/dom/ |
* dom/widgets.js: jsx.dom.widgets.Button.prototype.init(): Optimized self-reference |
|
327 |
2013-01-09 04:50:22 |
PointedEars |
/trunk/dom/ |
* dom/widgets.js: jsx.dom.widgets.Widget: Updated JSdoc |
|
326 |
2013-01-09 03:18:57 |
PointedEars |
/trunk/string/ |
* string/hyphenation.js
- jsx.string.hyphenation:
+ Unified imports
+ Escaped non-ASCII RegExp |
|
325 |
2013-01-08 18:16:09 |
PointedEars |
/trunk/test/ |
* test/debug.js: Fixed bad import |
|
324 |
2013-01-02 18:21:22 |
PointedEars |
/trunk/ |
Resource Builder: gzip works, gzip now disabled by default (interferes with cgi_buffer) |
|
323 |
2012-12-31 03:31:59 |
PointedEars |
/trunk/dom/ |
* dom/ani.js: Fixed JScript 5.6-incompatible trailing comma in object initialiser |
|
322 |
2012-12-31 03:29:23 |
PointedEars |
/trunk/dom/ |
* dom/ani.js
- Animation(), Timeline(): Auto-cast object-type options (accepts object initialisers)
- Timeline::_getNativeProperty(): Fixed reference to jsx.dom.css.camelize |
|