Ross Boucher
c8575cac05
Revert "Fix the collection view resizing behavior."
...
This reverts commit 9b01561127 .
2010-02-13 20:04:18 -08:00
Francisco Ryan Tolmasky I
8d63c059c5
Fixed scope issues when running Cappuccino under CommonJS.
...
Reviewed by me.
2010-02-13 16:57:09 -08:00
Francisco Ryan Tolmasky I
bc53288fca
Fix for failing CPAttributedString test.
...
Reviewed by me.
2010-02-13 16:14:18 -08:00
Francisco Ryan Tolmasky I
474d4281f1
Actual fix for pasteboard exception for strings.
...
Reviewed by me.
2010-02-13 14:39:44 -08:00
Ross Boucher
73babcd7d6
Merge branch 'loader' of github.com:280north/cappuccino into loader
2010-02-13 14:24:35 -08:00
Ross Boucher
5fe208d6a0
Update to the last scroller fix, slightly different approach.
2010-02-13 13:55:23 -08:00
Tom Robinson
94ca0ed71b
Read as binary then decode to string to workaround narwhal-rhino bug of adding newlines on read()
2010-02-13 13:54:38 -08:00
Ross Boucher
a323cfe08c
Allow developers to choose to enable the HTML5 drag and drop support, even though its off by default.
2010-02-13 13:38:56 -08:00
Ross Boucher
29c3654928
Merge branch 'loader' of github.com:280north/cappuccino into loader
2010-02-13 13:25:31 -08:00
Ross Boucher
27fefed0d8
Recaluclate the orientation of a scroller on frame change.
...
Closes #454 .
2010-02-13 13:24:31 -08:00
Tom Robinson
235d974ce1
Beginning of "flatten" tool.
2010-02-13 13:13:47 -08:00
Tom Robinson
cb1d3168e3
press cleanup, refactor setting environments and include paths into analyzer.
2010-02-13 13:13:47 -08:00
Tom Robinson
64dc25dfb6
Export rootNode.
2010-02-13 13:13:47 -08:00
Ross Boucher
9a7484e57d
Fix Typo. Closes #463 .
2010-02-13 12:06:52 -08:00
Ross Boucher
b89ee3e4c1
Use longform RegEx creation in json2.js to fix a bug in Opera 9.2.
...
Closes #323 .
2010-02-12 21:51:06 -08:00
Ross Boucher
ec5645d380
Only change button heights if the button isn't bordered.
...
Closes #157 .
2010-02-12 21:36:32 -08:00
Ross Boucher
a0abf1e221
Fix a slight bug with default values in nib2cib segmented controls.
...
Closes #215 .
2010-02-12 21:29:19 -08:00
Ross Boucher
0e558d54e5
Move CPControl constants to that file (from CPTextField).
...
Respect line break mode in NSControl nib2cib.
Closes #420 .
2010-02-12 21:16:44 -08:00
Ross Boucher
004cc5fe5a
Store a conversion table of views/objects we're replacing and restore connections to those replaced objects. (nib2cib)
2010-02-12 20:31:36 -08:00
Ross Boucher
0b22b1d022
Correctly convert NSButtons set as checkboxs and radiogroups to CPCheckBoxes and CPRadios.
...
Closes #365 .
2010-02-12 20:05:34 -08:00
Ross Boucher
24ecf31bd3
Merge branch 'loader' of github.com:280north/cappuccino into loader
2010-02-12 14:18:19 -08:00
Ross Boucher
c37c80771c
Fix broken tests with CPData.
2010-02-12 14:17:58 -08:00
Francisco Ryan Tolmasky I
a017c0c4a8
Fix for failing CPDictionary tests.
...
Reviewed by me.
2010-02-12 14:09:40 -08:00
Francisco Ryan Tolmasky I
3a35ab449b
Fixed failing KVO tests.
...
Reviewed by me.
2010-02-12 13:46:26 -08:00
Ross Boucher
da84964a33
Fix two problems with KVC:
...
- valueForKeyPath: looped over individual components, which meant classes couldn't override valueForKeyPath: to do multi-part keys (needed for operators)
- CPArray's valueForKeyPath: implementation was incorrectly parsing the operator if it was a simple key
2010-02-12 12:53:15 -08:00
Klaas Pieter Annema
65051855ee
fixed a bug where the tableview would draw a row to many
2010-02-12 13:02:55 +01:00
Ross Boucher
72c36789c6
Accidental global var.
...
Closes #462 .
2010-02-11 09:35:36 -08:00
Klaas Pieter Annema
bc07bd16bd
implemented outlineView:willDisplayView:forTableColumn:row delegate method
2010-02-11 16:47:49 +01:00
Klaas Pieter Annema
bf691fa552
removed incorrect implementation of imageDimsWhenDisabled
2010-02-11 12:47:27 +01:00
Ross Boucher
47ddfec1f9
Merge branch 'loader' of github.com:280north/cappuccino into loader
2010-02-10 19:56:33 -08:00
Ross Boucher
fb8ba655e1
Do not enforce min/max size in setFrame:display:animate: only do so in the other setFrame* variants.
...
Closes #284 .
2010-02-10 19:55:40 -08:00
Tom Robinson
d64f56817d
Remove unused imports etc from press
2010-02-10 19:35:53 -08:00
Tom Robinson
9363708e49
Move push-package dir to .push-package and add to .gitignore
2010-02-10 19:19:00 -08:00
Ross Boucher
65a2e4d6b0
Merge branch 'loader' of github.com:280north/cappuccino into loader
2010-02-10 18:33:03 -08:00
Randall Luecke and Ross Boucher
138d7bd9a2
Added _ in front of CG calls to last commit...
2010-02-10 18:19:13 -08:00
Randall Luecke and Ross Boucher
97fe09fbdd
Added proper support for hiding scroller elements when CPScroller is resized too small to display all of them.
2010-02-10 18:19:07 -08:00
Tom Robinson
487412fa22
objj repl respects -I args. Closes gh-235
2010-02-10 18:17:41 -08:00
Klaas Pieter Annema
ea47baa1fc
implemented imageDimsWhenDisabled on CPButton
2010-02-10 16:19:51 +01:00
Klaas Pieter Annema
90cd519916
added viewDidLoad to CPViewController
2010-02-10 12:13:17 +01:00
Klaas Pieter Annema
669d18b218
added missing exception when a viewcontroller has no view after loadView
2010-02-10 11:46:40 +01:00
Tom Robinson
fbcd2b3174
Merge branch 'loader' of git@github.com:280north/cappuccino into loader
2010-02-10 00:49:11 -08:00
Tom Robinson
99a839456d
Remove --flatten and --nostrip command line flags from press.
2010-02-10 00:34:51 -08:00
Tom Robinson
0d9d60466d
It's alive! press appears to be working completely (minus removed --flatten feature)
2010-02-10 00:31:00 -08:00
Francisco Ryan Tolmasky I
5a031efa7a
Fixed issues with imports that had ".." in the paths.
...
Reviewed by me.
2010-02-10 00:03:46 -08:00
Tom Robinson
1f64fce47c
First pass at fixing "press" output stage.
2010-02-09 17:25:11 -08:00
Tom Robinson
04529897dc
Add setCode to Executable; use toMarkedString() in compiler; more robust function wrapper stripping in compressor
2010-02-09 14:55:50 -08:00
Tom Robinson
7837e1ad81
Fixed Executable's toMarkedString()
2010-02-09 14:49:54 -08:00
Francisco Ryan Tolmasky I
c7c60b2b94
Added toMarkedString to Executable.
...
Reviewed by me.
2010-02-09 13:57:47 -08:00
Francisco Ryan Tolmasky I
f9c2805379
Removed reference to MARKER_TEXT.
...
Reviewed by me.
2010-02-09 13:40:04 -08:00
Tom Robinson
035d772a4a
Respect previously set OBJJ_MAIN_FILE
2010-02-09 11:46:25 -08:00