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 LueckeandRoss Boucher
|
138d7bd9a2
|
Added _ in front of CG calls to last commit...
|
2010-02-10 18:19:13 -08:00 |
|
 Randall LueckeandRoss 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 |
|
 Alexander LjungbergandRoss Boucher
|
f89c2e0ba9
|
Fixed: CPDates compared equal to nil and CPNull.
|
2010-02-09 10:59:59 -08:00 |
|
 Philipe FatioandRoss Boucher
|
94ce055bc2
|
CPWindow's makeFirstResponder: return type was void, changed to BOOL
|
2010-02-09 10:49:04 -08:00 |
|
Klaas Pieter Annema
|
9b3d4d4453
|
Merge branch 'jake' into outlineview
|
2010-02-09 15:01:10 +01:00 |
|
Klaas Pieter Annema
|
329e4dc3c3
|
Merge branch 'jake' of git://github.com/280north/cappuccino into jake
Conflicts:
AppKit/CPTableColumn.j
AppKit/CPTableView.j
|
2010-02-09 14:57:37 +01:00 |
|
Klaas Pieter Annema
|
d96e939eed
|
made sure the dragserver doesn't call prepareDrag if the last drag update returned CPDragOperationNone
|
2010-02-09 14:43:02 +01:00 |
|
Klaas Pieter Annema
|
c8437895dc
|
fixed setDropItem:dropChildIndex behavior
|
2010-02-09 14:42:11 +01:00 |
|
Francisco Ryan Tolmasky I
|
95ba648dae
|
Fix for keys being wrong in cplutil conversion, and making sure to use the right radix with parseInt when reading plists.
Reviewed by me.
|
2010-02-09 02:18:52 -08:00 |
|
Francisco Ryan Tolmasky I
|
9f847e5a24
|
Merge branch 'jake' into loader
|
2010-02-09 01:03:37 -08:00 |
|
Francisco Ryan Tolmasky I
|
a4eec5fef8
|
Fix for UID returning different values every time for CPString.
Reviewed by me.
|
2010-02-09 01:02:49 -08:00 |
|
Tom Robinson
|
e51bf3f0c1
|
More upgrading of press to new load system. Analysis is complete, need to build resulting files.
|
2010-02-08 23:47:29 -08:00 |
|
Tom Robinson
|
b907ea59f4
|
Export a few more properties from Objective-J for use in "press"
|
2010-02-08 23:45:59 -08:00 |
|
Tom Robinson
|
cebff75992
|
Change jakefile to throw exception if there's a syntax error, etc in one of the optionally required modules.
|
2010-02-08 23:44:44 -08:00 |
|
 Alexander LjungbergandRandall Luecke
|
a3f9b65501
|
Implemented [CPDate copy] with unit test. Also whitespace cleanup in CPDate.
|
2010-02-09 01:57:24 -05:00 |
|
Nicholas Small
|
1f7afe7a49
|
Merge branch 'jake' of github.com:280north/cappuccino into loader
|
2010-02-08 10:51:30 -05:00 |
|
Nicholas Small
|
ceecaa0184
|
Fixed missing { in objj-analysis-tools.j
|
2010-02-08 10:50:44 -05:00 |
|
Klaas Pieter Annema
|
78b4bbb06e
|
implement setDropItem:dropChildIndex on CPOutlineView
|
2010-02-08 16:49:07 +01:00 |
|
Klaas Pieter Annema
|
0375e7a881
|
- further improved outline view drag & drop for multiple parent situations
|
2010-02-08 14:44:21 +01:00 |
|
Klaas Pieter Annema
|
ebc831663b
|
Merge branch 'jake' into outlineview
Conflicts:
AppKit/CPTableView.j
|
2010-02-08 11:34:16 +01:00 |
|
Klaas Pieter Annema
|
65ceb96e4f
|
Merge branch 'jake' of git://github.com/280north/cappuccino into jake
Conflicts:
AppKit/CPTableColumn.j
AppKit/CPTableView.j
|
2010-02-08 11:33:33 +01:00 |
|
Klaas Pieter Annema
|
57ef2d2229
|
removed log statements
|
2010-02-08 11:14:50 +01:00 |
|
Klaas Pieter Annema
|
8759b175bd
|
various fixes to outline view drag & drop
|
2010-02-08 11:14:03 +01:00 |
|
Tom Robinson
|
13f86b0cd4
|
Refactor objj-analysis-tools a bit.
|
2010-02-08 01:44:55 -08:00 |
|
Tom Robinson
|
c0fad49375
|
Merge branch 'loader' of github.com:280north/cappuccino into loader
|
2010-02-08 01:12:22 -08:00 |
|
 Derek HammerandTom Robinson
|
579cc98e4f
|
Adding the --symlink and --build flags. capp gen -l something is now just an alias for capp gen --symlink --build something. This allows for easy copying of built Frameworks for those hacking on Cappuccino
|
2010-02-08 01:04:22 -08:00 |
|
Randall Luecke
|
4a98417ee8
|
Added call to auto resizing after user manually resizes the columns.
|
2010-02-08 02:20:38 -05:00 |
|
Randall Luecke
|
4a5e90b5cb
|
Fixed column resizing mask types.
|
2010-02-08 02:16:06 -05:00 |
|