aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Selectmenu: fire focus event when menu is openedFelix Nagel2013-05-301-1/+1
* Selectmenu: do not call focus menu method when close method us usedFelix Nagel2013-05-301-4/+4
* Merge branch 'master' into selectmenuFelix Nagel2013-05-2412-39/+56
|\
| * Dialog: Add type="button" to the close button. Fixed #9312: Dialog: closes on...TJ VanToll2013-05-231-1/+4
| * Tabs: Restore anchor cloning for remote tab testing. Fixes #9317 - Tabs: Inco...Scott González2013-05-221-0/+4
| * Draggable: enabled draggable from within iframe. Fixed #5727 - draggable: can...Brian Grinstead2013-05-203-14/+24
| * Interactions: Fixed an off-by-one error in isOverAxis.David Hansen2013-05-202-2/+2
| * Widget: Properly set widgetEventPrefix when redefining a widget. Fixes #9316 ...Scott González2013-05-201-1/+1
| * Datepicker i18n: Updated Spanish and French locales. Fixes #9289 - Datepicker...Scott González2013-05-163-20/+20
| * Position: Use absolute positioning when getting scrollbar width to avoid refl...Scott González2013-05-161-1/+1
| * Revert "Position: Use absolute positioning when getting scrollbar width to av...Scott González2013-05-161-1/+1
| * Position: Use absolute positioning when getting scrollbar width to avoid refl...Scott González2013-05-161-1/+1
* | Selectmenu: recheck refresh fallback for IE and add a commentFelix Nagel2013-05-161-0/+1
* | Merge branch 'master' into selectmenuFelix Nagel2013-05-153-9/+2
|\|
| * Datepicker: Fixed Lithuanian translation. Fixes #9281 - Datepicker i18n: Inco...Toshi MARUYAMA2013-05-101-2/+2
| * Autocomplete: Remove handling for NUMPAD_ENTER.Scott González2013-05-061-1/+0
| * Core: Removed $.ui.keyCode.NUMPAD_*. Fixes #9269 - Remove number pad key codes.Scott González2013-05-021-6/+0
* | Selectmenu: use dynamic binding for document eventFelix Nagel2013-05-151-2/+4
* | Merge branch 'master' into selectmenuFelix Nagel2013-04-297-30/+30
|\|
| * Autocomplete: Don't prevent keypress for multiline. Fixed #8911 - Autocomplet...Jason Moon2013-04-251-1/+3
| * Autocomplete: Refactored _response() so that requestIndex is defined closer t...Scott González2013-04-251-15/+15
| * All: Remove inline JSHint settings.Scott González2013-04-226-6/+0
| * Sortable: Don't create functions inside loops.Scott González2013-04-221-8/+12
* | Selectmenu: using prop instead of attr to receive disabled stateFelix Nagel2013-04-291-2/+2
* | Selectmenu: do not call _getCreateOptions directlyFelix Nagel2013-04-291-1/+1
* | Selectmenu: use outerWidth for menu width calculationFelix Nagel2013-04-291-1/+1
* | Selectmenu: add renderItemData method similar to autocompleteFelix Nagel2013-04-291-4/+8
* | Selectmenu: add spacesFelix Nagel2013-04-291-1/+1
* | Selectmenu: use guard clause for option length checking in refreshFelix Nagel2013-04-291-12/+15
* | Selectmenu: adjust comments, trim trailing spacesFelix Nagel2013-04-291-9/+7
* | Selectmenu: rename var to focusIndexFelix Nagel2013-04-291-2/+2
* | Selectmenu: blank before commentFelix Nagel2013-04-291-0/+1
* | Selectmenu: improve readability when creating button elementsFelix Nagel2013-04-291-2/+2
* | Selectmenu: set aria states as string if neededFelix Nagel2013-04-291-3/+3
* | Selectmenu: simplify tabindex attribute setting on button createFelix Nagel2013-04-291-1/+1
* | Selectmenu: Comments start with an uppercase letterFelix Nagel2013-04-291-19/+19
* | Selectmenu: don't quote click, remove extraneous spaceFelix Nagel2013-04-291-1/+1
* | Selectmenu: improve id generationFelix Nagel2013-04-291-3/+7
* | Merge branch 'master' into selectmenuFelix Nagel2013-04-217-94/+105
|\|
| * Draggable: allow draggable to defer destroying itself upon DOM removal until ...Mike Sherov2013-04-122-38/+50
| * Button: Remove ui-state-focus class when becoming disabled. Fixes #9169 - But...Scott González2013-04-111-12/+15
| * Button: On form reset only call refresh on current button widgets. Fixed #921...TJ VanToll2013-04-091-2/+2
| * Updated .jshintrc settings.Scott González2013-04-081-4/+8
| * Datepicker Tests: Fix IE tests by accounting for async nature of focus/blur a...Mike Sherov2013-04-071-5/+10
| * Datepicker: Remove unused _getBorders() method.Scott González2013-04-031-12/+0
| * Datepicker: Remove unnecessary global variable now that we don't use inline e...Scott González2013-04-031-12/+7
| * Datepicker: Fixed date format for Serbian locales. Fixes #7347 - Datepicker: ...Scott González2013-04-032-2/+2
| * Draggable: Don't cache parent offset if the parent position is fixed. Fixes #...Mike Sherov2013-04-031-2/+7
| * Draggable: Stop erroneously overriding scroll offsets for root nodes. Fixes #...Mike Sherov2013-04-021-7/+6
* | Merge branch 'master' into selectmenuFelix Nagel2013-04-028-99/+137
|\|