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
32 2004-09-06 22:00:00 PointedEars /trunk/
object.js/0.1/2004-09-06-22:
- Removed .vu references
- Added PE properties
- clone() cleanup
- Added findNewProperty(), _hasOwnProperty()
- inheritFrom(): JSdoc cleanup, use function expression for Dummy()
- Function.prototype.apply()/.call(): referred by global variable,
  uses findNewProperty()
 
31 2004-08-16 02:00:00 PointedEars /trunk/test/
 
30 2004-08-10 06:36:00 PointedEars /trunk/
Imported printf*.c as template for string.js:format()
 
29 2004-08-08 06:00:00 PointedEars /trunk/
dhtml.js/0.9/2004-08-08-06:
- Named function expressions
- Reformatted JSdoc
 
28 2004-08-05 11:00:00 PointedEars /trunk/
Added object.js
 
27 2004-07-10 03:00:00 PointedEars /trunk/
dhtml.js/0.8/2004-07-10-03: Added several functions
 
26 2004-07-10 01:00:00 PointedEars /trunk/
string.js/1.29/2004-07-10-01:
- Removed String.addToPrototype() in favor of String.prototype.addProperties()
- Added several functions
- stripTags(): Added support for format flags
 
25 2004-07-10 01:00:00 PointedEars /trunk/
string.js/1.29/2004-07-10-01:
- Removed String.addToPrototype() in favor of String.prototype.addProperties()
- Added several functions
- stripTags(): Added support for format flags
 
24 2004-06-06 07:00:00 PointedEars /trunk/
* math.js/1.16/2004-06-06-07
  - Removed global variables in favor of Math properties
  - Added support for complex numbers, dimensions, intervals and matrices
 
23 2004-05-04 02:00:00 PointedEars /trunk/
Added collection.js/0.1/2004-05-04-02
 
22 2004-04-06 13:00:00 PointedEars /trunk/
* array.js/0.1/2004-04-06-13:
  - Create `Array' if it is not there
  - Added methods:
    + array_pop()
  - array_search(), inArray()
    + Supports strict and deep search
  - Removed Array.addToPrototype() in favor of Array.prototype.addProperties()
    + isElementOf() replaced by contains(), implements inArray() 
    + Added changeCase(), implements array_changeCase()
    + Added pop(), implements array_fill() (later discovered bug)
    + Added push() overwrites existing push(), implements array_push()
    + reverse() now implements array_fill() (later discovered bug)
    + Added search(), implements array_search()
  - Clean-up:
    + Compacted and updated JSdoc
    + Updated JSdoc reference
 
21 2004-03-31 11:00:00 PointedEars /trunk/
Added window.js/1.29/2004-03-31-11
  - Implemented code style, JSdoc
  - Several optimizations
 
20 2004-03-16 16:00:00 PointedEars /trunk/test/
* debug.js
  - Updated version
  - Re-enabled and fixed .docURL
  - dummyError(), (new ObjectInfo()).forObject():
    + Use qualified onerror reference
  - uglyfy(): Fixed return value 
  - ObjectInfo(): Fixed hasOwnProperty() test
  - getObjInfo():
    + Use HTML-BRs
    + Use void() with javascript: URIs
    + Use debug "namespace"
  - Clean-up:
    + Avoid property warnings with feature test
    + Unified bracing
    + JSdoc: Removed unnecessary comments
 
19 2004-03-16 16:00:00 PointedEars /trunk/
Added string.js/1.29/2004-03-16-16 with JSdoc HTML
 
18 2004-03-16 16:00:00 PointedEars /trunk/
Added string.js/1.29/2004-03-16-16 with JSdoc HTML
 
17 2004-03-12 10:00:00 PointedEars /trunk/
* math.js/1.14/2004-03-12-10
  - Added/updated several functions
 
16 2004-03-06 06:00:00 PointedEars /trunk/
Added search.js
 
15 2004-02-10 00:00:00 PointedEars /trunk/
Added types.js/1.29/2004-02-10-00
 
14 2004-02-08 02:00:00 PointedEars /trunk/
* dhtml.js (dhtml.js/0.6/2004-02-08-02)
  - Clean-up
    + Unified bracing
    + Updated JSdoc
    + Added HTML documentation reference
  - Updated version
  - Changed globals to DHTML instance properties
  - Added DHTML.prototype.isMethodType()
  - Added DHTML.prototype.dummyError()
  - Added DHTMLException() and dhtml.allowExceptionMsg
  - DHTML.prototype.getElem()
    - Uses DHTMLException()
  - Fixed feature tests
  - Added globals as DHTML prototype methods:
    + getCont()
    + setCont()
    + getAttr()
    + setAttr()
    + setStyleProperty()
    + radioChkdVal()
    + removeOptions()
    + addOption()
  - Added methods:
    + display()
    + visibility()
    + setValue()
    + hoverImg()
    + selectRadioBtn()
    + disableElementGroup()
    + registerEvent()
    + loadScript()
 
13 2004-02-07 14:00:00 PointedEars /trunk/test/
Added test/debug.js/0.99/2004-02-07-14
 

Show All