Ross Boucher
|
d78eb4a4e5
|
Fix an undefined notification variable
|
2010-01-04 19:11:10 -05:00 |
|
 Randall LueckeandRoss Boucher
|
a3d168b646
|
left unnessisary line... whoops
|
2010-01-04 10:24:45 -05:00 |
|
 Randall LueckeandRoss Boucher
|
5018df511b
|
fix for window overlapping the menu bar if the user dragged it up there.
|
2010-01-04 10:24:38 -05:00 |
|
Ross Boucher
|
09345a9d53
|
Use a notificaiton rather than a direct call for windowDidResize:
Closes #393.
|
2010-01-04 10:21:16 -05:00 |
|
Nicholas Small
|
24801a220c
|
Merge branch 'jake' of github.com:280north/cappuccino into jake
|
2009-12-26 19:12:31 -05:00 |
|
Nicholas Small
|
19b9f4e1c1
|
Enabling an accordion item will cause it to expand.
|
2009-12-26 19:11:33 -05:00 |
|
Francisco Ryan Tolmasky I
|
48d584df58
|
Fixed typo in setSubviews:.
Reviewed by me.
|
2009-12-26 01:20:16 -08:00 |
|
Nicholas Small
|
189e299592
|
Added CPAccordionView -setEnabled:forItemAtIndex:
|
2009-12-23 16:50:56 -05:00 |
|
Ross Boucher
|
5bbf893a37
|
Merge branch 'jake' of git@github.com:280north/cappuccino into jake
|
2009-12-20 20:11:59 -05:00 |
|
Ross Boucher
|
3ddbfb5dea
|
Encode the header clip view in the CPCoder methods.
Closes 363.
|
2009-12-20 20:11:22 -05:00 |
|
Francisco Ryan Tolmasky I
|
5352d062d5
|
Fix for boundsOrigin and boundsSize being affected by bounds. Also changed UID to return a string instead of a Number.
Reviewed by me.
|
2009-12-20 17:02:06 -08:00 |
|
 Randall LueckeandFrancisco Ryan Tolmasky I
|
e15cbfca33
|
fix bug in CPPlatformWindow where the visible frame for the platform window would offset itself for the menu bar height, even though no menu bar would be displayed because it's not the primaryPlatformWindow
|
2009-12-20 15:44:39 -08:00 |
|
Francisco Ryan Tolmasky I
|
7acfbb9eed
|
Added [CPView setSubviews:] which allows you to add multiple subviews, remove multiple subviews, and reorder multple subviews.
Reviewed by me.
|
2009-12-20 13:00:25 -08:00 |
|
Francisco Ryan Tolmasky I
|
a9bc949679
|
Actual fix for disabled items in CPMenu. Previous fix still selected disabled items and showed submenus for disabled items.
Reviewed by me.
|
2009-12-18 22:31:12 -08:00 |
|
 Randall LueckeandRoss Boucher
