Francisco Ryan Tolmasky I
|
f2c19ad403
|
Slight fix for collectionView:canDragItemsAtIndexes:withEvent: not passing the correct event.
Reviewed by me.
|
2010-03-20 20:58:08 -07:00 |
|
Francisco Ryan Tolmasky I
|
ed9fee3038
|
Added collectionView:canDragItemAtIndexes:forEvent:.
Reviewed by me.
|
2010-03-20 20:56:37 -07:00 |
|
Francisco Ryan Tolmasky I
|
58e31b9cb4
|
Merge branch 'master' of git@github.com:280north/cappuccino
|
2010-03-19 12:25:39 -07:00 |
|
Francisco Ryan Tolmasky I
|
401ee3fd94
|
Added itemAtIndex: to CPCollectionView and updates API names.
Reviewed by me.
|
2010-03-19 12:24:07 -07:00 |
|
Randall Luecke
|
43b601af9b
|
Fixed TableTest for IE.
|
2010-03-17 21:07:47 -04:00 |
|
Francisco Ryan Tolmasky I
|
5581dd71fa
|
Merge branch 'master' of git@github.com:280north/cappuccino
|
2010-03-17 01:17:50 -07:00 |
|
Tom Robinson
|
d8fb849691
|
Refactor objj_eval to work in the browser. Move from CommonJS-specific code to Objective-J proper.
|
2010-03-16 23:57:37 -07:00 |
|
Tom Robinson
|
5f4281b851
|
Add default theme to flattened app, "-P" option for specifying other inlined files.
|
2010-03-16 22:38:30 -07:00 |
|
Tom Robinson
|
24ab176236
|
Make asyncLoader a configurable option on exports.
|
2010-03-16 22:38:30 -07:00 |
|
Tom Robinson
|
9c342ca19c
|
Fix objj_eval (used in objj REPL, etc).
|
2010-03-16 22:38:30 -07:00 |
|
Randall Luecke
|
3ee3acc948
|
Fixed failed TableCibTest in Firefox.
|
2010-03-17 00:11:36 -04:00 |
|
Randall Luecke
|
9bdc5fa0fe
|
Various nib2cib improvements on the tableview.
|
2010-03-16 22:49:38 -04:00 |
|
Randall Luecke
|
d7a7d8e2ae
|
Merge branch 'master' of git://github.com/280north/cappuccino
|
2010-03-16 22:47:40 -04:00 |
|
Ross Boucher
|
5a9682b1bd
|
Remove two calls to a dead function.
|
2010-03-16 18:13:57 -07:00 |
|
Randall Luecke
|
3c97903ed0
|
Fixed Nib2Cib selection color for the tableview.
|
2010-03-16 19:34:04 -04:00 |
|
Ross Boucher
|
c9cf21be80
|
Fix for sizeWithFont: in Internet Explorer.
|
2010-03-16 16:01:44 -07:00 |
|
Tom Robinson
|
f0818d94e9
|
Typo in window.clearNativeInterval.
|
2010-03-16 15:44:45 -07:00 |
|
Francisco Ryan Tolmasky I
|
831555cf5a
|
Merge branch 'master' of git@github.com:280north/cappuccino
|
2010-03-15 02:33:36 -07:00 |
|
Randall Luecke
|
e0483e316e
|
Fixed bug with nib2cib tableviews loading incorrect resources.
|
2010-03-14 17:24:36 -04:00 |
|
Ross Boucher
|
c1fe45cbcd
|
Add a way to tell a CPSplitView about a button bar for a specific divider index,
which mitigates the need to use additional effective rect delegate method when
using a split view + button bar.
|
2010-03-14 12:32:52 -07:00 |
|
Ross Boucher
|
ef7ad8ee8e
|
A few minor bug fixes for key/main window handling.
|
2010-03-13 22:49:06 -08:00 |
|
Ross Boucher
|
0ed7d46926
|
Add encoding support for CPButtonBar.
|
2010-03-13 22:49:06 -08:00 |
|
Tom Robinson
|
ac69879fba
|
Update flatten to use new file/function caching system.
|
2010-03-13 21:42:51 -08:00 |
|
Tom Robinson
|
50e779ef5a
|
Add CFHTTPRequest and FileExecutable hooks for inlining files and module functions (for flatten). Removed hook used by flatten.
|
2010-03-13 21:35:15 -08:00 |
|
Tom Robinson
|
0032af1468
|
Merge branch 'master' of github.com:280north/cappuccino
|
2010-03-13 19:05:10 -08:00 |
|
Ross Boucher
|
cf1c369dc3
|
Rewrite of CPButtonBar. Now it will automatically layout the buttons, and the position
and visibility of the resize control is configurable.
Also has class methods for plusButton and minusButton. API subject to change.
|
2010-03-13 17:37:28 -08:00 |
|
Tom Robinson
|
ece7996895
|
Cleanup flatten, use resourceAtURL instead of manually walking path.
|
2010-03-13 01:17:47 -08:00 |
|
Randall Luecke
|
3cdfc1192a
|
Fixes flickering issues with CPTableView if you hold the command key and drag. Closes #544
|
2010-03-13 00:07:00 -05:00 |
|
Ross Boucher
|
8b8998a2b9
|
Don't encode the search/cancel buttons. They add bloat and complicate the process.
|
2010-03-12 19:46:05 -08:00 |
|
Tom Robinson
|
677cf9e1df
|
Change FileRequest to always use CFHTTPRequest and make async/sync configurable. Preparation for "flatten" changes.
|
2010-03-12 19:40:27 -08:00 |
|
Ross Boucher
|
a08d4c6a06
|
Whitespace error.
|
2010-03-12 18:55:44 -08:00 |
|
 aburkhalterandRoss Boucher
