aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Menu: Don't trigger select if a click occurs outside of a menu item.Scott González2010-03-201-0/+3
* Autocomplete: Don't trigger a search when the left or right arrow keys are used.Scott González2010-03-201-0/+2
* Menu: skip over elements that aren't menu items.Scott González2010-03-201-3/+3
* autocomplete: pass through mouse and key events to menu methods in order to d...Jörn Zaefferer2010-03-201-23/+25
* eol-style and mime-typeRichard Worth2010-03-175-93/+115
* fixed #5368 - Autocomplete: aria role for menu should be listbox instead of menuRichard Worth2010-03-171-1/+1
* Slider: fixed change event to be triggered by keyup and value and values opti...Richard Worth2010-03-171-1/+11
* Fixed #5362 - Buttonset class should be ui-buttonset because buttonset is one...Richard Worth2010-03-171-2/+2
* Button: Added refresh method to buttonset, futher fixes #5278 - ui.buttons do...Richard Worth2010-03-171-10/+23
* Buttonset - remove corner classes from button widgets instead of button eleme...Richard Worth2010-03-171-1/+5
* button: whitespace and quotes. See http://docs.jquery.com/JQuery_Core_Style_G...Richard Worth2010-03-171-2/+2
* Remove ui-helper-hidden-accessible from correct element. See r3880 and r3892Richard Worth2010-03-171-1/+3
* Button: spacing.Scott González2010-03-161-2/+2
* Sortable: Fixed a bug with over/out events and connected draggables.Scott González2010-03-161-2/+5
* Menu: Don't pass empty values to ._trigger().Scott González2010-03-161-1/+1
* Autocomplete: fixed #5349 - Autocomplete: mouseover of menu item causes data ...Richard Worth2010-03-151-1/+3
* Autocomplete: fixed #5349 - Autocomplete: mouseover of menu item causes data ...Richard Worth2010-03-151-0/+4
* Autocomplete: Fixed #5348 - Autocomplete: menu item should not remain selecte...Richard Worth2010-03-151-0/+3
* Autocomplete: fixed #5347 - Autocomplete: each successive item hover makes it...Richard Worth2010-03-151-6/+6
* Button: fixed #5324 - button disabled state doesn't get refreshed when disabl...Richard Worth2010-03-151-0/+4
* Button: remove disabled attribute from original element when option set to falseRichard Worth2010-03-151-1/+5
* button: fixed #5328 - button disabled only visually when disabled option set,...Richard Worth2010-03-151-5/+12
* Button: Don't react to keydown when disabled.Scott González2010-03-141-6/+8
* Dialog: quiet JSLintRichard Worth2010-03-121-90/+155
* Position: quiet JSLintRichard Worth2010-03-111-11/+8
* Autocomplete: quiet jslintRichard Worth2010-03-111-17/+21
* Button: quiet jslintRichard Worth2010-03-111-13/+19
* dialog: corrected typo in ui.position property for drag events. Updated unit ...Richard Worth2010-03-111-1/+1
* Button: No need to check the button type before removing the hidden class.Scott González2010-03-111-5/+1
* Button: Conform to coding standards.Scott González2010-03-111-28/+30
* reverted r3888 un-fixing #5322 for now as trunk is in release candidate state...Richard Worth2010-03-111-2/+2
* sortable: fixed #5322 (helper position weird when axis was used, fixes sortab...Paul Bakaus2010-03-111-2/+2
* Fixed #5278 - ui.buttons doesn't visually reset on form "reset" event or inpu...Richard Worth2010-03-111-23/+68
* Autocomplete: Resize menu on every suggestion.Scott González2010-03-111-3/+4
* Button: Support elements that are disconnected from the DOM.Scott González2010-03-111-1/+4
* Autocomplete: Append menu to body and reset z-index on every suggestion.Scott González2010-03-111-4/+7
* button: remove ui-helper-hidden-accessible instead of .show() on destroy. Fix...Richard Worth2010-03-111-1/+1
* Checkbox must not be all the way hidden for change to fire in IE. Switched ou...Richard Worth2010-03-111-1/+1
* Fixed #5305 - Autocomplete: open event should trigger after the menu is opene...Richard Worth2010-03-081-1/+1
* Filter properties to forward to dialog events on resize and drag etc. - fix f...Jörn Zaefferer2010-03-051-6/+22
* Pass through resizable and draggable ui objects in dialog - partial fix for #...Jörn Zaefferer2010-03-051-11/+11
* Tabs: Fixed id generation for cookies.Scott González2010-03-041-2/+3
* Button: quote the value when searching for attributes.Scott González2010-03-041-2/+2
* Effects: Proper argument shuffling when calling show/hide/toggle without a sp...Scott González2010-03-041-0/+4
* Remove isFF2 flag in ui.core - should have been dropped together with the FF2...Jörn Zaefferer2010-03-031-2/+0
* Dialog: Fixed modal overlay instance tracking.Scott González2010-03-031-7/+7
* Datepicker: Handle empty string for animation duration.Scott González2010-03-031-1/+1
* Datepicker: Tamil localisationKeith Wood2010-03-021-0/+23
* Button: Add disabled class on init if the disabled option is set to true.Scott González2010-03-021-0/+4
* Buttonset: Use :data(button) instead of .ui-button to find buttons that have ...Scott González2010-03-021-2/+2