Ross Boucher
c1a70a3aa2
Closes #528 .
...
Update CPScrollView to use more modern key command parsing.
2010-03-06 01:07:46 -08:00
Ross Boucher
c514fd7a08
Fix an issue where window levels weren't kept in sync with dom window layers.
...
Closes #507 .
2010-03-06 00:57:59 -08:00
Ross Boucher
3cefc86fbf
Whitespace fix.
2010-03-06 00:55:39 -08:00
Ross Boucher
0c66606d1d
Closes #517 .
...
Adds missing delegate accessor.
2010-03-06 00:01:36 -08:00
Randall Luecke
119c950b53
Merge branch 'master' of git://github.com/280north/cappuccino
2010-03-05 23:39:31 -05:00
Ross Boucher
29a0de3636
Fix document title's not being synced properly.
2010-03-05 20:09:23 -08:00
Ross Boucher
d3547dd892
Merge branch 'master' into keywindows
2010-03-05 14:45:56 -08:00
Ross Boucher
7d1c7b2907
Add missing accessor to CPImageView, and fix nib2cib support for image scaling.
...
Closes #523 .
2010-03-05 13:46:41 -08:00
Randall Luecke
d0999fa5d5
Additional fixes for drag and drop in the TableView after OutlineView merge.
2010-03-05 16:20:24 -05:00
Ross Boucher
c478afee0f
Add a missing import to CPTheme.
...
Closes #527 .
2010-03-05 12:38:59 -08:00
saikat and Ross Boucher
50b5c21fcf
Fixes calling selectText in the text field's delegate's controlTextDidFocus: method.
2010-03-05 11:06:00 -08:00
saikat and Ross Boucher
47bc7e812d
Fix for issue #511 - disabling a menu item in the menu item's action
2010-03-05 11:05:56 -08:00
saikat and Ross Boucher
ad5f574fb7
Fix for issue #511 - disabling a menu item in the menu item's action
2010-03-05 10:49:42 -08:00
saikat and Ross Boucher
9537a62ab1
Fixes calling selectText in the text field's delegate's controlTextDidFocus: method.
2010-03-05 10:49:23 -08:00
Randall Luecke
d76d9bcfad
Fixed bugs with drag and drop in tableview after outlineview drag and drop merge.
2010-03-05 03:37:19 -05:00
klaaspieter and Randall Luecke
440eed77cf
Merge commit 'klaaspieter/outlineview' into outlineview
...
Conflicts:
AppKit/CPDragServer.j
AppKit/CPTableView.j
Tests/Manual/TableTest/AppController.j
2010-03-05 02:40:47 -05:00
Ross Boucher
af148137d6
Merge branch 'master' into keywindows
2010-03-04 14:33:09 -08:00
Randall Luecke
64357fde0d
Fixed bug where you could drag non-existant rows. Closes #520 and #521
2010-03-04 14:04:15 -05:00
Ross Boucher
7512a45cda
Add #if PLATFORM(DOM) protection to several additional classes.
2010-03-03 21:20:00 -08:00
Ross Boucher
3cd763aabb
Add #if PLATFORM(DOM) in a missing place in CPView.
2010-03-03 19:42:16 -08:00
Ross Boucher
2f68804279
Revert "fix for scroller still being drawn below resize indicator on the first reflect of the clipview."
...
This reverts commit fa63551b42 .
2010-03-03 14:43:25 -08:00
Ross Boucher
60d15e2983
Revert "fix for scrollviews being drawn below window resize indicator."
...
This reverts commit 18a0deb678 .
2010-03-03 14:43:19 -08:00
Ross Boucher
628488f7aa
Revert "fix for scroller still being drawn below resize indicator on the first reflect of the clipview."
...
This reverts commit fa63551b42 .
2010-03-03 14:42:29 -08:00
Ross Boucher
149308bc89
Revert "fix for scrollviews being drawn below window resize indicator."
...
This reverts commit 18a0deb678 .
2010-03-03 14:42:15 -08:00
Ross Boucher
398d61097c
Typo in miniaturize:
2010-03-02 15:27:40 -08:00
Ross Boucher
4a43e4fda6
Overhaul of the key/main window status, esp. with respect to assigning new values after a window
...
closes or after a window is minimized, and with app activation/deactivation.
2010-03-02 15:16:10 -08:00
luddep and Ross Boucher
fa63551b42
fix for scroller still being drawn below resize indicator on the first reflect of the clipview.
2010-03-02 11:44:31 -08:00
luddep and Ross Boucher
18a0deb678
fix for scrollviews being drawn below window resize indicator.
2010-03-02 11:44:25 -08:00
cacaodev and Ross Boucher
f7c46855b8
Added missing @imports in AppKit.j
2010-03-02 11:29:09 -08:00
Ross Boucher
01aec1f78e
If the mainWindow tries to become main again, just return early.
2010-03-01 18:07:38 -08:00
Nicholas Small
67f35c7b74
Update deprecated sendSynchronousRequest:returningResponse:error: to sendSynchronousRequest:returningResponse:
2010-03-01 17:03:00 -05:00
Ross Boucher
203e0d150b
Update table headers to return the cursor to normal if the window doesn't accept mousemoved events.
2010-02-27 12:22:52 -08:00
Ross Boucher
efd699a044
Add -isEqual: and -description to CPFont. Add a unit test for -isEqual:
...
Closes #506 .
Closes #505 .
2010-02-27 12:00:44 -08:00
cacaodev and Randall Luecke
9a16921a32
CPTableHeaderView: Avoid vertical lines disapearring when autoresizing the table.
...
Fix cursor updates disabled when table autoresizing is NoAutoresizing.
nil check table headerView before sending a message to itself or to a table column header view.
Conflicts:
AppKit/CPTableHeaderView.j
2010-02-26 11:35:49 -05:00
Francisco Ryan Tolmasky I
756877b94c
Removed some unecessary uses of sprintf.
...
Reviewed by me.
2010-02-25 12:38:50 -08:00
Ross Boucher
ef5aead17d
Disabled resize cursor support in CPTableViewHeader
2010-02-24 21:22:07 -08:00
Ross Boucher
585b70a6a9
Fix whitespace errors.
2010-02-24 20:10:08 -08:00
Scott Kyle and Ross Boucher
b24a78bdd5
CPTableView delegate method tableView:setObjectValue:forTableColumn:row: is now being called for cells with CPButton data views, as it should. Fixes bug #466
2010-02-24 20:06:24 -08:00
Francisco Ryan Tolmasky I
39f3e7b292
Fix for menus not redrawing correctly after closing in non-Safari browsers.
...
Closes #495 .
Reviewed by me.
2010-02-24 02:56:38 -08:00
Randall Luecke
49f3038737
Merge branch 'master' of git://github.com/280north/cappuccino
2010-02-24 02:27:32 -05:00
Randall Luecke
f7a40a071b
Added proper resize cursor support for CPSplitView and cleaned up some whitespace.
2010-02-24 02:24:36 -05:00
Ross Boucher
109725d613
Fix whitespace issues from the previous commit.
2010-02-23 11:34:58 -08:00
Klaas Pieter Annema and Ross Boucher
4bc8f01376
made sure the dragserver doesn't call prepareDrag if the last drag update returned CPDragOperationNone
2010-02-23 11:25:10 -08:00
Ross Boucher
e759c5343b
Add a missing import in CPButton, and a test to ensure you can create one on the command line.
2010-02-22 11:07:11 -08:00
Francisco Ryan Tolmasky I
d879b25458
Re-enabled menu bar button support.
...
Closes #410 .
Reviewed by me.
2010-02-22 02:12:11 -08:00
Francisco Ryan Tolmasky I
1524f80418
Fix for toolbar item's sending their views as senders for actions (should be the item itself).
...
Closes #493 .
Reviewed by me.
2010-02-22 00:49:35 -08:00
Francisco Ryan Tolmasky I
7730aeb652
Merge branch 'master' of git@github.com:280north/cappuccino
2010-02-21 23:30:58 -08:00
Francisco Ryan Tolmasky I
272f938f2e
Fix for CPData naming issues, added test cases, and fixed isEqual: for CPDictionary.
...
Reviewed by me.
2010-02-21 23:29:41 -08:00
Randall Luecke
5570a346c4
Imported CPOutlineView.j in AppKit.
2010-02-22 00:26:50 -05:00
Randall Luecke
25f4574093
TableView now renders white background by default (like cocoa) thereby fixing a bug where Opera rendered the tableview with a black background if you did no specify alternating row colors.
2010-02-21 19:53:40 -05:00