|
e1e344dad1
|
Missing semi-colon.
|
2010-03-12 18:54:05 -08:00 |
|
 aburkhalterandRoss Boucher
|
b9427f84ae
|
Fixes testShiftIndexesStartingAtIndex. Upward shifting no longer throws.
|
2010-03-12 18:53:58 -08:00 |
|
 Andrew BurkhalterandRoss Boucher
|
dc9d79bc3d
|
Adding failing test demonstrating that CPIndexSet throws with negative delta (e.g. shifting indexes at starting point upwards). Simple downward shift example included and working successfully.
Misc method reorganization with test suite so it's a bit more intuitive.
|
2010-03-12 18:50:35 -08:00 |
|
Ross Boucher
|
503ce5502e
|
Fix nib2cib support for CPSearchField
|
2010-03-12 18:49:37 -08:00 |
|
Tom Robinson
|
0e4d476d76
|
Add guard div to protect against iframes consuming events during tracking.
|
2010-03-12 17:25:19 -08:00 |
|
Francisco Ryan Tolmasky I
|
cc2d579bc9
|
Merge branch '0.8.0' of git@github.com:280north/cappuccino
|
2010-03-12 03:33:21 -08:00 |
|
Tom Robinson
|
94bf2a36cf
|
Updated flatten to work with new loader changes.
|
2010-03-11 15:56:58 -08:00 |
|
Tom Robinson
|
63127bf9c3
|
Fix CFBundle path deprecation warning and absoluteString not found.
|
2010-03-11 14:35:06 -08:00 |
|
Ross Boucher
|
033765e866
|
temporary fix for whiteSpace style issue in IE.
|
2010-03-11 14:28:31 -08:00 |
|
Ross Boucher
|
1634e4562a
|
Update the template files to more modern standards.
|
2010-03-11 14:28:22 -08:00 |
|
Ross Boucher
|
ed66d78585
|
Update the template files to more modern standards.
|
2010-03-11 14:27:15 -08:00 |
|
Ross Boucher
|
39e1514620
|
temporary fix for whiteSpace style issue in IE.
|
2010-03-11 14:18:24 -08:00 |
|
Randall Luecke
|
10b7eb83f1
|
Fixed previous commit so it doesn't break buttons in the tableview.
|
2010-03-09 23:52:08 -05:00 |
|
Randall Luecke
|
672be3991d
|
Merge branch '0.8.0' of git://github.com/280north/cappuccino into 0.8.0
|
2010-03-09 23:49:03 -05:00 |
|
Randall Luecke
|
b350c2be91
|
Fixed previous commit so it doesn't break buttons in the tableview.
|
2010-03-09 19:19:25 -05:00 |
|
Tom Robinson
|
68ab5bd4e7
|
Typo in CI script.
|
2010-03-09 16:12:13 -08:00 |
|
Tom Robinson
|
bd21153300
|
Typo in CI script.
|
2010-03-09 16:07:39 -08:00 |
|
Tom Robinson
|
9cca7ead17
|
Factor out nightly build portion of CI script so not all branches push builds
|
2010-03-09 15:35:53 -08:00 |
|
Tom Robinson
|
4b1bf1fe65
|
Factor out nightly build portion of CI script so not all branches push builds
|
2010-03-09 15:32:13 -08:00 |
|