Ross Boucher
71e8f0201a
Merge pull request #1443 from rafnocx/master
...
CPFont.j typo (line 180)
2012-01-31 20:04:28 -08:00
rafnocx
c9ecb20b50
fix CPFont constructor (line 180) possible typo
2012-02-01 13:14:56 +11:00
Randall Luecke
7dc213995c
Added CPObject's performSelector:withObject: and tests
2012-01-31 16:35:49 -05:00
aradabaugh
bea34a9b35
Removes duplicate action for radioGroup.
2012-01-30 00:26:46 -07:00
aradabaugh
5ae405a89b
Add visual test for CPButton buttonTypes.
2012-01-30 00:17:58 -07:00
Alexander Ljungberg
66fcbe7871
Visual CPSplitView test.
2012-01-27 20:58:54 +00:00
Alexander Ljungberg
b27a3cdbe5
Rewritten split view resizing which plays well with a mix of fixed size and non-fixed size panes.
2012-01-27 20:44:38 +00:00
Alexander Ljungberg
9d7b822409
Add support for split view shouldAdjustSizeOfSubview: delegate method.
2012-01-27 17:04:04 +00:00
Alexander Ljungberg
ab3f260757
Fixed: CPSplitView tried to auto save even without an auto save name.
2012-01-27 16:38:17 +00:00
Alexander Ljungberg
b26b0a321b
Reinstate defensive coding for numeric parameters in CPTableView.
2012-01-27 14:54:10 +00:00
Alexander Ljungberg
9536858599
Unit test CPSplitView.
2012-01-27 14:47:00 +00:00
Alexander Ljungberg
c7d3ccb13a
Add missing header to CPTabView.
2012-01-27 12:33:07 +00:00
Alexander Ljungberg
a081f98fd1
Refs #1440 . Whitespace cleanup.
2012-01-27 12:32:11 +00:00
Alexander Ljungberg
7096ea549e
Merge pull request #1440 from cacaodev/cappuccino
...
---
- selectedTabViewItem should return nil when there are no items (i.e. _selectedIndex == CPNotFound).
Added an empty Tab View to CPTabViewNib test app.
Needs a jake sudo-install for changes to take effect.
2012-01-27 12:26:27 +00:00
Alexander Ljungberg
8e007985a1
Merge branch 'master' of github.com:cappuccino/cappuccino
2012-01-27 12:20:17 +00:00
Alexander Ljungberg
e03e774113
Format delegate signatures in collection view documentation.
2012-01-27 12:19:52 +00:00
cacaodev
7a41282912
CPTabView: Fix a bug where a CPTabView would not reflect immediately the replacement of the selected item's view.
...
Updated CPTabViewNib to show a setView: on the current item.
If the view changes on a non selected item, the tabView content will be
updated when this item is selected.
2012-01-26 14:45:42 +01:00
cacaodev
c8f8c01d2f
CPTabView : _setTabView: on newly decoded CPTabViewItems
...
A CPTabViewItem needs to know about its tabView.
2012-01-26 14:34:52 +01:00
cacaodev
7f6db7bf98
CPTabView: Fix a bug where -selectedTabViewItem was raising instead of returning nil when no tab items (i.e. _selectedItemIndex = -1) and causing nib2cib to fail.
...
Added An empty Tab View to CPTabViewNib test app.
Needs a jake sudo-install for changes to take effects.
2012-01-26 10:44:46 +01:00
aradabaugh
e058efb622
Correcting minor whitespace styling.
2012-01-25 11:40:15 -07:00
cacaodev
bafd62d42d
CPCollectionView Implemented - (CPView)draggingViewForItemsAtIndexes:(CPIndexSet)indexes withEvent:(CPEvent)event offset:(CGPoint)dragImageOffset
...
and the corresponding delegate method from where you can ask for the default dragged view. Multiple selection not implemented yet.
2012-01-25 17:25:23 +01:00
aradabaugh
c14643849f
Minor style change.
2012-01-24 22:51:32 -07:00
aradabaugh
edd09ef06a
Enables additional buttonTypes for CPButton
2012-01-24 22:50:01 -07:00
Randy Luecke
d06fccf157
Merge pull request #1436 from aradabaugh/master
...
Fixes CPShadowView shadowViewEnclosingView to use self instead of shadowView
2012-01-20 12:37:38 -08:00
aradabaugh
6bc3d49ba2
Correcting use of self in CPShadowView shadowViewEnclosingView:
2012-01-20 13:33:24 -07:00
aradabaugh
a8d8736899
Fixes CPShadowView shadowViewEnclosingView to use self instead of shadowView.
2012-01-20 00:33:40 -07:00
Randall Luecke
b1e4a43cd3
Fixed and finished the documentation for CPSet and CPMutableSet.
2012-01-19 01:19:20 -05:00
Antoine Mercadal
eafbebcebb
fix crash when setting title while to content view is set
2012-01-16 14:19:09 +01:00
Antoine Mercadal
0c72c52ba2
improve manual test of CPBox
2012-01-14 12:31:28 +01:00
Antoine Mercadal
e8194d9c2e
Fix some sizing problem with CPBox titles. close #1431
2012-01-14 12:31:12 +01:00
Antoine Mercadal
f0e1b67197
Merge remote-tracking branch 'upstream/master'
2012-01-13 13:56:16 +01:00
Antoine Mercadal
7ba27cf617
Add manual test for CPBox title
2012-01-13 13:52:31 +01:00
Antoine Mercadal
c9f765645c
Support for CPBox title in nib2cib
2012-01-13 13:52:12 +01:00
Antoine Mercadal
5daa8cb289
Support for title in CPBox. close #1428
2012-01-13 13:51:50 +01:00
Aparajita Fishman
789d832808
Tab -> spaces
2012-01-12 18:44:19 +06:30
cacaodev
0908139218
Merge branch 'master' of git://github.com/cappuccino/cappuccino into CPRulePredicateEditor
2012-01-07 09:39:34 +01:00
cacaodev
926bcfb514
CPRuleEditor : Moved _CPRuleEditor*Button customization from class to controller and added initWithCoder methods.
2012-01-06 22:49:42 +01:00
Antoine Mercadal
d7971322cb
Merge pull request #1291 from miLibris/CPTheme-coding-fixes
...
_CPThemeAttribute fix : encode missing _defaultTheme value
2012-01-06 07:21:09 -08:00
Antoine Mercadal
6ddeb167b3
Merge pull request #1424 from anddam/master
...
Edit in press utility.
2012-01-06 07:20:30 -08:00
Andrea D'Amore
c1be09c692
press: fixing basedir being added twice to png destination path
2012-01-06 15:25:54 +01:00
Aparajita Fishman
1c2a304ee5
Assignment of function is a statement and should be semicolon terminated. Some miscellaneous linting as well.
2012-01-05 17:51:37 -10:00
Antoine Mercadal
1a51acf2fc
fix doc style under Windows. Thanks to @jakemarsh (fork removed). close #1401
2012-01-03 17:21:02 +01:00
Antoine Mercadal
47a5296f0b
Merge pull request #1405 from applicaster/linux_rhino
...
Compilation problems on ubuntu
2012-01-03 07:47:32 -08:00
Antoine Mercadal
1189e8c849
Merge pull request #1422 from cacaodev/CPPredicate
...
CPCompoundPredicate -isEqual: typo.
2012-01-02 03:22:02 -08:00
cacaodev
8d59fc1334
CPPredicateEditor tests: updated xib to Xcode 4.2 and nib2cibed.
...
SmartFoldersDemo: disable the size-to-fit like feature in the controller because 1/ CPPredicateEditor should have its own sizeToFit and 2/ It was shadowing other resizing bugs.
2011-12-31 17:19:14 +01:00
cacaodev
ce2316a8ee
CPCompoundPredicate: Fixed typo in -isEqual:. With test.
2011-12-31 16:19:38 +01:00
cacaodev
0aae4f2627
Merge branch 'master' of git://github.com/cappuccino/cappuccino into CPRulePredicateEditor
2011-12-31 15:37:59 +01:00
Alexander Ljungberg
ec9ddc0819
Merge pull request #1421 from cacaodev/cappuccino
...
---
2011-12-31 13:27:45 +01:00
cacaodev
a5bd55dcac
Rename CPExpression_* classes in NSExpression.j (nib2cib)
2011-12-31 09:33:12 +01:00
Alexander Ljungberg
b0b1bd88a6
Fix clean up, clean up more.
2011-12-29 20:18:40 +01:00