Klaas Pieter Annema
8b32f561ec
added selectedRow to CPTableView
2010-02-02 15:57:15 +01:00
Klaas Pieter Annema
1571b6daa2
fixed CPTableView's header view reliance on row height
2010-02-02 15:44:23 +01:00
Klaas Pieter Annema
2d69509d5e
- implemented CPTableView heightOfRow: delegate method
...
- implemented CPOutlineView heightForItem: delegate method
- made CPTableView work correctly with variable sized rows
2010-02-02 14:15:22 +01:00
Klaas Pieter Annema
8edf05c000
made sure the outline view returns a dataview if it's delegate doesn't implement dataViewForTableColumn:item: or if that method returned nil
2010-02-02 11:37:57 +01:00
Klaas Pieter Annema
0e6cef0268
implement outlineview expandItem:expandChildren:
2010-02-02 11:23:24 +01:00
Klaas Pieter Annema
60e4d8e080
Merge remote branch 'cappuccino/jake' into jake
...
Conflicts:
AppKit/CPOutlineView.j
AppKit/CPTableView.j
2010-02-02 10:24:13 +01:00
Randall Luecke
6b58986ec3
Added better artwork for pressed header images for the tableview.
2010-02-02 01:56:53 -05:00
Randall Luecke
e88ec01fca
Fixed bug where the first click on the CPTableView wouldn't select a row if drag and drop was supported.
2010-02-01 23:26:24 -05:00
Francisco Ryan Tolmasky I
8284498722
Merge branch 'jake' into loader
...
Conflicts:
AppKit/Platform/DOM/CPPlatformString.j
2010-02-01 20:19:20 -08:00
Tom Robinson
e088280a5f
Implement description and toString for class objects.
2010-02-01 17:38:13 -08:00
Klaas Pieter Annema
7f78c323e9
implemented outlineView:shouldSelectItem delegate method
2010-02-01 19:08:22 +01:00
Klaas Pieter Annema
77303c1aeb
- implemented CPTableView's dataViewForTableColumn:row: delegate method
...
- implemented CPOutlineView's dataViewForTableColumn:item: delegate method
2010-02-01 19:00:48 +01:00
Randall Luecke
cc74f941c6
Better "fix" for Safari breaking the outlineview... This bug still needs a reduction though.
2010-02-01 11:44:24 -05:00
Randall Luecke
775c1c1c8b
Fixed the outline view again...
2010-02-01 11:11:51 -05:00
cacaodev and Randall Luecke
35a7456302
Fixes rows drawing when alternatingRowBackgroundColors > 2. TableTest showing 3 row colors
2010-02-01 10:59:23 -05:00
Klaas Pieter Annema
4006b35a5e
fixed a bug where the outline view would send drag & drop datasource messages to it's datasource when they are not implemented
2010-02-01 12:39:22 +01:00
Tom Robinson
b562280503
press cleanup
2010-02-01 02:33:41 -08:00
Klaas Pieter Annema
e3a075a6a6
- implemented CPOutlineView drag & drop
...
- improved CPTableView drag & drop feedback
2010-02-01 11:22:57 +01:00
Klaas Pieter Annema
8c534c6d33
Merge branch 'outlineview' into jake
2010-02-01 11:17:15 +01:00
Klaas Pieter Annema
82be6c243c
Merge branch 'jake' into enstore_jake
...
Conflicts:
AppKit/CPTableView.j
2010-02-01 11:07:42 +01:00
Klaas Pieter Annema
5b8ee5dd1b
Merge branch 'jake' of git://github.com/280north/cappuccino into jake
...
Conflicts:
AppKit/CPTableView.j
2010-02-01 11:03:27 +01:00
Randall Luecke
050a132bd5
Initial documentation of CPTableView.
2010-02-01 03:40:09 -05:00
Randall Luecke
146bff6766
Initial documentation of CPTableView
2010-02-01 03:27:03 -05:00
Francisco Ryan Tolmasky I
cd98bce331
Turned off logging by default, removed unecessary logs, and fixed bug where turning of logs broke the build.
...
Reviewed by me.
2010-01-31 23:59:58 -08:00
Randall Luecke
a2d3723c7a
Merge branch 'jake-table' into jake
2010-02-01 02:38:32 -05:00
Randall Luecke
ecb88a87ad
Added proper grid drawing for highlighted rows. Closing issues #369 Also fixing bug where top row would not draw its background when clipped
2010-02-01 02:33:04 -05:00
Ross Boucher
3f2813932a
Merge branch 'jake' of git@github.com:280north/cappuccino into jake
2010-01-31 23:07:11 -08:00
Ross Boucher
c2223e3942
Closes #429 . This should actually resolve the issue by simply removing the potential race condition entirely.
2010-01-31 23:06:23 -08:00
Randall Luecke
2dc0839d36
Fixed bug where CPButtonBar would not display anything until resized. Closes issue #151 .
2010-02-01 00:58:30 -05:00
Tom Robinson
97ef1d1781
Added persistent history to objj repl.
2010-01-31 19:41:58 -08:00
Francisco Ryan Tolmasky I
e64a9a7ab9
Fix for objj command line tool not working.
...
Reviewed by me.
2010-01-31 18:36:36 -08:00
Francisco Ryan Tolmasky I
d4f3f83212
Fix for nib2cib not working with new loader.
...
Reviewed by me.
2010-01-31 17:28:51 -08:00
Randall Luecke
1488f3ed58
Merge branch 'jake' of git://github.com/280north/cappuccino into jake
2010-01-31 19:02:20 -05:00
Randall Luecke
26945bde42
Removed commented out code and fixed a bug where the pressed state was still set when you drag the mouse from outside the bounds of the header and let go.
2010-01-31 18:58:32 -05:00
Ross Boucher
c911dd8aa6
Slight order change. This really should not matter.
2010-01-31 15:37:06 -08:00
Ross Boucher
1c81e0eee0
Closes #429 . Doesn't necessarily address the root cause however.
...
The problem stems from a bug in Safari which is allowing callbacks
to interrupt running code (which should be impossible in JavaScript).
The change essentially makes it so that in the case where this happens,
which is rare, we'll end up accidentally creating an extra iframe.
This isn't ideal, but it also isn't harmful, versus the current
situation where code will simply break.
2010-01-31 15:13:07 -08:00
Ross Boucher
5366713790
Closes #429 . Doesn't necessarily address the root cause however.
...
The problem stems from a bug in Safari which is allowing callbacks
to interrupt running code (which should be impossible in JavaScript).
The change essentially makes it so that in the case where this happens,
which is rare, we'll end up accidentally creating an extra iframe.
This isn't ideal, but it also isn't harmful, versus the current
situation where code will simply break.
2010-01-31 15:07:23 -08:00
Ross Boucher
e9940d060a
Merge branch 'loader' of git@github.com:280north/cappuccino into loader
2010-01-31 14:01:32 -08:00
Ross Boucher
605e905f3e
Missing a local assignment of the task variable in one of our jake additions. Causes failures on non cappuccino builds.
2010-01-31 14:00:12 -08:00
cacaodev and Randall Luecke
11d30566bf
CPTableHeaderView: change background in -layoutSubviews instead of -setThemeState: ; Added a CPThemeStatePressed used privately, makes things easier for custom headers
2010-01-31 16:31:25 -05:00
Francisco Ryan Tolmasky I
0942f9fac3
Replaced instances of non-compressable words.
...
Reviewed by me.
2010-01-31 13:14:51 -08:00
Francisco Ryan Tolmasky I
7b303b6529
Removed unused functions.
...
Reviewed by me.
2010-01-31 12:48:26 -08:00
Ross Boucher
6a9040989d
Merge branch 'jake' into loader
2010-01-31 12:32:41 -08:00
Ross Boucher
840e9c7671
When removing an item from the collection view, we now unconditionally unhighlight it.
...
We also reapply highlights after reloading finishes.
Closes #248 .
2010-01-31 12:29:38 -08:00
Randall Luecke
1d9e2f8169
Changed drawn gradients to aristo art.
2010-01-31 01:55:45 -05:00
Francisco Ryan Tolmasky I
8c9f302b67
Added debug stuff.
...
Reviewed by me.
2010-01-30 21:08:18 -08:00
Ross Boucher
44f23cd8ac
Merge branch 'loader' of git@github.com:280north/cappuccino into loader
2010-01-30 19:24:47 -08:00
Ross Boucher
c88f781509
Fix for Cib connections not being available in IE.
2010-01-30 19:23:45 -08:00
Francisco Ryan Tolmasky I
3dc578d585
Fix for using setTimeout instead of setNativeTimeout and assuming bundled directories are themselves not bundles.
...
Reviewed by me.
2010-01-30 19:11:12 -08:00
Francisco Ryan Tolmasky I
238d8ff0be
Merge branch 'jake' into loader
2010-01-30 18:09:17 -08:00