Ross Boucher
|
2f9cf6bc9b
|
Add action buttons to button bars.
|
2010-04-27 22:11:17 -07:00 |
|
Tom Robinson
|
0d97dfacd6
|
give zero sized borderless bridge windows a default size if we're not in the browser so they show up in NativeHost.
|
2010-04-27 12:56:24 -07:00 |
|
Francisco Ryan Tolmasky I
|
6ac0191451
|
Show main menu in cibless apps.
Remaining: Make a main menu with quit for desktop version, without for web version.
Reviewed by me.
|
2010-04-27 11:33:00 -07:00 |
|
Ross Boucher
|
f5b360f66c
|
Move a lot of common initialization code into the _init method.
|
2010-04-27 10:49:50 -07:00 |
|
Ross Boucher
|
1d5c21fa72
|
If we decode a scroll view without a header clip view, create one.
|
2010-04-27 10:49:50 -07:00 |
|
Francisco Ryan Tolmasky I
|
ae47509aa7
|
Add convinience methods for dealing with multiple objects and controls.
Reviewed by me.
|
2010-04-27 01:04:46 -07:00 |
|
Ross Boucher
|
c41ffc14c7
|
checkboxes and radio buttons shouldn't be bold.
|
2010-04-26 21:36:45 -07:00 |
|
Ross Boucher
|
1e7a3bef0d
|
Fix a potential infinite loop in CPBrowser.
|
2010-04-26 12:56:52 -07:00 |
|
Nicholas Small
|
243f564396
|
Fix typo in new autoscroll stuff.
|
2010-04-26 11:11:42 -04:00 |
|
Ross Boucher
|
cdb089778c
|
autoscroll when drag selecting.
|
2010-04-25 15:43:23 -07:00 |
|
Ross Boucher
|
5e43a02ffa
|
Fix some faulty validation logic.
|
2010-04-25 15:43:22 -07:00 |
|
Ross Boucher
|
0e98f44a93
|
Fix for IE transparent backgrounds not being resized.
Closes #604.
|
2010-04-24 14:51:10 -07:00 |
|
Ross Boucher
|
6d595c1344
|
Collection view should tile itself to be the height of its superview if inside a clip view.
|
2010-04-24 11:10:58 -07:00 |
|
Ross Boucher
|
5f6f997095
|
Only attempt to scroll views, not windows.
|
2010-04-24 11:10:36 -07:00 |
|
Ross Boucher
|
8340791824
|
Don't let color wells work if they are disabled.
Closes #626.
|
2010-04-23 16:34:47 -07:00 |
|
Ross Boucher
|
14f0d16fae
|
Update scrollWheel: to propagate unused scroll deltas to parent scroll views.
|
2010-04-23 16:16:46 -07:00 |
|
 cacaodevandRoss Boucher
|
e1ad4a2fce
|
CPTableView: remove custom scrolling now that it's handled in the CPDragServer + CPClipView
|
2010-04-23 14:31:25 -07:00 |
|
Ross Boucher
|
f67580e2b2
|
Add support for automatically scrolling during drag and drop operations.
|
2010-04-23 14:00:47 -07:00 |
|
Ross Boucher
|
31f408478a
|
Update to scrolling behavior.
|
2010-04-23 12:03:25 -07:00 |
|
Ross Boucher
|
6b3600d67b
|
Slight update to button bar theme values.
|
2010-04-22 11:50:06 -07:00 |
|
 Alexander LjungbergandRoss Boucher
|
a7021e6b66
|
Fixed a parameter type typo.
|
2010-04-21 15:48:47 -07:00 |
|
 Alexander LjungbergandRoss Boucher
|
388f008189
|
Fixed: CPCollectionView frameForItemsAtIndexes used the deprecated method rectForItemAtIndex causing warnings.
|
2010-04-21 15:47:48 -07:00 |
|
 Alexander LjungbergandRoss Boucher
