 Alexander LjungbergandRoss Boucher
|
3cb3bfc008
|
Fixed: CPArrayController selectionIndexes returned nil initially rather than an empty index set.
|
2010-01-08 09:58:54 -08:00 |
|
Ross Boucher
|
3635d0ec26
|
Bindings Checkpoint.
|
2009-09-21 13:27:50 -07:00 |
|
Ross Boucher
|
105bb7512f
|
Merge branch 'master' of git@github.com:280north/cappuccino into bindings
|
2009-09-20 22:55:19 -07:00 |
|
Ross Boucher
|
b63e50dacb
|
Fix for the objectValue/value thing in bindings. Removed unnecessary code in CPControl
|
2009-09-20 19:33:03 -07:00 |
|
Ross Boucher
|
417b5c8b97
|
Merge branch 'master' into bindings
|
2009-09-20 18:14:17 -07:00 |
|
Francisco Ryan Tolmasky I
|
1cf292279c
|
Improved scrolling for tablview and outlineview -- no longer sets non-integral scroll positions.
Reviewed by me.
|
2009-09-20 15:40:05 -07:00 |
|
Ross Boucher
|
2e350f6bc5
|
Fix an accidental global in platformwindow
|
2009-09-20 10:36:30 -07:00 |
|
Francisco Ryan Tolmasky I
|
cfd91b7a61
|
Updated scrollers look.
Reviewed by me.
|
2009-09-20 02:47:52 -07:00 |
|
Tom Robinson
|
1a8062fbbc
|
Added support for the "//@ sourceName" convention tell debuggers our file names.
http://pmuellr.blogspot.com/2009/06/debugger-friendly.html
|
2009-09-18 03:27:58 -07:00 |
|
Tom Robinson
|
32096ade9f
|
Oops, OBJJ_HOME got left out of the Rhino scope thingy. Sorry, OBJJ_HOME.
|
2009-09-18 02:51:11 -07:00 |
|
Tom Robinson
|
b7493586e2
|
Improve stack traces in objj on Rhino.
|
2009-09-18 02:21:31 -07:00 |
|
Francisco Ryan Tolmasky I
|
a02cda6376
|
Fix for autoresizing breaking with bounds changes.
Reviewed by me.
|
2009-09-17 01:12:30 -07:00 |
|
Francisco Ryan Tolmasky I
|
2348a8ebd3
|
Brought cib support up to date with TableView changes.
Reviewed by me.
|
2009-09-17 00:38:19 -07:00 |
|
 Michael PorterandFrancisco Ryan Tolmasky I
