aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Position: Avoid reading overflow css on documentsThomas Meyer2014-01-151-3/+7
* Resizable: Only resize/reposition if size is greater than specified gridKris Borchers2014-01-151-4/+14
* Sortable: CleanupAndrei Picus2014-01-151-1/+1
* Autocomplete: Announce autocomplete correctly in all ATs.Dylan Barrell2014-01-141-10/+13
* Datepicker: Fix Spanish locale dataScott González2014-01-101-2/+2
* Tooltip: Preserve the title after disabling twiceMichael Wiencek2014-01-091-1/+1
* Resizable: whitespace fixedJyoti Deka2014-01-091-1/+1
* Tooltip: Only bind remove handler for delegated tooltipsScott González2014-01-091-4/+11
* Menu: Fix var declaration and move regex comment to the right place.Jörn Zaefferer2014-01-081-4/+5
* Tooltip: On close and destroy only set title if empty or undefinedDaniel DeGroff2014-01-061-2/+6
* Tooltip: Improve accessibility by adding content to an aria-live divDylan Barrell2013-12-191-1/+24
* Selectmenu: fix lint issueFelix Nagel2013-12-181-1/+1
* Selectmenu: Fix empty option processingFelix Nagel2013-12-181-0/+4
* Menu: Add _isDivider methodFelix Nagel2013-12-181-4/+8
* Resizable: remove redundant comments and whitespaceJyoti Deka2013-12-151-42/+15
* Resizable: containment plugin restricts resizing within containerJyoti Deka2013-12-151-11/+30
* Resizable: fix whitespace on containment pluginJyoti Deka2013-12-151-41/+71
* Resizable: containment now works with non - immediate childrenJyoti Deka2013-12-151-2/+2
* Resizable: modified to allow resizing when resizables are nested.Jyoti Deka2013-12-141-1/+1
* JSCS config: Set requireSpaceBeforeBinaryOperators, fix occurencesJörn Zaefferer2013-12-091-5/+5
* JSCS config: Set disallowSpaceAfterObjectKeys, fix two occurencesJörn Zaefferer2013-12-092-2/+2
* Selectmenu: update button width on refreshFelix Nagel2013-12-071-0/+1
* Autocomplete: WhitespaceJörn Zaefferer2013-12-071-11/+11
* Accordion: WhitespaceJörn Zaefferer2013-12-071-4/+4
* Menu: Remove preventDefault for disabled menu items, since there is no defaul...Jörn Zaefferer2013-12-031-3/+0
* Menu: Remove click binding that was supposed to prevent default on anchor cli...Jörn Zaefferer2013-12-031-9/+3
* Menu: Add ui-front on submenus to address opacity messing up stacking order. ...Jörn Zaefferer2013-12-031-2/+2
* Draggable: normalize lookups for rootNodes when to bust scroll cache. Fixes #...Mike Sherov2013-12-032-49/+36
* Selectmenu: add 1px to menu width to avoid wrapping long text in IE10Felix Nagel2013-11-261-1/+3
* Merge branch 'master' into selectmenuJörn Zaefferer2013-11-252-2/+22
|\
| * Build: Include es3 option for JSHint.Scott González2013-11-221-0/+1
| * Dialog: Keep track of instances to focus when elements outside the dialog get...Jörn Zaefferer2013-11-201-2/+21