Commit Graph
10331 Commits
Author SHA1 Message Date
Ross Boucher 8bae7048b1 Merge branch 'master' into working 2008-09-17 22:41:52 -07:00
Ross Boucher e95c2b9efc Various fixes to support creating images with specifying the size upfront.
[#41 milestone:0.5.2 state:resolved];
[#20 milestone:0.5.2 state:resolved];
2008-09-17 22:39:25 -07:00
Tom Robinson dbc0999f66 CPSplitView initial commit
Reviewed by Francisco

[#46 state:resolved responsible:tlrobinson]
2008-09-17 22:37:59 -07:00
Ross Boucher 53d4a714e2 Fix for requiring delegate methods (#36), and for JSONP not calling the run loop.
[#36 state:resolved];
2008-09-17 18:59:30 -07:00
Ross Boucher a64d1a1ed6 fix typo in class_addMethod 2008-09-17 18:46:57 -07:00
Tom Robinson 088fdf4e05 Merge branch 'master' of git@github.com:280north/cappuccino 2008-09-17 17:59:49 -07:00
Tom Robinson 06e56eb37a Override toString on Objective-J objects to return result of calling -description
[#4 state:resolved responsible:tlrobinson]
2008-09-17 17:58:11 -07:00
Ross Boucher 3dd3a8733b Add CPViewAutoresizingMasks to the documentation. 2008-09-17 17:03:51 -07:00
Ross Boucher 0b81dd718c Add isEditable to the list of encoded attributes on CPTextField.
reviewed by Francisco.
2008-09-17 16:26:05 -07:00
Ross Boucher fcc4d34098 remove cplog 2008-09-17 16:21:21 -07:00
Ross Boucher 323c6342d8 Fix for the last commit, where null values were displayed as n instead of an empty string. 2008-09-17 16:19:54 -07:00
Ross Boucher 6a6348e841 Fix the "additional items" button in the toolbar to not be bordered. 2008-09-17 16:06:35 -07:00
Ross Boucher 9305b93506 Merge branch 'master' into tables 2008-09-17 16:06:29 -07:00
vijaykiran 9a397bf03f Added method stringByReplacingOccurrencesOfStringWithString and testcase for the same. 2008-09-17 23:17:56 +02:00
vijaykiran 6c2a50f767 Added method stringByAppendingFormat and a simple test case for the method 2008-09-17 22:52:11 +02:00
vijaykiran 7274bc5ac2 Merge branch 'master' of git://github.com/280north/cappuccino 2008-09-17 22:51:19 +02:00
Francisco Ryan Tolmasky I b6f6102970 Fixed awakeAfterUsingCoder:.
Reviewed by me.
2008-09-17 03:50:03 -07:00
vijaykiran 05773d745c Merge branch 'master' of git://github.com/280north/cappuccino 2008-09-17 12:06:33 +02:00
vijaykiran 34f58026df Updated assertFalse message in CPStringTest
Converted tabs to spaces according to coding guidelines
2008-09-17 11:56:57 +02:00
Francisco Ryan Tolmasky I 525493574c Forgot to commit this README change from 0.5.1.
Reviewed by me.
2008-09-17 02:43:07 -07:00
vijaykiran 33c0dcd482 First unit test for CPString for method boolValue 2008-09-16 18:59:07 +02:00
vijaykiran ec6c08e9ea Fixed [CPString boolvalue] method with RegExps 2008-09-16 18:40:15 +02:00
vijaykiran ffa91e0f59 updated according to coding guidelines 2008-09-15 20:35:26 +02:00
vijaykiran d030ef15b5 Merge branch 'master' of git://github.com/280north/cappuccino 2008-09-15 15:03:39 +02:00
Francisco Ryan Tolmasky I a9e9dab7e6 Fix for broken new selector.
[#37 state:resolved].

Reviewed by me.
2008-09-15 02:02:12 -07:00
Francisco Ryan Tolmasky I 6a5545b316 Added missing vim folder.
[#40 state:resolved].

Reviewed by me.
2008-09-15 00:26:02 -07:00
Tom Robinson 36ec2d3027 Better exception reporting in objj
[#38 state:resolved responsible:tlrobinson]
2008-09-14 15:38:22 -07:00
Ross Boucher bf9ffb8a95 Add missing setX and X methods on CPControl.
Moved the logic for setStringValue to setObjectValue on CPTextField.
Now, all setX's call setObject.  We store native objects, and cast
to the appropriate type in the getter methods.
2008-09-14 13:40:58 -07:00
vijaykiran 1b2aadc6f0 Added boolValue method to CPString 2008-09-14 11:35:28 +02:00
vijaykiran 2eae5373bc - Updated correct method names in the exception 2008-09-14 10:51:59 +02:00
vijaykiran b173c0978d Merge branch 'master' of git://github.com/280north/cappuccino 2008-09-14 10:27:12 +02:00
Francisco Ryan Tolmasky I 0ffbca776f Changed path to new TextMate bundle.
Reviewed by me.
2008-09-13 14:44:49 -07:00
Francisco Ryan Tolmasky I b6aec87551 Added new TextMate bundle.
Reviewed by me.
2008-09-13 14:38:32 -07:00
Francisco Ryan Tolmasky I 538987e73e Removed old TextMate bundle.
Reviewed by me.
2008-09-13 14:35:38 -07:00
Francisco Ryan Tolmasky I 95e5a7430a Fix for nib2cib not working, README updates.
[#32 state:resolved]

reviewed by tom.
2008-09-13 14:27:18 -07:00
Vijay Duvvuri bae8e1c6b0 Added method doc for rangeOfString:options:range: 2008-09-13 11:22:04 +02:00
Vijay Duvvuri f9b78273ad Merge branch 'master' of git://github.com/280north/cappuccino
Conflicts:

	Foundation/CPString.j
2008-09-13 11:16:13 +02:00
Vijay Duvvuri 8aed3787fd - Added new line after if/else/else if 2008-09-13 11:09:09 +02:00
Tom Robinson 39afdd57cd sprintf() and CPString +stringWithFormat
[#34 state:resolved]
2008-09-13 01:35:50 -07:00
Tom Robinson 6c7ee733fc Initial commit of CPWebView 2008-09-13 01:07:22 -07:00
Tom Robinson 1a7baf0b0d Copyright notice for CPDate.j 2008-09-13 01:04:54 -07:00
Tom Robinson 62d87917a8 Modified objj to use $OBJJ_INCLUDE_PATHS env variable if present, otherwise default to $OBJJ_HOME/lib/Frameworks 2008-09-13 00:48:04 -07:00
Tom Robinson bf5381e1a3 Initial commit of CPDate and an OJUnit test for CPDate 2008-09-12 22:39:51 -07:00
Ross Boucher 25f22d8fc8 Fix typo in CPSegmentedControl.
[#33 state:resolved]
2008-09-12 11:54:52 -07:00
Ross Boucher 398b284910 Better key support for plainview, chrome, and older versions of Safari. 2008-09-11 00:57:07 -07:00
Ross Boucher 43cc45b1f9 Accidentally broke CPString method, this fixes it. 2008-09-11 00:14:04 -07:00
Ross Boucher 8c237c5f8e Document hitTest in CPView.
http://cappuccino.lighthouseapp.com/projects/16499/tickets/24--hittest-isnt-documented-in-cpview

[#24 state:resolved]
2008-09-10 21:47:57 -07:00
Francisco Ryan Tolmasky I e1fefd1018 Fixing merge conflicts.
Merge branch 'master' into merge_branch

Conflicts:
	AppKit/CPView.j
2008-09-10 20:48:10 -07:00
Francisco Ryan Tolmasky I 5618b628cf Modernized CPView drawing.
Fix for http://cappuccino.lighthouseapp.com/projects/16499-cappuccino/tickets/31-make-cpview-use-run-loop-drawing.
Fix for http://cappuccino.lighthouseapp.com/projects/16499/tickets/28-drawrect-is-called-twice.

[#31 state:resolved]
[#28 state:resolved]

Reviewed by Tom.
2008-09-10 20:26:36 -07:00
Ross Boucher 62e44d3d12 Merging conflict
Merge branch 'master' into merge_branch

Conflicts:
	AppKit/Cib/CPCustomView.j
2008-09-10 16:46:32 -07:00