Klaas Pieter Annema and Randall Luecke
79ba8fecd5
made column reordering work with scrolled content
2010-05-11 00:25:54 -05:00
Klaas Pieter Annema and Randall Luecke
213c81ed4d
made table column reordering work in non full-bridged apps
2010-05-11 00:25:47 -05:00
Klaas Pieter Annema and Randall Luecke
d7432c376d
fixed a bug where column reordering would break when the last column was hidden
2010-05-11 00:25:39 -05:00
Klaas Pieter Annema and Randall Luecke
b8c7d6ea86
some cleanup
2010-05-11 00:25:30 -05:00
Randall Luecke
983f0a92b2
- fixed a out of bounds error when clicking in the table header outside of any column
...
- made the dragged table column appear gray
- gave the tablecolumn drag view a white background
Conflicts:
AppKit/CPTableView.j
2010-05-11 00:25:19 -05:00
Klaas Pieter Annema and Randall Luecke
256cc902eb
- switch columns when the dragged column is more than halfway over the previous/next column
...
- constrain the horizontal coordinates within the header view
2010-05-11 00:24:16 -05:00
Klaas Pieter Annema and Randall Luecke
f7b766cc4a
- made the _dragViewForTableColumn:event:offset: method private
...
- removed the multiple column support from _dragViewForTableColumn:event:offset: (Cocoa doesn't allow multiple column selection / dragging)
- made the dragview the size of the dragged column
2010-05-11 00:24:03 -05:00
Klaas Pieter Annema and Randall Luecke
dca66f300d
- gave the drag column a proper 'image' representation
...
- constrained the drags y coordinates
- made sure a drag is never out of bounds
2010-05-11 00:23:55 -05:00
Klaas Pieter Annema and Randall Luecke
fd9dac8122
- refactored mouse interaction
...
- implemented basic column reordering
2010-05-11 00:23:40 -05:00
Klaas Pieter Annema and Randall Luecke
8b168e76af
refactored CPTableHeaderView mouse interaction
2010-05-11 00:18:21 -05:00
Randall Luecke
5b518797d7
fixed CPTableView moveColumn:
...
Conflicts:
AppKit/CPTableView.j
2010-05-11 00:18:05 -05:00
Randall Luecke
e5275514dd
OutlineView items auto expand when hovering over them.
2010-05-11 00:05:12 -05:00
cacaodev and Randall Luecke
0d35b38282
CPOutlineView: Fix a bug where newly expanded items would have a white disclosure control.
...
In CPTableView, add a method for data view selection. Use it in CPOutlineView for disclosure selection and do not subclass the entire -selectRows:... method.
Darken disclosure control when pressed depending on the selected state.
2010-05-10 15:03:06 -05:00
Ross Boucher and Randall Luecke
e68d70cf1d
Make mouse wheel events work in CPWebView in Firefox 3+
2010-05-09 21:46:02 -05:00
Ross Boucher
90975c96f9
Updates for scrolling behavior in webview.
2010-05-05 14:05:09 -07:00
Ross Boucher
5044ce4236
Add a doctype when creating new platform windows.
2010-05-04 22:55:06 -07:00
Ross Boucher
b5971eae95
Missed this, it's no longer needed.
2010-05-04 19:09:06 -07:00
Ross Boucher
5b4603b6a7
add missing ivar declaration to CPPlatformWindow
2010-05-04 13:53:56 -07:00
Francisco Ryan Tolmasky I
fc2560eb32
Fix for native drag and drop breaking across different window starts.
...
Reviewed by me.
2010-05-04 10:28:51 -07:00
Randall Luecke
50c519ec69
Fixed issue with CPWebView where document.body didn't exist when reloaded quickly.
2010-05-03 17:34:12 -04:00
Ross Boucher
b1825334dd
If the vertical status changes, or the pane splitter status changes, we need to update the image value.
2010-05-01 20:40:38 -07:00
Ross Boucher
09727909b3
Fix for menuless windows. Closes #640 .
2010-05-01 14:47:43 -07:00
Ross Boucher
1545f7b60a
Return the cib created in CibLoading.j methods.
2010-04-29 15:38:33 -07:00
Francisco Ryan Tolmasky I
0f2ee1966e
Only create main menu in code if no cib is loaded.
...
Reviewed by me.
2010-04-28 02:06:01 -07:00
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
cacaodev and Ross 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 Ljungberg and Ross Boucher
a7021e6b66
Fixed a parameter type typo.
2010-04-21 15:48:47 -07:00
Alexander Ljungberg and Ross Boucher
388f008189
Fixed: CPCollectionView frameForItemsAtIndexes used the deprecated method rectForItemAtIndex causing warnings.
2010-04-21 15:47:48 -07:00
Alexander Ljungberg and Ross 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