 cacaodevandRandall Luecke
|
3d52ffcbdc
|
CPTableView: fix shiftKey+selection to match cocoa behavior. closes issue #433
|
2010-02-18 02:30:57 -05:00 |
|
Randall Luecke
|
3fad4635b0
|
Updated tabletest to include new source list selection styles, also cleaned up the tableview a bit, and made the default selection style of the outlineview use the source list gradient.
|
2010-02-18 02:21:40 -05:00 |
|
 cacaodevandRandall Luecke
|
b0b19328a8
|
CPTableView: CPTableViewSelectionHighlightStyleSourceList for canvas browsers. Removed references to selectionHighlightColor.
|
2010-02-18 01:27:06 -05:00 |
|
Francisco Ryan Tolmasky I
|
9fd79488f8
|
Merge branch 'master' of git@github.com:280north/cappuccino
|
2010-02-17 21:13:14 -08:00 |
|
Francisco Ryan Tolmasky I
|
cebe31857a
|
Fix for image loading problem.
Reviewed by me.
|
2010-02-17 21:12:14 -08:00 |
|
Ross Boucher
|
1961829414
|
Correct a use of global. to be GLOBAL_NAMESPACE. at least until we have a better solution.
|
2010-02-17 19:31:11 -08:00 |
|
Ross Boucher
|
3e5bdec033
|
Merge branch 'master' of github.com:280north/cappuccino
|
2010-02-17 19:22:02 -08:00 |
|
Ross Boucher
|
5789021a76
|
modify the copyright date
|
2010-02-17 19:20:44 -08:00 |
|
Tom Robinson
|
6bf0319c51
|
Add ojdepcheck tool to print out missing @imports
|
2010-02-17 18:09:55 -08:00 |
|
Tom Robinson
|
8f519caa77
|
Remove old shrinksafe jars
|
2010-02-17 18:02:32 -08:00 |
|
Ross Boucher
|
a38be80a86
|
Revert "A better fix for the IE bug. Rather than introduce the secondary global and the eval, just refer to the actual global object (works in any javascript env)."
This reverts commit d40619aca0.
|
2010-02-17 17:37:46 -08:00 |
|
Ross Boucher
|
81b72fc571
|
Throw a syntax error if we don't recognize the @accessors syntax.
|
2010-02-17 17:27:37 -08:00 |
|
Ross Boucher
|
91681d7846
|
Move more constants to CPControl.j
|
2010-02-17 17:06:09 -08:00 |
|
Ross Boucher
|
d40619aca0
|
A better fix for the IE bug. Rather than introduce the secondary global and the eval, just refer to the actual global object (works in any javascript env).
|
2010-02-17 16:55:07 -08:00 |
|
Ross Boucher
|
1328bc732f
|
Move around some imports and constant declarations.
|
2010-02-17 16:29:57 -08:00 |
|
Ross Boucher
|
060f65b27e
|
Use CPLog instead of console
|
2010-02-17 16:24:04 -08:00 |
|
Tom Robinson
|
364669f527
|
Remove formatting from capp usage message for now.
|
2010-02-17 16:15:10 -08:00 |
|
Ross Boucher
|
f4042b9d4b
|
Fix an error in IE6 with XMLHttpRequest being undefined
|
2010-02-17 16:09:58 -08:00 |
|
Ross Boucher
|
c750b696d2
|
Merge branch 'master' of github.com:280north/cappuccino
|
2010-02-17 16:08:58 -08:00 |
|
Ross Boucher
|
02cdee6c75
|
Fix a missing import.
|
2010-02-17 16:08:11 -08:00 |
|
Tom Robinson
|
c4a824b5db
|
More bootstrap improvements: follow narwhal symlinks to actual installation
|
2010-02-17 15:18:07 -08:00 |
|
Tom Robinson
|
7f31c0632d
|
flatten: build nodes relative to cwd
|
2010-02-17 14:57:33 -08:00 |
|
Francisco Tolmasky
|
96ee92695c
|
Merge branch 'jake'
Conflicts:
Tools/press/objj-analysis-tools.j
|
2010-02-17 13:50:18 -08:00 |
|
Francisco Ryan Tolmasky I
|
80b252a744
|
Merge branch 'loader' into jake
|
2010-02-17 13:40:22 -08:00 |
|
Francisco Ryan Tolmasky I
|
4f50f8b83f
|
Fix for IE Bug that caused stack overflow at line 0 when loading Objective-J every time.
Reviewed by me.
|
2010-02-17 13:39:15 -08:00 |
|
Francisco Ryan Tolmasky I
|
df895b9529
|
Treat extensionless files as Objective-J.
Reviewed by ross.
|
2010-02-16 19:31:31 -08:00 |
|
Tom Robinson
|
f9e9e51352
|
A couple fixes in flatten
|
2010-02-16 18:21:36 -08:00 |
|
Ross Boucher
|
27e99344bd
|
Make nib2cib quieter by default. Prints only fatal error messages.
Pass the -v flag to print warnings, and -vv or --verbose to print all messages.
Closes #475.
|
2010-02-16 16:59:44 -08:00 |
|
Ross Boucher
|
32572844fd
|
Merge branch 'loader' of github.com:280north/cappuccino into loader
|
2010-02-16 16:37:24 -08:00 |
|
Ross Boucher
|
a77e67e578
|
Add support for keyboard navigation in CPCollectionView
|
2010-02-16 16:36:40 -08:00 |
|
Francisco Ryan Tolmasky I
|
fb9cd1ef93
|
Don't Objective-J preprocess non-.j files.
Reviewed by me.
|
2010-02-16 16:23:03 -08:00 |
|
Ross Boucher
|
93722f6a7d
|
Fix a bug where any @ added accessors to ivar declarations.
Closes #474.
|
2010-02-16 15:50:04 -08:00 |
|
Francisco Ryan Tolmasky I
|
76da7466ec
|
Fix for CPDictionary CPFastEnumeration.
Reviewed by me.
|
2010-02-16 13:51:02 -08:00 |
|
 Stephen IerodiaconouandRoss Boucher
