Commit Graph
2489 Commits
Author SHA1 Message Date
Francisco Ryan Tolmasky I f67dfd85ef Fix for loading Cappuccino apps locally on Windows.
Reviewed by me.
2010-03-30 16:30:45 -07:00
Tom Robinson 3712da3bba Enable default logger in debug frameworks. Add configurable options to index-debug.html. 2010-03-30 14:16:10 -07:00
Ross Boucher 862e8db063 Sprite images recursively. 2010-03-30 12:09:35 -07:00
Ross Boucher db13748e6c Revert "Add guard div to protect against iframes consuming events during tracking."
This reverts commit 0e4d476d76.
2010-03-30 10:59:53 -07:00
Ross Boucher 77a648db94 Fix a nil variable error that caused problems in Firefox 2. 2010-03-30 10:58:54 -07:00
Francisco Ryan Tolmasky I e3cb8c4264 One more fix for image spriting.
Reviewed by me.
2010-03-30 00:46:01 -07:00
Francisco Ryan Tolmasky I 83fade3b29 Fail more gracefully when main cib is not found.
Reviewed by me.
2010-03-29 23:28:48 -07:00
Randall Luecke f9a111bfec Fixed nib2cib bug with cornerview where resources were not loaded from the correct location. 2010-03-30 01:42:24 -04:00
Francisco Ryan Tolmasky I 12433558fa 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.
v0.8.0-RC4
2010-03-28 15:04:42 -07:00
Francisco Ryan Tolmasky I 466593e820 Fix for HelloWorld not flattening correctly.
Reviewed by me.
2010-03-28 15:04:42 -07:00
Francisco Ryan Tolmasky I bbfc1feaaf Fix for user code errors during load not being reported (Cappuccino failing silently).
Reviewed by me.
2010-03-28 15:04:42 -07:00
Francisco Ryan Tolmasky I ee36e8ba5c Don't generate image files if there aren't any.
Reviewed by me.
2010-03-28 15:04:42 -07:00
Ross BoucherandFrancisco Ryan Tolmasky I f51ed977a2 Update the CPDictionary test suite. 2010-03-28 15:04:42 -07:00
Emmanuel MaillardandFrancisco Ryan Tolmasky I e5a37f69dd - add containsKey: method 2010-03-28 15:04:42 -07:00
Ross BoucherandFrancisco Ryan Tolmasky I cb1440d550 define out DOM code from _CPImageAndTextView.
Closes #562.
2010-03-28 15:04:42 -07:00
Ross BoucherandFrancisco Ryan Tolmasky I ce9fb31b80 CPBox should autoresize its content view. 2010-03-28 15:04:42 -07:00
Ross BoucherandFrancisco Ryan Tolmasky I f568629685 Whitespace fix. 2010-03-28 15:04:42 -07:00
Emmanuel MaillardandFrancisco Ryan Tolmasky I 9975c1f20f - CGPathAddQuadCurveToPoint fix for an unknown variable when using a transformation matrix 2010-03-28 15:04:42 -07:00
Francisco Ryan Tolmasky I f4585dc2f0 Fix for unrecognized selector in CPURL's initWithCoder:.
Reviewed by me.
2010-03-28 15:04:42 -07:00
Ross BoucherandFrancisco Ryan Tolmasky I baa7946039 Typo. Closes #572. 2010-03-28 15:04:42 -07:00
Scott KyleandFrancisco Ryan Tolmasky I 9cc2d40a8a Some somewhat minor style fixes 2010-03-28 15:04:42 -07:00
Ross BoucherandFrancisco Ryan Tolmasky I 0f3fd2ddb7 Remove duplicate method declaration. 2010-03-28 15:04:42 -07:00
Ross BoucherandFrancisco Ryan Tolmasky I 63845c9015 Missing - on a method. 2010-03-28 15:04:41 -07:00
Francisco Ryan Tolmasky I 62c87d1236 Fixed a bug where CPKeyedUnarchiver would incorrectly unarchive 0 as null.
Reviewed by me.
2010-03-28 15:04:41 -07:00
Randall LueckeandFrancisco Ryan Tolmasky I b1c633c18b Fixed black background of dragview in Opera and IE. 2010-03-28 15:04:41 -07:00
Ross BoucherandFrancisco Ryan Tolmasky I d7a17811dc Use === not ==. 2010-03-28 15:04:41 -07:00
Alan RogersandFrancisco Ryan Tolmasky I d5cea283d4 Updated test and fix for gh issue #539 2010-03-28 15:04:41 -07:00
Alan RogersandFrancisco Ryan Tolmasky I 564399c78b Little fix for CPDictionary, we should not try and recursively convert null JSON objects. 2010-03-28 15:04:41 -07:00
Alan RogersandFrancisco Ryan Tolmasky I d5dcedcb4a Adding a unit test to verify fix to +[CPDictionary dictionaryWithJSObject:(JSObject)object recursively:(BOOL)recursively] 2010-03-28 15:04:41 -07:00
Emmanuel MaillardandFrancisco Ryan Tolmasky I 6c24828c40 - fix typo 2010-03-28 15:04:41 -07:00
Emmanuel MaillardandFrancisco Ryan Tolmasky I 620e7f9306 - fix a typo in documentation 2010-03-28 15:04:41 -07:00
Scott KyleandFrancisco Ryan Tolmasky I f27fe2011b deleteBackwards: => deleteBackward: 2010-03-28 15:04:41 -07:00
aburkhalterandFrancisco Ryan Tolmasky I bdcc112797 Trivial syntax fixes. 2010-03-28 15:04:41 -07:00
Francisco Ryan Tolmasky I 9dfec49b09 Fix for empty data URLs, MHTML, etc. files being created when no image resources exist, causing a useless xhr.
Reviewed by me.
2010-03-28 15:04:41 -07:00
Randall LueckeandFrancisco Ryan Tolmasky I 851632c2d5 Fixed default height in tableheader for Nib2Cib. 2010-03-28 15:04:41 -07:00
Tom RobinsonandFrancisco Ryan Tolmasky I d47cbc4453 Add --split option to flatten. Asynchronously load multiple flattened files. 2010-03-28 15:04:41 -07:00
Tom RobinsonandFrancisco Ryan Tolmasky I 32605ccd12 Fix for flatten in Firefox (silly security restriction makes onreadystatechange not readable) 2010-03-28 15:04:41 -07:00
Francisco Ryan Tolmasky I 9cb7951624 Slight fix for collectionView:canDragItemsAtIndexes:withEvent: not passing the correct event.
Reviewed by me.
2010-03-28 15:04:41 -07:00
Francisco Ryan Tolmasky I a1f0437555 Added collectionView:canDragItemAtIndexes:forEvent:.
Reviewed by me.
2010-03-28 15:04:41 -07:00
Francisco Ryan Tolmasky I 85693139a6 Added itemAtIndex: to CPCollectionView and updates API names.
Reviewed by me.
2010-03-28 15:04:40 -07:00
Randall LueckeandFrancisco Ryan Tolmasky I c11bf5aae1 Fixed TableTest for IE. 2010-03-28 15:04:40 -07:00
Tom RobinsonandFrancisco Ryan Tolmasky I cb6ef75283 Refactor objj_eval to work in the browser. Move from CommonJS-specific code to Objective-J proper. 2010-03-28 15:04:40 -07:00
Tom RobinsonandFrancisco Ryan Tolmasky I 8d02ba7b53 Add default theme to flattened app, "-P" option for specifying other inlined files. 2010-03-28 15:04:40 -07:00
Tom RobinsonandFrancisco Ryan Tolmasky I 47f596935a Make asyncLoader a configurable option on exports. 2010-03-28 15:04:40 -07:00
Tom RobinsonandFrancisco Ryan Tolmasky I ca0eda08a4 Fix objj_eval (used in objj REPL, etc). 2010-03-28 15:04:40 -07:00
Randall LueckeandFrancisco Ryan Tolmasky I 22afcd453c Fixed failed TableCibTest in Firefox. 2010-03-28 15:04:40 -07:00
Randall LueckeandFrancisco Ryan Tolmasky I 55fd42c2ce Various nib2cib improvements on the tableview. 2010-03-28 15:04:40 -07:00
Ross BoucherandFrancisco Ryan Tolmasky I bed1485aef Remove two calls to a dead function. 2010-03-28 15:04:40 -07:00
Randall LueckeandFrancisco Ryan Tolmasky I 23840b1230 Fixed Nib2Cib selection color for the tableview. 2010-03-28 15:04:40 -07:00
Ross BoucherandFrancisco Ryan Tolmasky I 49e0b2ba9f Fix for sizeWithFont: in Internet Explorer. 2010-03-28 15:04:40 -07:00