Alexander Ljungberg
c21d2fd017
Fixed: toolbar search fields created in IB were cut in half height-wise due to a too small max size.
2012-03-14 16:02:25 +00:00
Alexander Ljungberg
2940b5e787
Fixed: nib2cibbed search fields had the bottom pixel cut off.
2012-03-14 15:58:35 +00:00
Alexander Ljungberg
cf18bcaaf9
Clean up.
2012-03-14 15:50:07 +00:00
Alexander Ljungberg
c4eaf083b4
Code formatting. Don't shadow compressor function name.
2012-03-13 20:29:38 +00:00
Alexander Ljungberg
df6b592d11
Refs #1474 . Allow -T argument before -- in objjc and document it in help.
...
Seems like all options should be before -- really.
2012-03-13 20:27:20 +00:00
Alexander Ljungberg
109e8b1e33
Merge pull request #1474 from ternarylabs/cappuccino
...
---
2012-03-13 20:06:33 +00:00
Alexander Ljungberg
85c88d7c93
Whitespace.
2012-03-13 20:03:11 +00:00
Alexander Ljungberg
d8e5fa3087
Merge pull request #1441 from cacaodev/cappuccino
...
---
With manual test.
See comments in the code about how to make bindings adoptions easier and avoid repeating code.
2012-03-13 19:58:29 +00:00
cacaodev
697a7b308a
CPColorWell : Implements CPValueBinding (color), supports markers.
...
With manual test.
2012-03-13 20:35:31 +01:00
Alexander Ljungberg
dcc031f23a
Fixed: small size toolbars in bridge windows didn't show the bottom shadow line.
...
Switched to using a somewhat vertically resizable three part image. The centre image part is being compressed which normally would look poor but you can't tell since it's a gradient.
2012-03-13 14:45:33 +00:00
Alexander Ljungberg
061ea47953
Test N-part image layout.
2012-03-13 13:51:01 +00:00
Alexander Ljungberg
f0e5161b7b
Tile narrow vertical three part images horizontally, and short horizontal three part images vertically.
...
This allows you to use a 1px wide vertical three part image to stretch to any width.
2012-03-13 13:36:52 +00:00
Alexander Ljungberg
eada36af26
More minor formatting.
2012-03-12 21:01:27 +00:00
Alexander Ljungberg
a02c687df9
Fix missing semicolon.
2012-03-12 20:14:11 +00:00
Alexander Ljungberg
e636087f4a
Fixed decodeBytesForKey in theory.
...
There's no way to encode bytes today in the first place.
2012-03-12 20:06:23 +00:00
Alexander Ljungberg
4876f77914
Refs #1476 . Format code.
2012-03-12 20:05:18 +00:00
Alexander Ljungberg
ed6bed9bf7
Format code.
2012-03-12 19:43:28 +00:00
Alexander Ljungberg
87cb2eb19d
Merge pull request #1476 from cacaodev/cappuccino
...
---
In nib2cib, this typo was preventing from decoding base64 data included in nib files.
2012-03-12 19:20:01 +00:00
Alexander Ljungberg
53334251b8
Fix a typo in CPGradient comment and attempt to better explain what's going on.
2012-03-12 12:04:34 +00:00
Alexander Ljungberg
a069f2945b
Optimise.
2012-03-11 22:13:05 +00:00
Alexander Ljungberg
5a0e1d7bb3
Support any angle in CPGradient drawInRect:angle:.
2012-03-11 19:40:22 +00:00
Alexander Ljungberg
ed1d77c86d
Skeleton CPGraphicsContext isFlipped.
2012-03-11 19:39:25 +00:00
Alexander Ljungberg
74054442a2
CPGradient initWithColors:.
2012-03-11 19:38:02 +00:00
Alexander Ljungberg
59ef8329c0
Handle CPGradient colorSpace argument.
2012-03-11 15:37:45 +00:00
Alexander Ljungberg
20cffaa7fe
Fix CPGradient angle.
2012-03-11 14:07:17 +00:00
Alexander Ljungberg
ebeb1040e8
Simplify CPGrahicsTest slightly by connecting delegates in IB.
2012-03-11 14:06:31 +00:00
Alexander Ljungberg
cdb919dea3
Add reference renderings to CPGraphicsTest. Add visual tests of CPGradient.
2012-03-11 13:13:50 +00:00
Alexander Ljungberg
c509e6131a
Fixed: CPGradient reversed its colours.
2012-03-11 13:12:17 +00:00
Alexander Ljungberg
db6a4d7042
Stub out CPView inLiveResize.
...
CPWindow should send `viewWillStartLiveResize` and `viewWillEndLiveResize` to make this work.
2012-03-10 12:43:47 +00:00
Alexander Ljungberg
a32b5ea72b
nib2cib support for table view background colour.
2012-03-10 12:02:17 +00:00
Alexander Ljungberg
58a2fce110
Code formatting.
2012-03-10 12:01:40 +00:00
Alexander Ljungberg
3d9ae42dbf
Starter CPGradient with drawInRect:angle:.
2012-03-10 11:55:13 +00:00
Alexander Ljungberg
c4a16d10bc
Starter CPColorSpace implementation.
2012-03-10 11:53:47 +00:00
Alexander Ljungberg
eeca40c6f0
Implemented CPColor colorWithSRGBRed:green:blue:alpha:.
2012-03-10 11:52:49 +00:00
Alexander Ljungberg
2a031e82a4
Constrain CPColor components to [0.0, 1.0].
2012-03-10 10:11:35 +00:00
cacaodev
0e6ce205ab
CPPropertyListSerializationTest for CPPropertyListXMLFormat_v1_0 format
2012-03-09 20:52:08 +01:00
Alexander Ljungberg
9acbe0f2f8
Fix incorrect parameter type.
2012-03-09 19:49:58 +00:00
Alexander Ljungberg
3ee9c1a439
Fixed misplaced var, formatting.
2012-03-09 19:17:28 +00:00
Alexander Ljungberg
0eeff20af6
Code formatting.
2012-03-09 16:52:21 +00:00
Alexander Ljungberg
a1cf9f1cd4
Table view cell layout test.
2012-03-09 15:36:21 +00:00
cacaodev
3897f422fe
Use setter
2012-03-09 15:22:19 +01:00
cacaodev
9d785d1a3c
CFPropertyList typo: CFData has _bytes, not bytes. In nib2cib, this typo was preventing from decoding base64 data included in nib files
2012-03-09 14:39:53 +01:00
Alexander Ljungberg
66f818872c
Simplify shadow view code.
2012-03-09 12:50:52 +00:00
Alexander Ljungberg
342bacb25c
Manual test for CPImageView with and without shadow.
2012-03-09 12:49:38 +00:00
Alexander Ljungberg
8e81be0319
Clean up.
2012-03-09 12:06:30 +00:00
Alexander Ljungberg
3acfa142bc
Merge pull request #1475 from miLibris/cappuccino
...
---
Remove CPShadowView constants in CPImageView
2012-03-09 12:00:05 +00:00
Alexander Ljungberg
94a58c810e
Calculate a default key view loop for windows loading from cibs even if autorecalculatesKeyViewLoop is NO.
2012-03-08 12:23:05 +00:00
Alexander Ljungberg
757a2bf400
nib2cib support for CPWindow autorecalculatesKeyViewLoop.
2012-03-08 12:05:12 +00:00
Luc Vauvillier
b18fbd685b
CPImageView : Remove shadow vars dependency
2012-03-08 12:49:31 +01:00
Alexander Ljungberg
56b5a9ec22
Make CPWindow autorecalculatesKeyViewLoop default to NO rather than null.
2012-03-08 11:39:59 +00:00