|
6b3c95f09f
|
Fix for issue #473. Call setEnabled from _CPToolbarItemView updateFromItem.
|
2010-02-16 10:43:48 -08:00 |
|
Francisco Ryan Tolmasky I
|
81110ddba7
|
Further performance improvements.
Reviewed by me.
|
2010-02-16 02:41:15 -08:00 |
|
Francisco Ryan Tolmasky I
|
64fd9f615c
|
Additional performance improvements to CPFastEnumeration.
Reviewed by me.
|
2010-02-16 02:04:31 -08:00 |
|
Randall Luecke
|
213df88766
|
Merge branch 'loader' of git://github.com/280north/cappuccino into loader
|
2010-02-16 03:58:22 -05:00 |
|
Tom Robinson
|
a26750d4f4
|
Fixed objj arguments parsing
|
2010-02-16 00:57:50 -08:00 |
|
Randall Luecke
|
72edd7376e
|
temp fix for auto resizing when user manually resizes. Uniform resizing is still broken.
|
2010-02-16 03:56:17 -05:00 |
|
Randall Luecke
|
948e9ae139
|
Merge branch 'loader' of git://github.com/280north/cappuccino into loader
|
2010-02-16 03:43:22 -05:00 |
|
Francisco Ryan Tolmasky I
|
ae357d1a2b
|
Support for post and pre order CPFastEnumration for CPTreeNode. In order and level order remain.
Reviewed by me.
|
2010-02-16 00:41:20 -08:00 |
|
Randall Luecke
|
59756ff1b3
|
Made the hit test area for the column resizing a bit smaller.
|
2010-02-16 03:40:05 -05:00 |
|
Klaas Pieter Annema
|
2908e453e8
|
Merge branch 'jake' into outlineview
|
2010-02-16 09:39:49 +01:00 |
|
Klaas Pieter Annema
|
7b1ffc885f
|
Merge branch 'jake' of git://github.com/280north/cappuccino into jake
|
2010-02-16 09:39:32 +01:00 |
|
Randall Luecke
|
95364b1d31
|
Tableview fixes including setMaxWidth reset on columns, added grid line to cornerview, cleaned up width validation in sizeLastColumnToFit, and cleaned up TableTest.
|
2010-02-16 03:00:49 -05:00 |
|
Ross Boucher
|
f3257c0847
|
Add trunaction defaults to the table view cells
|
2010-02-15 23:05:23 -08:00 |
|
Ross Boucher
|
eb0fc35c8f
|
Merge branch 'loader' of github.com:280north/cappuccino into loader
|
2010-02-15 23:05:10 -08:00 |
|
Ross Boucher
|
3dccd93093
|
Fix a typo. Closes #380.
|
2010-02-15 23:04:47 -08:00 |
|
Francisco Ryan Tolmasky I
|
8929199082
|
Add CPFastEnumeration support for CPEnumerator.
Reviewed by me.
|
2010-02-15 22:48:28 -08:00 |
|
Klaas Pieter Annema
|
20f6a57b3a
|
- made the proposed drag row calculations more accurate when a tableview has non-default row height or inter-cell spacing
- fixed a bug in the dragged row at point calculation
|
2010-02-16 07:45:19 +01:00 |
|