Francisco Ryan Tolmasky I
|
4091acd0ec
|
Merge branch 'master' into localStorage
|
2010-04-12 12:28:29 -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 |
|
Francisco Ryan Tolmasky I
|
f8114b0760
|
First pass at local documents stored on storage.local:// urls.
Reviewed by me.
|
2010-04-11 15:20:03 -07: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 |
|
Francisco Ryan Tolmasky I
|
cba26faf9b
|
Fix for HelloWorld not flattening correctly.
Reviewed by me.
|
2010-03-27 19:31:16 -07:00 |
|
Ross Boucher
|
47bf4c0baa
|
Finish split view cursor implementation.
Closes #494.
|
2010-03-27 15:47:10 -07:00 |
|
 Alexander LjungbergandRoss Boucher
|
fc628c1221
|
CPSplitView resize cursors now require [[self window] setAcceptsMouseMovedEvents:YES]; to be called manually pending a CPTrackingArea based implementation.
|
2010-03-27 15:47:10 -07:00 |
|
Ross Boucher
|
eb6a03704a
|
Proper resize cursors for CPSplitView. Also enables resize cursor for additionalEffectiveRectOfDividerAtIndex areas.
Conflicts:
AppKit/CPSplitView.j
|
2010-03-27 15:47:10 -07:00 |
|
Ross Boucher
|
64da7f8775
|
define out DOM code from _CPImageAndTextView.
Closes #562.
|
2010-03-27 13:37:13 -07:00 |
|
Ross Boucher
|
b0e0156880
|
Fix support for initial first responder.
|
2010-03-27 13:08:47 -07:00 |
|
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 |
|