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
Aparajita Fishman
96d2b001ea
Merge branch 'tableview-edit-fix'
2016-03-08 15:04:55 -08: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
Aparajita Fishman
8f1191733b
Fixed race condition when editing table cells
...
Previously, when double-clicking on a table cell to edit it, there was a possibility of a race condition. A refresh of the display was requested, then the run loop was passed through once. But it was possible for the display refresh to not be queued when the run loop was passed through, in which case the refresh would cancel the editing. Or at least I think that's what was happening. ;-)
This commit (hopefully) eliminates the race condition by synchronously refreshing the layout and display.
Made some miscellaneous formatting fixes as well.
tableview-edit-fix
2016-01-19 23:12:11 -08:00
Antoine Mercadal
00bdbcf857
FIXED: only set a content view of CPBox if it is not a separator
2016-01-19 16:10:31 -08:00
Antoine Mercadal
bf8070c42d
Revert "FIXED: Bug introduced by https://github.com/cappuccino/cappuccino/commit/9fba72cbab42145dc585c01efd82ce645373c04e#diff-227ef108401c2160357ae3fc65018c65R620 "
...
This reverts commit ad48381744 .
2016-01-19 16:08:59 -08:00
Antoine Mercadal
346a0b84ae
Merge branch 'master' of https://github.com/cappuccino/cappuccino
2016-01-19 13:28:17 -08:00
Antoine Mercadal
ad48381744
FIXED: Bug introduced by https://github.com/cappuccino/cappuccino/commit/9fba72cbab42145dc585c01efd82ce645373c04e#diff-227ef108401c2160357ae3fc65018c65R620
...
The changes in CPBox were messing with the subviews encoding. This patch restores the previous behavior of CPBox.
The original bug might be reintroduced, but this was definitly not the good solution
2016-01-19 13:26:10 -08:00
Didier Korthoudt
0f30d7744d
FIXED: CPTrackingArea incorrect handling of view hierarchy updates while processing events
2016-01-19 07:07:45 +01:00
cacaodev
095a978120
Replace loops with arrayByApplyingBlock:
2016-01-17 20:54:43 +01:00
cacaodev
1b72646772
Style: remove tabs
2016-01-17 20:54:20 +01:00
Didier Korthoudt
a7b129147f
Merge remote-tracking branch 'cappuccino/master'
2016-01-17 12:32:31 +01:00
cacaodev
6496a6643f
Merge remote-tracking branch 'upstream/master'
2016-01-16 22:06:42 +01:00
cacaodev
e172217427
Merge pull request #2404 from cacaodev/CPArray-mapUsingBlock
...
New: CPArray -arrayByApplyingBlock:
2016-01-16 19:25:07 +01:00
cacaodev
8c67eee4c8
(CPArray)arrayByApplyingBlock: documentation
2016-01-16 18:28:04 +01:00
Didier Korthoudt
ca9039b8d5
Merge remote-tracking branch 'cappuccino/master'
2016-01-16 18:22:20 +01:00