Klaas Pieter Annema
de73c05316
add colorwell to change bordercolor to Scrollview theming test
2010-09-10 14:28:09 +02:00
Klaas Pieter Annema
fba8b85c90
theming changes to CPScrollView
...
- Add bottom corner view and make it's background color a theme property
- Make the border color themeable
2010-09-10 14:20:19 +02:00
Klaas Pieter Annema
4e4e7ae015
properly position the vertical scrollbar
...
The vertical scrollbar would be one pixel of if there was:
- no headerview (overlapping the border)
- a headerview, but no cornerview
2010-09-10 14:20:18 +02:00
Klaas Pieter Annema
64b733b1ea
remove bottom corner view drawing in CPScrollView
2010-09-10 14:20:18 +02:00
Klaas Pieter Annema
b75dcd7ac4
made the scrollview line border color themeable
2010-09-10 14:20:17 +02:00
Klaas Pieter Annema
bcacee2147
draw the bottom corner in CPScrollView
2010-09-10 14:20:17 +02:00
Randall Luecke
ad679e7c34
Merge remote branch 'luddep/native-scrolling-2'
2010-09-02 23:29:44 -04:00
Aparajita Fishman and Alexander Ljungberg
b4f7df4786
Graphics primitives
...
- Implemented CGRectDivide/CPDivideRect.
- Implemented CPDrawTiledRects/CPDrawColorTiledRects.
- Removed CPDrawGrayBezel and CPDrawGroove, they were not being done in a Cocoa-compliant way, and the Cocoa way is not really useful right now.
- Moved border drawing code back to CPScrollView since CPDrawGrayBezel/CPDrawGroove are gone.
- Test app to do simple demo of the new functions.
- Removed trailing whitespace.
2010-08-31 22:26:54 -04:00
luddep
b61192a050
Initial lower level native scrolling attempt. Fixes scroll deltas globally, rather than in just CPScrollView.
2010-08-30 12:27:28 +02:00
Alexander Ljungberg
1fed798120
Fixed: CPGraphics.j was not imported anywhere so the CPScrollView borders changes didn't work. Also minor code cleanup.
2010-08-11 23:07:05 -04:00
Aparajita Fishman and Alexander Ljungberg
fcf9c0bc84
Full support for all NSScrollView border types, beginnings of a new tableview tester that shows dynamic changing of border type.
2010-08-11 22:49:37 -04:00
Alexander Ljungberg and Ross Boucher
bbbf439028
Fixed: contentBounds not var'ed in _verticalScrollerDidScroll. Whitespace cleanup.
2010-05-24 11:21:23 -07:00
Ross Boucher
1d5c21fa72
If we decode a scroll view without a header clip view, create one.
2010-04-27 10:49:50 -07:00
Ross Boucher
14f0d16fae
Update scrollWheel: to propagate unused scroll deltas to parent scroll views.
2010-04-23 16:16:46 -07:00
Ross Boucher
c1a70a3aa2
Closes #528 .
...
Update CPScrollView to use more modern key command parsing.
2010-03-06 01:07:46 -08:00
Ross Boucher
2f68804279
Revert "fix for scroller still being drawn below resize indicator on the first reflect of the clipview."
...
This reverts commit fa63551b42 .
2010-03-03 14:43:25 -08:00
Ross Boucher
60d15e2983
Revert "fix for scrollviews being drawn below window resize indicator."
...
This reverts commit 18a0deb678 .
2010-03-03 14:43:19 -08:00
luddep and Ross Boucher
fa63551b42
fix for scroller still being drawn below resize indicator on the first reflect of the clipview.
2010-03-02 11:44:31 -08:00
luddep and Ross Boucher
18a0deb678
fix for scrollviews being drawn below window resize indicator.
2010-03-02 11:44:25 -08:00
Ross Boucher
8617990206
Add much better support for CPTableView to nib2cib.
2010-02-15 17:28:35 -08:00
Ross Boucher
5fe208d6a0
Update to the last scroller fix, slightly different approach.
2010-02-13 13:55:23 -08:00
Ross Boucher
3ddbfb5dea
Encode the header clip view in the CPCoder methods.
...
Closes 363.
2009-12-20 20:11:22 -05:00
Francisco Ryan Tolmasky I
5fc67ff7de
Fix for CPScrollView not updating appropriately when using setShowsVerticalScroller: and setShowsHorizontalScroller:.
...
Reviewed by me.
2009-11-14 13:24:58 -08: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
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
8990f6c387
Minor fixes and added licenses to files.
...
Reviewed by me.
2009-08-21 23:32:34 -07:00
Francisco Ryan Tolmasky I
ddc9334af3
Merge branch 'master' into tableview
...
Conflicts:
AppKit/CPTableColumn.j
AppKit/CPTableView.j
2009-08-10 15:09:10 -07:00
lowell vizon and Francisco Ryan Tolmasky I
377f331b47
Documentation Edits: Replaced <code> and <pre> tags with \c; this allows monospaced text to be displayed with formatted text without needing a new line. See AppKit/CPView after generating documentation for examples. Also added - and + signs to the above changes when referring to either an -instanceMethod or a +classMethod. --lowell@cocoastep
...
Signed-off-by: Francisco Ryan Tolmasky I <francisco@280north.com >
2009-08-08 03:50:50 +08:00
Francisco Ryan Tolmasky I
8660c72015
Fix for scrollers and nib2cib, as well as resizing.
...
Closes #217 .
Closes #218 .
Reviewed by me.
2009-07-08 11:15:15 -07:00
Francisco Ryan Tolmasky I
6ad5ec4d66
Merge branch 'master' into tableview
2009-07-07 11:34:27 -07:00
Francisco Ryan Tolmasky I
b2f35b61d3
Fix for making scrolling smoother.
...
Reviewed by me.
2009-07-07 11:33:58 -07:00
Francisco Ryan Tolmasky I
b9208c2f59
Fixed bug in Scroll View where disabled scrollable scroller would appear. Also added tests for CPScrollView.
...
Reviewed by me.
2009-07-06 22:43:43 -07:00
Ross Boucher
8c171e5a40
Add corner views to the table view stuff
2009-06-25 14:42:30 -07:00
Ross Boucher
ac6c03f2c7
Fix for incorrectly sized header views
2009-06-24 22:52:42 -07:00
Ross Boucher
849dda0725
Add support for header views in table view and scroll view
2009-06-24 15:12:26 -07:00
Ross Boucher
850125b8ab
Add documentation groups
2009-05-18 15:43:36 -07:00
Ross Boucher
91d1ba6713
Additional fix for hasVerticalScroller.
2009-04-05 13:54:10 -07:00
Ross Boucher
43af999d41
Add autoscroll: support to CPView, CPClipView, and the dragging server (which may not be generic enough)
2009-04-04 22:16:24 -07:00
Francisco Tolmasky
415e826a73
Major CPScroller nib2cib fixes.
...
Reviewed by me.
2009-02-21 18:15:37 -08:00
Francisco Tolmasky
50baf5fd50
Further improvements.
...
Reviewed by me.
2009-02-10 01:12:34 -08:00
Francisco Ryan Tolmasky I
b9cd78fde9
Added comment explaining the run loop business in CPScrollView.
...
Reviewed by me.
2009-01-04 15:37:42 -08:00
Tom Robinson and 280north
2b455ecfc3
nib2cib/archiving support for CPScrollView, CPScroller, and CPClipView
...
Signed-off-by: 280north <admin+280north@280north.com >
2009-01-05 06:41:59 +08:00
Francisco Ryan Tolmasky I
d92fc8c4d0
Cleaned up old deprecated documentation stuff and added documentation to deploy.
...
Reviewed by me.
2008-12-10 15:57:31 -08:00
Francisco Ryan Tolmasky I
f7dd436b81
Stop flash of scrollers when autohidden.
...
Reviewed by me.
2008-10-27 01:20:23 -07:00
Francisco Ryan Tolmasky I
5144a5a579
Added @accessor support, @import, and fixed spacing bug with @selector.
...
Reviewed by ross.
2008-10-26 00:48:49 -07:00
Ross Boucher
f228934e54
Initial conversion to Doxygen style comments.
2008-10-12 15:57:01 -07:00
Francisco Ryan Tolmasky I
4d39466f14
Fix for CPScrollView performance issue.
...
[#93 state:resolved]
Reviewed by ross.
2008-10-06 17:37:27 -07:00
Francisco Ryan Tolmasky I
ac4faf3a4c
Fix for scrollers not updating properly.
...
[#35 state:resolved]
Reviewed by ross.
2008-10-04 16:20:45 -07:00
Francisco Ryan Tolmasky I
a789ccb431
Further fix for "Respond to page up/down in CPScrollView".
...
Reviewed by me.
2008-10-01 00:11:29 -07:00
Ross Boucher
bbc6ef7602
Respond to page up/down in CPScrollView
2008-09-30 17:29:19 -07:00