Tom Robinson
4e50244dca
Handle more bootstrap.sh edge cases.
2010-01-25 14:14:34 -08:00
Tom Robinson
0c21724270
Give debug frameworks higher priority in objj.
2010-01-25 13:35:27 -08:00
Tom Robinson
09306aa2cd
Fixed cplutil and updated to use args parser, added lint option, etc.
2010-01-25 12:49:11 -08:00
Randall Luecke
1170673b92
selection did change is no longer posted if selectionShouldChangeInTableView returns NO. Closes 372. Keyboard navigation in tableview now honors selectionShouldChange.
2010-01-24 20:01:58 -05:00
Ross Boucher
712a991c86
Fix a bug introduced by the new document.body code when opening a second platform window.
2010-01-24 15:48:25 -08:00
Ross Boucher
e3cdcbc5ab
Add CPSpaceKeyCode. Closes #424 .
2010-01-24 15:24:59 -08:00
luddep and Ross Boucher
62379b21c1
Quick fix for @"Aristo" being hardcoded in CPAlert.j
2010-01-24 01:17:20 -08:00
Ross Boucher
cfde67742c
Merge branch 'jake' of git@github.com:280north/cappuccino into jake
2010-01-24 01:15:35 -08:00
Ross Boucher
9b01561127
Fix the collection view resizing behavior.
2010-01-24 01:15:10 -08:00
Randall Luecke
fb89450b90
Refactored keyboard navigation for CPTableView
2010-01-24 03:39:58 -05:00
Ross Boucher
5a8d491f10
Check the Info.plist for a CPDefaultTheme key for the name of the default theme.
...
Closes #418 .
2010-01-24 00:34:35 -08:00
Ross Boucher
7ffb44e394
Merge branch 'jake' of git@github.com:280north/cappuccino into jake
2010-01-24 00:10:28 -08:00
Ross Boucher
34a5d9e61b
Fix spacing issues in CPViewAnimation.
2010-01-24 00:10:04 -08:00
Randall Luecke
e1d43e3651
Merge branch 'jake-table' into jake
2010-01-24 02:39:31 -05:00
Klaas Pieter Annema and Randall Luecke
c291ad83f1
Implemented visual feedback when dragging in CPTableView
...
Conflicts:
AppKit/CPTableView.j
2010-01-24 02:37:25 -05:00
Klaas Pieter Annema and Ross Boucher
c6a4eb28a8
added cpviewanimation
2010-01-23 23:31:40 -08:00
Randall Luecke
dd4735026a
Reset position of the tableview in tabletest
2010-01-24 02:31:01 -05:00
Ross Boucher
dc0439227e
Add an accessor for the filename on CPFlashMovie
2010-01-23 23:28:39 -08:00
Ross Boucher
00f470763f
Make CPFlashMovie CPCoding compliant.
2010-01-23 18:08:45 -08:00
cacaodev and Randall Luecke
e40696a7af
CPTableView: drag & drop improvements
...
- Default dragView containing dragged rows, works with discrete rows
- scroll-as-you-drag feature
- draggingEntered returns a drag operation. Rearranged a bit the code.
- fixed dragPoint/target row
- Modified test app so you can drag in both ways and also move indexes internally
2010-01-23 02:56:59 -05:00
Ross Boucher
bc030c42d9
Merge branch 'jake' of git@github.com:280north/cappuccino into jake
2010-01-22 19:43:21 -08:00
Ross Boucher
7ce72a31c5
Rather than throwing out the entire cappuccino body, throw out a specific div if that div is available.
...
("cappuccino-body"). This let's external libraries, esp. flash ones, add things to the body without
Cappuccino getting rid of them as soon as the page loads.
Closes #421 .
2010-01-22 19:40:33 -08:00
Tom Robinson
cf8989938c
Improved sizeOfString IE workaround
2010-01-22 18:38:25 -08:00
Randall Luecke
3f730c94ce
Merge branch 'jake' of git://github.com/280north/cappuccino into jake
2010-01-22 10:51:48 -05:00
Randall Luecke
22c931729b
Removed additional references to disabled HUD scrollbar knobs.
2010-01-22 10:50:29 -05:00
Ross Boucher
3f8c311ea2
Bring windows forward when opening a sheet.
...
Closes #391 .
2010-01-21 23:24:03 -08:00
Randall Luecke
22aa4d359e
Hard coded header view resources into the CPTableView
2010-01-22 02:09:22 -05:00
Ross Boucher
c2880ec8e4
Remove support for HTML5 drag and drop from Chrome, because it doesn't work.
...
We should eventually try and figure out a more specific test for this.
2010-01-21 23:02:12 -08:00
Ross Boucher
108822d4e1
Merge branch 'jake' of git@github.com:280north/cappuccino into jake
2010-01-21 22:33:06 -08:00
Randall Luecke
f79a926b10
Removed references to disabled scroller knob in HUD CPScroller.
2010-01-22 01:22:03 -05:00
cacaodev and Ross Boucher
4eef234736
Fix a bug where drop was always failing in webkit nighties
2010-01-21 22:04:35 -08:00
Randall Luecke
b5f55100e9
Merge branch 'jake' of git://github.com/280north/cappuccino into jake
2010-01-20 23:19:18 -05:00
Tom Robinson
4e0404fce6
IE sizeOfString temporary fix.
2010-01-20 17:12:46 -08:00
Tom Robinson
f1874eca8a
Don't use sudo in jake install by default, add "sudo-install" task.
2010-01-20 15:18:51 -08:00
Tom Robinson
2e1d6f2412
Migrate to use INTERPRETER.Context
2010-01-19 16:58:41 -08:00
Tom Robinson
0395287906
Press bundle callbacks for theme/cib --flatten support.
2010-01-19 15:00:43 -08:00
Francisco Ryan Tolmasky I
bda8a5fd6c
Merge branch 'jake' of git@github.com:280north/cappuccino into jake
2010-01-19 14:46:05 -08:00
Alexander Ljungberg and Francisco Ryan Tolmasky I
ded413481c
Fixed: under certain circumstances controls would not be drawn despite a call to setNeedsDisplay:YES. A typical symptom of this was custom CPViews' drawRect never being called. The error was caused by _CPDisplayServer throwing away its remaining work whenever the display code of a control called setNeedsLayout.
2010-01-19 14:45:47 -08:00
Tom Robinson
a5a6c07b08
Move manual tests to Manual sub dir
2010-01-19 13:16:16 -08:00
Nicholas Small
204df99375
Make CPPanel -becomesKeyOnlyIfNeeded and CPView -needsPanelToBecomeKey work.
2010-01-15 17:23:56 -05:00
Randall Luecke
55dd67a0ad
Merge branch 'jake' of git://github.com/280north/cappuccino into jake
2010-01-14 15:02:53 -05:00
tlrobinson
6040ee4ffc
Fixed args case "objj -Ifoo bar.j"
2010-01-14 12:01:51 -08:00
Randall Luecke
544ed99d98
Merge branch 'jake' of git://github.com/280north/cappuccino into jake
2010-01-14 14:26:02 -05:00
tlrobinson
7546640fba
Correct the args parsing in objj to provide the script name at args[0] instead of "objj"
2010-01-14 11:24:39 -08:00
Francisco Ryan Tolmasky I
daf5b88834
Merge branch 'jake' of git@github.com:280north/cappuccino into jake
2010-01-13 22:40:01 -08:00
Francisco Ryan Tolmasky I
c36f975bbf
More support for toolbar items and nib2cib. Added support for CPToolbarShowColorsItem.
...
Reviewed by me.
2010-01-13 22:39:15 -08:00
Scott Kyle and Ross Boucher
a5e34d9153
Added CGGeometry to CPTableColumn since it's called from sizeToFit
2010-01-13 20:08:00 -08:00
Ross Boucher
57a63440f9
Remove unnecessary comments.
2010-01-13 20:04:23 -08:00
Francisco Ryan Tolmasky I
e25a227e4d
Fix for updating target/action of toolbar items.
...
Reviewed by me.
2010-01-13 20:03:01 -08:00
Randall Luecke
db7b340b32
Fixed outline view again after scoping fix.
2010-01-13 22:34:39 -05:00