Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Datepicker: Remove BOM. Fixed #6734 - Datepicker i18n: Problem with ↵ | Kato Kazuyoshi | 2011-05-05 | 31 | -31/+31 |
| | | | | JavascriptPacker. | ||||
* | Tooltip: Also close on click. Essential for tooltips on menu buttons. | Jörn Zaefferer | 2011-05-04 | 1 | -1/+2 |
| | |||||
* | 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 | 1 | -13/+42 |
| | | | | 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 | 1 | -2/+2 |
| | | | | Deprecate select method. | ||||
* | Tabs: Fixed back-compat for selected option. Fixes #7135 - Tabs: Rename ↵ | Scott González | 2011-05-03 | 1 | -12/+8 |
| | | | | selected option to active. | ||||
* | Tabs: Fixed enabled and disabled methods. Fixes #7142 - Tabs: Deprecate ↵ | Scott González | 2011-05-03 | 1 | -4/+6 |
| | | | | enable and disable events. | ||||
* | Position: Handled scrolled windows properly with collision: fit. Fixes #7211 ↵ | Jean-Francois Remy | 2011-05-03 | 1 | -9/+26 |
| | | | | - 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: Replace offset property with inline my+offset to make it easier | Jörn Zaefferer | 2011-05-02 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | Widget: show/hide effects added BackCompat | gnarf | 2011-05-02 | 1 | -2/+2 |
| | | | | |||||
* | | | | 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 | ||||
* | | | | Merge branch 'master' into tooltip-animations | Jörn Zaefferer | 2011-05-02 | 9 | -194/+271 |
|\ \ \ \ | |||||
| * | | | | Core: reuse tabindex value. Fixed #7257 - optimize :tabbable. | adambaratz | 2011-04-29 | 1 | -21/+25 |
| | | | | | |||||
| * | | | | Tabs: Cleaned up add and remove methods. | Scott González | 2011-04-28 | 1 | -24/+30 |
| | | | | | |||||
| * | | | | Tabs: Added more tests for refresh method and changed the implementation a bit. | Scott González | 2011-04-28 | 1 | -22/+14 |
| | | | | | |||||
| * | | | | Tabs: Fix issues with refresh method, add refresh method tests | David Petersen | 2011-04-28 | 1 | -13/+23 |
| | | | | | |||||
| * | | | | 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 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | Tabs: enable/disable handle when current state already matches, fix error ↵ | David Petersen | 2011-04-28 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | 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 | 5 | -10/+38 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: ui/jquery.ui.menu.js | ||||
| | * | | Widget: define a null default for the create callback. | Scott González | 2011-04-25 | 1 | -1/+4 |
| | | | | |||||
| | * | | Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults. | Scott González | 2011-04-25 | 3 | -5/+25 |
| | | | | |||||
| | * | | Menu: Add ui-state-active to parent item when submenu item receives focus. | jzaefferer | 2011-04-23 | 1 | -2/+3 |
| | | | | |||||
| | * | | Menu: Add icons support | jzaefferer | 2011-04-20 | 1 | -1/+4 |
| | | | | |||||
| | * | | Menu: Make keyboard focus matching take submenus into account | jzaefferer | 2011-04-20 | 1 | -2/+2 |
| | |/ | |||||
| * | | Fix collapsing submenus issue | Hans Hillen | 2011-04-22 | 1 | -3/+1 |
| | | | |||||
| * | | Prevent branch menuitems from firing select event | Hans Hillen | 2011-04-22 | 1 | -2/+9 |
| | | | |||||
| * | | Fix "menubar does not collapse when clicking on other menubar" + minor changes | Hans Hillen | 2011-04-18 | 1 | -0/+1 |
| | | | |||||
| * | | ARIA & Focus changes to menu, specifically to how aria-activedescendant is ↵ | Hans Hillen | 2011-04-15 | 1 | -30/+43 |
| |/ | | | | | | | handled | ||||
| * | Datepicker: Fixed Slovak locale. Fixes #7254 - Datepicker: Incorrect day ↵ | Lopo | 2011-04-15 | 1 | -1/+1 |
| | | | | | | | | name for Slovak localization. | ||||
| * | Datepicker: Fixed dateFormat for nl locale. Fixes #7250 - Datepicker: ↵ | Scott González | 2011-04-15 | 1 | -1/+1 |
| | | | | | | | | Incorrect dateFormat in jquery.ui.datepicker-nl.js. | ||||
* | | Tooltip: Overhaul widget animations code to allow delay with plain show/hide | Jörn Zaefferer | 2011-05-02 | 1 | -5/+16 |
| | | |||||
* | | Tooltip: Add support for delaying showing/hiding. Still need to figure | jzaefferer | 2011-04-21 | 2 | -3/+5 |
| | | | | | | | | out how to combine that with non-animated show/hide. | ||||
* | | Stop show animation on hide. Now that we don't reuse the tooltip | jzaefferer | 2011-04-15 | 1 | -0/+1 |
| | | | | | | | | element, we can safely do that. | ||||
* | | Custom tooltip animations based on widget-animations branch. | jzaefferer | 2011-04-15 | 2 | -2/+22 |
|/ | |||||
* | Overhaul tooltip implementation. Avoid queuing and other problems by | jzaefferer | 2011-04-13 | 1 | -62/+68 |
| | | | | | | | | | creating the tooltip element on the fly, never reusing it. Use aria-describedby attribute to find the associated tooltip again. Allows customizing animations much easier (just replace fadeIn/fadeOut), still open. Updated demos and visual test to replace now-missing .widget() method. Added tooltipClass for that. | ||||
* | Tabs: Fixed issues with collapsible and active options. | Scott González | 2011-04-11 | 1 | -0/+10 |
| | |||||
* | Progressbar: hide valueDiv when value is 0. Fixes #7231 - valueDiv should be ↵ | Kyle Florence | 2011-04-09 | 1 | -0/+1 |
| | | | | hidden when value is at 0% | ||||
* | Sortable: Reverted 56b0da59d71396a740cf48a75902243d561ba186 as #4551 is invalid. | Richard Worth | 2011-04-07 | 1 | -0/+4 |
| |