Ross Boucher
|
9cbefdda28
|
another typo. silly me.
|
2008-12-17 18:44:00 -08:00 |
|
Ross Boucher
|
389a44dfc1
|
typo
|
2008-12-17 18:39:55 -08:00 |
|
Ross Boucher
|
bc30541b9c
|
Add 2 missing methods on CPDictionary.
[#157 state:resolved milestone:0.6.1]
|
2008-12-17 18:21:29 -08:00 |
|
Ross Boucher
|
8fa5217318
|
Fix for a few errors francisco noticed.
|
2008-12-17 18:21:03 -08:00 |
|
Ross Boucher
|
7ad1c68249
|
incorrect method name
|
2008-12-17 18:11:23 -08:00 |
|
Ross Boucher
|
ef0baea3ad
|
Merge branch 'master' into bindings
|
2008-12-17 18:09:08 -08:00 |
|
 Bailey CarlsonandRoss Boucher
|
508e8b04a1
|
Add CPSet to Foundation. Thanks Bailey and Nabil.
|
2008-12-17 18:02:17 -08:00 |
|
Ross Boucher
|
bbd632fa34
|
Add missing method to CPDictionary.
|
2008-12-17 16:49:31 -08:00 |
|
Francisco Ryan Tolmasky I
|
a9b57d4187
|
Fix for +isKindOfClass: and +isMemberOfClass: not being there.
[#171 state:resolved].
Reviewed by me.
|
2008-12-16 19:43:48 -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 |
|
Francisco Ryan Tolmasky I
|
5ecb83aafa
|
Fix for menus in IE.
Reviewed by me.
|
2008-12-10 23:41:25 -08:00 |
|
Francisco Ryan Tolmasky I
|
2d9d9f3e93
|
Fix for timer issue in firefox.
Reviewed by me.
|
2008-12-10 11:24:19 -08:00 |
|
Francisco Tolmasky
|
cf5fa034b9
|
Fix for textfields no longer working with new timers -- timers firing before one native run loop has occured.
[#154 state:resolved]
Reviewed by me.
|
2008-12-05 20:42:12 -08:00 |
|
Tom Robinson
|
abe2e14af4
|
CPLog integration with sprintf.
|
2008-12-04 22:16:24 -08:00 |
|
Tom Robinson
|
10db0dab7e
|
Add %b specifier to sprintf for printing in binary.
|
2008-12-04 22:11:25 -08:00 |
|
Francisco Tolmasky
|
9565ad2cb2
|
Improvements to the build system.
Reviewed by me.
|
2008-12-04 16:29:42 -08:00 |
|
Francisco Ryan Tolmasky I
|
d0b52f7118
|
Replaced some imports with @imports.
Reviewed by me.
|
2008-11-28 11:28:20 -08:00 |
|
Francisco Ryan Tolmasky I
|
2dc5458e63
|
Fix for intervals not being clearable after one run.
[#147 state:resolved]
Reviewed by nciagra
|
2008-11-24 16:49:34 -08:00 |
|
Tom Robinson
|
3b65f460d6
|
Simplified stringWithHash
|
2008-11-18 19:28:55 -08:00 |
|
Tom Robinson
|
fbb3959e66
|
Merge branch 'master' of git@github.com:280north/cappuccino
|
2008-11-18 18:15:29 -08:00 |
|
Francisco Ryan Tolmasky I
|
663f28e541
|
Fix for objj in the console.
Reviewed by me.
|
2008-11-18 18:13:39 -08:00 |
|
Tom Robinson
|
9321084d84
|
CPTimer semicolon/comma typo
|
2008-11-18 18:11:09 -08:00 |
|
 Nick TakayamaandFrancisco Ryan Tolmasky I
|
4c8d7b0f1c
|
Timers.
[#116 state:resolved]
Reviewed by ross and me.
|
2008-11-18 02:09:35 -08:00 |
|
Ross Boucher
|
ea0c9af0f8
|
Merge branch 'master' into atrstring
|
2008-11-13 21:25:52 -08:00 |
|
Ross Boucher
|
d64e55226d
|
Add CPMutableAttributedString
|
2008-11-13 19:33:48 -08:00 |
|
Francisco Ryan Tolmasky I
|
e1d57aac3b
|
Fix for broken insertObjects:atIndexes: and tests and isEqual.
[#136 state:resolved]
Reviewed by me.
|
2008-11-13 16:55:33 -08:00 |
|
Ross Boucher
|
102c741ca3
|
Initial commit of CPAttributedString, and test cases. All test cases currently pass.
|
2008-11-13 11:23:00 -08:00 |
|
Francisco Ryan Tolmasky I
|
1a8093c314
|
Fix for minimizer not recognizing a var.
Reviewed by me.
|
2008-11-13 00:40:40 -08:00 |
|
Francisco Ryan Tolmasky I
|
9e8eff4543
|
Fix for broken resources in DEBUG builds.
[#139 state:resolved]
Reviewed by me.
|
2008-11-12 18:25:42 -08:00 |
|
Thomas Robinson
|
eee0338b63
|
Build script changes to allow a bootstrapped build with no existing installed tools
|
2008-11-11 17:55:40 -08:00 |
|
Ross Boucher
|
75bedef465
|
Merge branch 'master' into atrstring
|
2008-11-11 13:40:01 -08:00 |
|
Ross Boucher
|
add1776125
|
Fix for local CPURLConnection requests (file:///)
|
2008-11-10 23:16:29 -08:00 |
|
Ross Boucher
|
bf72b5cd13
|
Merge branch 'master' into atrstring
|
2008-11-10 10:34:36 -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
|
6cff27c7bb
|
Fix for minimization in Cappuccino.
[#9 state:resolved]
Reviewed by ross.
|
2008-11-03 16:57:28 -08:00 |
|
Ross Boucher
|
5823db8319
|
Fix for bug in CPKeyedArchiver (typo aNuumber).
|
2008-10-28 18:35:02 -07:00 |
|
Ross Boucher
|
5c04acf840
|
Make isEqual: more like Cocoa's version.
|
2008-10-27 19:27:37 -07:00 |
|
Ross Boucher
|
80f95e4d58
|
Fix binary search in CPArray to allow searching for 0.
|
2008-10-26 23:06:23 -07:00 |
|
Francisco Ryan Tolmasky I
|
12b58cd938
|
Merge branch 'master' of git@github.com:280north/cappuccino
|
2008-10-26 00:49:28 -07: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
|
b5ad11323c
|
Merge branch 'master' into string
|
2008-10-26 00:16:53 -07:00 |
|
 Nick TakayamaandRoss Boucher
|
748d5b84bd
|
ix for bad code in CPArray (incorrect range calculations)
|
2008-10-25 23:59:04 -07:00 |
|
Ross Boucher
|
7568d91d28
|
Add copy method on CPDictionary
|
2008-10-23 15:36:03 -07:00 |
|
Ross Boucher
|
5023588af4
|
CPAttributedString necessary additions
|
2008-10-22 18:54:19 -07:00 |
|
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 |
|