Commit Graph
42 Commits
Author SHA1 Message Date
Tom Robinson ac6c3b556e Foundation.j missing CPDate.j import 2008-10-03 03:21:33 -07:00
Ross Boucher 01177a7e02 Fix keys conflict in CPDictionary
[#77 state:resolved]
2008-09-30 17:29:56 -07:00
tlrobinson e86e276a14 CPJSONPConnection documentation note 2008-09-30 15:44:04 -07:00
Ross Boucher c943eefec3 Fix typo and null pointer. 2008-09-27 12:37:03 -07:00
Ross Boucher ff140b8c4c Improve KVO speed 50%, add dictionary support in KVC. 2008-09-27 11:33:36 -07:00
Ross Boucher 3834751aa3 Key Value Observing, with test cases. 2008-09-25 22:20:21 -07:00
Ross Boucher 3b39b64e1b Merge branch 'master' into kvo 2008-09-24 21:31:13 -07:00
Ross Boucher dbedbfddfc Fixed a few accessors and spacing issues. 2008-09-24 14:09:42 -07:00
Ross Boucher df3264de94 Updates to KVO and KVO tests. 2008-09-24 13:36:25 -07:00
vijaykiran 2830feed60 Merge branch 'master' of git://github.com/280north/cappuccino 2008-09-22 04:42:30 +02:00
Ross Boucher ce04c97053 Initial KVO implementation, not yet working. 2008-09-21 14:57:06 -07:00
Francisco Ryan Tolmasky I 464ddf269d A number of fixes for Cib.
Reviewed by rossco.
2008-09-21 02:52:24 -07:00
vijaykiran edcbb02a21 Merge branch 'master' of git://github.com/280north/cappuccino 2008-09-18 08:59:41 +02:00
Francisco Ryan Tolmasky I d6b4ebaa30 Significant improvements to cib support and nib2cib.
Reviewed by rossco.
2008-09-17 23:56:55 -07:00
Ross Boucher 334776df12 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:45:32 -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
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
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 34f58026df Updated assertFalse message in CPStringTest
Converted tabs to spaces according to coding guidelines
2008-09-17 11:56:57 +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 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
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 1a7baf0b0d Copyright notice for CPDate.j 2008-09-13 01:04:54 -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 43cc45b1f9 Accidentally broke CPString method, this fixes it. 2008-09-11 00:14:04 -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
Ross Boucher a40fbd7961 Add the first draft of documentation inline. 2008-09-10 15:11:37 -07:00
Vijay Duvvuri 05811ca965 - Added method rangeOfString:options:range:
- Updated rangeOfString:options to call rangeOfString:options:range
- Updated rangeOfString: to call rangeOfString:options
2008-09-10 19:40:54 +02:00
Francisco Ryan Tolmasky I 4a858cda3e Fix for http://cappuccino.lighthouseapp.com/projects/16499/tickets/30-make-nib2cib-work-with-new-build-system#ticket-30-1.
[#30 state:resolved]

Reviewed by tom.
2008-09-09 14:57:53 -07:00
Francisco Ryan Tolmasky I 3d1b2f9560 Made objj point to Frameworks in lib.
Reviewed by tom.
2008-09-04 04:23:16 -07:00
Francisco Ryan Tolmasky I a97bb72800 Initial commit.
Reviewed by francisco, ross and tom.
2008-09-04 03:52:20 -07:00