 Klaas Pieter AnnemaandRoss Boucher
|
2a630a7210
|
made CPDictionary call [super valueForKey:] on keys prefixed with @
|
2010-05-25 11:40:45 -07:00 |
|
Randall Luecke
|
359a29874b
|
Return a copy instead of the array itself.
|
2010-05-24 22:44:14 -05:00 |
|
Randall Luecke
|
f9da7f73b3
|
Added missing pathComponents method to CPURL.
|
2010-05-24 21:59:37 -05:00 |
|
Ross Boucher
|
be26ab9201
|
CPDictionary is now KVO compliant.
|
2010-05-24 10:09:39 -07:00 |
|
Stephen Ierodiaconou
|
411a634242
|
Merge branch 'CPDecimalNumber' of http://github.com/klaaspieter/cappuccino into CPDecimalNumber
|
2010-05-23 10:35:44 +03:00 |
|
Stephen Ierodiaconou
|
4ab421f183
|
Merge branch 'master' of git://github.com/280north/cappuccino into CPDecimalNumber
|
2010-05-23 10:26:17 +03:00 |
|
 klaaspieterandRandall Luecke
|
08b06b8632
|
implemented CPCoding support for CPSortDescriptor and made CPTableColumn decode it's _sortDescriptorPrototype
Conflicts:
AppKit/CPTableColumn.j
Tools/nib2cib/NSTableColumn.j
|
2010-05-20 22:51:01 -05:00 |
|
Randall Luecke
|
a9f970459b
|
Fix for undoManager thowing exception in -canUndo.
|
2010-05-19 01:33:13 -05:00 |
|
 Saikat ChakrabartiandRoss Boucher
|
4520715b5b
|
Making CPURLConnection authentication challenges happen before the delegate gets a response
|
2010-05-15 19:14:57 -07:00 |
|
 Alexander LjungbergandRoss Boucher
|
791e65c88b
|
Improved CPArray sortUsingDescriptors performance by about 3% by pulling the descriptor count out of the sort function.
|
2010-05-15 12:32:19 -07:00 |
|
Ross Boucher
|
fddcde757f
|
Add a more specific cache header.
Closes #649.
|
2010-05-15 12:22:29 -07:00 |
|
 Paul BaumgartandRoss Boucher
|
bc5a21d545
|
Change objj_exception_throw to manually throw an exception, because objj_exception_throw doesn't exist anymore.
|
2010-05-15 12:19:06 -07:00 |
|
Ross Boucher
|
13a5c7f215
|
indexOf is not a safe operation on arrays.
|
2010-05-12 16:51:28 -07:00 |
|
Francisco Ryan Tolmasky I
|
0ade0e1361
|
Merge branch 'master' of github.com:280north/cappuccino
|
2010-05-11 14:05:51 -07:00 |
|
Ross Boucher
|
0f02e0d8dd
|
Revert "added enumerateWithBlock: to CPArray"
This reverts commit 39bb8e3418.
|
2010-05-11 12:40:37 -07:00 |
|
 klaaspieterandRandall Luecke
|
7c786407a5
|
Merge remote branch 'klaaspieter/column-reordering'
Conflicts:
AppKit/CPTableHeaderView.j
|
2010-05-11 01:18:56 -05:00 |
|
Ross Boucher
|
34ee33aea0
|
Merge commit '6f0ca9d94c217bc5e3c3' into bindings
|
2010-05-06 13:35:00 -07:00 |
|
 Klaas Pieter AnnemaandRoss Boucher
|
2d93d12cad
|
Made bindings branch jake buildable
|
2010-05-06 13:33:38 -07:00 |
|
Ross Boucher
|
542e491bb4
|
whitespace cleanup.
|
2010-05-06 11:26:56 -07:00 |
|
 Klaas Pieter AnnemaandRoss Boucher
