Nicholas Small
c9b02603bc
Don't use the deprecated .path() method in CFBundle OBJJ_PROGRESS_CALLBACK.
2010-08-23 15:48:17 -04:00
Aparajita Fishman and Alexander Ljungberg
c91c513b60
Proposed method of excluding themed objects from the theme showcase.
...
- Also added class_respondsToSelector, it was a no-brainer.
- Cleaned up trailing whitespace in CPThemeBlend.j. Woo-hoo!
2010-08-22 22:06:22 -04:00
Francisco Ryan Tolmasky I
111ac84a65
Removed unecessary whitespace.
...
Reviewed by me.
2010-08-17 11:23:50 -07:00
Ross Boucher
f5322b39bc
Fix a debug mode bug in IE. Closes #768 .
2010-07-28 15:13:21 -07:00
Andreas and Ross Boucher
a6b7d456f4
Add isLoaded to CFBundle and CPBundle
2010-06-23 20:11:05 -07:00
Ross Boucher
2f58517ce5
Request headers should be set after the request is re-opened. Closes #701 .
2010-06-15 09:29:04 -07:00
Alexander Ljungberg and Ross Boucher
44555ac724
UTF compatible CFData base64 string encoder and decoder. Use it for CPButton key equivalent archiving. Also ordered CPText.j constants by value and removed the empty CPText class definition as it caused errors with nib2cib. Fixed: the key equivalent for forward delete (CPDeleteFunctionKey, \uF728) was transformed to '(' (\u0028) when archived and unarchived.
2010-06-11 09:39:19 -07:00
Ross Boucher
421ae6b316
Make CPButton archive its key equivalents, and make nib2cib support the feature.
2010-06-10 10:41:15 -07:00
Tom Robinson
478f2d8134
Name Objective-J allocators to get correct WebKit heap snapshot reports.
2010-06-09 13:16:45 -07:00
Ross Boucher
0c9b4da473
Don't supress exceptions in the backtrace decorator, add an exception supressing decarator.
2010-06-06 12:57:45 -07:00
Stephen Ierodiaconou and Ross Boucher
935f1084d6
Javascript Date object returns month between 0 and 11
2010-06-06 12:05:11 -07:00
Francisco Ryan Tolmasky I
fbd23fb2c3
Removed unecessary var.
...
Reviewed by me.
2010-05-24 15:45:54 -07:00
Paul Baumgart and Francisco Ryan Tolmasky I
252b258159
fix CFDictionary.containsValue and CFDictionary.countOfValue and add tests to prove it
2010-05-24 15:45:21 -07:00
Ross Boucher
28397e672e
fix a misnamed variable.
...
closes #673 .
2010-05-24 11:28:57 -07:00
Paul Baumgart and Ross Boucher
66180f8de4
change @property to @accessors in pre-processor error messages
2010-05-15 12:19:35 -07:00
Paul Baumgart and Ross Boucher
fc8525e4d8
throw a regular Error() exception in Runtime.js because objj_exception doesn't exist anymore
2010-05-15 12:19:00 -07:00
Ross Boucher
80b70ec6b9
Can't sprited resources whos resulting dataURL is larger than 32k, not resources which themselves are over 32k.
2010-05-12 19:08:30 -07:00
Ross Boucher
e83e5b7c29
Only send open if we aren't already open
2010-05-04 15:04:51 -07:00
Ross Boucher
cb7879eecf
Make CFHTTPRequests re-fireable.
2010-05-02 12:58:36 -07:00
Ross Boucher
f98d3bd44b
Add global 403 handler for CFHTTPRequest, to make it easier to catch authentication challenges.
2010-05-01 11:57:32 -07:00
Tom Robinson
67bcc29baf
NativeHost.
2010-04-25 22:33:31 -07:00
Francisco Ryan Tolmasky I
72a3888062
Add ObjectiveJ global to CommonJS so that references to it aren't broken in Cappuccino.
...
Reviewed by me.
2010-04-21 22:55:46 -07:00
Tom Robinson
a18fb1b686
Add manifest generation options to press and flatten, since manifests need to be updated after each is run.
2010-04-12 13:47:38 -07:00
Ross Boucher
4cc7dec35b
Throw syntax error for # followed by anything other than pragma.
2010-04-09 14:34:02 -07:00
Ross Boucher
47ecd40c4f
Made the pre-processor capable of recognizing and ignoring Xcode's '#pragma mark' mark-ups
...
Conflicts:
Objective-J/Preprocessor.js
2010-04-09 14:26:29 -07:00
Tom Robinson
9f50f08065
Add automated HTML5 cache manifest generation. Disabled by default.
2010-04-07 22:46:23 -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
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
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
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
df728b7a21
Support terminating method signatures with ;. Closes #416 .
2010-03-28 08:51:35 -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
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
4175b762c3
Disable new syntax check while we work out the build issue some people are having.
2010-03-23 13:29:55 -07:00
Ross Boucher
d0ad865976
Add the with{} back in for Class methods, instead take the disallowed list from objj_class.
2010-03-23 11:21:59 -07:00
Ross Boucher
7013b34897
Add a few additional syntax checks.
...
Throw an error if a method uses a parameter name that is also an ivar name.
Stop using with{} block for class methods.
2010-03-23 11:21:59 -07:00
Francisco Ryan Tolmasky I
6843df410a
Fix for empty data URLs, MHTML, etc. files being created when no image resources exist, causing a useless xhr.
...
Reviewed by me.
2010-03-21 14:30:31 -07:00
Tom Robinson
35d14939c4
Fix for flatten in Firefox (silly security restriction makes onreadystatechange not readable)
2010-03-20 22:32:11 -07:00
Tom Robinson
d8fb849691
Refactor objj_eval to work in the browser. Move from CommonJS-specific code to Objective-J proper.
2010-03-16 23:57:37 -07:00
Tom Robinson
24ab176236
Make asyncLoader a configurable option on exports.
2010-03-16 22:38:30 -07:00
Tom Robinson
9c342ca19c
Fix objj_eval (used in objj REPL, etc).
2010-03-16 22:38:30 -07:00
Tom Robinson
f0818d94e9
Typo in window.clearNativeInterval.
2010-03-16 15:44:45 -07:00
Tom Robinson
50e779ef5a
Add CFHTTPRequest and FileExecutable hooks for inlining files and module functions (for flatten). Removed hook used by flatten.
2010-03-13 21:35:15 -08:00
Tom Robinson
677cf9e1df
Change FileRequest to always use CFHTTPRequest and make async/sync configurable. Preparation for "flatten" changes.
2010-03-12 19:40:27 -08:00
Francisco Ryan Tolmasky I
9e7d0d3183
Merge branch 'master' of git@github.com:280north/cappuccino
2010-03-08 18:23:36 -08:00
Francisco Ryan Tolmasky I
3ae4b1cf19
Fix for classes declared in subfolders reporting wrong bundle (fictional).
...
Reviewed by me.
2010-03-08 18:22:53 -08:00
Ross Boucher
2841223c9d
Create the args and namedArgs objects in Bootstrap.js, pass them along up to CPApplication.
2010-03-08 15:14:09 -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