Ross Boucher
|
896f36dffb
|
A better (but not perfect) way to handle the browser's first responder state.
|
2010-03-27 11:27:44 -07:00 |
|
Ross Boucher
|
eae975652e
|
Add default line break mode.
|
2010-03-26 16:59:02 -07:00 |
|
Ross Boucher
|
1c9763eaa8
|
CPBox should autoresize its content view.
|
2010-03-26 16:41:23 -07:00 |
|
Ross Boucher
|
686370ac0e
|
Add convenience accessors for the browser's selected items.
|
2010-03-26 15:52:53 -07:00 |
|
Ross Boucher
|
e4ca057e4c
|
Fix import directives.
|
2010-03-26 14:27:46 -07:00 |
|
Ross Boucher
|
a580b522e3
|
Add initial CPBrowser implementation.
|
2010-03-26 14:00:30 -07:00 |
|
Ross Boucher
|
af53c271c7
|
Fix a few naming convention violations.
Make dragView.... use the columns its passed, rather than computing from scratch.
|
2010-03-26 13:59:41 -07:00 |
|
Ross Boucher
|
4476dad395
|
Whitespace fix.
|
2010-03-26 10:36:08 -07:00 |
|
 Emmanuel MaillardandRoss Boucher
|
b7b2dd2915
|
- CGPathAddQuadCurveToPoint fix for an unknown variable when using a transformation matrix
|
2010-03-26 10:36:08 -07:00 |
|
Ross Boucher
|
eb831dc4ac
|
Typo. Closes #572.
|
2010-03-25 10:40:37 -07:00 |
|
 Scott KyleandRoss Boucher
|
b0d355a71c
|
Some somewhat minor style fixes
|
2010-03-24 19:46:38 -07:00 |
|
Ross Boucher
|
af11b4e423
|
Fix for pattern images not being displayed correctly under the new background color system
|
2010-03-23 14:32:24 -07:00 |
|
Ross Boucher
|
0cf86318ce
|
Make semi-transparent background colors work in browsers that don't support RGBA.
Closes #569.
|
2010-03-23 14:26:32 -07:00 |
|
Ross Boucher
|
3ddcb5f118
|
Remove duplicate method declaration.
|
2010-03-23 13:29:43 -07:00 |
|
Ross Boucher
|
bbbae36e6a
|
Missing - on a method.
|
2010-03-23 11:21:59 -07:00 |
|
Francisco Ryan Tolmasky I
|
78cb522874
|
Temporarily revert "Make semi-transparent background colors work in browsers that don't support RGBA."
This fix was making lots of resources not show up.
This reverts commit f8c13f1e30.
|
2010-03-23 01:22:59 -07:00 |
|
Ross Boucher
|
f8c13f1e30
|
Make semi-transparent background colors work in browsers that don't support RGBA.
Closes #569.
|
2010-03-22 19:00:49 -07:00 |
|
Randall Luecke
|
4b272a76fd
|
Merge branch 'master' of git://github.com/280north/cappuccino
|
2010-03-22 19:27:13 -04:00 |
|
Randall Luecke
|
f73d96af08
|
Fixed black background of dragview in Opera and IE.
|
2010-03-22 19:24:32 -04:00 |
|
 Scott KyleandRoss Boucher
|
bb0835e2f3
|
CPImageView should send action on drop, as in Cocoa
|
2010-03-22 16:15:02 -07:00 |
|
 Emmanuel MaillardandRoss Boucher
|
7aa1ae6bd4
|
- fix typo
|
2010-03-22 14:43:53 -07:00 |
|
 Emmanuel MaillardandRoss Boucher
|
58179939bb
|
- fix a typo in documentation
|
2010-03-22 14:43:31 -07:00 |
|
 Scott KyleandRoss Boucher
|
5d3eae9022
|
deleteBackwards: => deleteBackward:
|
2010-03-22 14:30:48 -07:00 |
|
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 |
|