|
9c9eb519df
|
call willChange* and didChange* methods on the actual classes
|
2010-05-06 11:23:49 -07:00 |
|
Klaas Pieter Annema
|
8e3e15080b
|
made CPDecimalCreateWithString work with empty string
|
2010-05-06 14:13:29 +02:00 |
|
Klaas Pieter Annema
|
fd625c96d6
|
made CPDecimalNumber a subclass of CPNumber
|
2010-05-05 12:14:55 +02:00 |
|
Klaas Pieter Annema
|
4f721fc1e2
|
added description to CPDecimalNumber
|
2010-05-05 12:13:47 +02:00 |
|
Klaas Pieter Annema
|
373210e610
|
fixed several global declarations of i in for loops
|
2010-05-05 12:13:24 +02:00 |
|
Klaas Pieter Annema
|
65362e727a
|
Merge branch 'master' of git://github.com/280north/cappuccino
|
2010-05-05 12:03:51 +02:00 |
|
Francisco Ryan Tolmasky I
|
179ef85f4e
|
Final timer fix.
Reviewed by me.
|
2010-05-04 14:49:31 -07:00 |
|
Francisco Ryan Tolmasky I
|
2c23c0ffa7
|
Disable new timer stuff for CommonJS.
Reviewed by me.
|
2010-05-04 10:09:16 -07:00 |
|
Klaas Pieter Annema
|
fda974458e
|
Merge branch 'master' of git://github.com/280north/cappuccino
|
2010-05-04 15:55:17 +02:00 |
|
Francisco Ryan Tolmasky I
|
032fe7cc0c
|
Fix for timers not working if they are created outside of a run loop.
Reviewed by me.
|
2010-05-04 03:32:16 -07:00 |
|
Ross Boucher
|
2453e403ef
|
Make nil a completely valid object in a CPArray.
Closes #630.
|
2010-04-29 12:04:44 -07:00 |
|
Klaas Pieter Annema
|
015aca9165
|
Merge branch 'master' of git://github.com/280north/cappuccino
|
2010-04-27 10:36:12 +02:00 |
|
Ross Boucher
|
7395d13c3e
|
Typo in CPJSONPConnection.
|
2010-04-25 15:43:22 -07:00 |
|
 Stephen IerodiaconouandRoss Boucher
|
09e52d82bf
|
Code style clean up, as per style guide
|
2010-04-24 15:06:12 -07:00 |
|
 Stephen IerodiaconouandRoss Boucher
|
7577cf8645
|
Fix error in initWithArray:copyItems:
|
2010-04-23 16:42:55 -07:00 |
|
Klaas Pieter Annema
|
fd93b6e5f7
|
Merge branch 'master' of git://github.com/280north/cappuccino
|
2010-04-23 16:34:59 +02:00 |
|
Klaas Pieter Annema
|
39bb8e3418
|
added enumerateWithBlock: to CPArray
|
2010-04-23 16:34:40 +02:00 |
|
Randall Luecke
|
ab6d5d6a90
|
Added connectionDidFinsihLoading delegate to CPJSONPConnection
|
2010-04-23 01:29:46 -04:00 |
|
 Alexander LjungbergandRoss Boucher
|
0f5dd9d469
|
[CPSet description] with unit test.
|
2010-04-21 15:48:39 -07:00 |
|
 Alexander LjungbergandRoss Boucher
|
5838f1aec8
|
Implemented CPCoding for CPNull.
|
2010-04-21 15:36:29 -07:00 |
|
Klaas Pieter Annema
|
6f0ca9d94c
|
Merge branch 'master' into bindings
Conflicts:
AppKit/CPTableView.j
AppKit/_CPCornerView.j
Foundation/CPArray.j
Foundation/CPKeyValueCoding.j
Foundation/CPKeyValueObserving.j
|
2010-04-15 10:57:46 +02:00 |
|
Ross Boucher
|
b3ef31ad05
|
Fixed: [CPArray isEqualToArray:nil] threw an exception instead of returning NO.
Conflicts:
Foundation/CPArray.j
Tests/Foundation/CPArrayTest.j
|
2010-04-09 14:51:46 -07:00 |
|
 Alexander LjungbergandRoss Boucher
|
068cdb9817
|
CPNull valueForKey:X returns CPNull for any value of X, paralleling [nil valueForKey:X]. Verified against Cocoa through empirical testing.
|
2010-03-31 13:17:42 -07:00 |
|
Francisco Ryan Tolmasky I
|
8f4b2a7cfd
|
Fail more gracefully when main cib is not found.
Reviewed by me.
|
2010-03-29 23:20:31 -07:00 |
|
 Emmanuel MaillardandRoss Boucher
|
daf7870bab
|
- add containsKey: method
|
2010-03-27 13:41:32 -07:00 |
|
Ross Boucher
|
db3c6c1463
|
A few minor updates to the pathExtension patch.
|
2010-03-27 13:25:44 -07:00 |
|
 Emmanuel MaillardandRoss Boucher
|
65a669a9a1
|
- correct pathExtension and stringByDeletingPathExtension
|
2010-03-27 13:23:55 -07:00 |
|
 Emmanuel MaillardandRoss Boucher
|
33f56bb203
|
- implement stringByDeletingPathExtension
|
2010-03-27 13:23:32 -07:00 |
|
Francisco Ryan Tolmasky I
|
deba653661
|
Fix for unrecognized selector in CPURL's initWithCoder:.
Reviewed by me.
|
2010-03-26 01:30:50 -07:00 |
|
Francisco Ryan Tolmasky I
|
34c3a9530b
|
Fixed a bug where CPKeyedUnarchiver would incorrectly unarchive 0 as null.
Reviewed by me.
|
2010-03-23 02:06:44 -07:00 |
|
Ross Boucher
|
319b9ed00f
|
Use === not ==.
|
2010-03-22 14:53:49 -07:00 |
|