Ross Boucher
|
3190b57ad3
|
Merge branch 'array'
|
2008-10-21 15:54:30 -07:00 |
|
Ross Boucher
|
94ea70f4d4
|
Add binary search of a sorted array.
|
2008-10-21 15:53:42 -07:00 |
|
Tom Robinson
|
010fe01265
|
CPBundle -resourcePath
|
2008-10-20 21:26:35 -07:00 |
|
Ross Boucher
|
f7aa5c15c9
|
New style for documentation (/*! vs. /*).
Enabled doxygen support.
Merge branch 'documentation'
Conflicts:
AppKit/CPTextField.j
|
2008-10-20 16:14:09 -07:00 |
|
Ross Boucher
|
42a68812a9
|
Missing import in CPString
|
2008-10-20 01:56:24 -07:00 |
|
Tom Robinson
|
abe4dd7abc
|
sprintf and related functions support for "%@" format specifier
|
2008-10-19 20:39:04 -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 |
|
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
|
f228934e54
|
Initial conversion to Doxygen style comments.
|
2008-10-12 15:57:01 -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
|
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 |
|
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 |
|