Ross Boucher
|
1eb9202233
|
A few style guideline changes.
|
2009-11-24 22:56:18 -05:00 |
|
 Alexander LjungbergandRoss Boucher
|
b7da92d225
|
CPDate initWithString: now takes proper international format strings like NSDate. Similarly CPDate description generates such strings.
|
2009-11-24 22:42:02 -05:00 |
|
Ross Boucher
|
e4f6d0db1f
|
Fixes an issue with HUD style alert panels. Closes #343.
|
2009-11-24 22:13:20 -05:00 |
|
Ross Boucher
|
0a8bd9f687
|
Remove the "Cancelled" message that Safari shows when an XHR is cancelled during startup. Closes #344.
|
2009-11-24 18:38:25 -05:00 |
|
Ross Boucher
|
f2608998f9
|
Fixes a typo in CPRectContainsRect by simply calling out to CGRectContainsRect. We should explore simply removing this method entirely. Includes test cases. Closes #345.
|
2009-11-24 18:30:31 -05:00 |
|
Ross Boucher
|
ffb08d32ce
|
Fix an issue with storing 0 in a CPSet. Includes test cases. Closes #337.
|
2009-11-24 16:06:32 -05:00 |
|
Ross Boucher
|
72d01865ae
|
Add about panel
AB-7
|
2009-11-20 18:06:16 -08:00 |
|
Ross Boucher
|
b9664681a3
|
Better error reporting for narwhal-jsc
|
2009-11-19 15:29:20 -08:00 |
|
Ross Boucher
|
fd5c545189
|
Merge branch 'jake' of git@github.com:280north/cappuccino into jake
|
2009-11-19 14:54:51 -08:00 |
|
Ross Boucher
|
0639f4b00f
|
Exit from subjake if the subjake returns non zero status code. Don't exit in the compiler (required for building in Atlas to not kill the process)
|
2009-11-19 14:48:18 -08:00 |
|
Tom Robinson
|
ab49986238
|
Add --clone option to bootstrap, and prompt for location
|
2009-11-19 14:18:49 -08:00 |
|
Francisco Ryan Tolmasky I
|
44e0879224
|
Merge branch 'jake' of git@github.com:280north/cappuccino into jake
|
2009-11-19 13:26:36 -08:00 |
|
Francisco Ryan Tolmasky I
|
1e6fa93ea2
|
Fix for NSScrollView breaking nib2cib.
Reviewed by me.
|
2009-11-19 13:26:02 -08:00 |
|
Tom Robinson
|
2aaed6bffd
|
Replace outdated objj-executable with Narwhal magic.
|
2009-11-19 00:17:12 -08:00 |
|
Francisco Ryan Tolmasky I
|
2d367a8b47
|
Fix for not being able to drag window from spaces in toolbar.
Reviewed by me.
|
2009-11-18 22:08:57 -08:00 |
|
Francisco Ryan Tolmasky I
|
52c18abc5e
|
Fix for class_addMethod with a root class.
Reviewed by me.
|
2009-11-18 21:56:10 -08:00 |
|
Ross Boucher
|
595c70ed56
|
Merge branch 'jake' of git@github.com:280north/cappuccino into jake
AB-6
|
2009-11-18 14:28:33 -08:00 |
|
 Alexander LjungbergandRoss Boucher
|
9faec8decd
|
Fixed: calling setIsPaneSplitter: on a CPTableView would change the divider width but the subviews would not change size to match.
|
2009-11-18 14:22:58 -08:00 |
|
Tom Robinson
|
90dc1f6cf8
|
Reorder shell config file checks.
|
2009-11-18 01:34:01 -08:00 |
|
Francisco Ryan Tolmasky I
|
ba01976151
|
Added target and action to radio groups.
Reviewed by me.
|
2009-11-17 19:52:20 -08:00 |
|
Francisco Ryan Tolmasky I
|
4d7f5a8a09
|
Fix for fixing state after turning setAllowsMixedState to NO.
Reviewed by me.
|
2009-11-17 19:17:58 -08:00 |
|
Ross Boucher
|
2d01fa6f94
|
Merge branch 'jake' of git@github.com:280north/cappuccino into jake
|
2009-11-17 17:04:12 -08:00 |
|
Ross Boucher
|
970f848b84
|
Make CPAlert slightly (but only slightly) more externally hackable
|
2009-11-17 17:03:42 -08:00 |
|
Tom Robinson
|
31feec0465
|
Flush stdin after writing file to ShrinkSafe process (fixes building in Rhino)
|
2009-11-17 17:02:07 -08:00 |
|
Francisco Ryan Tolmasky I
|
2466c14300
|
Merge branch 'jake' of git@github.com:280north/cappuccino into jake
|
2009-11-17 14:49:30 -08:00 |
|
Francisco Ryan Tolmasky I
|
49927fcfb7
|
Fix for building projects where source files are in nested subfolders.
Reviewed by me.
|
2009-11-17 14:46:54 -08:00 |
|
Ross Boucher
|
f612683dfb
|
Taking this out for now.
|
2009-11-17 10:26:58 -08:00 |
|
Ross Boucher
|
11e6ad2153
|
Adding a simple way to set a function for the target/action
|
2009-11-17 09:28:44 -08:00 |
|
 Klaas Pieter AnnemaandRoss Boucher