|
1411410f4e
|
fixed bug in CPMenu where action would be sent when the user clicked on a disabled menu item.
|
2009-12-18 18:43:03 -05:00 |
|
Ross Boucher
|
648fbe1b10
|
Add sendsActionOnEndEditing to the CPCoding methods for CPControl
|
2009-12-18 15:54:44 -05:00 |
|
Ross Boucher
|
7042f89620
|
Fix a return type error. Closes #358.
|
2009-12-17 00:57:09 -05:00 |
|
Ross Boucher
|
6aadd13450
|
Update CPColorPanel to handle drag and drop correctly, which broke with native drag and drop. Closes 364.
|
2009-12-17 00:25:49 -05:00 |
|
Ross Boucher
|
5527e585f6
|
Make Windows handle key equivalents in menus correctly. Make the menu display the string properly on Windows too.
|
2009-12-16 18:58:21 -05:00 |
|
Nicholas Small
|
d2cd3b899f
|
Fix CPTabViewItem -tabView.
|
2009-12-16 00:22:35 -05:00 |
|
Ross Boucher
|
c859ffd0f7
|
Support for copy/paste/cut and selectedRange/setSelectedRange in CPTextField.
Improvements to the Pasteboard integration code from yesterday.
|
2009-12-13 18:29:25 -08:00 |
|
Ross Boucher
|
4d5cdcaeae
|
Fix for the pasteboard changes breaking everything.
|
2009-12-12 18:36:48 -08:00 |
|
Ross Boucher
|
6ad62a6f2f
|
Add support for native pasteboards to webtop
|
2009-12-12 14:15:45 -08:00 |
|
Ross Boucher
|
37d4b151d7
|
Merge branch 'jake' of git@github.com:280north/cappuccino into jake
|
2009-12-11 16:55:36 -08:00 |
|
Ross Boucher
|
37c1d804f6
|
Fix for text shadows sometimes being the wrong color.
Closes #359.
|
2009-12-11 16:54:38 -08:00 |
|
Francisco Ryan Tolmasky I
|
eb43e416ae
|
Added CPProxy class to support better undo proxying in CPUndoManager.
Closes #370.
Closes #371.
Reviewed by me.
|
2009-12-11 11:38:26 -08:00 |
|
Nicholas Small
|
d14e077511
|
Make CPTableView selection notifications behave the same as in Cocoa.
|
2009-12-10 03:07:22 -05:00 |
|
Ross Boucher
|
ee8e65c80d
|
Fix for alt+character key events not propagating correctly.
Closes #354.
|
2009-12-05 16:58:26 -08:00 |
|
Ross Boucher
|
1db2e0282a
|
Typo in the new platform window code for cursors
|
2009-12-04 18:41:57 -08:00 |
|
Ross Boucher
|
2351f73c76
|
Make the new cursor stuff work across platform windows
|
2009-12-04 18:07:53 -08:00 |
|
Ross Boucher
|
20a38c3aac
|
Merge branch 'jake' of git@github.com:280north/cappuccino into jake
|
2009-12-04 16:49:22 -08:00 |
|
Ross Boucher
|
bca25d0f5f
|
Fix for windows being super floaty
|
2009-12-04 16:48:43 -08:00 |
|
Francisco Ryan Tolmasky I
|
a30250f758
|
Merge branch 'menus' into jake
Closes #73.
Closes #75.
Closes #121.
Closes #130.
Closes #197.
Reviewed by me.
|
2009-12-04 12:39:49 -08:00 |
|
Francisco Ryan Tolmasky I
|
629737cda3
|
Apply positioning heuristics to +[CPMenu popUpMenu...] as well.
Reviewed by me.
|
2009-12-04 12:12:53 -08:00 |
|
Francisco Ryan Tolmasky I
|
ec41411675
|
Fix for disabled menu item shadows, and slighlty better positioning for pop up menus.
Reviewed by me.
|
2009-12-04 11:55:01 -08:00 |
|
Francisco Ryan Tolmasky I
|
becdf2bfeb
|
Fix for menus not having the proper font.
Reviewed by me.
|
2009-12-04 11:35:40 -08:00 |
|
Ross Boucher
|
1e723945f8
|
Should have removed rather than commented out these lines
|
2009-12-04 11:25:20 -08:00 |
|
Ross Boucher
|
dfb7599bb6
|
Remove the cursor hack from CPImageAndTextView, set the cursor globally to the default in CPApplication
|
2009-12-04 11:22:57 -08:00 |
|
Ross Boucher
|
e1d3363ad9
|
A couple fixes to the CPCursor stuff
|
2009-12-04 11:12:13 -08:00 |
|
 cacaodevandRoss Boucher
|
c36c750c5d
|
CPCursor implementation tested in WebKit/FF/IE/Opera. See comments in the file for more details.
|
2009-12-04 11:02:57 -08:00 |
|
Francisco Ryan Tolmasky I
|
c7581c0847
|
Merge branch 'jake' into menus
Conflicts:
AppKit/CPMenu.j
|
2009-12-03 22:50:13 -08:00 |
|
Ross Boucher
|
936d65291f
|
Temporary fix until Francisco merges in the menu branch.
|
2009-12-03 19:31:52 -08:00 |
|
Francisco Ryan Tolmasky I
|
a64030ad93
|
Merge branch 'jake' into menus
|
2009-12-03 19:25:38 -08:00 |
|
 cacaodevandRoss Boucher
|
01d60ad4e9
|
CPSearchField changes from issue #194
|
2009-12-03 19:24:43 -08:00 |
|
Francisco Ryan Tolmasky I
|
06b64c6a87
|
Fix for a few edge cases, and added showsStateColumn support to nib2cib.
Reviewed by me.
|
2009-12-03 19:24:03 -08:00 |
|
Francisco Ryan Tolmasky I
|
0eff4e2bc0
|
Fix for moving to a base menu resetting the child menu.
Reviewed by me.
|
2009-12-03 17:58:49 -08:00 |
|
Ross Boucher
|
44d6139db2
|
Fix for some resizing issues in CPWebView.
|
2009-12-03 17:39:44 -08:00 |
|
Francisco Ryan Tolmasky I
|
506e3004b7
|
Merge branch 'jake' into menus
|
2009-12-03 17:02:02 -08:00 |
|
Francisco Ryan Tolmasky I
|
9ce4c7a468
|
Don't highlight items while scrolling.
Reviewed by me.
|
2009-12-03 16:59:10 -08:00 |
|
Ross Boucher
|
2fc724e469
|
Merge branch 'jake' of git@github.com:280north/cappuccino into jake
|
2009-12-03 16:29:46 -08:00 |
|