[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r30] by kakenbok

[DOC] Added LinkedList example

[DOC] Update APIDoc to the latest revision

2009-10-15 08:57:52 Tree
[r29] by kakenbok

[Bug] Removing at start or at end of an ArrayListFx did dispatch the removal notification twice.

2009-10-14 12:01:33 Tree
[r28] by kakenbok

[DEV] Added a children filter to IRecursiveFilterIterator to be able to skip children of particular items in recursive enumeration

[DEV] Renamed event kind FxEvents.COLLECTION_REPLACED to FxEvents.DATA_SOURCE_REPLACED

2009-10-06 22:15:57 Tree
[r27] by kakenbok

[BUG] Subsequent calls to getNext() without a prior hasNext did fail in RecursiveIterator, if the current child iterator had been finished in between.

2009-08-07 12:55:55 Tree
[r26] by kakenbok

[DEV] Added bulk operations to IArrayList and its implementors to increase performance
- addItemsAt(index : uint, items : Array);
- removeItemsAt(index : uint, numItems : uint);

2009-08-05 10:36:49 Tree
[r25] by kakenbok

[DEV] Renamed sortList to sort in ArrayList

2009-07-27 08:52:19 Tree
[r24] by kakenbok

[DEV] Added ICollectionFx interface to mark collections as bindable.

[Bug] Added missing event after ArrayListFx.addItemAt(index).

2009-07-26 20:14:51 Tree
[r23] by kakenbok

[DOC] Update APIDoc to the latest revision

2009-05-15 20:47:00 Tree
[r22] by kakenbok

[DEV] Added new RecursiveFilterIterator

[DEV] Set several AbstractFilterIterator methods to final. Only accepts() is now allowed to be overriden.

2009-05-15 20:41:46 Tree
[r21] by kakenbok

[DOC] Examples and doc updated

2009-04-22 00:25:10 Tree
Older >