Commit Graph
183 Commits
Author SHA1 Message Date
Tom Robinson cd2a66a644 objjc now checks syntax of preprocessed code. 2008-10-18 22:42:16 -07:00
Tom Robinson 32fd299d1d Fixed encoding issue with objj console.
[#108 state:resolved responsible:tlrobinson]
2008-10-18 21:45:05 -07:00
Nick TakayamaandRoss Boucher fc9e5b3a4c implementing CPString compare: so that sorting will work with default selector 2008-10-17 14:43:43 -07:00
Francisco Ryan Tolmasky I 0ac0a84b18 Fix for CPSplitView indents its subviews by frame.origin.
[#106 state:resolved]

Reviewed by me.
2008-10-16 05:39:28 -07:00
Francisco Ryan Tolmasky I dad6d613e6 Merge branch 'master' of git@github.com:280north/cappuccino 2008-10-14 22:26:44 -07:00
Francisco Ryan Tolmasky I fd23867c93 Make sure non-static files store their fragments.
Reviewed  by me.
2008-10-14 22:23:23 -07:00
Ross Boucher 59b7c55ba2 Else protecting dom opacity access. 2008-10-13 20:11:22 -07:00
Ross Boucher 0997042dcd Performance improvement in CPView setAlphaValue: 2008-10-13 19:49:53 -07:00
Ross Boucher 847118c35b Addendum to previous commit.
Thanks to Jake MacMullin for this fix.

[#99 state:resolved]
2008-10-12 21:23:19 -07:00
Jake MacMullinandRoss Boucher 5a086243f5 Implemented missing methods on CPString:
stringByReplacingOccurrencesOfString:target withString:replacement options:options range:searchRange
stringByReplacingCharactersInRange:range withString:replacement

Signed-off-by: Jake MacMullin <jmacmullin@mac.com>
2008-10-12 21:05:56 -07:00
Ross Boucher 5404b0bbfa style guide fix 2008-10-09 23:19:00 -07:00
Ross Boucher c2b1130e23 Fix for setStringValue on CPTextField being broken if first responder.
First commit by Nick Takayama! Thanks!

[#100 state:resolved]
2008-10-09 23:15:18 -07:00
tlrobinson 816d0d3636 Updated TOOLS_README v0.5.5 0.5.5 2008-10-08 20:26:52 -07:00
Francisco Ryan Tolmasky I 7e28bbeee9 Merge branch 'master' of git@github.com:280north/cappuccino 2008-10-06 17:38:14 -07:00
Francisco Ryan Tolmasky I 4d39466f14 Fix for CPScrollView performance issue.
[#93 state:resolved]

Reviewed by ross.
2008-10-06 17:37:27 -07:00
Ross Boucher 358251ec44 Fix for #92 - CPColor colorWithHexString should accept lowercase strings
[#92 state:resolved]
2008-10-06 15:45:26 -07:00
tlrobinson 1fc253d943 CPCollectionView -shouldAllowMultipleSelection typo
[#91 state:resolved responsible:tlrobinson]
2008-10-06 10:29:54 -07:00
Tom Robinson b1c8265f4c Changed "steam" to "steam build" and added "steam create"
Updated ant scripts to reflect steam changes.
Minor update to objj
2008-10-05 20:00:31 -07:00
Tom Robinson 02b4187742 CPArrayTest 2008-10-05 18:47:47 -07:00
Tom Robinson ba189afaf5 CPArray -componentsJoinedByString fixed
Moved objj object toString override to CPObject.j

Reviewed by me

[#89 state:resolved responsible:tlrobinson]
2008-10-05 18:34:06 -07:00
Tom Robinson bf28b8bbc6 CPString -capitalizedString fixed
Reviewed by me.

[#90 state:resolved responsible:tlrobinson]
2008-10-05 18:15:36 -07:00
Francisco Ryan Tolmasky I 6b6a6a6f1d Fix for split view in IE.
Reviewed by tom.
2008-10-05 15:09:50 -07:00
tolmasky a85e1b8db2 Minor bake png fix
Reviewed by Tom
2008-10-04 16:38:27 -07:00
Tom Robinson 529c3807e4 Merge branch 'master' of git@github.com:280north/cappuccino 2008-10-04 16:32:18 -07:00
Francisco Ryan Tolmasky I ac4faf3a4c Fix for scrollers not updating properly.
[#35 state:resolved]

Reviewed by ross.
2008-10-04 16:20:45 -07:00
Tom Robinson 89461fd7e7 press support in bake
Reviewed by me.
2008-10-03 19:28:20 -07:00
Tom Robinson 9da107fc45 Objective-J debug utilities: backtrace and profiler
- Beginnings of an Objective-J profiler
- Moved Objective-J debug code from runtime.js to debug.js
- Allow runtime enabling of backtrace and profiling objj_msgSend functions
2008-10-03 18:04:59 -07:00
Tom Robinson 05b922dc9c Print Rhino/Java stack traces on exception in objj 2008-10-03 17:59:58 -07:00
Tom Robinson a0c594a86a Fixed press to support running on apps from any directory.
New usage:
    press root_directory output_directory [--main override_main.j] [--frameworks override_frameworks] [--png]

[#88 state:resolved responsible:tlrobinson]
2008-10-03 17:54:19 -07:00
Francisco Ryan Tolmasky I 344d2eb78c Further fix for toolbar item sizing.
Reviewed by me.
2008-10-03 13:46:05 -07:00
Francisco Ryan Tolmasky I 5f7514bb6f Merge branch 'master' of git@github.com:280north/cappuccino 2008-10-03 13:20:30 -07:00
Francisco Ryan Tolmasky I cbcd3bbbb6 Fix for toolbar item minsize/maxsize mismatch.
[#85 state:resolved]

Reviewed by ross.
2008-10-03 13:15:14 -07:00
Tom Robinson d99c583d79 Fixed press to match fragment_create_file() change. Updated install script.
Reviewed by me.
2008-10-03 04:53:40 -07:00
Tom Robinson fcc1be118e Fixed other fragment_create_file() calls to match recent changes.
Reviewed by me.
2008-10-03 04:52:17 -07:00
Tom Robinson 964cb66fa8 press command line tool 2008-10-03 03:56:12 -07:00
Tom Robinson ecc39ff11f Incorrect objj_import call masked by recently fixed by objj_import() fix 2008-10-03 03:52:33 -07:00
Tom Robinson ff1f5bdcdf Fixed press to work with static'd app code and toll free bridging
[#83 state:resolved responsible:tlrobinson]
[#84 state:resolved responsible:tlrobinson]
2008-10-03 03:22:19 -07:00
Tom Robinson ac6c3b556e Foundation.j missing CPDate.j import 2008-10-03 03:21:33 -07:00
Francisco Ryan Tolmasky I 7a69d6e711 Fix for objj_import using old code.
[#82 state:resolved]

Reviewed by me.
2008-10-02 18:01:34 -07:00
Francisco Ryan Tolmasky I 3a50d3562f Added separator to toolbar and made centering work within toolbar.
Fix for http://cappuccino.lighthouseapp.com/projects/16499/tickets/57-no-way-to-center-or-move-identifiers-inside-a-toolbar

[#57 state:resolved]

Reviewed by ross.
2008-10-02 14:36:09 -07:00
Francisco Ryan Tolmasky I 77dae63cb9 Updated -displayName to return the lastpathcomponent of fileURL when available.
Reviewed by tom.
2008-10-01 23:57:47 -07:00
Francisco Ryan Tolmasky I f636491e75 Fix for build breaking after name change in objj_dictionary.
Reviewed by me.
2008-10-01 01:57:28 -07:00
Francisco Ryan Tolmasky I c1e882ace1 Merge branch 'master' of git@github.com:280north/cappuccino 2008-10-01 00:15:54 -07:00
Francisco Ryan Tolmasky I a789ccb431 Further fix for "Respond to page up/down in CPScrollView".
Reviewed by me.
2008-10-01 00:11:29 -07:00
Tom Robinson 3892ac7885 pngcrush support in press (use --png flag) 2008-10-01 00:03:27 -07:00
Ross Boucher 01177a7e02 Fix keys conflict in CPDictionary
[#77 state:resolved]
2008-09-30 17:29:56 -07:00
Ross Boucher bbc6ef7602 Respond to page up/down in CPScrollView 2008-09-30 17:29:19 -07:00
tlrobinson e86e276a14 CPJSONPConnection documentation note 2008-09-30 15:44:04 -07:00
Ross Boucher e9befe9084 Merge branch 'master' of git@github.com:280north/cappuccino 2008-09-30 15:22:30 -07:00
Ross Boucher 8c1b217c7a make #debug work in urls for registering cplog 2008-09-30 15:21:47 -07:00