Randall Luecke
|
22c481ff27
|
Implemented allKeysForObject: in CPDictionary with tests.
|
2010-08-12 14:18:45 -05:00 |
|
Randall Luecke
|
14fb769582
|
Removed ambiguity in CPDictionary keys type. Closes #700
|
2010-08-12 13:29:17 -05:00 |
|
Randall Luecke
|
da0af13142
|
Added basic suppport for CPOutlineView in the nib2cib tool
Conflicts:
AppKit/CPOutlineView.j
|
2010-08-12 13:11:41 -05:00 |
|
 Aparajita FishmanandRandall Luecke
|
44fb4a9b83
|
-setIntercellSpacing should update the header as well as the table, per Cocoa (and common sense)
|
2010-08-11 23:21:30 -05:00 |
|
Randall Luecke
|
1e6f6879ff
|
Run CPArrayPerformanceTest with jake test.
|
2010-08-11 23:17:38 -05:00 |
|
Alexander Ljungberg
|
ba33bb56d0
|
Moved the visual table test for borders into the TableTest folder.
|
2010-08-12 00:08:43 -04:00 |
|
 Aparajita FishmanandAlexander Ljungberg
|
ab5e2dd774
|
Fix for issue #816 (NSTableView/CPTableView do not read selection highlight style and column resizing style)
|
2010-08-12 00:06:52 -04:00 |
|
 Aparajita FishmanandAlexander Ljungberg
|
0b1b1bbe0b
|
Fix for issue #817 (Support for alignment and line break mode in NSTextField/CPTextField)
|
2010-08-11 23:53:34 -04:00 |
|
Alexander Ljungberg
|
1aebc8942d
|
Merge branch 'master' of github.com:280north/cappuccino
|
2010-08-11 23:35:26 -04:00 |
|
Alexander Ljungberg
|
233df3bdab
|
Fixed: the "fix for column reordering with hidden columns" sometimes caused the table view to try to remove nonexistent data views and crash. The fix is to consider a nonexistent data view already removed and just move on.
|
2010-08-11 23:33:21 -04:00 |
|
Randall Luecke
|
dd9c085ae3
|
Fix for new sort being unstable with a huge thanks to Shon Frazier. Reviewed by Me and Alexander Ljungberg.
|
2010-08-11 22:33:14 -05:00 |
|
Alexander Ljungberg
|
1fed798120
|
Fixed: CPGraphics.j was not imported anywhere so the CPScrollView borders changes didn't work. Also minor code cleanup.
|
2010-08-11 23:07:05 -04:00 |
|
 Aparajita FishmanandAlexander Ljungberg
|
fcf9c0bc84
|
Full support for all NSScrollView border types, beginnings of a new tableview tester that shows dynamic changing of border type.
|
2010-08-11 22:49:37 -04:00 |
|
 Aparajita FishmanandAlexander Ljungberg
|
fd9a753170
|
Port of NSGraphics
|
2010-08-11 22:49:31 -04:00 |
|
Randall Luecke
|
2a5f4b98ed
|
Merge branch 'master' of git://github.com/280north/cappuccino
|
2010-08-11 20:30:17 -05:00 |
|
 David HessandRandall Luecke
|
ad33d1648c
|
Patch to CPSlider to invert its value in vertical mode so that max value is represented at the top of the track instead of the bottom.
|
2010-08-11 20:29:46 -05:00 |
|
Alexander Ljungberg
|
1f784f46c7
|
Merge branch 'master' of github.com:280north/cappuccino
|
2010-08-11 20:24:29 -04:00 |
|
Randall Luecke
|
ed52b44f8b
|
Removed redundent methods in the tableview. Closes #822
|
2010-08-11 19:07:13 -05:00 |
|
Randall Luecke
|
4b8cc3e6d1
|
Table column drag view should draw lines the same color as the parent tableview.
|
2010-08-11 18:39:16 -05:00 |
|
Alexander Ljungberg
|
6b8e10cb2e
|
Whitespace cleanup of CPShadowView.
|
2010-08-11 19:20:10 -04:00 |
|
 Aparajita FishmanandAlexander Ljungberg
|
952bb4bb7c
|
added CPShadow shadowViewEnclosingView
|
2010-08-11 19:18:52 -04:00 |
|
 Aparajita FishmanandRandall Luecke
|
a0bcae2404
|
The Cocoa default is always to draw column lines, this wasn't being set in CPTableColumnView.
|
2010-08-11 18:16:48 -05:00 |
|
Randall Luecke
|
567f54c9f9
|
Fix global from error in previous mergre.
|
2010-08-11 17:32:50 -05:00 |
|
 Aparajita FishmanandRandall Luecke
|
66f84ede6e
|
Fix for issue #799 (NSFont replaces LucidaGrande-Bold 13 with the theme font)
|
2010-08-11 17:16:44 -05:00 |
|
 Aparajita FishmanandRandall Luecke
