Francisco Ryan Tolmasky I
|
f2c19ad403
|
Slight fix for collectionView:canDragItemsAtIndexes:withEvent: not passing the correct event.
Reviewed by me.
|
2010-03-20 20:58:08 -07:00 |
|
Francisco Ryan Tolmasky I
|
ed9fee3038
|
Added collectionView:canDragItemAtIndexes:forEvent:.
Reviewed by me.
|
2010-03-20 20:56:37 -07:00 |
|
Francisco Ryan Tolmasky I
|
401ee3fd94
|
Added itemAtIndex: to CPCollectionView and updates API names.
Reviewed by me.
|
2010-03-19 12:24:07 -07:00 |
|
Randall Luecke
|
9bdc5fa0fe
|
Various nib2cib improvements on the tableview.
|
2010-03-16 22:49:38 -04:00 |
|
Ross Boucher
|
5a9682b1bd
|
Remove two calls to a dead function.
|
2010-03-16 18:13:57 -07:00 |
|
Ross Boucher
|
c9cf21be80
|
Fix for sizeWithFont: in Internet Explorer.
|
2010-03-16 16:01:44 -07:00 |
|
Randall Luecke
|
e0483e316e
|
Fixed bug with nib2cib tableviews loading incorrect resources.
|
2010-03-14 17:24:36 -04:00 |
|
Ross Boucher
|
c1fe45cbcd
|
Add a way to tell a CPSplitView about a button bar for a specific divider index,
which mitigates the need to use additional effective rect delegate method when
using a split view + button bar.
|
2010-03-14 12:32:52 -07:00 |
|
Ross Boucher
|
ef7ad8ee8e
|
A few minor bug fixes for key/main window handling.
|
2010-03-13 22:49:06 -08:00 |
|
Ross Boucher
|
0ed7d46926
|
Add encoding support for CPButtonBar.
|
2010-03-13 22:49:06 -08:00 |
|
Ross Boucher
|
cf1c369dc3
|
Rewrite of CPButtonBar. Now it will automatically layout the buttons, and the position
and visibility of the resize control is configurable.
Also has class methods for plusButton and minusButton. API subject to change.
|
2010-03-13 17:37:28 -08:00 |
|
Randall Luecke
|
3cdfc1192a
|
Fixes flickering issues with CPTableView if you hold the command key and drag. Closes #544
|
2010-03-13 00:07:00 -05:00 |
|
Ross Boucher
|
8b8998a2b9
|
Don't encode the search/cancel buttons. They add bloat and complicate the process.
|
2010-03-12 19:46:05 -08:00 |
|
Ross Boucher
|
503ce5502e
|
Fix nib2cib support for CPSearchField
|
2010-03-12 18:49:37 -08:00 |
|
Tom Robinson
|
0e4d476d76
|
Add guard div to protect against iframes consuming events during tracking.
|
2010-03-12 17:25:19 -08:00 |
|
Ross Boucher
|
033765e866
|
temporary fix for whiteSpace style issue in IE.
|
2010-03-11 14:28:31 -08:00 |
|
Randall Luecke
|
10b7eb83f1
|
Fixed previous commit so it doesn't break buttons in the tableview.
|
2010-03-09 23:52:08 -05:00 |
|
Randall Luecke
|
cc2bb8f496
|
Fixed bug where editable tableview would not honor setEditable:NO for columns unless resized. closes #426
|
2010-03-09 14:39:26 -05:00 |
|
 cacaodevandRandall Luecke
|
20853e3ad7
|
CPTableView & al. : change CPThemeStateHighlighted to CPThemeStateSelected to avoid conflicts with CPControl -highlight: method.
|
2010-03-09 11:43:37 -05:00 |
|
 appdenandRandall Luecke
|
54549b61e1
|
Added semi-colons to global vars and removed accidental gloabl variable.
|
2010-03-09 03:20:00 -05:00 |
|
Ross Boucher
|
2841223c9d
|
Create the args and namedArgs objects in Bootstrap.js, pass them along up to CPApplication.
|
2010-03-08 15:14:09 -08:00 |
|
Tom Robinson
|
ba713b8b06
|
Use getCappuccinoVersion() in various Jakefiles instead of hardcoded versions.
|
2010-03-08 15:10:08 -08:00 |
|
Randall Luecke
|
4c4b42833a
|
Added -selectedColumn to the tableview.
|
2010-03-08 00:00:28 -05:00 |
|
Randall Luecke
|
7522751fd2
|
Merge branch 'master' of git://github.com/280north/cappuccino
|
2010-03-07 20:50:29 -05:00 |
|
Francisco Ryan Tolmasky I
|
481555f11f
|
Further perfomance improvements.
Reviewed by me.
|
2010-03-07 16:54:43 -08:00 |
|
Francisco Ryan Tolmasky I
|
6845bd4598
|
Merge branch 'master' of git@github.com:280north/cappuccino
|
2010-03-07 14:34:12 -08:00 |
|
Ross Boucher
|
d473c251e6
|
Update undo/redo key equivalents to match the new menu code from a while ago.
|
2010-03-07 14:10:18 -08:00 |
|
Francisco Ryan Tolmasky I
|
68ae1af13f
|
Some performance improvements in CPKeyedUnarchiver.
Reviewed by me.
|
2010-03-07 12:24:59 -08:00 |
|
Randall Luecke
|
f2165af48f
|
Merge branch 'master' of git://github.com/280north/cappuccino
|
2010-03-07 10:30:17 -05:00 |
|
Francisco Ryan Tolmasky I
|
2edcfbda35
|
Updated version strings in preparation for 0.8.0 Release Candidate.
Reviewed by me.
|
2010-03-06 22:30:51 -08:00 |
|
Randall Luecke
|
e3a65a1847
|
Added preparatory support for group items in CPOutlineView.
|
2010-03-06 18:46:49 -05:00 |
|
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 |
|
 saikatandRoss Boucher
|
50b5c21fcf
|
Fixes calling selectText in the text field's delegate's controlTextDidFocus: method.
|
2010-03-05 11:06:00 -08:00 |
|
 saikatandRoss Boucher
|
47bc7e812d
|
Fix for issue #511 - disabling a menu item in the menu item's action
|
2010-03-05 11:05:56 -08:00 |
|
 saikatandRoss Boucher
|
ad5f574fb7
|
Fix for issue #511 - disabling a menu item in the menu item's action
|
2010-03-05 10:49:42 -08:00 |
|
 saikatandRoss 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 |
|
 klaaspieterandRandall 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 |
|