aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Popup: Add a non-menu popup exampleJörn Zaefferer2011-05-031-1/+18
|
* Menu: Restore _destroy - remove tabIndex (gets added), don't remove IDJörn Zaefferer2011-05-031-1/+1
| | | | | (can get generated, but removing only generated ideas hopefully isn't necessary). May have to fix that later.
* Effects (blind): direction now accepts up/down/left/right as well as ↵gnarf2011-05-033-19/+62
| | | | vertical(up) and horizontal(left) - Fixes #4480 - Invert the blind effect.
* Tabs: Added tests for deprecated select method. Fixes #7138 - Tabs: ↵Scott González2011-05-032-24/+40
| | | | Deprecate select method.
* Tabs: Clean up some tests.Scott González2011-05-032-2/+4
|
* Tabs: Fixed back-compat for selected option. Fixes #7135 - Tabs: Rename ↵Scott González2011-05-032-47/+51
| | | | selected option to active.
* Tabs: Fixed enabled and disabled methods. Fixes #7142 - Tabs: Deprecate ↵Scott González2011-05-032-27/+27
| | | | enable and disable events.
* Position: Handled scrolled windows properly with collision: fit. Fixes #7211 ↵Jean-Francois Remy2011-05-032-14/+48
| | | | - Position: Collision: fit doesn't work at top of window when scrolled.
* Dialog: remove unneeded DOM manipulations. Fixed #7258 - optimize ↵Adam Baratz2011-05-021-13/+19
| | | | initialization.
* Merge pull request #187 from virgofx/master.Scott González2011-05-021-18/+20
|\ | | | | Fix #7270 - Draggable iFrameFix
| * Draggable: Modified the iframe shims to load prior to dragging. Fixed #7270.Mark Johnson2011-04-191-18/+20
| |
* | Merge pull request #191 from whittet/patch-1.Scott González2011-05-021-1/+1
|\ \ | | | | | | Bug fix for another use case, see comment by whittet here: http://bugs.jq
| * | Bug fix for another use case, see comment by whittet here: ↵whittet2011-04-271-1/+1
| | | | | | | | | | | | http://bugs.jqueryui.com/ticket/6702
* | | Merge pull request #192 from ef4/master.Scott González2011-05-021-14/+28
|\ \ \ | | | | | | | | Fixed #4445 containment ignored when scrolling in overflow div
| * | | Draggable: containment now updates dynamically to handle scrolling ↵Edward Faulkner2011-04-281-14/+28
| | | | | | | | | | | | | | | | container. Fixed #4445 containment ignored when scrolling in overflow div
* | | | Tooltip: Fix (most) of the unit tests. Not all issues resolved, butJörn Zaefferer2011-05-025-13/+20
| | | | | | | | | | | | | | | | enough for testswarm results to be useful.
* | | | Fix menu unit tests (regression fron Hans' branch)Jörn Zaefferer2011-05-021-4/+7
| | | |
* | | | Add simple error handling for domEqual method (was failing for menu, output ↵Jörn Zaefferer2011-05-021-0/+4
| | | | | | | | | | | | | | | | not helpful).
* | | | Tooltip: Replace offset property with inline my+offset to make it easierJörn Zaefferer2011-05-022-4/+3
| | | | | | | | | | | | | | | | | | | | to override the offset. Fixes the odd offset in the video player demo. Also doesn't need units.
* | | | Datepicker: bind hover events using delegate. Fixed #7256 - minimize event ↵adambaratz2011-05-021-20/+27
| | | | | | | | | | | | | | | | binding in Datepicker initialization.
* | | | Tooltip: Add drop effect to tooltip animations testJörn Zaefferer2011-05-021-0/+11
| | | |
* | | | Merge remote branch 'gnarf37/widget-show-hide'Scott González2011-05-021-2/+2
|\ \ \ \
| * | | | Widget: show/hide effects added BackCompatgnarf2011-05-021-2/+2
| | | | |
* | | | | Tooltip: Add visual testpage for animationsJörn Zaefferer2011-05-021-0/+61
|/ / / /
* | | | widget: Updating code for show/hide to use new effects API namespace - ↵gnarf2011-05-021-12/+3
| | | | | | | | | | | | | | | | DRY'ed out a bit as well
* | | | Tooltip: update video player demo with custom animationsJörn Zaefferer2011-05-021-2/+6
| | | |
* | | | Merge branch 'master' into tooltip-animationsJörn Zaefferer2011-05-0248-1225/+1431
|\ \ \ \
| * | | | Tooltip: Update demo descriptionJörn Zaefferer2011-05-021-1/+1
| | | | |
| * | | | Tooltip: Custom styles for video player demoJörn Zaefferer2011-05-021-0/+6
| | | | |
| * | | | Tooltip: Add video player demoJörn Zaefferer2011-05-022-1/+92
| | | | |
| * | | | Core: reuse tabindex value. Fixed #7257 - optimize :tabbable.adambaratz2011-04-291-21/+25
| | | | |
| * | | | Resizable: switch data: background image to valid image file, small 1px ↵Richard Worth2011-04-291-1/+1
| | | | | | | | | | | | | | | | | | | | transparent gif. Fixed #7293 - Resizable: Chrome dev tools console shows GET data: undefined (undefined)
| * | | | Tabs: Added tests for add and remove events.Scott González2011-04-281-21/+32
| | | | |
| * | | | Tabs: Cleaned up add and remove methods.Scott González2011-04-284-65/+96
| | | | |
| * | | | Tabs: update sortable demo to call refresh method. Fixes #4524 Tabs: ↵David Petersen2011-04-281-1/+7
| | | | | | | | | | | | | | | | | | | | Sortable demo causes bad index references
| * | | | Tabs: Added more tests for refresh method and changed the implementation a bit.Scott González2011-04-282-71/+81
| | | | |
| * | | | Tabs: Fix issues with refresh method, add refresh method testsDavid Petersen2011-04-282-21/+54
| | | | |
| * | | | Tabs: Remove refresh dependancy in _setOptionsDavid Petersen2011-04-281-2/+15
| | | | |
| * | | | Tabs: Fixed disable method and cleaned up tests for enable and disable methods.Scott González2011-04-284-71/+136
| | | | |
| * | | | Tabs: enable/disable handle when current state already matches, fix error ↵David Petersen2011-04-282-3/+29
| | | | | | | | | | | | | | | | | | | | when disabled = true and enable gets called
| * | | | Tabs: simplify disabled logicDavid Petersen2011-04-281-46/+40
| |/ / /
| * | | Tabs: Make sure prototype.url is defined before trying to shim itDavid Petersen2011-04-281-8/+9
| | | |
| * | | Class Animation: Use .attr( "class" ) instead of .attr( "className" ) and ↵Scott González2011-04-271-25/+24
| |/ / | | | | | | | | | adjust the queueing logic for jQuery 1.6 compatibility. Fixes #7275 - $.effects.animateClass broken in jQuery 1.6."
| * | Merge branch 'master' into menubarJörn Zaefferer2011-04-2637-772/+600
| |\ \ | | | | | | | | | | | | | | | | Conflicts: ui/jquery.ui.menu.js
| | * | Widget: define a null default for the create callback.Scott González2011-04-2515-121/+125
| | | |
| | * | Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults.Scott González2011-04-258-38/+77
| | | |
| | * | Menu: Add ui-state-active to parent item when submenu item receives focus.jzaefferer2011-04-231-2/+3
| | | |
| | * | Set menu item link top padding to px (in place of em); this fixes the issue ↵maggiewachs2011-04-211-1/+1
| | | | | | | | | | | | | | | | where the submenu jumped when mousing over the parent item's menu icon.
| | * | Removed duplicate selector referencemaggiewachs2011-04-211-2/+0
| | | |
| | * | Menu: Drop statis test pages. default was outdated, icons is replaced by ↵jzaefferer2011-04-202-211/+0
| | | | | | | | | | | | | | | | actual icons support as part of menu.