Ross Boucher
|
a4d5165a3d
|
Fix for style issues.
|
2009-11-26 19:53:36 -05:00 |
|
 Abhinav GuptaandRoss Boucher
|
4fdddfb585
|
Fixed CPString's commonPrefixWithString to be faster.
|
2009-11-26 19:49:41 -05:00 |
|
 Abhinav GuptaandRoss Boucher
|
0575e96b60
|
Added commonPrefixWithString method to CPString and tests for it.
|
2009-11-26 18:13:01 -05:00 |
|
Ross Boucher
|
229debc2b7
|
Fixes a bug in testHasSuffix, adds test cases for hasSuffix and hasPrefix.
|
2009-11-09 13:11:04 +01:00 |
|
 lowell vizonandFrancisco Ryan Tolmasky I
|
377f331b47
|
Documentation Edits: Replaced <code> and <pre> tags with \c; this allows monospaced text to be displayed with formatted text without needing a new line. See AppKit/CPView after generating documentation for examples. Also added - and + signs to the above changes when referring to either an -instanceMethod or a +classMethod. --lowell@cocoastep
Signed-off-by: Francisco Ryan Tolmasky I <francisco@280north.com>
|
2009-08-08 03:50:50 +08:00 |
|
Ross Boucher
|
b50067e39e
|
Add a trim function to CPString.
|
2009-07-27 22:41:47 -07:00 |
|
Tom Robinson
|
7c305c45fc
|
Merge branch 'master' of git@github.com:280north/cappuccino
|
2009-06-02 15:04:09 -07:00 |
|
Tom Robinson
|
cfda93d1e3
|
Update JSON support to json2.js, added in Objective-J. Deprecate CPJSObjectCreateJSON and CPJSObjectCreateWithJSON.
|
2009-06-02 15:02:25 -07:00 |
|
Francisco Ryan Tolmasky I
|
b1c410d42c
|
Merge branch 'master' of git@github.com:280north/cappuccino
|
2009-05-30 23:16:57 -07:00 |
|
Francisco Ryan Tolmasky I
|
f4b4d38165
|
Coat tailed CPEvents on native DOM events if they exist, saving the creation of many objects.
Reviewed by me.
|
2009-05-30 23:16:18 -07:00 |
|
Ross Boucher
|
7d4c2840eb
|
All Foundation classes briefed
Conflicts:
Foundation/CPSet.j
Foundation/CPTimer.j
Foundation/CPURLConnection.j
|
2009-05-30 13:46:42 -07:00 |
|
Ross Boucher
|
377107d63a
|
Fix for stringByReplacingOccurrencesOfString: not working with strings that have regex control characters in them.
|
2009-05-25 16:12:27 -07:00 |
|
Ross Boucher
|
850125b8ab
|
Add documentation groups
|
2009-05-18 15:43:36 -07:00 |
|
Ross Boucher
|
b747cd339a
|
Closes 123.
|
2009-05-13 11:33:44 -07:00 |
|
tlrobinson
|
9e7ca719d8
|
Merge branch 'master' of git@github.com:280north/cappuccino
|
2009-03-17 18:38:47 -07:00 |
|
tlrobinson
|
b7b0ca40b0
|
Fixed CPString pathComponents and lastPathComponent to match Cocoa. Added tests.
|
2009-03-17 18:38:14 -07:00 |
|
Ross Boucher
|
6750b90671
|
Fixes for some new CPString tests.
|
2009-02-26 21:30:54 -08:00 |
|
Ross Boucher
|
c29b5f2fef
|
Use cached math library functions in UUID.
|
2009-02-04 14:37:48 -07:00 |
|
 nciagraandRoss Boucher
|
1758e18bd2
|
Added UUID generator method to CPString.
|
2009-02-04 14:27:30 -07:00 |
|
Ross Boucher
|
490ad97f7b
|
Make stringWithHash: not use sprintf, for performance reasons.
|
2009-01-20 17:29:27 -08:00 |
|
 Tom RobinsonandTom Robinson
|
1a56d10bef
|
Better JSON method names.
Signed-off-by: Tom Robinson <yachttom@gmail.com>
|
2009-01-07 15:27:27 +08:00 |
|
 Tom RobinsonandTom Robinson
|
b3c71fef9e
|
Simpler JSON APIs as CPString class/instance methods.
Signed-off-by: Tom Robinson <yachttom@gmail.com>
|
2009-01-07 15:27:24 +08:00 |
|
Tom Robinson
|
79ba2af699
|
Added utilities.js in Objective-J with Base64 encoding/decoding, sprintf moved from CPString. Tests for base64 and sprintf utilities.
|
2008-12-11 05:23:47 -08:00 |
|
Tom Robinson
|
10db0dab7e
|
Add %b specifier to sprintf for printing in binary.
|
2008-12-04 22:11:25 -08:00 |
|
Tom Robinson
|
3b65f460d6
|
Simplified stringWithHash
|
2008-11-18 19:28:55 -08:00 |
|
Ross Boucher
|
88f12bad93
|
implement NSString compare:options:range
Thanks to Cacaodev for the ticket and initial stab at this.
[#105 state:resolved milestone:0.6]
|
2008-11-10 10:29:46 -08:00 |
|
 Sam McDonaldandFrancisco Ryan Tolmasky I
|
9f9cc4c22c
|
Fix for stringByDeletingLastPathComponent.
[#126 state:resolved]
Reviewed by tolmasky
|
2008-11-08 13:53:53 -08:00 |
|
Francisco Ryan Tolmasky I
|
5144a5a579
|
Added @accessor support, @import, and fixed spacing bug with @selector.
Reviewed by ross.
|
2008-10-26 00:48:49 -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
|
bf28b8bbc6
|
CPString -capitalizedString fixed
Reviewed by me.
[#90 state:resolved responsible:tlrobinson]
|
2008-10-05 18:15:36 -07:00 |
|
Ross Boucher
|
dbedbfddfc
|
Fixed a few accessors and spacing issues.
|
2008-09-24 14:09:42 -07:00 |
|
vijaykiran
|
2830feed60
|
Merge branch 'master' of git://github.com/280north/cappuccino
|
2008-09-22 04:42:30 +02:00 |
|
Francisco Ryan Tolmasky I
|
464ddf269d
|
A number of fixes for Cib.
Reviewed by rossco.
|
2008-09-21 02:52:24 -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
|
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 |
|