Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autocomplete: new option autoFocus, default false. Fixed #7032 - ↵ | Richard Worth | 2011-03-15 | 2 | -0/+6 |
| | | | | Autocomplete: Add option to automatically highlight the first result | ||||
* | Accordion: set aria-selected to true on selected header, false on others. ↵ | Richard Worth | 2011-03-15 | 2 | -1/+10 |
| | | | | Fixed #7078 - Accordion: Set aria-selected | ||||
* | Draggable: Calling .refreshPositions instead of ._refreshItems when dragging ↵ | Matt Hoskins | 2011-03-14 | 1 | -1/+1 |
| | | | | with a connected sortable to force containerCache initialisation/update. Fixed: #5563 - connectToSortable misbehaves if the position of the sortable changes after the sortable and draggable have been initialised as _refreshItems no longer updating container cache. | ||||
* | Menu: Add menubar-with-one-button-in-table example. | jzaefferer | 2011-03-11 | 1 | -8/+67 |
| | |||||
* | Menu: Improve CSS on testpage | jzaefferer | 2011-03-11 | 1 | -1/+1 |
| | |||||
* | Button: find associated label even without common ancestor. Fixes #7092 - ↵ | ddstreet | 2011-03-11 | 2 | -2/+32 |
| | | | | button creation that requires a matching label does not find label in all cases | ||||
* | Merge branch 'ddmanager-caches-wrong-dimensions' of ↵ | Scott González | 2011-03-11 | 1 | -2/+2 |
|\ | | | | | | | https://github.com/EleotleCram/jquery-ui into EleotleCram-ddmanager-caches-wrong-dimensions | ||||
| * | Droppable: enabled and accepting droppables are now activated prior to ↵ | Marcel Toele | 2011-03-11 | 1 | -2/+2 |
| | | | | | | | | evaluating their geometry. Fixes #7104 Droppable: if activeClass changes the geometry of a droppable, then dnd uses the wrong geometry. | ||||
* | | effects.core: Another place where args.callback was used that escaped my ↵ | gnarf | 2011-03-11 | 1 | -3/+3 |
| | | | | | | | | first pass | ||||
* | | effects.*: Explode effect was removing more elements than it should upon ↵ | gnarf | 2011-03-10 | 1 | -14/+22 |
|/ | | | | completion. Fixed #6022 - multiple explosions cut short | ||||
* | Effects: Handle just passing an effect name. | Scott González | 2011-03-09 | 1 | -0/+5 |
| | |||||
* | Merge branch 'effects-api' of https://github.com/gnarf37/jquery-ui into ↵ | Scott González | 2011-03-09 | 16 | -675/+925 |
|\ | | | | | | | gnarf37-effects-api | ||||
| * | Merge branch 'effects-api' of github.com:gnarf37/jquery-ui into effects-api | gnarf | 2011-03-08 | 0 | -0/+0 |
| |\ | |||||
| | * | Merge branch 'master' into effects-api | gnarf | 2011-03-07 | 350 | -1287/+2514 |
| | |\ | |||||
| * | | | effect.puff: Errant console.log removed | gnarf | 2011-03-08 | 1 | -1/+0 |
| | | | | |||||
| * | | | Mouse visual test: Bump jQuery version. | Scott González | 2011-03-08 | 1 | -2/+2 |
| | | | | |||||
| * | | | Mouse: Adding visual test for issue #6946 - Mouse: click event suppressed ↵ | awgy | 2011-03-08 | 1 | -0/+67 |
| | | | | | | | | | | | | | | | | after drag in Gecko | ||||
| * | | | Mouse: Reset click event suppression on next mousedown. Fixes #6946 - Mouse: ↵ | awgy | 2011-03-08 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | click event suppressed after drag in Gecko | ||||
| * | | | Datepicker: Reformat minDate/maxDate when dateFormat changes. Fixes #7009 - ↵ | Adam Parod | 2011-03-08 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | Reformat minDate/maxDate when dateFormat changes. | ||||
| * | | | Sortable: Changed floating calculation to determine also whether items are ↵ | michaelmwu | 2011-03-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | being displayed horizontally. Helps fix odd sorting behavior for horizontal lists. Fixed #6702 - horizontal sortable not working (and solution) | ||||
| * | | | Dialog: Added a class to dialog wrapper when it is currently displaying ↵ | Douglas Neiner | 2011-03-08 | 2 | -1/+12 |
| | | | | | | | | | | | | | | | | buttons, includes unit tests for changes. Fixed #7057 - An extra class is needed on the dialog wrapper to specify when a buttonset is showing | ||||
| * | | | Datepicker i18n: corrected arabic month name for May. Fixed #7055 - ↵ | Richard Worth | 2011-03-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Datepicker: arabic month name has March in place of May | ||||
| * | | | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-08 | 343 | -1283/+2420 |
| |/ / | |||||
| * | | effects.drop: Quick second pass Style Guidance | gnarf | 2011-03-06 | 1 | -6/+7 |
| | | | |||||
| * | | effects.fade: Using $ instead of jQuery | gnarf | 2011-03-06 | 1 | -1/+1 |
| | | | |||||
| * | | effects.core: Style Guidance | gnarf | 2011-03-06 | 1 | -239/+286 |
| | | | |||||
| * | | effects.*: style guidance | gnarf | 2011-03-06 | 3 | -47/+68 |
| | | | |||||
| * | | effects.*: Style Guidance | gnarf | 2011-03-06 | 4 | -162/+259 |
| | | | |||||
| * | | effect.*: Style Guidance | gnarf | 2011-03-06 | 3 | -58/+76 |
| | | | |||||
| * | | Adding fade to the tests | gnarf | 2011-03-06 | 2 | -3/+12 |
| | | | |||||
| * | | effects.*: More Style Guidance | gnarf | 2011-03-06 | 3 | -60/+61 |
| | | | |||||
| * | | effects.drop: Style Guidance | gnarf | 2011-03-06 | 1 | -21/+35 |
| | | | |||||
| * | | effects.clip: Reuse a var instead of calculate again | gnarf | 2011-03-06 | 1 | -1/+1 |
| | | | |||||
| * | | effects.clip: Style Guidance | gnarf | 2011-03-06 | 1 | -25/+41 |
| | | | |||||
| * | | Effects: Minor whitespace improvements | gnarf | 2011-03-05 | 3 | -7/+7 |
| | | | |||||
| * | | Effects: General Code Cleanup | gnarf | 2011-03-04 | 2 | -34/+41 |
| | | | |||||
| * | | Cleaning up effects.core _normalizeArguments a bit more | gnarf | 2011-03-02 | 1 | -12/+18 |
| | | | |||||
| * | | Updated to new effects object API | gnarf | 2011-03-02 | 1 | -22/+25 |
| | | | |||||
| * | | Just a quick touch to update to new internal effects object API | gnarf | 2011-03-02 | 9 | -60/+58 |
| | | | |||||
| * | | Quick rewrite for new options object | gnarf | 2011-03-02 | 1 | -15/+14 |
| | | | |||||
| * | | Should add a visual test for the standard show/hide method to make sure we ↵ | gnarf | 2011-03-02 | 2 | -3/+19 |
| | | | | | | | | | | | | don't break it by overriding it | ||||
| * | | Starting to clean up the internal API for animations | gnarf | 2011-03-02 | 2 | -43/+41 |
| | | | |||||
* | | | Effects demo: Animate a containing div instead of the canvas directly for ↵ | gnarf | 2011-03-09 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | easing demo. Fixes #7086 - easing only first click is working. Canvas seems to be animating poorly in Chrome 11 - and animating the height only is scaling width too in some browsers yet not others... | ||||
* | | | Unit tests: removed no longer utilized tickets.js files for Menu and Tooltip | Richard Worth | 2011-03-08 | 4 | -20/+0 |
| | | | |||||
* | | | Dialog: Before handling escape key presses, check if the default action has ↵ | Jay Merrifield | 2011-03-08 | 2 | -2/+27 |
| | | | | | | | | | | | | been prevented. Fixes #6966 - Pressing ESC on dialog when 2 dialogs are open closes both dialogs. | ||||
* | | | Draggable: modify margins of the containment according to the margin of the ↵ | Guillaume Gautreau | 2011-03-08 | 1 | -5/+7 |
| |/ |/| | | | | | draggable element. Fixed #7084 - Draggable with parent containment and margin | ||||
* | | Mouse visual test: Bump jQuery version. | Scott González | 2011-03-07 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' of https://github.com/voxwerk/jquery-ui into ↵ | Scott González | 2011-03-07 | 2 | -0/+72 |
|\ \ | | | | | | | | | | voxwerk-master | ||||
| * | | Mouse: Adding visual test for issue #6946 - Mouse: click event suppressed ↵ | awgy | 2011-02-05 | 1 | -0/+67 |
| | | | | | | | | | | | | after drag in Gecko | ||||
| * | | Mouse: Reset click event suppression on next mousedown. Fixes #6946 - Mouse: ↵ | awgy | 2011-02-05 | 1 | -0/+5 |
| | | | | | | | | | | | | click event suppressed after drag in Gecko |