Nicholas Small
|
ab34ee882e
|
Add a few flags to NSTableView and CPCoder support for gridColor and gridStyleMask in CPTableView.
|
2010-02-04 14:14:31 -05:00 |
|
Ross Boucher
|
4f05657236
|
Merge branch 'jake' into loader
Conflicts:
Objective-J/Preprocessor.js
|
2010-02-04 11:10:39 -08:00 |
|
Klaas Pieter Annema
|
7720200679
|
- improved the CPOutlineView drag & drop support in cases where more than 1 parent is possible
- improved the outline view test project
|
2010-02-04 16:56:48 +01:00 |
|
Klaas Pieter Annema
|
117ec9970c
|
- reduced the number of rows on the tableview sample so it works with the variable row heights
- made CPTableView ask for the rect of the drop highlight so CPOutlineView can adjust this
- re factored some stuff in CPOutlineView's table delegate
|
2010-02-04 14:20:12 +01:00 |
|
Klaas Pieter Annema
|
766073f77a
|
reverted some of my drop highlight changes
|
2010-02-04 13:09:10 +01:00 |
|
Klaas Pieter Annema
|
5f0a60f61c
|
Merge branch 'jake' of git://github.com/280north/cappuccino into jake
|
2010-02-04 10:35:47 +01:00 |
|
Tom Robinson
|
d608d34166
|
Fixed "phase 1" of press for new loader
|
2010-02-04 01:00:55 -08:00 |
|
Tom Robinson
|
8bc1c7445d
|
export fileExecuterForPath (and use exports.fileExecuterForPath internally so it can be overridden for press, etc)
|
2010-02-03 23:50:16 -08:00 |
|
Tom Robinson
|
985b906c94
|
Merge branch 'loader' of git@github.com:280north/cappuccino into loader
|
2010-02-03 22:21:55 -08:00 |
|
Randall Luecke
|
e8ac94f8da
|
Improved logic for drawing highlighted grid lines.
|
2010-02-04 00:41:15 -05:00 |
|
Randall Luecke
|
9465dd6941
|
Merge branch 'jake' of git://github.com/280north/cappuccino into jake
|
2010-02-04 00:23:19 -05:00 |
|
Randall Luecke
|
28a00fff23
|
Fixed drawing bug where a the bottom grid line for the selected rows would be drawn white.
|
2010-02-04 00:19:59 -05:00 |
|
Francisco Ryan Tolmasky I
|
c418481981
|
Don't require trashing Objective-J when changes are made for them to be picked up.
Reviewed by me.
|
2010-02-03 20:37:24 -08:00 |
|
Randall Luecke
|
2b87b9f3fc
|
Styled the test for the tableview headers, also added more rows to tabletest for performance testing.
|
2010-02-03 22:34:13 -05:00 |
|
Ross Boucher
|
683eb993e8
|
Fix for a broken dirname method on File.
|
2010-02-03 16:17:12 -08:00 |
|
Ross Boucher
|
e19d6a58c9
|
Merge branch 'loader' of github.com:280north/cappuccino into loader
|
2010-02-03 14:58:16 -08:00 |
|
 Alexander LjungbergandRoss Boucher
|
2dccee05bc
|
Fixed: CPWindow setFrame:display: failed with an "unrecognized selector" exception.
|
2010-02-03 14:58:01 -08:00 |
|
Francisco Ryan Tolmasky I
|
ac2885afc6
|
Support base tag again.
Reviewed by me.
|
2010-02-03 14:31:02 -08:00 |
|
Nicholas Small
|
972909902e
|
Added ApplicationTask#setFrameworks path. The default is local frameworks, you could also use ENV.CAPP_BUILD or pass capp to use the installed frameworks.
|
2010-02-03 11:43:48 -05:00 |
|
Klaas Pieter Annema
|
b07f2ed186
|
improved the location of the drag feedback view
|
2010-02-03 15:25:28 +01:00 |
|
Klaas Pieter Annema
|
ee6160e796
|
- fixed some issues with variable sized
- made CPOutlineView return the last index when dragging the row outside of it's bounds
|
2010-02-03 15:06:42 +01:00 |
|
Klaas Pieter Annema
|
5940e6913d
|
Merge branch 'jake' of git://github.com/280north/cappuccino into jake
|
2010-02-03 10:16:45 +01:00 |
|
Klaas Pieter Annema
|
c85e33c034
|
Fixed a bug where the CPTextField value was not updated properly when the update happened in the same 'runloop' iteration as becomeFirstResponder
|
2010-02-03 10:11:32 +01:00 |
|
Francisco Ryan Tolmasky I
|
21ef259e1f
|
Fix for being too strict when accepting PLISTs and also fixes a regression with erroring when parsing code with shebangs(!).
Closes #69.
Reviewed by me.
|
2010-02-03 00:31:37 -08:00 |
|
Ross Boucher
|
2b66683167
|
Update the documentation config based on feedback from:
http://cappnotes.worldofkrauss.com/sectins/objective-j-categories/8-miscellaneous/14-api-documentation-fixes.html
If you have graphviz installed, graphs will now be generated.
Ruby and doxygen are prereqs for building the docs.
|
2010-02-02 18:35:42 -08:00 |
|
Ross Boucher
|
851a0e3d24
|
Fix a preprocess.js typo.
Closes #440.
|
2010-02-02 14:52:55 -08:00 |
|
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 |
|
 cacaodevandRandall 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 |
|