aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Droppable: enabled and accepting droppables are now activated prior to evalua...Marcel Toele2011-03-111-2/+2
* Effects: Handle just passing an effect name.Scott González2011-03-091-0/+5
* Merge branch 'effects-api' of https://github.com/gnarf37/jquery-ui into gnarf...Scott González2011-03-0914-669/+894
|\
| * effect.puff: Errant console.log removedgnarf2011-03-081-1/+0
| * Mouse: Reset click event suppression on next mousedown. Fixes #6946 - Mouse: ...awgy2011-03-081-0/+5
| * Datepicker: Reformat minDate/maxDate when dateFormat changes. Fixes #7009 - R...Adam Parod2011-03-081-0/+7
| * Sortable: Changed floating calculation to determine also whether items are be...michaelmwu2011-03-081-2/+2
| * Dialog: Added a class to dialog wrapper when it is currently displaying butto...Douglas Neiner2011-03-081-0/+3
| * Datepicker i18n: corrected arabic month name for May. Fixed #7055 - Datepicke...Richard Worth2011-03-081-1/+1
| * effects.drop: Quick second pass Style Guidancegnarf2011-03-061-6/+7
| * effects.fade: Using $ instead of jQuerygnarf2011-03-061-1/+1
| * effects.core: Style Guidancegnarf2011-03-061-239/+286
| * effects.*: style guidancegnarf2011-03-063-47/+68
| * effects.*: Style Guidancegnarf2011-03-064-162/+259
| * effect.*: Style Guidancegnarf2011-03-063-58/+76
| * effects.*: More Style Guidancegnarf2011-03-063-60/+61
| * effects.drop: Style Guidancegnarf2011-03-061-21/+35
| * effects.clip: Reuse a var instead of calculate againgnarf2011-03-061-1/+1
| * effects.clip: Style Guidancegnarf2011-03-061-25/+41
| * Effects: Minor whitespace improvementsgnarf2011-03-053-7/+7
| * Effects: General Code Cleanupgnarf2011-03-042-34/+41
| * Cleaning up effects.core _normalizeArguments a bit moregnarf2011-03-021-12/+18
| * Updated to new effects object APIgnarf2011-03-021-22/+25
| * Just a quick touch to update to new internal effects object APIgnarf2011-03-029-60/+58
| * Quick rewrite for new options objectgnarf2011-03-021-15/+14
| * Starting to clean up the internal API for animationsgnarf2011-03-022-43/+41
* | Dialog: Before handling escape key presses, check if the default action has b...Jay Merrifield2011-03-081-2/+2
* | Draggable: modify margins of the containment according to the margin of the d...Guillaume Gautreau2011-03-081-5/+7
* | Merge branch 'master' of https://github.com/voxwerk/jquery-ui into voxwerk-ma...Scott González2011-03-071-0/+5
|\ \
| * | Mouse: Reset click event suppression on next mousedown. Fixes #6946 - Mouse: ...awgy2011-02-051-0/+5
* | | Datepicker: Reformat minDate/maxDate when dateFormat changes. Fixes #7009 - R...Adam Parod2011-03-071-0/+7
* | | Sortable: Changed floating calculation to determine also whether items are be...michaelmwu2011-03-041-2/+2
* | | Dialog: Added a class to dialog wrapper when it is currently displaying butto...Douglas Neiner2011-03-031-0/+3
* | | Datepicker i18n: corrected arabic month name for May. Fixed #7055 - Datepicke...Richard Worth2011-03-021-1/+1
| |/ |/|
* | Menu: Cleanupjzaefferer2011-02-281-3/+0
* | Menu: Move addClass(active) call to _open to make it work for both mousejzaefferer2011-02-281-1/+2
* | Tooltip: Make sure we have a target before trying to open the tooltip.Scott González2011-02-261-0/+3
* | Tooltip: Rename _show to _open.Scott González2011-02-261-4/+4
* | Spinner: Ignore delta of 0 from triggered mousewheel event. Verifiedjzaefferer2011-02-261-1/+2
* | Button: Only add text classes if there is text. Fixes #7040 - button class ch...Scott González2011-02-261-2/+3
* | Position: Drop offset-as-a-setter from position, 1.9 won't support corejzaefferer2011-02-251-35/+0
* | Datepicker: Added Tajikistan localization. Fixes #7034 - Datepicker: Add Taji...Scott González2011-02-251-0/+23
* | Removed active state when menu closesmaggiewachs2011-02-241-1/+3
* | Added active state toggle to items with submenus to provide "breadcrumb" feed...maggiewachs2011-02-241-4/+7
* | Menu: Integrated flyoutmenu into menu, and moved flyoutmenu.htmljzaefferer2011-02-241-15/+88
* | Menu: Update autocomplete to use deactivate and check for focus classjzaefferer2011-02-242-5/+22
* | Menu: Fix filter matching to work with flyout menujzaefferer2011-02-241-2/+3
* | Menu: Move item matching code into menujzaefferer2011-02-241-0/+36
* | Autocomplete: Added support for contenteditable elements. Fixes #6914 - Autoc...Scott González2011-02-241-12/+18
* | Menu: Replace ui-state-hover with ui-state-focus. More semantic, looksjzaefferer2011-02-241-2/+2