|
5b1ca8a7f9
|
Fix for issue #807 (NSTextField sets text color unconditionally, which causes theme lookup failure later)
|
2010-08-11 17:07:51 -05:00 |
|
 Aparajita FishmanandRandall Luecke
|
4fc894e430
|
Fix for issue #820 (horizontal grid drawn incorrectly with no rows)
|
2010-08-11 16:58:05 -05:00 |
|
 cacaodevandRandall Luecke
|
15356b617b
|
DrawRowTest that was announced in the previous commit
|
2010-08-11 16:32:26 -05:00 |
|
 cacaodevandRandall Luecke
|
c8f6e12586
|
CPTableView: Implement -drawRow:clipRect: . The method is called only when a tableview subclass implements it for performance reasons.
DrawRowTest demonstrating the feature.
Conflicts:
AppKit/CPTableView.j
|
2010-08-11 16:32:01 -05:00 |
|
Randall Luecke
|
102cc92991
|
Merge branch 'master' of git://github.com/280north/cappuccino
|
2010-08-11 16:12:43 -05:00 |
|
Randall Luecke
|
1e490f1796
|
Fix for column reordering with hidden columns. Closes #637
|
2010-08-11 15:59:04 -05:00 |
|
 Aparajita FishmanandAlexander Ljungberg
|
088a5c7166
|
Remove extra call to _init in -initWithCoder:
|
2010-08-11 12:23:47 -04:00 |
|
Randall Luecke
|
5837533678
|
Use a default TableView.
|
2010-08-10 20:58:04 -05:00 |
|
Randall Luecke
|
20ec557655
|
Initial reorganization of CPTableView testing.
|
2010-08-10 20:53:43 -05:00 |
|
 cacaodevandRandall Luecke
|
b7d1dfa75f
|
CPArray sorting: improve performance by 40% (JSC) replacing native js sort() with the merge-sort algorithm.
Test with ojunit CPArrayPerformance.j
|
2010-08-10 18:16:03 -05:00 |
|
Randall Luecke
|
33e4a082d6
|
Some visual changes to column dragging to make it a bit more like cocoa.
|
2010-08-09 18:43:11 -05:00 |
|
Randall Luecke
|
dd49ef51d5
|
Merge branch 'master' of git://github.com/280north/cappuccino
|
2010-08-09 17:37:49 -05:00 |
|
Randall Luecke
|
13b2a886f3
|
Changed CPRect and CPPoint functions to _CG
|
2010-08-09 17:36:33 -05:00 |
|
Alexander Ljungberg
|
c1dfb315a9
|
Merge branch 'master' of github.com:280north/cappuccino
|
2010-08-09 18:31:51 -04:00 |
|
Randall Luecke
|
96958d26c7
|
Accidental globals.
|
2010-08-09 17:22:14 -05:00 |
|
Alexander Ljungberg
|
8d635c7a5a
|
Moved ArrayController1 test into the Manual folder.
|
2010-08-09 18:21:16 -04:00 |
|
 Aparajita FishmanandAlexander Ljungberg
|
627c300b4a
|
Switched to using bit mask constants
|
2010-08-09 18:02:40 -04:00 |
|
 Aparajita FishmanandAlexander Ljungberg
|
00812025c2
|
Fix for issue #818 (NSView does not read hidden flag)
|
2010-08-09 18:02:32 -04:00 |
|
Alexander Ljungberg
|
0b21b8bab1
|
Merge branch 'master' of github.com:280north/cappuccino
|
2010-08-09 17:54:30 -04:00 |
|
Alexander Ljungberg
|
271bb00147
|
Marginally faster filter and sort in CPArrayController's arrangeObjects (4% in the performance tester.) Reduced memory usage when both a filter and a sort order are applied. Cleanup of the tester and a filter only test run.
|
2010-08-09 17:31:36 -04:00 |
|
Randall Luecke
|
b346d761d8
|
Fix bug so we can drag items below the last child index in the outlineView.
|
2010-08-09 14:13:04 -05:00 |
|
Randall Luecke
|
21614e15b2
|
Draw column header lines by default.
|
2010-08-09 14:05:58 -05:00 |
|
Alexander Ljungberg
|
998c2f19cf
|
Performance tester for CPArrayController.
|
2010-08-09 14:21:22 -04:00 |
|
 cacaodevandAlexander Ljungberg
|
750cd3c258
|
CPComparisonPredicate :
Fixed a bug where *lhs custom_selector: nil* was always returning false.
Test nil on left and/or right with some operators.
|
2010-08-05 16:18:18 -04:00 |
|
Alexander Ljungberg
|
df358ccc42
|
Fix failing CPPredicate unit tests: comment out test for unimplemented expressionForSubquery, finish CPExpression_unionset and fix typo in CPExpression expressionForIntersectSet.
|
2010-08-04 21:27:01 -04:00 |
|
Alexander Ljungberg
|
1b5efdfc5b
|
Fixed with CPPredicate tests: [CPArray arrayWithObjects] don't take a final nil anymore in Cappuccino.
|
2010-08-04 20:50:55 -04:00 |
|