Ross Boucher
374f3d13f1
Convert default IB fonts to default Cappuccino fonts
2010-03-31 21:31:09 -07:00
Ross Boucher
a347bfb8b1
Sprite images recursively.
2010-03-31 11:10:17 -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
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
aburkhalter and Ross Boucher
05f8a10b3d
Trivial syntax fixes.
2010-03-22 14:29:27 -07:00
Randall Luecke
f324577014
Fixed default height in tableheader for Nib2Cib.
2010-03-21 02:54:14 -04:00
Randall Luecke
9bdc5fa0fe
Various nib2cib improvements on the tableview.
2010-03-16 22:49:38 -04:00
Randall Luecke
3c97903ed0
Fixed Nib2Cib selection color for the tableview.
2010-03-16 19:34:04 -04:00
Randall Luecke
e0483e316e
Fixed bug with nib2cib tableviews loading incorrect resources.
2010-03-14 17:24:36 -04: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
Ross Boucher
1634e4562a
Update the template files to more modern standards.
2010-03-11 14:28:22 -08:00
Tom Robinson
bd21153300
Typo in CI script.
2010-03-09 16:07:39 -08:00
Tom Robinson
4b1bf1fe65
Factor out nightly build portion of CI script so not all branches push builds
2010-03-09 15:32:13 -08:00
Tom Robinson
ba713b8b06
Use getCappuccinoVersion() in various Jakefiles instead of hardcoded versions.
2010-03-08 15:10:08 -08:00
Tom Robinson
c53bff288a
Add a central version.json file. Change package building to insert version, revision, and timestamp. Auto-push tags.
2010-03-08 15:10:08 -08:00
Francisco Ryan Tolmasky I
d1b325052d
Fixed incorrect import.
...
Reviewed by me.
2010-03-07 21:56:29 -08:00
Ross Boucher
c3ac076d13
Remove base64 globals, move to CFData. Update tests.
2010-03-07 17:22:29 -08:00
Francisco Ryan Tolmasky I
071a772208
Fix for drawRect: not working in IE 8 anymore. (Close chrome meta tag).
...
Reviewed by me.
2010-03-07 17:20:26 -08:00
Francisco Ryan Tolmasky I
2edcfbda35
Updated version strings in preparation for 0.8.0 Release Candidate.
...
Reviewed by me.
2010-03-06 22:30:51 -08:00
Tom Robinson
22cdd6e04d
Cleanup nib2cib logging.
2010-03-06 21:21:08 -08:00
Tom Robinson
3518813145
Switch nib2cib to use more robust args parsing.
2010-03-06 21:21:08 -08:00
Tom Robinson
a453412d5b
Strip invalid characters from plist before attempting to parse (so far just ESC)
2010-03-06 21:21:08 -08:00
Tom Robinson
ce749302a5
Fix nib2cib .nib support. Also use array form of OS.popen to avoid path escaping issues.
2010-03-06 19:34:56 -08:00
Ross Boucher
64eb440ea3
nib2cib will now launch a rhino process in order to get the size of images.
2010-03-06 15:39:46 -08:00
Ross Boucher
7d1c7b2907
Add missing accessor to CPImageView, and fix nib2cib support for image scaling.
...
Closes #523 .
2010-03-05 13:46:41 -08:00
Tom Robinson
b0d62a8608
Add option to automatically upgrade packages for CI server, etc.
2010-03-03 09:08:02 -08:00
Tom Robinson
9c3a579ff8
Exit with error from capp gen
2010-03-02 01:40:00 -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
d600df4585
Make doxygen recursive.
2010-03-01 12:14:27 -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
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
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
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
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
621e79fe33
Fixes press, objj-analysis-tools, etc broken due to changes to loader
2010-02-22 12:54:17 -08:00
Francisco Ryan Tolmasky I
272f938f2e
Fix for CPData naming issues, added test cases, and fixed isEqual: for CPDictionary.
...
Reviewed by me.
2010-02-21 23:29:41 -08:00
Ross Boucher
2b90652a16
Add chrome frame tag for the benefit of those people who may have installed it.
2010-02-21 17:01:33 -08:00
Ross Boucher
a58dd4678c
Move NibApp to manual tests.
2010-02-21 17:01:33 -08:00
Tom Robinson
5f930ec840
Fix for press interpreting "." as "/"
2010-02-20 23:01:06 -08:00
Francisco Ryan Tolmasky I
7d7281480a
Typo in last commit and forgot one change.
...
Reviewed by me.
2010-02-20 02:42:57 -08:00
Francisco Ryan Tolmasky I
666e2c0190
Updated press for changed names.
...
Reviewed by me.
2010-02-20 02:36:14 -08:00
Francisco Ryan Tolmasky I
3968d35cac
Once again fix for Fix for accounting for non-Cappuccino libraries placing things on
...
Object.prototype and Don't recreate sprited resources every time, and fix a bug where two
bundle tasks in the same jakefile would conflict when creating sprited
resources.
Reviewed by me.
2010-02-20 02:24:54 -08:00