Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests | ||||
* | Slider: Count the handles after setting up a range. Fixes #7922 - Slider ↵ | David Petersen | 2012-10-17 | 1 | -2/+3 |
| | | | | with range doesn't work if values are not set. | ||||
* | Slider: Update UI when min or max option changes. Fixes #7477 - Setting ↵ | David Petersen | 2012-10-16 | 1 | -0/+6 |
| | | | | min/max options does not update view. | ||||
* | Updated docs URLS. | Scott González | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | Simplify licensing. | Scott González | 2012-08-09 | 1 | -1/+1 |
| | |||||
* | Update copyright to jQuery Foundation. | Scott González | 2012-07-04 | 1 | -1/+2 |
| | |||||
* | Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off. | Scott González | 2012-06-13 | 1 | -1/+1 |
| | |||||
* | Resizable, Slider: Don't use .hover(). | Scott González | 2012-05-21 | 1 | -2/+3 |
| | |||||
* | Slider: Use base destroy method. | Scott González | 2012-05-09 | 1 | -6/+2 |
| | |||||
* | Slider: Remove uses of self var; use new APIs or that var. | Scott González | 2012-05-09 | 1 | -71/+51 |
| | |||||
* | Lint fixes. | Scott González | 2012-04-02 | 1 | -2/+3 |
| | |||||
* | Protect all copyright notices against minification | Jo Liss | 2012-04-02 | 1 | -1/+1 |
| | | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention. | ||||
* | Updated copyright year. | Scott González | 2012-03-08 | 1 | -1/+1 |
| | |||||
* | Update data naming for Slider. Partial fix for #7810 | Jörn Zaefferer | 2012-03-01 | 1 | -3/+3 |
| | |||||
* | Slider: Whitespace cleanup | Jörn Zaefferer | 2012-03-01 | 1 | -14/+14 |
| | |||||
* | Slider: Prevent the default action on keydown if we're listening for the ↵ | Scott González | 2012-02-09 | 1 | -6/+2 |
| | | | | pressed key. Fixes #8109 - Slider: Key handling should prevent scrolling. | ||||
* | .attr() -> .prop() | Scott González | 2011-06-08 | 1 | -2/+2 |
| | |||||
* | All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store ↵ | Scott González | 2011-05-28 | 1 | -5/+1 |
| | | | | version numbers on instances. | ||||
* | Slider: add handles in single DOM operation. Fixed #7259 - optimize handle ↵ | Adam Baratz | 2011-05-11 | 1 | -34/+16 |
| | | | | creation. | ||||
* | Slider: Properly handle value and value methods as setters. Fixes #4881 - ↵ | Scott González | 2011-03-28 | 1 | -0/+2 |
| | | | | Slider: value and values methods as setters aren't chainable. | ||||
* | Fixed #6979 - Several components are leaking variables into the global scope | Gilmore Davidson | 2011-02-23 | 1 | -1/+1 |
| | |||||
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | Slider: Changed _trimAlignValue function to return the correct inclusive ↵ | poplix | 2010-12-06 | 1 | -3/+3 |
| | | | | value between min and max. Fixes #6643 - using range and step options makes jquery change min and max. | ||||
* | Slider: Modified handle and scroll content not to jump twice when handle is ↵ | skeetergraphics | 2010-11-19 | 1 | -1/+3 |
| | | | | grabbed and dragged from anywhere other than absolute center. Fixed #4467 - Slider: handle jumps a few pixels when clicked. | ||||
* | All: Added http://jqueryui.com/about to header comments. | Scott González | 2010-07-14 | 1 | -1/+1 |
| | |||||
* | All: Define a local undefined variable inside the main closure. | Scott González | 2010-07-13 | 1 | -1/+1 |
| | |||||
* | Updated copyright headers to make it clear that you can choose between MIT ↵ | Scott González | 2010-07-09 | 1 | -3/+3 |
| | | | | and GPLv2. Also added a link to http://jquery.org/license. | ||||
* | Whitespace | Scott González | 2010-07-07 | 1 | -1/+0 |
| | |||||
* | Slider: Removed redundant call _normValueFromMouse. Fixed #5796 - Slider: ↵ | tzkuei | 2010-07-06 | 1 | -1/+0 |
| | | | | Redundant call to _normValueFromMouse | ||||
* | Slider: trim to max and min on UP DOWN LEFT RIGHT. Fixed #5591 - Slider: can ↵ | Richard D. Worth | 2010-05-11 | 1 | -2/+2 |
| | | | | go outside min and max with keyboard | ||||
* | Slider: fixed step alignment to handle negative fractional values. Fixed ↵ | Richard D. Worth | 2010-05-11 | 1 | -3/+3 |
| | | | | #5583 - Slider displays negative fractional values incorrectly. Thanks for the patch watanabe. | ||||
* | Slider: trim value to min and max when page_up or page_down is pressed. ↵ | Richard D. Worth | 2010-05-11 | 1 | -2/+2 |
| | | | | Fixed #5591 - Slider: can go below its defined minimum with PageDown | ||||
* | slider: jslint cleanup (thanks for the start zhaoz) and style changes to ↵ | Richard D. Worth | 2010-04-02 | 1 | -334/+382 |
| | | | | meet http://docs.jquery.com/JQuery_Core_Style_Guidelines | ||||
* | slider: corrected a regression introduced by commit 5ffd3ab | Richard D. Worth | 2010-04-02 | 1 | -2/+2 |
| | |||||
* | Slider: added support for canceling start event. Fixes #5472 - slider: event ↵ | Richard D. Worth | 2010-04-01 | 1 | -3/+9 |
| | | | | start not cancelable | ||||
* | Align slider value to step. Fixes #5471 - value not aligned to step when set ↵ | Richard D. Worth | 2010-04-01 | 1 | -19/+22 |
| | | | | programatically | ||||
* | Slider: Refactoring _trimValue method to use more sane programming logic | jzaefferer | 2010-03-27 | 1 | -3/+6 |
| | |||||
* | Slider: Refactoring _valueMin and _valueMax methods, removing useless ↵ | jzaefferer | 2010-03-27 | 1 | -4/+2 |
| | | | | temporary variables | ||||
* | Slider: Inlining _step method, was used only once | jzaefferer | 2010-03-27 | 1 | -6/+1 |
| | |||||
* | Slider: fixed change event to be triggered by keyup and value and values ↵ | Richard Worth | 2010-03-17 | 1 | -1/+11 |
| | | | | option setters. Fixes #5367 - slider change event not triggered by keypress | ||||
* | Fixed #5178 - Slider's change event fires on slide | Richard Worth | 2010-02-15 | 1 | -8/+13 |
| | |||||
* | Slider: added missing comma. | Scott González | 2010-02-05 | 1 | -1/+1 |
| | |||||
* | Fixed event prefix in all plugins that don't use the default prefix. | Scott González | 2010-02-05 | 1 | -2/+2 |
| | | | | Fixes #5134 - Events not being triggered for drag and drop. | ||||
* | Happy New Year | Richard Worth | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | Widget factory: Changed _create to _init. | Scott González | 2010-01-15 | 1 | -1/+1 |
| | | | | Partial fix for #5064 - Widget: make multiple instantiation more useful. | ||||
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵ | Scott González | 2010-01-07 | 1 | -17/+16 |
| | | | | menu; including menu static tests). | ||||
* | Split mouse into its own file and udpdated dependency lists. | Scott González | 2009-12-22 | 1 | -0/+2 |
| | | | | Fixes #5023 - Split mouse code into its own file. | ||||
* | Slider: Added paging - page up/down jumps by 1/5 the size of the range. | Scott González | 2009-11-09 | 1 | -0/+12 |
| | | | | Fixes #3096 - Add a paging option for slider | ||||
* | Slider: Fixed values getter to be trimmed by min and max as value method is. ↵ | Richard Worth | 2009-10-12 | 1 | -15/+35 |
| | | | | Added an overload to the values method for passing in an array of new values. Fixes #4522 | ||||
* | slider: Removed undocumented noPropagation last arg from values method as ↵ | Richard Worth | 2009-10-12 | 1 | -2/+2 |
| | | | | per http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/a350889a377c59b8 |