Aparajita Fishman
4f377bcebe
Objj2 compiler fixes
...
Compiled all files individually:
- Added missing imports.
- Added @class/@global declarations to break circular dependencies.
- Misc. code cleanup.
Conflicts:
AppKit/CPWindow/_CPWindow.j
AppKit/Platform/DOM/CPPlatformWindow+DOM.j
2013-01-23 15:48:55 +07:00
Antoine Mercadal
f8c9466d04
Add other missing imports
2013-01-22 15:47:33 -08:00
Antoine Mercadal
ef62191e6b
Fix missing imports and @global and @class
2013-01-22 15:44:56 -08:00
Martin Carlberg
458fa9d02e
Fixed a lot of small bugs found by new warning message from compiler
2013-01-18 14:24:37 +01:00
Alexandre Wilhelm
1a9d47c554
Fixed bug about scroller-width attribute theme
2013-01-08 16:22:49 -08:00
Aparajita Fishman
bd691d5307
Hopefully finally fixed the problem with CPScrollView/CPScroller initialization. Fixes #1485 .
2012-04-23 01:12:24 +02:00
Alexander Ljungberg
c9d4089b9a
Throw an exception when trying to set a scroller's knob proportion to NaN or Inifinity.
2012-02-08 14:54:50 +00:00
Blair Duncan
bb7876759a
unnecessary globals
2011-12-10 23:10:22 -05:00
Alexander Ljungberg
2463c1dc05
IE compatibility.
2011-11-09 23:02:31 +00:00
Alexander Ljungberg
6f4ecdfbd9
Merge remote-tracking branch 'primalmotion/lionscrollview'
...
Conflicts:
AppKit/CPScrollView.j
2011-10-25 15:54:16 +01:00
Antoine Mercadal
2cfb171b38
support for system wide scroller style. Set default to legacy mode in info.plist
2011-10-25 12:39:51 +02:00
Alexander Ljungberg
5488d8f633
Refs #1373 . Use self in some class methods to make subclassing easier.
2011-10-24 23:54:50 +01:00
Antoine Mercadal
210bb3e5c9
prevent scrollers to show track on mouse enter when ratio is 1
2011-10-06 16:41:36 +02:00
Antoine Mercadal
2451b08306
fix accidental global
2011-10-06 13:38:31 +02:00
Antoine Mercadal
866047c116
fix sone visual glitches
2011-10-05 17:46:51 +02:00
Antoine Mercadal
8912d31bec
do not fade in scrollers on overing
2011-10-05 17:32:44 +02:00
Antoine Mercadal
e3565bdc7d
fix visual glitch when scroller are hidden and overed
2011-10-05 15:57:18 +02:00
Antoine Mercadal
86f01cfaec
add a timer before fading out the scroller when overed
2011-10-05 11:34:06 +02:00
Antoine Mercadal
6e4007adc0
add support for the different scroller knob styles
2011-10-05 11:27:32 +02:00
Antoine Mercadal
8c6913c399
small theming adjustment
2011-10-04 17:03:23 +02:00
Antoine Mercadal
efdfd0db10
fix some bugs and update arts
2011-10-04 16:21:24 +02:00
Antoine Mercadal
53a6d2de83
support for changing scroller styles
2011-10-04 14:05:02 +02:00
Antoine Mercadal
7fe990e9f6
keep scroller visible if mouse is over, even if timer fire
2011-10-03 21:15:21 +02:00
Antoine Mercadal
1a57d032b9
make CPScrollView acting like Mac OS X Lion ones
2011-10-03 21:07:46 +02:00
Alexander Ljungberg
59b302acde
Merge pull request #1177 from cacaodev/cappuccino
...
---
Adds -scrollViewWillScroll: and -scrollviewDidScroll: delegate methods to CPScrollView.
These methods are not in AppKit but exist in UIKit. Useful for lazy loading data in a view, for example a CPTableview.
Tested in the CPScrollView example.
Conflicts:
AppKit/CPScrollView.j
2011-07-17 22:05:55 -04:00
Randall Luecke
459240bb88
Fix for scroller error when horizontal scroller is too small.
2011-03-19 22:51:45 -04:00
cacaodev
a02b721944
CPScrollView: add -scrollView(Will|Did)Change: delegate methods.
...
CPScroller: send action when dragging starts instead of immediately on mouse down.
Test: added delegate methods to the top-left scroll view in CPScrollView example and log.
2011-03-19 10:17:12 +01:00
Francisco Ryan Tolmasky I
52f7844aee
Made it so .h files are automatically included in AppKit (avoiding needing to manually include Platform.h, etc.).
...
Also changed a bunch of <AppKit/*> imports to "*" imports.
Reviewed by me.
2010-11-01 11:10:01 -07:00
Klaas Pieter Annema
6e9f82212b
rename CPView +themeClass to +defaultThemeClass
2010-10-25 14:15:22 +02:00
Alexander Ljungberg
28dd74444f
Fixed a string of accidental globals in CPScroller.
2010-09-28 19:50:20 -04:00
Alexander Ljungberg
7692f80f64
Additional fixes of inadvertent globals.
2010-09-17 16:48:00 -04:00
Klaas Pieter Annema
20557190d9
make the scroller width themeable
2010-09-10 14:20:18 +02:00
Ross Boucher
4476dad395
Whitespace fix.
2010-03-26 10:36:08 -07:00
Francisco Ryan Tolmasky I
bc53288fca
Fix for failing CPAttributedString test.
...
Reviewed by me.
2010-02-13 16:14:18 -08:00
Ross Boucher
5fe208d6a0
Update to the last scroller fix, slightly different approach.
2010-02-13 13:55:23 -08:00
Ross Boucher
27fefed0d8
Recaluclate the orientation of a scroller on frame change.
...
Closes #454 .
2010-02-13 13:24:31 -08:00
Randall Luecke and Ross Boucher
138d7bd9a2
Added _ in front of CG calls to last commit...
2010-02-10 18:19:13 -08:00
Randall Luecke and Ross Boucher
97fe09fbdd
Added proper support for hiding scroller elements when CPScroller is resized too small to display all of them.
2010-02-10 18:19:07 -08:00
Francisco Ryan Tolmasky I
d3bebfd064
New scroller artwork.
...
Reviewed by me.
2009-08-22 01:43:29 -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
f3fdcf327d
Scroller fix.
...
Reviewed by me.
2009-05-19 05:37:03 -07:00
Ross Boucher
850125b8ab
Add documentation groups
2009-05-18 15:43:36 -07:00
Francisco Tolmasky
862af9cbae
First stab at fixing Themeing API.
...
Reviewed by me.
2009-05-10 13:04:02 -07:00
Francisco Tolmasky
2664e30a8b
A number of changes.
...
Reviewed by me.
2009-03-08 20:40:11 -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 Tolmasky
abd86c676b
Theming for CPScroller.
...
Reviewed by me.
2009-02-07 18:38:34 -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