aboutsummaryrefslogtreecommitdiffstats
path: root/ui/slider.js
Commit message (Collapse)AuthorAgeFilesLines
* Slider: Move slider into widgets folderAlexander Schmitz2015-08-081-717/+0
| | | | Ref #13885
* Mouse: Move mouse into widgets folderAlexander Schmitz2015-08-081-1/+1
| | | | Ref #13885
* Core: Move keyCode into its own moduleAlexander Schmitz2015-08-081-1/+1
| | | | Ref #9647
* Core: Move version and creation of the ui namespace into its own moduleAlexander Schmitz2015-08-081-0/+1
| | | | Ref #9647
* Slider: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-1/+1
|
* Slider: Range fills all space after changing orientationAblay Keldibek2015-04-221-0/+12
| | | | | | | Resets width/height of range Fixes #12205 Closes gh-1533
* Slider: Pass 0 value if slider reaches itAblay Keldibek2015-04-201-2/+2
| | | | | Fixes #12196 Closes gh-1540
* Slider: Proper animation of rangeAblay Keldibek2015-04-061-2/+2
| | | | | Fixes #9459 Closes gh-1530
* Slider: Fix handle order when setting values of range slider to maxAblay Keldibek2015-03-181-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 eventsAblay Keldibek2015-03-121-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 optionAlexander Schmitz2015-03-111-42/+35
| | | | | Ref #7053 Ref gh-1411
* Slider: Modified to allow value to reach max value with float stepAblay Keldibek2015-03-051-1/+1
| | | | | Fixes #11286 Closes gh-1465
* All: Add css-dependency-comments based on jQuery MobileRafael Xavier de Souza2015-02-261-0/+3
| | | | | | Ref gh-1029 Ref jquery/download.jqueryui.com#178 Closes gh-1440
* Slider: Fix max calculation, when step is floatJyoti Deka2015-01-121-2/+20
| | | | | Fixes #10721 Closes gh-1398
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-01-021-1/+1
| | | | Closes gh-1403
* Build: Remove manifest files; move metadata to source filesScott González2014-11-101-2/+7
| | | | Closes gh-1379
* Slider: Don't allow a slider's value to exceed its maxJyoti Deka2014-10-081-1/+9
| | | | | Fixes #9376 Closes gh-1016
* Build: Update jscs and fix some code style issuesJörn Zaefferer2014-08-141-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 changesScott González2014-07-021-0/+3
| | | | | Fixes #10105 Closes gh-1268
* Slider: Switch handles from <a href="#"> to <span tabindex="0">TJ VanToll2014-03-071-9/+5
| | | | | Fixes #9890 Closes gh-1207
* All: Updating copyright year to 2014TJ VanToll2014-01-281-1/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-0/+692
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029