|
7728d8abfb
|
Fix window maximise issue in Firefox
|
2009-09-16 15:23:42 -07:00 |
|
Francisco Ryan Tolmasky I
|
b21b08f899
|
Improved drag and drop.
Reviewd by me.
|
2009-09-16 00:27:56 -07:00 |
|
Francisco Ryan Tolmasky I
|
c752db905d
|
Fix for updating sliders visually when min/max values change.
Reviewed by me.
|
2009-09-15 21:39:20 -07:00 |
|
Francisco Ryan Tolmasky I
|
7ca50e4d28
|
Fix for accessing view controllers for a document.
Reviewed by me.
|
2009-09-15 17:14:14 -07:00 |
|
Francisco Ryan Tolmasky I
|
1862eacc27
|
Change frame setting behavior to match immediacy of Cocoa/GNUStep.
Reviewed by me.
|
2009-09-15 14:51:07 -07:00 |
|
Francisco Ryan Tolmasky I
|
0497888edf
|
Made CPCollectionViewItem a subclass of CPViewController and improved nib2cib support for CPCollectionView, CPCollectionViewItem, and CPViewController.
Reviewed by me.
|
2009-09-15 05:00:56 -07:00 |
|
Francisco Ryan Tolmasky I
|
25d76c9510
|
Further CPCollectionView nib2cib work.
Reviewed by me.
|
2009-09-15 03:20:47 -07:00 |
|
Francisco Ryan Tolmasky I
|
46dbce0dbb
|
Fix for not being able to set headers on table view.
Closes #264.
Reviewed by me.
|
2009-09-15 02:30:18 -07:00 |
|
Francisco Ryan Tolmasky I
|
98ef1bfd05
|
Fix for Collection views having a gray background when nib2cibed.
Reviewed by me.
|
2009-09-15 02:22:05 -07:00 |
|
Francisco Ryan Tolmasky I
|
7205146e1b
|
Fixed how children are loaded and reloaded in CPOutlineView and fixed a bug where CPWindowController would call windowControllerWillLoadCib: and windowControllerDidLoadCib: twice.
Reviewed by me.
|
2009-09-14 23:14:05 -07:00 |
|
Francisco Ryan Tolmasky I
|
02907a599d
|
Minor outline view fix.
Reviewed by me.
|
2009-09-14 14:40:40 -07:00 |
|
Francisco Ryan Tolmasky I
|
d6ac69029b
|
Added sorting capabilities to CPTreeNode.
Reviewed by me.
|
2009-09-14 03:47:57 -07:00 |
|
Francisco Ryan Tolmasky I
|
c8ed0f5436
|
Changed usages of string paths to CPURL objects.
Reviewed by me.
|
2009-09-14 01:01:05 -07:00 |
|
Francisco Ryan Tolmasky I
|
20d14d2f81
|
Added beginnings of tabbed documents support.
Reviewed by me.
|
2009-09-14 00:51:43 -07:00 |
|
Francisco Ryan Tolmasky I
|
668540d0ce
|
Added CPViewController for managing views and CPWebDAVManager for interacting with web dav servers.
Reviewed by me.
|
2009-09-13 20:02:07 -07:00 |
|
Francisco Ryan Tolmasky I
|
ee46ab23ba
|
Improved arrow control in outline view, still could use considerable work.
Reviewed by me.
|
2009-09-13 01:10:11 -07:00 |
|
Francisco Ryan Tolmasky I
|
dba418a93d
|
Fix for:
- misindented items in outline view
- switched window controller to use synchronous cibs.
- typo in cibloading.
Reviewed by me.
|
2009-09-12 23:37:44 -07:00 |
|
Francisco Ryan Tolmasky I
|
186adee0f2
|
Merge branch 'master' of git@github.com:280north/cappuccino
|
2009-09-12 18:15:30 -07:00 |
|
Francisco Ryan Tolmasky I
|
abd3abdfea
|
Fixed only showing disclosure control for items that are expandable, and simplified the row to item mapping.
Reviewed by me.
|
2009-09-12 18:10:43 -07:00 |
|
Ross Boucher
|
7aa58fa98a
|
Include default methods for nextState and setState
|
2009-09-12 20:48:44 -04:00 |
|
Francisco Ryan Tolmasky I
|
a32368f89a
|
Simply added constants to top of CPURL.j.
Reviewed by me.
|
2009-09-12 12:09:51 -07:00 |
|
Tom Robinson
|
4f1d9fe836
|
CPURL -description
|
2009-09-11 19:46:09 -07:00 |
|
Tom Robinson
|
98df1859af
|
Inital CPURL
|
2009-09-11 19:46:09 -07:00 |
|
Francisco Ryan Tolmasky I
|
1bdea9ff45
|
Added selection delegate methods support to tableview and outlineview.
Reviewed by me.
|
2009-09-11 18:28:57 -07:00 |
|
Francisco Ryan Tolmasky I
|
17273ecbfa
|
Added disclosure views to outline view.
Reviewed by me.
|
2009-09-11 10:24:16 -07:00 |
|
Francisco Ryan Tolmasky I
|
fd62233960
|
Cleaned up outline view indentation code, and added parentForItem:.
Reviewed by me.
|
2009-09-10 17:02:47 -07:00 |
|
Francisco Ryan Tolmasky I
|
5b0876b7ed
|
Merge branch 'master' of git@github.com:280north/cappuccino
|
2009-09-10 14:13:31 -07:00 |
|
Francisco Ryan Tolmasky I
|
96afa4b950
|
Added deferred loading for outline views (for remote data), and added CPTreeNode class.
Reviewed by me.
|
2009-09-10 14:12:34 -07:00 |
|
Ross Boucher
|
5e74290486
|
Fix typo in CPTextField. Closes 247.
|
2009-09-10 12:18:12 -04:00 |
|
Ross Boucher
|
d00197b1f7
|
This forces a recalculation at the point where autorecalculation is turned off (only if it was dirty).
From what I can tell, this brings it into line with how Cocoa handles the situation.
Closes issue #250.
|
2009-09-10 12:05:55 -04:00 |
|
Ross Boucher
|
8b9f36043d
|
Add a bit more context to the errors that we can.
|
2009-09-10 11:38:07 -04:00 |
|
Francisco Ryan Tolmasky I
|
041f8200df
|
First pass at CPOutlineView.
Reviewed by me.
|
2009-09-09 17:48:59 -07:00 |
|
Francisco Ryan Tolmasky I
|
b77eef0cd3
|
Fix for typo in method name.
Reviewed by me.
|
2009-09-08 02:44:55 -07:00 |
|
Tom Robinson
|
774e958d49
|
Properly "export" external git repos so we don't get .git directory. Update externals.
|
2009-09-07 18:53:59 -07:00 |
|
Tom Robinson
|
f7c00df9a9
|
Sync bundle with TextMate repo
|
2009-09-07 18:53:59 -07:00 |
|
Francisco Ryan Tolmasky I
|
98e18340b7
|
Fix for tableview breaking when header view is removed.
Reviewed by me.
|
2009-09-07 18:22:34 -07:00 |
|
Francisco Ryan Tolmasky I
|
58e06142b9
|
Added support for external objects in cibs.
Reviewed by me.
|
2009-09-06 11:49:25 -07:00 |
|