Blair Duncan and Randall Luecke
efb752f1f4
CPOutlineView, forgot to unregister notifications prior to adding them in the last commit.
2010-05-19 00:13:26 -05:00
Randall Luecke
d252e94892
CPOutlineView item Expande/Collapse delegate method notifications
...
Conflicts:
AppKit/CPOutlineView.j
2010-05-19 00:13:05 -05:00
Alexander Ljungberg and Randall Luecke
0be23981f3
Fixed a nonsensical CPTableview highlight style check which only accidentally did the right thing.
2010-05-18 23:57:00 -05:00
cacaodev and Randall Luecke
a4cadc5fb3
CPOutlineView: fix for _retargetedDropRow not set when retargeting an item which resulted in a wrong drop line position
2010-05-18 23:56:49 -05:00
Alexander Ljungberg and Randall Luecke
f902223597
Edit table cells programmatically (editColumn:row:withEvent:select:). Also implements editedColumn and editedRow.
2010-05-18 23:56:42 -05:00
Alexander Ljungberg and Randall Luecke
9b926be557
Support CPOutlineView inline editing.
2010-05-18 23:56:34 -05:00
Klaas Pieter Annema
db568af302
made sure CPViewController calls viewDidLoad if it's view property is set directly
2010-05-17 12:44:11 +02:00
Klaas Pieter Annema
e7cf20a723
Merge branch 'master' of git://github.com/280north/cappuccino
2010-05-17 11:19:14 +02:00
Randall Luecke
202243f711
fixed typo in CPViewAnimation.
2010-05-16 13:41:09 -05:00
Randall Luecke
c5f51ae826
Merge branch 'master' of git://github.com/280north/cappuccino
2010-05-16 13:26:45 -05:00
Randall Luecke
61b9c7a1ee
Moved depreciated CPGeometry methods to CGGeomotry and fixed the filename in the header.
2010-05-16 13:19:28 -05:00
Saikat Chakrabarti and Ross Boucher
4520715b5b
Making CPURLConnection authentication challenges happen before the delegate gets a response
2010-05-15 19:14:57 -07:00
Thomas Ingham and Ross Boucher
6ef829e9ec
Added documentation in the form of source code comments; verified using doxygen and the included recipe file.
2010-05-15 12:36:36 -07:00
Alexander Ljungberg and Ross Boucher
791e65c88b
Improved CPArray sortUsingDescriptors performance by about 3% by pulling the descriptor count out of the sort function.
2010-05-15 12:32:19 -07:00
Ross Boucher
fddcde757f
Add a more specific cache header.
...
Closes #649 .
2010-05-15 12:22:29 -07:00
Paul Baumgart and Ross Boucher
66180f8de4
change @property to @accessors in pre-processor error messages
2010-05-15 12:19:35 -07:00
Paul Baumgart and Ross Boucher
bc5a21d545
Change objj_exception_throw to manually throw an exception, because objj_exception_throw doesn't exist anymore.
2010-05-15 12:19:06 -07:00
Paul Baumgart and Ross Boucher
fc8525e4d8
throw a regular Error() exception in Runtime.js because objj_exception doesn't exist anymore
2010-05-15 12:19:00 -07:00
Francisco Ryan Tolmasky I
8dd61155bf
Merge branch 'master' of github.com:280north/cappuccino
2010-05-12 19:23:06 -07:00
Francisco Ryan Tolmasky I
5a89dfe8f4
Fix for identifying when we can use platform windows.
...
Reviewed by me.
2010-05-12 19:22:31 -07:00
Ross Boucher
80b70ec6b9
Can't sprited resources whos resulting dataURL is larger than 32k, not resources which themselves are over 32k.
2010-05-12 19:08:30 -07:00
Francisco Ryan Tolmasky I
ac81ab458c
Fix for same html appearing multiple times in CPWebView when using loadHTMLString: many times in succession.
...
Reviewed by me.
2010-05-12 18:41:14 -07:00
Ross Boucher
23b76874df
A few IE fixes for web view.
2010-05-12 18:23:33 -07:00
Randall Luecke
bc54fcf6c0
Merge branch 'master' of git://github.com/280north/cappuccino
2010-05-12 19:46:34 -05:00
Randall Luecke
e0a3a683a5
access ivars directly from within CPTableHeaderView class.
2010-05-12 19:44:07 -05:00
Randall Luecke
c31786c4c1
Refactored autoresizing
2010-05-12 19:01:28 -05:00
Ross Boucher
13a5c7f215
indexOf is not a safe operation on arrays.
2010-05-12 16:51:28 -07:00
Klaas Pieter Annema and Ross Boucher
ee2f361425
Reimplemented setImageDimsWhenDisabled: on CPButton to only dim the image instead of the entire button
2010-05-12 16:51:28 -07:00
Scott Kyle and Ross Boucher
9eab2071dc
In CPImageView, performDragOperation: should return a BOOL
2010-05-12 16:51:28 -07:00
Randall Luecke
61d7fe04e8
If we tell the tableview not to draw a selection then we shouldn't draw it...
2010-05-12 18:43:56 -05:00
Randall Luecke
d3161422db
Updated TableTest adding a checkbox as a dataview for a column.
2010-05-12 17:14:25 -05:00
Ross Boucher
d1ae1bd41f
Menu window's should open in the same platform window as the view they are attached to.
2010-05-12 10:36:48 -07:00
Francisco Ryan Tolmasky I
6384bed9cc
Properly handle window.location= links as well.
...
Reviewed by me.
2010-05-12 09:45:58 -07:00
Francisco Ryan Tolmasky I
be75e4948d
Merge branch 'master' of github.com:280north/cappuccino
2010-05-12 08:54:15 -07:00
Francisco Ryan Tolmasky I
337f5d9e73
Correctly handle targeted links in NativeHost.
...
Reviewed by me.
2010-05-12 08:53:50 -07:00
Ross Boucher
4afa2bfada
clean up style issues
2010-05-11 23:20:02 -07:00
Randall Luecke
b94174f9e1
Updated TableTest to provide a test case for tables that do not sit at (0,0) of a window.
2010-05-11 19:43:01 -05:00
Randall Luecke
bf71045381
Fixed bug where column reordering would be off if the table didn't sit at (0,0) on a window.
2010-05-11 19:39:51 -05:00
Francisco Ryan Tolmasky I
0ade0e1361
Merge branch 'master' of github.com:280north/cappuccino
2010-05-11 14:05:51 -07:00
Ross Boucher
0f02e0d8dd
Revert "added enumerateWithBlock: to CPArray"
...
This reverts commit 39bb8e3418 .
2010-05-11 12:40:37 -07:00
klaaspieter and Randall Luecke
7c786407a5
Merge remote branch 'klaaspieter/column-reordering'
...
Conflicts:
AppKit/CPTableHeaderView.j
2010-05-11 01:18:56 -05:00
Klaas Pieter Annema and Randall Luecke
79ba8fecd5
made column reordering work with scrolled content
2010-05-11 00:25:54 -05:00
Klaas Pieter Annema and Randall Luecke
213c81ed4d
made table column reordering work in non full-bridged apps
2010-05-11 00:25:47 -05:00
Klaas Pieter Annema and Randall Luecke
d7432c376d
fixed a bug where column reordering would break when the last column was hidden
2010-05-11 00:25:39 -05:00
Klaas Pieter Annema and Randall Luecke
b8c7d6ea86
some cleanup
2010-05-11 00:25:30 -05:00
Randall Luecke
983f0a92b2
- fixed a out of bounds error when clicking in the table header outside of any column
...
- made the dragged table column appear gray
- gave the tablecolumn drag view a white background
Conflicts:
AppKit/CPTableView.j
2010-05-11 00:25:19 -05:00
Klaas Pieter Annema and Randall Luecke
256cc902eb
- switch columns when the dragged column is more than halfway over the previous/next column
...
- constrain the horizontal coordinates within the header view
2010-05-11 00:24:16 -05:00
Klaas Pieter Annema and Randall Luecke
f7b766cc4a
- made the _dragViewForTableColumn:event:offset: method private
...
- removed the multiple column support from _dragViewForTableColumn:event:offset: (Cocoa doesn't allow multiple column selection / dragging)
- made the dragview the size of the dragged column
2010-05-11 00:24:03 -05:00
Klaas Pieter Annema and Randall Luecke
dca66f300d
- gave the drag column a proper 'image' representation
...
- constrained the drags y coordinates
- made sure a drag is never out of bounds
2010-05-11 00:23:55 -05:00
Klaas Pieter Annema and Randall Luecke
fd9dac8122
- refactored mouse interaction
...
- implemented basic column reordering
2010-05-11 00:23:40 -05:00