|
d041c69e0d
|
Added a check if the window is loaded in CPWindowController
|
2009-11-17 09:19:05 -08:00 |
|
 Randall LueckeandRoss Boucher
|
b394052145
|
fixed tableview typo
|
2009-11-17 09:16:30 -08:00 |
|
Francisco Ryan Tolmasky I
|
bce83e45b5
|
Merge branch 'jake' of git@github.com:280north/cappuccino into jake
AB-5
|
2009-11-16 18:28:04 -08:00 |
|
Francisco Ryan Tolmasky I
|
77bd8d3a76
|
Add hide: and hideOthers support.
Reviewed by me.
|
2009-11-16 18:27:38 -08:00 |
|
Tom Robinson
|
118ece9f1c
|
Implement "which" for bootstrap and switch to 280north repos.
|
2009-11-16 17:11:05 -08:00 |
|
Francisco Ryan Tolmasky I
|
971956a6ba
|
Merge branch 'jake' of git@github.com:280north/cappuccino into jake
|
2009-11-16 15:09:51 -08:00 |
|
Francisco Ryan Tolmasky I
|
48cd362015
|
Fix for using unicode characters with capp config.
Reviewed by me.
|
2009-11-16 15:09:22 -08:00 |
|
Tom Robinson
|
b12b1bf662
|
Incorrect case in require("os")
|
2009-11-16 14:12:53 -08:00 |
|
Francisco Ryan Tolmasky I
|
6829d502d7
|
Better support for opening files.
Reviewed by me.
|
2009-11-16 11:47:06 -08:00 |
|
Francisco Ryan Tolmasky I
|
aa8689a4f0
|
Fix for compiling with spaces in path name and misidentifying IE.
Reviewed by me.
AB-4
|
2009-11-15 19:13:13 -08:00 |
|
Francisco Ryan Tolmasky I
|
44cbcc60fa
|
Check for gcc.
Reviewed by me.
|
2009-11-15 15:07:58 -08:00 |
|
Francisco Ryan Tolmasky I
|
d4edb28837
|
Merge branch 'jake' of git@github.com:280north/cappuccino into jake
|
2009-11-15 14:46:59 -08:00 |
|
Francisco Ryan Tolmasky I
|
3245f38788
|
nib2cib fix for pull down menus.
Reviewed by me.
|
2009-11-15 14:45:46 -08:00 |
|
Ross Boucher
|
392cca1b2a
|
Look for uppercase charactrs OR shift keys for determining shift key mask status on menu items
|
2009-11-15 12:51:48 -08:00 |
|
Francisco Ryan Tolmasky I
|
ad901ed4b0
|
Added convinience method to applicationtask for grabbing the built index file.
Reviewed by me.
|
2009-11-15 07:38:28 -08:00 |
|
Francisco Ryan Tolmasky I
|
8f1e56e398
|
Implemented manual validation for toolbar items and fixed a number of toolbar bugs.
Closes #43.
Closes #48.
Reviewed by me.
|
2009-11-15 00:35:52 -08:00 |
|
Francisco Ryan Tolmasky I
|
b694437dba
|
Fix for flash when closing windows.
Reviewed by me.
|
2009-11-14 19:58:40 -08:00 |
|
Francisco Ryan Tolmasky I
|
370efb35aa
|
Merge branch 'jake' of git@github.com:280north/cappuccino into jake
|
2009-11-14 19:57:59 -08:00 |
|
Francisco Ryan Tolmasky I
|
dc93f39b58
|
Fix for infinite loop with inserting newlines and interpretKeyEvents:.
Reviewed by me.
|
2009-11-14 19:57:31 -08:00 |
|
Ross Boucher
|
629c8669c2
|
Merge branch 'jake' of git@github.com:280north/cappuccino into jake
|
2009-11-14 17:04:51 -08:00 |
|
Ross Boucher
|
558dbdc612
|
Some documentation. Eventually I will rewrite all of the key event stuff to work like Google Closure using this documentation
|
2009-11-14 17:04:18 -08:00 |
|
Ross Boucher
|
1944f51f97
|
Hack for desktop Capp key events
|
2009-11-14 17:04:02 -08:00 |
|