|
639a32ea7e
|
CPWindow alpha value support.
|
2010-04-21 15:47:25 -07:00 |
|
Ross Boucher
|
d2399b6157
|
Add support for not clipping to bounds in cpview.
|
2010-04-21 14:15:05 -07:00 |
|
Ross Boucher
|
b1282b4362
|
Fix an infinite recursion bug in CPBrowser, and add support for looking up a column/row by location.
|
2010-04-21 12:58:31 -07:00 |
|
Francisco Ryan Tolmasky I
|
bbd402fcff
|
Partial fix for HTML5 drag and drop with collection views.
Reviewed by me.
|
2010-04-20 23:51:18 -07:00 |
|
Francisco Ryan Tolmasky I
|
6a72e1b6ff
|
Merge branch 'master' of git@github.com:280north/cappuccino
|
2010-04-12 12:22:25 -07:00 |
|
Francisco Ryan Tolmasky I
|
b3141f1a62
|
Add CPApplicationWillTerminateNotification.
Reviewed by me.
|
2010-04-12 12:21:45 -07:00 |
|
Randall Luecke
|
aea8f1f0dc
|
Added proper background color to the tableview.
|
2010-04-12 02:09:46 -04:00 |
|
Ross Boucher
|
cfc8ccafce
|
Remove typo.
|
2010-04-09 14:56:54 -07:00 |
|
 Kelly McDonaldandRoss Boucher
|
e11dfc2875
|
CPDragServer was checking the selector on the delegate of draggedImage:endAt:operation: but calling draggedImage:endedAt:operation:. I changed so that it uses endedAt to better reflect what is done in cocoa
|
2010-04-09 14:56:43 -07:00 |
|
Ross Boucher
|
70410d6311
|
Fix the buttonNumber method of CPEvent.
Closes #70.
|
2010-04-09 14:38:08 -07:00 |
|
 saikatandRoss Boucher
|
489f2bcfa0
|
Reverting 1c9763eaa8 - autoresizing the contentview breaks sizetofit
|
2010-04-09 14:18:20 -07:00 |
|
Ross Boucher
|
16590e0603
|
Closes #590.
Closes #594.
|
2010-04-09 14:17:11 -07:00 |
|
 Paul BaumgartandRoss Boucher
|
f50cda9abc
|
change CPAccordionItem to CPAccordionViewItem in CPAccordionView
selector types. Closes gh-596.
|
2010-04-09 13:58:05 -07:00 |
|
Francisco Ryan Tolmasky I
|
54685b1f36
|
One additional fix for IE not loading in certain occasions.
Reviewed by me.
|
2010-04-08 23:58:47 -07:00 |
|
Francisco Ryan Tolmasky I
|
abdc601d92
|
Fix for IE not loading bug.
Reviewed by me.
|
2010-04-08 23:58:31 -07:00 |
|
Tom Robinson
|
aabb1fa6f2
|
Move CPCursor test out of Resources.
|
2010-04-07 16:03:42 -07:00 |
|
Tom Robinson
|
cd4a70ea78
|
Add hook to CPApplicationMain to notify parent frame (if app is in a child frame of same origin)
|
2010-04-04 18:39:47 -07:00 |
|
Francisco Ryan Tolmasky I
|
74e349ed33
|
Merge branch 'master' of git@github.com:280north/cappuccino
|
2010-03-31 17:05:32 -07:00 |
|
Francisco Ryan Tolmasky I
|
c57aa2ac5e
|
Fix for menu bar being broken if displayed after a window is ordered front in IE.
Reviewed by me.
|
2010-03-31 17:04:35 -07:00 |
|
Randall Luecke
|
e956d61a08
|
Fixed bug introduced by renaming of private class.
|
2010-03-31 16:41:13 -04:00 |
|
Randall Luecke
|
0ec7d4cd9a
|
Made drag feedback view in the tableview more correct, fixed encoding issues.
Conflicts:
AppKit/CPTableView.j
|
2010-03-31 16:11:10 -04:00 |
|
Nicholas Small
|
6a8126337c
|
Added right click responder methods and context menu support.
|
2010-03-31 15:56:18 -04:00 |
|
Ross Boucher
|
12db25a829
|
Fix for a potential error in IE when setting a width to a negative value.
|
2010-03-31 12:11:21 -07:00 |
|
Ross Boucher
|
2bf16da441
|
These menu key equivs were incorrect.
|
2010-03-30 11:10:36 -07:00 |
|
Ross Boucher
|
5c4d890100
|
Fix a nil variable error that caused problems in Firefox 2.
|
2010-03-30 10:52:48 -07:00 |
|
Francisco Ryan Tolmasky I
|
8f4b2a7cfd
|
Fail more gracefully when main cib is not found.
Reviewed by me.
|
2010-03-29 23:20:31 -07:00 |
|
Randall Luecke
|
c78feda3d6
|
Fixed nib2cib bug with cornerview where resources were not loaded from the correct location.
|
2010-03-30 01:45:36 -04:00 |
|
Ross Boucher
|
7ab41cf195
|
If there is no key window or no main window make the first opened window those things.
|
2010-03-28 09:03:33 -07:00 |
|