Randall Luecke
a80147bafd
Merge branch 'master' into coretext
2011-06-25 22:03:51 -07:00
Randall Luecke
fc81483371
Fix typeo in CPToolbar.j CPToolbarItems to not respect maxSize. Closes #1305 .
2011-06-25 00:45:07 -07:00
Klaas Pieter Annema
e552b022ba
Merge branch 'pull-request-1302'
2011-06-24 12:21:02 +02:00
Antoine Mercadal
6c34bec51e
do not return 0 if any conversion fail (return 2 instead)
2011-06-19 19:32:42 +02:00
Randall Luecke
f170e4812d
Documented CoreText.
2011-06-19 01:00:22 -07:00
Randall Luecke
070728aea9
Typo
2011-06-18 23:57:31 -07:00
Randall Luecke
5e3ae58d42
Added view drawing methods to CPAttributedString
2011-06-18 23:54:56 -07:00
Randall Luecke
b4e4bdb924
Added string drawing methods for CPString.
2011-06-18 23:44:32 -07:00
Randall Luecke
0f097e0ff4
Added support for center alginment of in CTFrameDraw.
2011-06-18 22:59:28 -07:00
Randall Luecke
e38845f993
Default to left alignment for frameDraw.
2011-06-18 22:54:03 -07:00
Randall Luecke
f4f4dd8025
Default the text position point to (0,0) if it's undefined.
2011-06-18 21:53:50 -07:00
Randall Luecke
c942259c90
Import CPAttributedString in Foundation.j now that we can actually use it! :D
2011-06-18 18:59:01 -07:00
Nicholas Small
a4fb0920f6
Forgot key file of CoreText.
2011-06-16 11:49:05 -04:00
Ross Boucher
cbabb544ab
bootstrap should have a +x bit.
2011-06-15 12:54:11 -07:00
Nicholas Small
4d47b5abf5
CoreText.
...
Still needs a lot of work; there are bugs,
performance issues, and missing features.
2011-06-13 01:30:50 -07:00
Alexander Ljungberg
aac09d8208
Clicking on a non-editable level indicator in a table row now selects that row.
2011-06-06 00:44:15 -04:00
Alexander Ljungberg
a127fc9ec3
'Enabled' support for nib2cib of NSLevelIndicator.
2011-06-06 00:35:41 -04:00
Alexander Ljungberg
551aa300ea
Merge branch 'master' of github.com:280north/cappuccino
2011-06-06 00:11:23 -04:00
Alexander Ljungberg
485e59b5eb
More handlesContentAsCompoundValue, although fairly guess-work based. More research needed in the future.
2011-06-06 00:11:04 -04:00
Alexander Ljungberg
fdfcbf1da2
CPArrayController handlesContentAsCompoundValue support for contentArray binding.
2011-06-05 19:39:28 -04:00
Alexander Ljungberg
0f5eee0258
nib2cib compatible CPNumberFormatter skeleton.
2011-06-05 19:27:21 -04:00
Alexander Ljungberg
870492eb96
Fix selection behaviour in previous commit.
2011-06-05 19:19:14 -04:00
Alexander Ljungberg
b50005049e
Fixed: array controller remove: would not only remove selected rows, but any other rows isEqual: to the selected rows.
2011-06-05 18:57:36 -04:00
Alexander Ljungberg
0e890e19ea
Fixed: during CPUserDefault change notifications, objectForKey: could return the value from prior to the change.
2011-06-05 17:32:56 -04:00
Alexander Ljungberg
59aabc150c
Crude but functional infinite recursion checker, optional at compile time.
2011-06-04 01:23:24 -04:00
Alexander Ljungberg
b159815349
Suppress binding updates support.
2011-06-04 00:57:57 -04:00
Tom Robinson
fa0a4d3b56
Fix tests for CI.
2011-06-03 21:15:25 -07:00
Alexander Ljungberg
bfe5afaddd
Whitespace cleanup.
2011-06-03 00:05:30 -04:00
Alexander Ljungberg
64e907156c
Minor array controller optimisation: don't send a filterPredicate change notification if clearsFilterPredicateOnInsertion is YES but filterPredicate is already nil when insertObject:atArrangedObjectIndex: is called.
2011-06-03 00:00:39 -04:00
Alexander Ljungberg
5d01ca428c
Optimise CPArrayController insertObject:atArrangedObjectIndex: by not attempting to arrange the content array. The given index is only meant for the arrangedObjects.
2011-06-02 23:41:03 -04:00
Alexander Ljungberg
0a9c9741e8
CPArray mutableCopy.
2011-06-02 15:09:54 -04:00
Alexander Ljungberg
2a3b9e13c3
Merge branch 'master' of github.com:280north/cappuccino
2011-06-02 12:35:23 -04:00
Alexander Ljungberg
4e07c9f9ee
Decode but mostly ignore NSImages in nib2cib. Fixed: radio groups in IB come with an NSImage and so would not nib2cib anymore after the recent addition of template image support in NSButton.
2011-06-02 12:33:43 -04:00
Klaas Pieter Annema
9f2804c700
Merge branch '0.9.1b'
2011-06-01 12:10:10 +02:00
Klaas Pieter Annema
16183cca09
fix nib2cibbed controls enabled state
2011-06-01 12:09:49 +02:00
Klaas Pieter Annema
0af3b2f97c
Merge branch 'master' of github.com:280north/cappuccino
2011-05-31 14:38:38 +02:00
Klaas Pieter Annema
065227a467
Merge branch '0.9.1b'
2011-05-31 14:38:18 +02:00
Klaas Pieter Annema
753257a650
Always tile the collectionview
...
A collectionview should always tile because it needs to adjusts it's size to properly work with an enclosing scrollview
2011-05-31 14:37:29 +02:00
Francisco Ryan Tolmasky I
671666e842
Fix selector typo.
...
Reviewed by me.
2011-05-31 01:27:41 -07:00
Francisco Ryan Tolmasky I
b9ba1bbe93
Merge branch 'master' of github.com:280north/cappuccino
2011-05-31 00:46:23 -07:00
Francisco Ryan Tolmasky I
33e4fea0ec
Fix forwarding in Objective-J (and many infinite recursions, such as when there is no superclass):
...
1. Fix infinite recursion when no superclass and method isn't implemented. Closes #469 .
2. Fix infinite recursion when coercing an object without description implemented into a string. Closes #1289 .
3. Add -forwardingTargetForSelector: support.
Reviewed by @tolmasky.
2011-05-31 00:44:16 -07:00
Randall Luecke
2887d4224c
Remove empty setThemeState method in CPTableView
2011-05-30 23:08:41 -07:00
Randall Luecke
7a52805587
Support for setContinuous in CPLevelIndicator
2011-05-30 22:16:38 -07:00
Alexander Ljungberg
56d0ebe420
Typo fix.
2011-05-30 22:48:12 -04:00
Alexander Ljungberg
b4b54e5744
Partial button image support in nib2cib covering NSAddTemplate and NSRemoveTemplate (standard plus and minus buttons).
2011-05-30 22:16:42 -04:00
Alexander Ljungberg
8a9d997b44
Manual test for CPUserDefaultsController and nib2cib of it.
2011-05-30 21:34:20 -04:00
Alexander Ljungberg
e1f55fce3a
nib2cib support for CPUserDefaultsController.
2011-05-30 21:15:43 -04:00
Alexander Ljungberg
6f6ce40c06
CPUserDefaultsController.
2011-05-30 21:03:44 -04:00
Alexander Ljungberg
e32b302c59
Fixed: don't return nil from CPController initWithCoder:.
2011-05-30 20:45:35 -04:00
Alexander Ljungberg
302e753ebc
Table nib2cib test with taller table rows and a level indicator cell. The latter is very useful when comparing cell spacing between Cappuccino and Cocoa.
2011-05-30 18:05:49 -04:00