Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Slider: Move slider into widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -717/+0 |
| | | | | Ref #13885 | ||||
* | Mouse: Move mouse into widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -1/+1 |
| | | | | Ref #13885 | ||||
* | Core: Move keyCode into its own module | Alexander Schmitz | 2015-08-08 | 1 | -1/+1 |
| | | | | Ref #9647 | ||||
* | Core: Move version and creation of the ui namespace into its own module | Alexander Schmitz | 2015-08-08 | 1 | -0/+1 |
| | | | | Ref #9647 | ||||
* | Slider: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | Slider: Range fills all space after changing orientation | Ablay Keldibek | 2015-04-22 | 1 | -0/+12 |
| | | | | | | | Resets width/height of range Fixes #12205 Closes gh-1533 | ||||
* | Slider: Pass 0 value if slider reaches it | Ablay Keldibek | 2015-04-20 | 1 | -2/+2 |
| | | | | | Fixes #12196 Closes gh-1540 | ||||
* | Slider: Proper animation of range | Ablay Keldibek | 2015-04-06 | 1 | -2/+2 |
| | | | | | Fixes #9459 Closes gh-1530 | ||||
* | Slider: Fix handle order when setting values of range slider to max | Ablay Keldibek | 2015-03-18 | 1 | -1/+3 |
| | | | | | | | When both values are set to the maximum change them in descending order Fixes #9046 Closes gh-1502 | ||||
* | Slider: Pass handle index to events | Ablay Keldibek | 2015-03-12 | 1 | -63/+47 |
| | | | | | | | | Added a `handleIndex` property to the event data which indicates the index of the handle being changed. Fixes #7630 Closes gh-1486 | ||||
* | Slider: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -42/+35 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Slider: Modified to allow value to reach max value with float step | Ablay Keldibek | 2015-03-05 | 1 | -1/+1 |
| | | | | | Fixes #11286 Closes gh-1465 | ||||
* | All: Add css-dependency-comments based on jQuery Mobile | Rafael Xavier de Souza | 2015-02-26 | 1 | -0/+3 |
| | | | | | | Ref gh-1029 Ref jquery/download.jqueryui.com#178 Closes gh-1440 | ||||
* | Slider: Fix max calculation, when step is float | Jyoti Deka | 2015-01-12 | 1 | -2/+20 |
| | | | | | Fixes #10721 Closes gh-1398 | ||||
* | Build: Remove dates from copyright notice | Anne-Gaelle Colom | 2015-01-02 | 1 | -1/+1 |
| | | | | Closes gh-1403 | ||||
* | Build: Remove manifest files; move metadata to source files | Scott González | 2014-11-10 | 1 | -2/+7 |
| | | | | Closes gh-1379 | ||||
* | Slider: Don't allow a slider's value to exceed its max | Jyoti Deka | 2014-10-08 | 1 | -1/+9 |
| | | | | | Fixes #9376 Closes gh-1016 | ||||
* | Build: Update jscs and fix some code style issues | Jörn Zaefferer | 2014-08-14 | 1 | -1/+1 |
| | | | | | | Disables the checks for casing and line length, since those need a lot more effort to address. For variable naming the fix isn't obvious to me. There's way too many lines over 100 chars. | ||||
* | Slider: Reset positioning when orientation changes | Scott González | 2014-07-02 | 1 | -0/+3 |
| | | | | | Fixes #10105 Closes gh-1268 | ||||
* | Slider: Switch handles from <a href="#"> to <span tabindex="0"> | TJ VanToll | 2014-03-07 | 1 | -9/+5 |
| | | | | | Fixes #9890 Closes gh-1207 | ||||
* | All: Updating copyright year to 2014 | TJ VanToll | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -0/+692 |
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 |