Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Popup: Add a non-menu popup example | Jörn Zaefferer | 2011-05-03 | 1 | -1/+18 |
| | |||||
* | Menu: Restore _destroy - remove tabIndex (gets added), don't remove ID | Jörn Zaefferer | 2011-05-03 | 1 | -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 ↵ | gnarf | 2011-05-03 | 3 | -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ález | 2011-05-03 | 2 | -24/+40 |
| | | | | Deprecate select method. | ||||
* | Tabs: Clean up some tests. | Scott González | 2011-05-03 | 2 | -2/+4 |
| | |||||
* | Tabs: Fixed back-compat for selected option. Fixes #7135 - Tabs: Rename ↵ | Scott González | 2011-05-03 | 2 | -47/+51 |
| | | | | selected option to active. | ||||
* | Tabs: Fixed enabled and disabled methods. Fixes #7142 - Tabs: Deprecate ↵ | Scott González | 2011-05-03 | 2 | -27/+27 |
| | | | | enable and disable events. | ||||
* | Position: Handled scrolled windows properly with collision: fit. Fixes #7211 ↵ | Jean-Francois Remy | 2011-05-03 | 2 | -14/+48 |
| | | | | - Position: Collision: fit doesn't work at top of window when scrolled. | ||||
* | Dialog: remove unneeded DOM manipulations. Fixed #7258 - optimize ↵ | Adam Baratz | 2011-05-02 | 1 | -13/+19 |
| | | | | initialization. | ||||
* | Merge pull request #187 from virgofx/master. | Scott González | 2011-05-02 | 1 | -18/+20 |
|\ | | | | | Fix #7270 - Draggable iFrameFix | ||||
| * | Draggable: Modified the iframe shims to load prior to dragging. Fixed #7270. | Mark Johnson | 2011-04-19 | 1 | -18/+20 |
| | | |||||
* | | Merge pull request #191 from whittet/patch-1. | Scott González | 2011-05-02 | 1 | -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: ↵ | whittet | 2011-04-27 | 1 | -1/+1 |
| | | | | | | | | | | | | http://bugs.jqueryui.com/ticket/6702 | ||||
* | | | Merge pull request #192 from ef4/master. | Scott González | 2011-05-02 | 1 | -14/+28 |
|\ \ \ | | | | | | | | | Fixed #4445 containment ignored when scrolling in overflow div | ||||
| * | | | Draggable: containment now updates dynamically to handle scrolling ↵ | Edward Faulkner | 2011-04-28 | 1 | -14/+28 |
| | | | | | | | | | | | | | | | | container. Fixed #4445 containment ignored when scrolling in overflow div | ||||
* | | | | Tooltip: Fix (most) of the unit tests. Not all issues resolved, but | Jörn Zaefferer | 2011-05-02 | 5 | -13/+20 |
| | | | | | | | | | | | | | | | | enough for testswarm results to be useful. | ||||
* | | | | Fix menu unit tests (regression fron Hans' branch) | Jörn Zaefferer | 2011-05-02 | 1 | -4/+7 |
| | | | | |||||
* | | | | Add simple error handling for domEqual method (was failing for menu, output ↵ | Jörn Zaefferer | 2011-05-02 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | not helpful). | ||||
* | | | | Tooltip: Replace offset property with inline my+offset to make it easier | Jörn Zaefferer | 2011-05-02 | 2 | -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 ↵ | adambaratz | 2011-05-02 | 1 | -20/+27 |
| | | | | | | | | | | | | | | | | binding in Datepicker initialization. | ||||
* | | | | Tooltip: Add drop effect to tooltip animations test | Jörn Zaefferer | 2011-05-02 | 1 | -0/+11 |
| | | | | |||||
* | | | | Merge remote branch 'gnarf37/widget-show-hide' | Scott González | 2011-05-02 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | Widget: show/hide effects added BackCompat | gnarf | 2011-05-02 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Tooltip: Add visual testpage for animations | Jörn Zaefferer | 2011-05-02 | 1 | -0/+61 |
|/ / / / | |||||
* | | | | widget: Updating code for show/hide to use new effects API namespace - ↵ | gnarf | 2011-05-02 | 1 | -12/+3 |
| | | | | | | | | | | | | | | | | DRY'ed out a bit as well | ||||
* | | | | Tooltip: update video player demo with custom animations | Jörn Zaefferer | 2011-05-02 | 1 | -2/+6 |
| | | | | |||||
* | | | | Merge branch 'master' into tooltip-animations | Jörn Zaefferer | 2011-05-02 | 48 | -1225/+1431 |
|\ \ \ \ | |||||
| * | | | | Tooltip: Update demo description | Jörn Zaefferer | 2011-05-02 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Tooltip: Custom styles for video player demo | Jörn Zaefferer | 2011-05-02 | 1 | -0/+6 |
| | | | | | |||||
| * | | | | Tooltip: Add video player demo | Jörn Zaefferer | 2011-05-02 | 2 | -1/+92 |
| | | | | | |||||
| * | | | | Core: reuse tabindex value. Fixed #7257 - optimize :tabbable. | adambaratz | 2011-04-29 | 1 | -21/+25 |
| | | | | | |||||
| * | | | | Resizable: switch data: background image to valid image file, small 1px ↵ | Richard Worth | 2011-04-29 | 1 | -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ález | 2011-04-28 | 1 | -21/+32 |
| | | | | | |||||
| * | | | | Tabs: Cleaned up add and remove methods. | Scott González | 2011-04-28 | 4 | -65/+96 |
| | | | | | |||||
| * | | | | Tabs: update sortable demo to call refresh method. Fixes #4524 Tabs: ↵ | David Petersen | 2011-04-28 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | Sortable demo causes bad index references | ||||
| * | | | | Tabs: Added more tests for refresh method and changed the implementation a bit. | Scott González | 2011-04-28 | 2 | -71/+81 |
| | | | | | |||||
| * | | | | Tabs: Fix issues with refresh method, add refresh method tests | David Petersen | 2011-04-28 | 2 | -21/+54 |
| | | | | | |||||
| * | | | | Tabs: Remove refresh dependancy in _setOptions | David Petersen | 2011-04-28 | 1 | -2/+15 |
| | | | | | |||||
| * | | | | Tabs: Fixed disable method and cleaned up tests for enable and disable methods. | Scott González | 2011-04-28 | 4 | -71/+136 |
| | | | | | |||||
| * | | | | Tabs: enable/disable handle when current state already matches, fix error ↵ | David Petersen | 2011-04-28 | 2 | -3/+29 |
| | | | | | | | | | | | | | | | | | | | | when disabled = true and enable gets called | ||||
| * | | | | Tabs: simplify disabled logic | David Petersen | 2011-04-28 | 1 | -46/+40 |
| |/ / / | |||||
| * | | | Tabs: Make sure prototype.url is defined before trying to shim it | David Petersen | 2011-04-28 | 1 | -8/+9 |
| | | | | |||||
| * | | | Class Animation: Use .attr( "class" ) instead of .attr( "className" ) and ↵ | Scott González | 2011-04-27 | 1 | -25/+24 |
| |/ / | | | | | | | | | | adjust the queueing logic for jQuery 1.6 compatibility. Fixes #7275 - $.effects.animateClass broken in jQuery 1.6." | ||||
| * | | Merge branch 'master' into menubar | Jörn Zaefferer | 2011-04-26 | 37 | -772/+600 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: ui/jquery.ui.menu.js | ||||
| | * | | Widget: define a null default for the create callback. | Scott González | 2011-04-25 | 15 | -121/+125 |
| | | | | |||||
| | * | | Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults. | Scott González | 2011-04-25 | 8 | -38/+77 |
| | | | | |||||
| | * | | Menu: Add ui-state-active to parent item when submenu item receives focus. | jzaefferer | 2011-04-23 | 1 | -2/+3 |
| | | | | |||||
| | * | | Set menu item link top padding to px (in place of em); this fixes the issue ↵ | maggiewachs | 2011-04-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | where the submenu jumped when mousing over the parent item's menu icon. | ||||
| | * | | Removed duplicate selector reference | maggiewachs | 2011-04-21 | 1 | -2/+0 |
| | | | | |||||
| | * | | Menu: Drop statis test pages. default was outdated, icons is replaced by ↵ | jzaefferer | 2011-04-20 | 2 | -211/+0 |
| | | | | | | | | | | | | | | | | actual icons support as part of menu. |