Tom Robinson
378b6c12f3
Merge branch 'jake' of git@github.com:280north/cappuccino into jake
2010-01-27 17:54:03 -08:00
Tom Robinson
ee5817e480
Cleanup objj arguments story. objj-executable and "objj path/to/main.j" are now consistent.
2010-01-27 17:53:05 -08:00
Ross Boucher
a354b4acd5
Temporary fix for 0.8 for copy/paste behavior in CPTextField.
...
Closes #407 .
2010-01-27 16:36:39 -08:00
Tom Robinson
8e87a4a941
Make bootstrap warning very explicit.
2010-01-27 10:17:36 -08:00
Francisco Ryan Tolmasky I
42712166e9
Added FileRequest abstraction on top of HTTPRequest to allow synchronous loading in CommonJS.
...
Reviewed by me.
2010-01-27 07:50:37 -08:00
Francisco Ryan Tolmasky I
2bc31de69d
Removed alerts.
...
Reviewd by me.
2010-01-27 04:01:11 -08:00
Francisco Ryan Tolmasky I
fcfeb29be5
Changed #define from RHINO to COMMONJS. Re-enabled recently added document-load-waiting.
...
Reviewed by me.
2010-01-27 03:58:49 -08:00
Francisco Ryan Tolmasky I
a64a270e25
Merge branch 'jake' of git@github.com:280north/cappuccino into loader
2010-01-27 03:17:16 -08:00
Francisco Ryan Tolmasky I
96eebc7d1d
Fix for accidentally removing Executable.fileDependencies.
...
Reviewed by me.
2010-01-27 03:16:46 -08:00
Francisco Ryan Tolmasky I
38fd675f51
Performance improvements and bug fixes.
...
Reviewed by me.
2010-01-27 02:55:56 -08:00
Tom Robinson
35adaee1bb
Initial press cib analysis
2010-01-27 02:27:32 -08:00
Klaas Pieter Annema
def314b5ad
removed log statements from cptableview
2010-01-27 11:05:31 +01:00
Klaas Pieter Annema
913a18eaaf
completed tableview merge
2010-01-27 10:40:51 +01:00
unknown
d82b39de19
Remove filename causing problems on Windows as well as line endings in press.
2010-01-27 01:21:32 -08:00
Klaas Pieter Annema
cde5d8709c
Merge remote branch 'cappuccino/jake' into enstore_jake
...
Conflicts:
AppKit/CPTableView.j
2010-01-27 10:08:48 +01:00
Francisco Ryan Tolmasky I
ec210c49c5
Beginnings of new loader.
...
Reviewed by me.
2010-01-27 00:43:54 -08:00
Tom Robinson
07f320def9
Fixed jake tasks for pushing packages to package repo.
2010-01-27 00:08:42 -08:00
Tom Robinson
f5fe15d6cb
Merge branch 'jake' of git@github.com:280north/cappuccino into jake
2010-01-26 23:50:41 -08:00
Nicholas Small
da146b0873
Move table view header resources into AppKit/Resources.
2010-01-26 10:53:07 -05:00
Paul Baumgart and Ross Boucher
3b7a77ae0c
Minor fix: change emdash to regular hyphen.
2010-01-25 22:21:26 -08:00
tlrobinson
9cb1e28ad1
bootstrap option to install Cappuccino/Objective-J packages.
2010-01-25 20:43:37 -08:00
Ross Boucher
9db7701691
Fixes a bug when changing splitPane status for a CPSplitView.
...
Closes #419 .
2010-01-25 17:03:24 -08:00
Tom Robinson
27aca4c84a
bootstrap.sh warning about shell config
2010-01-25 14:19:30 -08:00
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
Klaas Pieter Annema
05b1cfca31
Merge branch 'jake_original' into jake
...
Conflicts:
AppKit/CPTableView.j
2010-01-23 11:38:08 +01: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
Klaas Pieter Annema
e09b63183c
added cpviewanimation
2010-01-22 20:44:58 +01:00
Klaas Pieter Annema
76717c7177
converted spaces to tabs
2010-01-22 20:37:17 +01:00
Klaas Pieter Annema
6749fa57ad
started implementing CPOutlineView drag & drop support
2010-01-22 20:25:14 +01:00