Alexander Ljungberg
5b05dc92a1
More dictionary literals.
2013-02-25 18:27:44 +00:00
Aparajita Fishman
abaa1e81f2
Support for multiple-value bindings
...
- CPView and subclasses support multiple-value hidden bindings.
- CPControl and subclasses support multiple-value enabled bindings.
- CPWindow and CPBox support multiple-value title with pattern bindings.
- CPButton supports multiple argument + target bindings.
- CPImageView and CPTextField support multiple-value editable bindings.
- CPMenuItem supports multiple-value enabled bindings.
- Fixed bugs in CPObjectController with simple collection operators.
- CPColorWell uses black as the placeholder color.
- Runtime object attributes from a cib are applied as they are read, not deferred.
- NSNumberFormatter now reads the number style from the xib.
- Normalized some parameter names.
- Formatting.
- Test app for all binding types.
2013-02-15 12:21:13 -05:00
Aparajita Fishman
eff0621966
Formatting
2013-01-17 15:32:53 +07:00
Antoine Mercadal
72a601371e
Merge branch 'master' into objj2integration
2013-01-14 17:34:36 -08:00
Alexandre Wilhelm and Antoine Mercadal
7e502fffe6
Fixed bug in CPStepper for the automatic size of it when calling a static constructor
2013-01-14 15:54:14 -08:00
Martin Carlberg
c297e926f9
Compiler now works with jake and can compiler the whole Cappuccino framework. A lot of test cases still fail
2012-12-16 17:38:47 +01:00
cacaodev
b97a07630d
CPStepper : Adds binding support for CPValueBinding, CPMinValueBinding, CPMaxValueBinding. Placehoders defaults are minValue, minValue, maxValue.
...
CPStepperBindings : Example for these bindings. Shows behavior when input is a marker.
2012-11-27 15:52:38 +01:00
Alexander Ljungberg
e72093c91e
Merge pull request #1531 from BlairDuncan/cappuccino
...
---
2012-05-10 15:50:10 +01:00
Blair Duncan
74431972d8
added missing LOG math global and replaced any math. with correspoinding global
2012-05-10 08:55:19 -04:00
Aparajita Fishman
36bfc7c675
Fixed decode methods to return the correct defaults, removed unnecessary containsValueForKey and || with defaults
2012-04-24 10:15:19 +02:00
cacaodev
4d3f8c3c8c
CPStepper: nib2cib support, with test.
2012-02-07 16:38:48 +01:00
Aparajita Fishman
c5a9ee544c
Comment cleanup, replace CPRect with _CGRect.
2011-09-25 17:06:02 -07:00
Aparajita Fishman
368d66f76e
Copy the input frame, it should not be modified in place.
2011-09-25 16:59:44 -07:00
Nicolas Goy and Aparajita Fishman
5aaae61b46
Modified CPStepper to support theming better by adding the ability to size buttons through theme
2011-09-25 15:19:14 -07:00
Mike Fellows
a801860f90
Move the functionality from CPStepper's _CPContinuousButton object into CPButton so any CPButton can be made continuous
2011-01-19 12:02:43 -08:00
Francisco Ryan Tolmasky I
1cbaea0e3d
Further capp_linting - removing accidental global.
...
Reviewed by me.
2010-12-02 12:11:57 -08:00
Antoine Mercadal
7e005f4559
use setNeedsLayout to layout subviews
2010-11-09 00:36:28 +01:00
Antoine Mercadal
5d49c1346a
implement CPStepper
2010-11-08 23:20:05 +01:00