Randall Luecke
4a98417ee8
Added call to auto resizing after user manually resizes the columns.
2010-02-08 02:20:38 -05:00
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
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
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
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
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
Randall Luecke
1d9e2f8169
Changed drawn gradients to aristo art.
2010-01-31 01:55:45 -05:00
cacaodev and Randall Luecke
86fa759f9f
CPTableHeaderView.j: Gradient headers for canvas capable browsers | Bg images for others. Column selection with pressed state.
...
AppController.j: Modified left table in TestTable to test column selection.
CPTableView.j: Added missing ivar; Fixed -deselectRow|Column:
2010-01-30 13:05:48 -05:00
Randall Luecke
22aa4d359e
Hard coded header view resources into the CPTableView
2010-01-22 02:09:22 -05:00
Francisco Ryan Tolmasky I
cdaa363a82
Removed unecessary call in header view.
...
Reviewed by me.
2009-08-21 22:41:40 -07:00
Francisco Ryan Tolmasky I
bd69683dc2
Fix for infinite loop when sizing last column to fit.
...
Reviewed by me.
2009-08-21 20:03:26 -07:00
Randy and Francisco Ryan Tolmasky I
58aef6ef74
tableview fixes
2009-08-21 20:03:26 -07:00
Ross Boucher
ac6c03f2c7
Fix for incorrectly sized header views
2009-06-24 22:52:42 -07:00
Ross Boucher
849dda0725
Add support for header views in table view and scroll view
2009-06-24 15:12:26 -07:00
Francisco Ryan Tolmasky I
ece999662d
Beginnings of new versions of these classes.
...
Reviewed by me.
2009-06-08 10:27:25 -07:00