cacaodev and Randall Luecke
36a85e935b
TableView : Column resizing. Works with column resizingMasks.
...
TODO: Automatic table resizing should only resize columns marked with TableColumnAutoresizingMask.
TODO: When implemented, use CPTrackingArea instead of mouse moved events.
2010-02-08 01:19:10 -05:00
chandlerkent and Randall Luecke
9034203a4f
Fixed a bug where CPTableView doesn't scroll to the top index when using the arrow keys.
2010-02-08 00:49:08 -05:00
Randall Luecke
24e8f8aa43
Restyled tableview to match new Aristo art. Added a bit of a padding to the dataviews and headerviews.
2010-02-07 23:55:40 -05:00
Ross Boucher
632251b16c
Infinite recursion error.
2010-02-06 18:31:20 -08:00
Ross Boucher
2406cbe7ed
Merge branch 'jake' into loader
2010-02-06 17:47:03 -08:00
Ross Boucher
e6a0caa164
cplutil wasn't converting.
...
CFPropertyList couldn't output XML correctly.
2010-02-06 17:46:32 -08:00
Francisco Ryan Tolmasky I
cd3e2fbbb8
Fix for cplutil.
...
Reviewed by me.
2010-02-06 17:14:37 -08:00
Randall Luecke
47bd6e5ce3
Further cleanup of code and logs in the tableview.
2010-02-06 17:53:40 -05:00
Randall Luecke
f590c63e33
Cleaned up tableview logs.
2010-02-06 17:36:20 -05:00
Randall Luecke
e8b74ece72
Fixed tableview begin drag/drop behavior to be more cocoa like.
2010-02-06 17:29:19 -05:00
Tom Robinson
3d45699bc7
Merge branch 'loader' of github.com:280north/cappuccino into loader
...
Conflicts:
Objective-J/CPLog.js
2010-02-06 14:01:56 -08:00
Tom Robinson
ae987f19dc
Fixed CPLogRegisterRange and added dup checking and unregister function
2010-02-06 14:00:58 -08:00
Francisco Ryan Tolmasky I
09786cb8d2
Fix CPLog additions breaking build.
...
Reviewed by me.
2010-02-06 01:57:44 -08:00
Tom Robinson
17072f9ed4
Move CPLog to Objective-J
2010-02-05 22:27:13 -08:00
Tom Robinson
82d3d1abc5
Merge branch 'loader' of github.com:280north/cappuccino into loader
2010-02-05 21:12:08 -08:00
Tom Robinson
2cc40a7961
Add sprintf.js to Objective-J
2010-02-05 21:11:47 -08:00
Francisco Ryan Tolmasky I
c523e706e9
Better error reporting.
...
Reviewed by me.
2010-02-05 20:18:18 -08:00
Klaas Pieter Annema
cdca8047b9
Merge branch 'jake' into outlineview
...
Conflicts:
AppKit/CPTableView.j
2010-02-05 15:14:40 +01:00
Klaas Pieter Annema
09b8a3394e
Merge branch 'jake' of git://github.com/280north/cappuccino into jake
...
Conflicts:
AppKit/CPTableColumn.j
2010-02-05 12:15:34 +01:00
Klaas Pieter Annema
ed1a7a4bc9
- removed variable row heights from CPTableView (can be found in variabletableview branch)
...
- fixed a bug where it was not possible to drag unselectable rows #445
2010-02-05 12:11:39 +01:00
Klaas Pieter Annema
0696fb405e
improved CPTableView's drop row logic for the lowest possible row
2010-02-05 11:51:06 +01:00
Randall Luecke
265a410342
Changed the default text color for table column data views to match Aristo.
2010-02-04 21:27:06 -05:00
Nicholas Small
cbd0d6e6a2
Better nib2cib and CPCoder support for CPTableView.
2010-02-04 15:25:16 -05:00
Nicholas Small
25e0a59d5b
Merge branch 'loader' of github.com:280north/cappuccino into loader
2010-02-04 14:14:36 -05:00
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 Ljungberg and Ross 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