Commit Graph

37 Commits

Author SHA1 Message Date
Eduardo Lundgren
95c6c6dd62 Source formatting 2008-11-28 15:43:32 +00:00
Paul Bakaus
2b92a02170 slider: fixed regression caused by a recent change in the mouse core - since the mouse core doesn't stop mousedown propagation by default now, the mousedown event was triggered twice - once by the bound handle, and once by the actual element. 2008-11-24 17:02:26 +00:00
Richard Worth
e98934200f slider: formatting changes - moved some things around for consistency.
_init and destroy at the top, then _mouse methods. plugins, ui last. Sorted defaults alphabetically.
2008-11-21 04:40:23 +00:00
Richard Worth
2192c024e2 New file: AUTHORS.txt instead of having a single contributor's name in each file header. See http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/ca0b1cc9580141b 2008-11-21 02:14:03 +00:00
Eduardo Lundgren
558218f2aa Source formatting: Removing trailing spaces 2008-11-20 04:10:34 +00:00
Paul Bakaus
06e7783c93 slider: defered all parseInt / Math.round calls for values to this._round, implemented option 'round' (bool), that is enabled on default (old behaviour), can be disabled to return floating values (fixes 3489) 2008-11-19 14:38:48 +00:00
Richard Worth
29f7dc9a2c Removed all trailing whitespace from .js and .html files 2008-11-18 02:55:25 +00:00
Richard Worth
7ea535fa1d fixed #3578 - ALL CODE: e, ui should be changed to event, ui 2008-11-14 03:00:16 +00:00
Richard Worth
e1fab2ce61 Fixed failing .slider("destroy") on empty element. "$(this).data("mouse") is undefined" 2008-11-12 02:57:04 +00:00
Paul Bakaus
c6300693c4 slider: changed order of fired callbacks in moveTo method (fixes #3465) 2008-10-20 07:43:42 +00:00
Richard Worth
829ce5f399 Fixed slider responds to keypresses when disabled 2008-10-17 12:06:16 +00:00
Jörn Zaefferer
3897602bb0 adding version property to all ui components 2008-10-05 18:31:44 +00:00
Richard Worth
a522291a7b whitespace: Removed trailing whitespace from non-blank lines 2008-09-20 03:23:42 +00:00
Richard Worth
0bae0870d9 whitespace 2008-09-20 02:43:18 +00:00
Scott González
7c2e7965e9 Reverted r695. 2008-09-19 14:20:14 +00:00
Eduardo Lundgren
8d04c3594c Remove Trailing Spaces 2008-09-19 14:08:41 +00:00
Paul Bakaus
faec9388e2 slider: use preventDefault on click event on handle instead of returning false (see #3228) 2008-09-19 09:19:10 +00:00
Paul Bakaus
c40491f187 dragging handle won't fire onunload event anymore (fixes #3228) 2008-09-18 09:30:14 +00:00
David Bolter
bb84cbf7fd Fixes #3342, prevents bubbling (and default key behaviour) for slider based key events. 2008-09-11 15:18:33 +00:00
Richard Worth
f6008ca694 Fixed #3284 - Put version numbers inside of individual files. 2008-09-04 22:03:30 +00:00
Chi Cheng
ba5799b68b Slider: internal methods 2008-08-18 02:05:29 +00:00
Chi Cheng
4d2fb82960 slider:internal methods, fixes #3188 2008-08-18 00:07:09 +00:00
Chi Cheng
9e51a72780 Slider: internal methods , fixes #3206 2008-08-16 15:19:01 +00:00
David Bolter
e16cb37f2e completes keyboard operation (fixes #3801) 2008-07-14 17:50:43 +00:00
David Bolter
0a12681f30 fix for arrow key operation (refs #3801) 2008-07-10 14:28:19 +00:00
Paul Bakaus
17b2d9526a slider: animate is a bit smoother now - stops the previous animation 2008-07-03 15:33:20 +00:00
Paul Bakaus
c0710fb6b2 slider: added animate option: can be simply set to true, or to a multiplier that makes the animation longer or shorter (higher = longer, shorter = faster) 2008-07-03 15:31:36 +00:00
Paul Bakaus
871092fc7a slider: removed cursor:default on the a wrapper, allows for better styling, changing the cursor of the slider handle (fixes #2854) 2008-07-03 15:11:53 +00:00
Paul Bakaus
ba5d58d41b slider: browser's default outline isn't shown for the created links (fixes #3029) 2008-07-03 13:24:14 +00:00
Paul Bakaus
6a6829db7f slider: range can now be toggled on-the-fly (fixes #3004) 2008-06-26 11:08:52 +00:00
Paul Bakaus
34bb6717b3 slider: check in the destroy method if a handle actually exists or not, before calling removal functions (fixes #2987) 2008-06-19 11:10:41 +00:00
Scott González
9aeec7f04a Dropped blank line at end of header comments. 2008-06-11 01:36:35 +00:00
Richard Worth
189c8c6a8b fixed slider 2008-06-09 08:26:24 +00:00
Richard Worth
ee4bd1a9e8 Removed old rev ids from jQuery svn 2008-06-09 06:26:23 +00:00
Paul Bakaus
658307ab8f slider: fixed IE issue when handles where initialized without defined left/top values 2008-06-08 13:23:52 +00:00
Richard Worth
c94ffa276b fixed #2928 - Plugin instances should not be exposed in the ui parameter of callbacks 2008-06-07 19:32:51 +00:00
Richard Worth
a635d0a7c9 renamed source -> ui 2008-06-07 17:37:43 +00:00