aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
...
* Datepicker: Abstract mouseover logic to avoid explicit event triggerTJ VanToll2014-07-231-14/+20
* Dialog: Track the instance as soon as the dialog is openedScott González2014-07-231-3/+12
* Dialog: Fix stacking of modal dialog overlaysScott González2014-07-171-0/+8
* Resizable: Remove accidental exposure of internal data in eventsJyoti Deka2014-07-161-8/+6
* Tabs: Work around bad Safari/VoiceOver heuristicsMonika Piotrowicz2014-07-161-19/+23
* Draggable: Manage ui-draggable-handle correctly in nested instancesTJ VanToll2014-07-151-6/+4
* Draggable: Only apply ui-draggable-handle within the draggable instanceTJ VanToll2014-07-151-1/+3
* Effect: Create a local jQuery variable to make jQuery Color workScott González2014-07-151-1/+5
* Datepicker: reject dates with two year digits when expecting 'yy'Rodrigo Menezes2014-07-141-1/+2
* Slider: Reset positioning when orientation changesScott González2014-07-021-0/+3
* Datepicker: Define en and en-US locales based on defaultsScott González2014-06-161-0/+2
* Dialog: Honor preventDefault when managing focusJörn Zaefferer2014-06-101-1/+1
* Dialog: Fix shift-tab handling, focus the correct elementJörn Zaefferer2014-06-101-1/+1
* Dialog: Fix off() -> unbind() for jQuery 1.6 compatTimo Tijhof2014-05-271-1/+1
* Spinner: Don't change value when changing min/max optionsDavid Petersen2014-05-261-1/+0
* Tabs: Move `aria-expanded` from active panel to active tabDavid Petersen2014-05-191-10/+8
* Widget: Remove misleading commentScott González2014-05-141-1/+0
* Autocomplete: Search if the user retypes the same valueTJ VanToll2014-05-121-2/+7
* All: Fix typosScott González2014-05-071-1/+1
* Menu: Use item.outerHeight() in _scrollIntoViewJörn Zaefferer2014-05-061-1/+1
* Datepicker: Remove unnecessary mouseover triggerRafael Xavier de Souza2014-05-021-1/+1
* Selectmenu: Default disabled option to nullScott González2014-04-211-0/+1
* Button: Remove `ui-state-active` when disabling buttonsDaniel DeGroff2014-04-211-1/+5
* Selectmenu: Simplify selection of focused item via keyboardScott González2014-04-181-5/+6
* Selectmenu: Don't use active items at allScott González2014-04-181-8/+2
* Selectmenu: CleanupScott González2014-04-181-49/+62
* Resizable: Remove bad workaround for draggable+resizableJörn Zaefferer2014-04-161-8/+0
* Position: Don't create `$.support.offsetFractions`Scott González2014-04-031-3/+3
* Core: Don't create `$.support.selectstart`Scott González2014-04-031-5/+9
* Button: Properly refresh button sets with new radio buttonsScott González2014-04-011-8/+10
* Datepicker: Fix date format for Ukranian localeScott González2014-03-311-1/+1
* Slider: Switch handles from <a href="#"> to <span tabindex="0">TJ VanToll2014-03-071-9/+5
* Selectmenu: Add UMD wrapperTJ VanToll2014-02-211-8/+18
* Core: Deprecate .focus( n ), replace in dialog with explicit timeoutsJörn Zaefferer2014-02-212-18/+22
* Selectmenu: Fall back to .ui-front searching for empty jQuery objectsJörn Zaefferer2014-02-211-1/+1
* I18n: Avoid indenting an entire fileRafael Xavier de Souza2014-02-1974-1509/+1583
* I18n: Rename all files, removing the "jquery.ui." prefixRafael Xavier de Souza2014-02-193-5/+3
* Draggable: fix current JSCS violations.Mike Sherov2014-02-181-72/+69
* All: Updating copyright year to 2014TJ VanToll2014-01-2837-38/+38
* Autocomplete: Do not set value on multi-line inputYermo2014-01-281-1/+5
* Button: Ignore non-radio elements with the same nameTJ VanToll2014-01-281-2/+2
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-24111-139/+139
* All: Remove "Depends" commentRafael Xavier de Souza2014-01-2432-130/+0
* All: Wrap I18n files with UMD return exportsRafael Xavier de Souza2014-01-2474-298/+1260
* All: Wrap source files with UMD return exportsRafael Xavier de Souza2014-01-2438-99/+609
* Autocomplete: Normalize falsy values, not just missing valuesScott González2014-01-221-2/+2
* Autocomplete: Fall back to .ui-front searching for empty jQuery objectsScott González2014-01-201-1/+1
* Draggable: fix changing containmentBen Higgins2014-01-201-0/+2
* Widget: Support events with dashes and colonsRuslan Yakhyaev2014-01-161-1/+1
* Slider & Interactions: Add Windows 8 touch supportTJ VanToll2014-01-152-1/+42