aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Datepicker: Remove BOM. Fixed #6734 - Datepicker i18n: Problem with Javascrip...Kato Kazuyoshi2011-05-0531-31/+31
* Tooltip: Also close on click. Essential for tooltips on menu buttons.Jörn Zaefferer2011-05-041-1/+2
* Menu: Restore _destroy - remove tabIndex (gets added), don't remove IDJörn Zaefferer2011-05-031-1/+1
* Effects (blind): direction now accepts up/down/left/right as well as vertical...gnarf2011-05-031-13/+42
* Tabs: Added tests for deprecated select method. Fixes #7138 - Tabs: Deprecate...Scott González2011-05-031-2/+2
* Tabs: Fixed back-compat for selected option. Fixes #7135 - Tabs: Rename selec...Scott González2011-05-031-12/+8
* Tabs: Fixed enabled and disabled methods. Fixes #7142 - Tabs: Deprecate enabl...Scott González2011-05-031-4/+6
* Position: Handled scrolled windows properly with collision: fit. Fixes #7211 ...Jean-Francois Remy2011-05-031-9/+26
* Dialog: remove unneeded DOM manipulations. Fixed #7258 - optimize initializat...Adam Baratz2011-05-021-13/+19
* Merge pull request #187 from virgofx/master.Scott González2011-05-021-18/+20
|\
| * 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.jquery...whittet2011-04-271-1/+1
* | | Merge pull request #192 from ef4/master.Scott González2011-05-021-14/+28
|\ \ \
| * | | Draggable: containment now updates dynamically to handle scrolling container....Edward Faulkner2011-04-281-14/+28
* | | | Tooltip: Replace offset property with inline my+offset to make it easierJörn Zaefferer2011-05-021-3/+2
* | | | Datepicker: bind hover events using delegate. Fixed #7256 - minimize event bi...adambaratz2011-05-021-20/+27
* | | | Widget: show/hide effects added BackCompatgnarf2011-05-021-2/+2
* | | | widget: Updating code for show/hide to use new effects API namespace - DRY'ed...gnarf2011-05-021-12/+3
* | | | Merge branch 'master' into tooltip-animationsJörn Zaefferer2011-05-029-194/+271
|\ \ \ \
| * | | | Core: reuse tabindex value. Fixed #7257 - optimize :tabbable.adambaratz2011-04-291-21/+25
| * | | | Tabs: Cleaned up add and remove methods.Scott González2011-04-281-24/+30
| * | | | Tabs: Added more tests for refresh method and changed the implementation a bit.Scott González2011-04-281-22/+14
| * | | | Tabs: Fix issues with refresh method, add refresh method testsDavid Petersen2011-04-281-13/+23
| * | | | 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-281-0/+3
| * | | | Tabs: enable/disable handle when current state already matches, fix error whe...David Petersen2011-04-281-1/+9
| * | | | 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 adj...Scott González2011-04-271-25/+24
| |/ /
| * | Merge branch 'master' into menubarJörn Zaefferer2011-04-265-10/+38
| |\ \
| | * | Widget: define a null default for the create callback.Scott González2011-04-251-1/+4
| | * | Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults.Scott González2011-04-253-5/+25
| | * | Menu: Add ui-state-active to parent item when submenu item receives focus.jzaefferer2011-04-231-2/+3
| | * | Menu: Add icons supportjzaefferer2011-04-201-1/+4
| | * | Menu: Make keyboard focus matching take submenus into accountjzaefferer2011-04-201-2/+2
| | |/
| * | Fix collapsing submenus issueHans Hillen2011-04-221-3/+1
| * | Prevent branch menuitems from firing select eventHans Hillen2011-04-221-2/+9
| * | Fix "menubar does not collapse when clicking on other menubar" + minor changesHans Hillen2011-04-181-0/+1
| * | ARIA & Focus changes to menu, specifically to how aria-activedescendant is ha...Hans Hillen2011-04-151-30/+43
| |/
| * Datepicker: Fixed Slovak locale. Fixes #7254 - Datepicker: Incorrect day name...Lopo2011-04-151-1/+1
| * Datepicker: Fixed dateFormat for nl locale. Fixes #7250 - Datepicker: Incorre...Scott González2011-04-151-1/+1
* | Tooltip: Overhaul widget animations code to allow delay with plain show/hideJörn Zaefferer2011-05-021-5/+16
* | Tooltip: Add support for delaying showing/hiding. Still need to figurejzaefferer2011-04-212-3/+5
* | Stop show animation on hide. Now that we don't reuse the tooltipjzaefferer2011-04-151-0/+1
* | Custom tooltip animations based on widget-animations branch.jzaefferer2011-04-152-2/+22
|/
* Overhaul tooltip implementation. Avoid queuing and other problems byjzaefferer2011-04-131-62/+68
* Tabs: Fixed issues with collapsible and active options.Scott González2011-04-111-0/+10
* Progressbar: hide valueDiv when value is 0. Fixes #7231 - valueDiv should be ...Kyle Florence2011-04-091-0/+1
* Sortable: Reverted 56b0da59d71396a740cf48a75902243d561ba186 as #4551 is invalid.Richard Worth2011-04-071-0/+4