Antoine Mercadal
598a6ebaed
Merge pull request #2278 from cacaodev/CPAnimationContext
...
Animations: CPAnimationContext & animator
2016-04-04 09:57:55 -07:00
Alexander Ljungberg
42d7e4312b
Formatting of CPCache.
2016-04-02 01:20:23 +01:00
Alexander Ljungberg
41a741724f
New: Sweden / Swedish as a possible locale.
2016-04-01 23:47:13 +01:00
Alexander Ljungberg
087e811586
Bump XcodeCapp copyright year.
v0.9.9
2016-04-01 22:44:23 +01:00
Alexander Ljungberg
fa07bc143e
Fixed: missed some version number bumps in the 0.9.9 release.
2016-04-01 22:25:21 +01:00
Alexander Ljungberg
e13f5ed730
Fixed: CPNumber intValue did not return an integer.
...
We expect this method to return a whole number like in Objective-C. This also goes for the related methods, `shortValue`, `longValue` and `longLongValue`.
Also adds more tests (in addition to the existing, already failing test).
2016-04-01 22:22:03 +01:00
Alexander Ljungberg
48108cebc9
Merge branch '0.9.9'
2016-04-01 01:05:40 +02:00
Alexander Ljungberg
ecac17a00a
This will be Cappuccino 0.9.9.
2016-03-29 23:32:12 +01:00
Alexandre Wilhelm
3ba215887c
Merge pull request #2426 from mrcarlberg/source_url_fix
...
Fixed: //@ sourceURL=... is deprecated since many years ago.
2016-03-28 23:43:45 -07:00
Alexandre Wilhelm
edbc1baf32
Merge pull request #2427 from cacaodev/cpbutton-image-scaling
...
NEW: nib2cib support for CPButton -imageScaling.
2016-03-28 23:43:22 -07:00
Alexandre Wilhelm
a10dfa4ab4
Merge pull request #2429 from mrcarlberg/integer_value
...
Fixed: Added ’integerValue’ method for CPNumber and CPString.
2016-03-27 09:20:12 -07:00
Martin Carlberg
b208571ed7
Fixed: Formatting
2016-03-23 10:17:15 +01:00
Martin Carlberg
c1ec27045c
Fixed: Rhino does not support numbers starting with ’0’
2016-03-23 09:35:19 +01:00
Martin Carlberg
111b12161c
Added: test cases for ’intValue’ and ’integerValue’ methods on CPString and CPNumber
2016-03-23 09:02:09 +01:00
Alexandre Wilhelm
b12d1491d4
Merge pull request #2415 from cacaodev/CPViewController-loadviewAsynchronously
...
NEW: CPViewController -loadViewAsynchronously:(Function/*view, error*/)
2016-03-20 19:40:20 -07:00
Alexandre Wilhelm
6d1a094b15
Merge pull request #2428 from cacaodev/CPSearchField-indentationLevel
...
CPSearchField: use CPMenuItem -setIndentationLevel:
2016-03-20 19:35:48 -07:00
Martin Carlberg
7780a98abe
Fixed: Added ’integerValue’ method for CPNumber and CPString.
...
This makes the classes more compliant to Cocoa
2016-03-15 22:25:10 +01:00
cacaodev
a1248db3e7
CPSearchField: use CPMenuItem -setIndentationLevel: now that it's available.
2016-03-13 16:09:27 +01:00
cacaodev
6fd2d12d3f
Merge remote-tracking branch 'cappuccino/master' into CPAnimationContext
2016-03-12 23:29:46 +01:00
cacaodev
9fab52c044
NEW: nib2cib support for CPButton -imageScaling. With manual test CPButtonTest. Fixes #2425 .
2016-03-12 22:18:46 +01:00
Aparajita Fishman
96d2b001ea
Merge branch 'tableview-edit-fix'
2016-03-08 15:04:55 -08:00
Martin Carlberg
e38d6c9f9e
Fixed: //@ sourceURL=... is deprecated since many years ago.
...
We have not changed it for support of older browsers.
Chrome version 51 and above writes a warning about it
in the console so it is time now.
2016-03-07 13:44:29 +01:00
Alexandre Wilhelm
310c0e8379
Merge pull request #2423 from mrcarlberg/cpobject_controller_extension
...
Allow CPObjectController to get more attributes from the xib/cib file.
2016-03-06 18:20:51 -08:00
Martin Carlberg
f0dbffe4f8
Fixed: Formatting
2016-03-06 11:14:22 +01:00
Alexandre Wilhelm
598a482538
New: added gitter badge in the README
2016-03-05 13:38:23 -08:00
Alexandre Wilhelm
a995f3ab52
Merge pull request #2424 from mrcarlberg/invalid_plist_fix
...
Does not throw exception if plist is not valid. It will return nil instead
2016-03-05 13:32:15 -08:00
Martin Carlberg
ec55bddbd4
Fixed: Does not throw exception if plist is not valid. It will return nil instead.
2016-03-01 21:45:08 +01:00
Martin Carlberg
808591df56
Fixed: Allow CPObjectController to get more attributes from the xib/cib file.
2016-03-01 21:40:00 +01:00
Alexandre Wilhelm
96ae3da1e0
Merge pull request #2412 from cacaodev/CPArray-arrayByApplyingBlock-replace
...
Replace loops with the new -arrayByApplyingBlock: method
2016-02-18 20:25:24 -08:00
Alexandre Wilhelm
4f13df69c7
Merge pull request #2419 from Dogild/cappuccino-test-launched
...
Test: some manual tests were broken
2016-02-18 20:24:36 -08:00
Alexandre Wilhelm
6d305e4a84
Test: some manual tests were broken
...
This PR fixes the manual tests. We can no launch every manual tests of Cappuccino...
2016-02-13 11:36:42 -08:00
cacaodev
d3dab982a1
Remove ignored argument _ in CPColorPanel
2016-02-07 11:54:16 +01:00
cacaodev
2f6adbae3c
Documentation for -loadViewWithCompletionHandler:
...
Also clarified a note in -loadView doc.
2016-02-07 11:19:26 +01:00
cacaodev
ccdc1eed5a
Rename to loadViewWithCompletionHandler:
2016-02-07 11:17:53 +01:00
cacaodev
65dee154f7
Remove ignored argument _
2016-02-06 20:39:49 +01:00
Alexandre Wilhelm
662db009de
Merge pull request #2418 from mrcarlberg/build_with_space_in_path
...
Fixed: Allow build in directory with space in path
2016-02-05 12:05:35 -06:00
cacaodev
d07d8f6857
_CPBlockExpression: replace loops with arrayByApplyingBlock: method
2016-02-04 21:51:37 +01:00
cacaodev
0327f6b1ea
Merge remote-tracking branch 'cappuccino/master' into CPArray-arrayByApplyingBlock-replace
2016-02-04 21:46:10 +01:00
Martin Carlberg
16dea2ee09
Fixed: Allow build in directory with space in path
2016-02-03 17:26:24 +01:00
Alexandre Wilhelm
5e3fe139fc
Fixed: @cappuccino is now a link in the README...
2016-02-02 13:05:46 -08:00
Alexandre Wilhelm
55d41fca05
New: added twitter account in the READMA
2016-02-02 13:05:01 -08:00
cacaodev
6b683bd02d
Merge pull request #2402 from cacaodev/CPExpression-constructors
...
NEW : CPExpression +expressionForBlock:arguments:
+expressionForConditional:trueExpression:falseExpression:
2016-01-25 10:22:18 +01:00
Aparajita Fishman
8908fb7ee0
Merge pull request #2414 from didierkorthoudt/CPTrackingArea-fixes2
...
FIXED: CPTrackingArea incorrect handling of view hierarchy updates while processing events
2016-01-23 07:02:03 -08:00
Didier Korthoudt
2877178b34
Formatting: following Aparajita's recommandations
2016-01-21 20:46:37 +01:00
Antoine Mercadal
d527139f48
Merge pull request #2416 from didierkorthoudt/CPBox-contentView-incorrect-initWithCoder
...
FIXED: CPBox contentView incorrect initWithCoder
2016-01-20 15:11:37 -08:00
Didier Korthoudt
b3d8180541
FORMATTING: added comment to workaround
2016-01-21 00:10:38 +01:00
Didier Korthoudt
3411c340ab
FIXED: incorrect view hierarchy update
2016-01-20 23:50:22 +01:00
Didier Korthoudt
4482089712
FIXED: corrected replaceSubview parameters order
2016-01-20 22:08:10 +01:00
Didier Korthoudt
c8ce2343d7
Merge remote-tracking branch 'cappuccino/master'
2016-01-20 21:43:35 +01:00
cacaodev
d547d04277
NEW: CPViewController -loadViewAsynchronously:(Function/*view, error*/)
...
with manual test CPViewControllerTest
2016-01-20 11:54:02 +01:00