Ross Boucher
b8d06521b2
Fix a bogus Regex in json2.js. Closes #513 .
2010-03-02 11:20:02 -08:00
Tom Robinson
3225d980c5
Bump required Jake version to 0.1.3 to fix build problems with Rhino.
2010-03-02 02:09:49 -08:00
Tom Robinson
9c3a579ff8
Exit with error from capp gen
2010-03-02 01:40:00 -08:00
Tom Robinson
92b5b34d17
Add --index option to flatten to specify an alternate index.html file.
2010-03-02 00:52:19 -08:00
Ross Boucher
47e8696b9f
Missing string close.
2010-03-02 00:51:46 -08:00
Tom Robinson
7938384162
Fix "capp gen -l"
2010-03-01 18:31:00 -08:00
Ross Boucher
01aec1f78e
If the mainWindow tries to become main again, just return early.
2010-03-01 18:07:38 -08:00
Nicholas Small
67f35c7b74
Update deprecated sendSynchronousRequest:returningResponse:error: to sendSynchronousRequest:returningResponse:
2010-03-01 17:03:00 -05:00
Ross Boucher
d600df4585
Make doxygen recursive.
2010-03-01 12:14:27 -08:00
Francisco Ryan Tolmasky I
f3a0710059
Merge branch 'master' into URL
2010-02-27 13:36:56 -08:00
Ross Boucher
203e0d150b
Update table headers to return the cursor to normal if the window doesn't accept mousemoved events.
2010-02-27 12:22:52 -08:00
Ross Boucher
efd699a044
Add -isEqual: and -description to CPFont. Add a unit test for -isEqual:
...
Closes #506 .
Closes #505 .
2010-02-27 12:00:44 -08:00
Ross Boucher
dbe0ca0adc
Expand macros in the documentation generation.
2010-02-27 10:31:05 -08:00
Francisco Ryan Tolmasky I
5316cabf30
Fix for capp config <key> <value> not working.
...
Reviewed by me.
2010-02-26 23:35:27 -08:00
cacaodev and Randall Luecke
9a16921a32
CPTableHeaderView: Avoid vertical lines disapearring when autoresizing the table.
...
Fix cursor updates disabled when table autoresizing is NoAutoresizing.
nil check table headerView before sending a message to itself or to a table column header view.
Conflicts:
AppKit/CPTableHeaderView.j
2010-02-26 11:35:49 -05:00
Tom Robinson
f5edf2a4c2
Cleanup press and flatten arguments.
2010-02-25 19:50:06 -08:00
Ross Boucher
cfdcfdbc99
Update the default jakefiles with bug fixes and convenience tasks.
2010-02-25 16:34:47 -08:00
Tom Robinson
ad99dca6ac
Move tools to cappuccino package's "bin" directory
2010-02-25 15:32:24 -08:00
Francisco Ryan Tolmasky I
fbcc81056b
Merge branch 'master' into URL
...
Conflicts:
Objective-J/FileExecutable.js
2010-02-25 13:59:00 -08:00
Francisco Ryan Tolmasky I
756877b94c
Removed some unecessary uses of sprintf.
...
Reviewed by me.
2010-02-25 12:38:50 -08:00
Ross Boucher
68d30c8802
Replace the old support for window.update_progress with OBJJ_PROGRESS_CALLBACK.
...
Function gets passed float from 0 to 1, the total size, and the last loaded bundle path, in that order.
2010-02-25 11:39:08 -08:00
Tom Robinson
555b83a359
"flatten" now inlines functions
2010-02-25 00:57:21 -08:00
Tom Robinson
ff43be6d7b
Added LoadTimeTest app to test load times.
2010-02-25 00:57:21 -08:00
Tom Robinson
7defbce1dd
Fix more incorrect type annotations
2010-02-24 22:45:34 -08:00
Ross Boucher
ef5aead17d
Disabled resize cursor support in CPTableViewHeader
2010-02-24 21:22:07 -08:00
Ross Boucher
585b70a6a9
Fix whitespace errors.
2010-02-24 20:10:08 -08:00
Scott Kyle and Ross Boucher
b24a78bdd5
CPTableView delegate method tableView:setObjectValue:forTableColumn:row: is now being called for cells with CPButton data views, as it should. Fixes bug #466
2010-02-24 20:06:24 -08:00
Ross Boucher
f305621ade
Merge branch 'master' of github.com:280north/cappuccino
2010-02-24 17:47:09 -08:00
Ross Boucher
24198a7890
Add a missing import, exposed by press.
2010-02-24 17:46:47 -08:00
Tom Robinson
2d477b38bc
Fix bootstrap when run within another sea and check for writability of /usr/local, defaulting to $HOME/narwhal
2010-02-24 16:16:27 -08:00
Paul Baumgart and Tom Robinson
48afc5639e
re-factor shell_config_file to make bootstrap.sh self-contained
2010-02-24 15:47:22 -08:00
Francisco Ryan Tolmasky I
7b932fbf4a
Merge branch 'master' into URL
2010-02-24 11:26:46 -08:00
Francisco Ryan Tolmasky I
39f3e7b292
Fix for menus not redrawing correctly after closing in non-Safari browsers.
...
Closes #495 .
Reviewed by me.
2010-02-24 02:56:38 -08:00
Randall Luecke
49f3038737
Merge branch 'master' of git://github.com/280north/cappuccino
2010-02-24 02:27:32 -05:00
Randall Luecke
f7a40a071b
Added proper resize cursor support for CPSplitView and cleaned up some whitespace.
2010-02-24 02:24:36 -05:00
Tom Robinson
3a1ebcaf3f
Allow interleaved arguments in "capp gen" (requires latest Narwhal)
2010-02-23 20:07:17 -08:00
Tom Robinson
3da1c4381c
Setup automated builds.
2010-02-23 18:06:23 -08:00
Tom Robinson
9ff73e5e63
Make "capp" print usage if more than one file argument is given
2010-02-23 17:04:56 -08:00
Tom Robinson
f3633c050b
Add OBJJ_AUTO_BOOTSTRAP option to disable auto-bootstrapping. Fixes flatten race condition.
2010-02-23 15:41:52 -08:00
Francisco Ryan Tolmasky I
1ba828da18
Beginning transition from string paths to CFURLs.
...
Reviewed by me.
2010-02-23 15:11:10 -08:00
Ross Boucher
109725d613
Fix whitespace issues from the previous commit.
2010-02-23 11:34:58 -08:00
Klaas Pieter Annema and Ross Boucher
4bc8f01376
made sure the dragserver doesn't call prepareDrag if the last drag update returned CPDragOperationNone
2010-02-23 11:25:10 -08:00
Ross Boucher
df20a6d6df
Add a couple tests for bugs reported from Pivotal. They aren't ideal, though, because of the CPApp issue.
2010-02-23 11:07:53 -08:00
cacaodev and Ross Boucher
e32963384e
_CPKVCArray -indexOfObject: typo
2010-02-23 11:07:53 -08:00
Tom Robinson
03a9865ccb
Remove warning from bootstrap.sh about narwhal-jsc failing on 10.5
2010-02-22 22:06:44 -08:00
Francisco Ryan Tolmasky I
7674b3aec6
Merge branch 'master' of git@github.com:280north/cappuccino
2010-02-22 18:50:00 -08:00
Francisco Ryan Tolmasky I
9c9a5bcd51
Fix for stream undefined.
...
Reviewed by me.
2010-02-22 18:48:13 -08:00
Tom Robinson
8948f7f43c
Fix broken flatten bit due to loader changes. Refactor flatten into ObjectiveJFlattener which inherits from ObjectiveJRuntimeAnalyzer.
2010-02-22 18:41:19 -08:00
Tom Robinson
ef4e86a124
Remove StaticResource.prototype.type()
2010-02-22 18:39:50 -08:00
Francisco Ryan Tolmasky I
b9edc357f3
Fix for absolute paths working with <> includes.
...
Reviewed by me.
2010-02-22 14:50:25 -08:00