More at cappuccino.org: Home | Learn | Discuss | Contribute | Download

#7 Klaas Pieter Annema - All time
Showing 55 commits

All contributors →
Hash Date Message
acf5e5b 2010-07-26 call super in _CPObservableArray removeObjectAtIndex:
90e9b86 2010-07-26 match CPTableView's alternating row colors with Aristo's
2ae8d25 2010-07-19 don't use === for date equality checking
5646685 2010-07-15 fix CPDate isEqual: and isEqualToDate:
023cf46 2010-07-15 check for nil in CPString isEqual:
36bb41a 2010-07-15 implemented isEqual: on CPString
8cfba4c 2010-07-08 only offset a nib2cib'ed textfield if it has a bezel
d947c84 2010-07-08 made _accessorForKey slightly faster by inlining it as a...
8ce63a2 2010-07-07 store accessors in a javascript object not a CPDictionar...
0306c35 2010-07-07 don't copy the selection indexes in setContent:
ff8e5ae 2010-07-07 save _replacedKeys on the class in stead of the object i...
f73d8a5 2010-06-29 implemented isEditable nib2cib support for CPTableColumn
f40fc32 2010-06-16 Make the window perform it's defaults button's key equiv...
eaf4fa2 2010-06-16 slightly delay triggering the action in CPControl perfor...
560ea75 2010-06-04 added CPArrayController to AppKit.j
78fd972 2010-06-02 only reverse set the binding on end editing
d9c094f 2010-06-01 call tableview doubleclick action even if target is nil ...
eacd408 2010-05-27 Fixed a typo in CPObjectController
084da71 2010-05-27 exposed more bindings on CPControl
3cd4428 2010-05-26 - added CPValueTransformer to Foundation.j
bc0fa6a 2010-05-26 made removeObject on _CPKVCArray work properly
51c9022 2010-05-26 exposed enabled binding on CPControl and made sure CPCon...
2a630a7 2010-05-25 made CPDictionary call [super valueForKey:] on keys pref...
6c1a6a2 2010-05-25 made _sendPartialString send it's action down the respon...
08b06b8 2010-05-21 implemented CPCoding support for CPSortDescriptor and ma...
6a34329 2010-05-20 fixed a typo where CPThemeStateSelectedDataView was set ...
ca7af88 2010-05-20 - updated tablecolumn nib2cib to support new row selecti...
b32d503 2010-05-19 implemented CPTableColumn isHidden nib2cib support
7c78640 2010-05-11 Merge remote branch 'klaaspieter/column-reordering'
9c9eb51 2010-05-06 call willChange* and didChange* methods on the actual cl...
79ba8fe 2010-05-05 made column reordering work with scrolled content
213c81e 2010-05-05 made table column reordering work in non full-bridged apps
d7432c3 2010-05-05 fixed a bug where column reordering would break when the...
b8c7d6e 2010-05-04 some cleanup
256cc90 2010-05-04 - switch columns when the dragged column is more than ha...
f7b766c 2010-05-04 - made the _dragViewForTableColumn:event:offset: method ...
dca66f3 2010-05-03 - gave the drag column a proper 'image' representation
fd9dac8 2010-05-03 - refactored mouse interaction
8b168e7 2010-04-29 refactored CPTableHeaderView mouse interaction
0315ad3 2010-04-13 - fixed CPKeyedUnarchiver decodeBytesForKey attempting t...
6bd8e96 2010-04-08 fixed a bug where the table header would attempt to set ...
d06d699 2010-04-07 used content inset in stead of frame offset to properly ...
004829a 2010-04-07 table header view nib2cib updates
5479c77 2010-04-07 changed the table header view image height to 23.0
1f97616 2010-04-07 override default IB tableview grid colors with aristo's
e65fcda 2010-04-07 - changed default dataview styling to aristo
428f5a6 2010-04-07 changed default table view alternating row colors to aristo
440eed7 2010-03-05 Merge commit 'klaaspieter/outlineview' into outlineview
ee2f361 2010-02-16 Reimplemented setImageDimsWhenDisabled: on CPButton to o...
4bc8f01 2010-02-09 made sure the dragserver doesn't call prepareDrag if the...
c423411 2010-01-29 made sure CPControl's trackMouse: doesn't eat mouse even...
c291ad8 2010-01-24 Implemented visual feedback when dragging in CPTableView
c6a4eb2 2010-01-22 added cpviewanimation
d041c69 2009-10-30 Added a check if the window is loaded in CPWindowController
af062da 2009-06-30 Fix for selection being lost when changing the number of...