Tom Robinson
b8fddc98bf
Fixes flatten, splitting mode. Also escape dollar signs before replacing.
2010-04-01 11:12:08 -07:00
Tom Robinson
467f798147
Fixes flatten, non-splitting mode.
2010-04-01 11:11:58 -07:00
Ross Boucher
374f3d13f1
Convert default IB fonts to default Cappuccino fonts
2010-03-31 21:31:09 -07:00
Tom Robinson
b0a35a183f
Only enable debug logger in browsers, not command line utilities.
2010-03-31 17:28:46 -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
Ross Boucher
acac29dcda
Merge branch 'master' of github.com:280north/cappuccino
2010-03-31 16:37:16 -07:00
Paul Baumgart and Tom Robinson
675969af6d
Add some dependency checking to bootstrap.sh: make sure correct JVM is
...
being used and ensure other dependencies are installed and on the $PATH.
2010-03-31 15:00:09 -07:00
Tom Robinson
ce32177e1d
Use "CommonJS" task as the dependency for "test" task for now.
2010-03-31 13:53:09 -07:00
Randall Luecke
e956d61a08
Fixed bug introduced by renaming of private class.
2010-03-31 16:41:13 -04:00
Alexander Ljungberg and Ross Boucher
068cdb9817
CPNull valueForKey:X returns CPNull for any value of X, paralleling [nil valueForKey:X]. Verified against Cocoa through empirical testing.
2010-03-31 13:17:42 -07: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
a347bfb8b1
Sprite images recursively.
2010-03-31 11:10:17 -07:00
Francisco Ryan Tolmasky I
9255af210c
Fix for loading Cappuccino apps locally on Windows.
...
Reviewed by me.
2010-03-30 16:28:42 -07:00
Tom Robinson
0b3264a99d
Enable default logger in debug frameworks. Add configurable options to index-debug.html.
2010-03-30 14:12:59 -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
99282026fa
One more fix for image spriting.
...
Reviewed by me.
2010-03-30 00:45:11 -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
Francisco Ryan Tolmasky I
a279d62c88
Merge branch 'master' of git@github.com:280north/cappuccino
2010-03-28 11:40:38 -07:00
Francisco Ryan Tolmasky I
8d1f787179
Fix for a few minor regressions:
...
1. Split out flatten specific code to get file size back down.
2. Fix for non-native string URL not working with the URLCache (typeof x !=== "string")
3. Fix for slight IE performance regression.
Reviewed by me.
2010-03-28 11:39:36 -07: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
Ross Boucher
df728b7a21
Support terminating method signatures with ;. Closes #416 .
2010-03-28 08:51:35 -07:00
Francisco Ryan Tolmasky I
cba26faf9b
Fix for HelloWorld not flattening correctly.
...
Reviewed by me.
2010-03-27 19:31:16 -07:00
Francisco Ryan Tolmasky I
c4c1cffc01
Merge branch 'master' of git@github.com:280north/cappuccino
2010-03-27 18:53:03 -07:00
Francisco Ryan Tolmasky I
321706e5c6
Fix for user code errors during load not being reported (Cappuccino failing silently).
...
Reviewed by me.
2010-03-27 18:52:19 -07:00
Ross Boucher
47bf4c0baa
Finish split view cursor implementation.
...
Closes #494 .
2010-03-27 15:47:10 -07:00
Alexander Ljungberg and Ross 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
Francisco Ryan Tolmasky I
7b855e6c68
Merge branch 'master' of git@github.com:280north/cappuccino
2010-03-27 13:56:35 -07:00
Francisco Ryan Tolmasky I
fe0818c612
Don't generate image files if there aren't any.
...
Reviewed by me.
2010-03-27 13:54:07 -07:00
Ross Boucher
74dabcae8a
Update the CPDictionary test suite.
2010-03-27 13:52:44 -07:00
Emmanuel Maillard and Ross Boucher
daf7870bab
- add containsKey: method
2010-03-27 13:41:32 -07:00
Ross Boucher
64da7f8775
define out DOM code from _CPImageAndTextView.
...
Closes #562 .
2010-03-27 13:37:13 -07:00
aburkhalter and Ross Boucher
6cfa11a94d
Initial boilerplate and file for putting the untested (at least not directly) CPView.j under test. Initial test to confirm we can actually create the object and a test demonstrating issue #562 .
2010-03-27 13:33:04 -07:00
Ross Boucher
db3c6c1463
A few minor updates to the pathExtension patch.
2010-03-27 13:25:44 -07:00
Emmanuel Maillard and Ross Boucher
65a669a9a1
- correct pathExtension and stringByDeletingPathExtension
2010-03-27 13:23:55 -07:00
Emmanuel Maillard and Ross Boucher
33f56bb203
- implement stringByDeletingPathExtension
2010-03-27 13:23:32 -07:00
Emmanuel Maillard and Ross Boucher
1ff873e170
- add tests for pathExtension and stringByDeletingPathExtension
2010-03-27 13:22:36 -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
e46d1a793c
autoresize the cpbrowser test browser.
2010-03-26 16:41:33 -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
ac5a0e3dfc
Add CPBrowser manual test app.
2010-03-26 14:00:51 -07:00