aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Datepicker: prevent datepicker initialization on empty jquery collection and ...Dan Heberden2011-02-152-1/+11
* Merge remote branch 'msolli/master'Scott González2011-02-151-19/+19
|\
| * Datepicker: improved translation of Norwegian names for days and months. Fixe...Martin Solli2011-02-141-19/+19
* | Tabs: Pass original event for show and select events. Fixes #5043 - Tabs: pas...David Petersen2011-02-152-12/+22
* | Datepicker: Properly handle datepickers attached to inputs that are hidden us...Scott González2011-02-151-1/+1
|/
* Tooltip: Added missing items testjzaefferer2011-02-112-2/+11
* Merge branch 'master' of github.com:jquery/jquery-uijzaefferer2011-02-113-0/+6
|\
| * Added swarminject.js for menu, spinner, and tooltip test pages. Fixes unit te...Richard Worth2011-02-113-0/+6
* | Menu: Fix unit tests and set the right menu1-activedescendant attributejzaefferer2011-02-114-6/+12
|/
* Widget: Handle super calls when method calls go up and down the inheritance c...Scott González2011-02-112-8/+13
* Button: Batched class changes to improve performance. Fixes #6934. Button: Ba...Alex Dovenmuehle2011-02-101-7/+12
* Widget: Only create _super and _superApply once per method, then assign on ev...Scott González2011-02-101-5/+9
* Widget: Fixed super methods with deep inheritance chains.Scott González2011-02-103-34/+59
* Accordion: Reset overflow on both content panels being animated, not just the...Scott González2011-02-081-8/+6
* Merge branch 'master' of github.com:jquery/jquery-uiScott González2011-02-088-16/+19
|\
| * Spinner: Fix time spinner demo; workaround for _super issue.jzaefferer2011-02-071-2/+7
| * Spinner: Fix unnecessary varjzaefferer2011-02-071-1/+0
| * Fix spinner demos to latest jquery-global API. Also cleanup.jzaefferer2011-02-077-13/+12
* | Accordion: Added note about using ui-accordion-header-active class.Scott González2011-02-081-0/+1
* | Accordion: Reduced some code in _toggle().Scott González2011-02-041-15/+11
|/
* Accordion: Simplify _toggle() implementation.Scott González2011-02-041-52/+24
* Accordion: Always have _activate delegate to _eventHandler.Scott González2011-02-041-35/+10
* Accordion: First pass at cleaning up activation/event handling code.Scott González2011-02-031-70/+34
* Widget: Added ability to use $.widget() to create extensions. Fixes #6937 - W...Scott González2011-02-032-1/+22
* Accordion: Updated demos to use the new API.Scott González2011-02-033-9/+8
* Added version property to plugins that were missing them.Scott González2011-02-036-1/+14
* Accordion: Cleaned up destroy and refresh methods.Scott González2011-02-031-11/+17
* Accordion: Added tests for custom header option.Scott González2011-02-031-1/+13
* Accordion: Update active option when programmatically collapsing the accordion.Scott González2011-02-032-4/+4
* Accordion: Handle negative values for active option on init.Scott González2011-02-032-4/+7
* Accordion: Properly handle collapsible: false and active: false by changing a...Scott González2011-02-032-11/+20
* Datepicker: only set the focus explicitly if it is not already on the target ...Tobias Brunner2011-02-031-1/+3
* Accordion: Cleanup.Scott González2011-02-021-15/+17
* Accordion: Added ui-accordion-header-icon class to generated icons in order t...Scott González2011-02-022-7/+7
* Resizable: Changed the way box size is determined when using a helper. Fixed ...George Marshall2011-02-011-3/+3
* Widget: Modified _trigger to invoke callbacks with apply so that handlers are...Michael DellaNoce2011-02-012-3/+56
* Merge branch 'master' into widget-eventsScott González2011-01-3129-958/+1845
|\
| * Update wigdet test for previous change. No stored intance via data forjzaefferer2011-01-311-2/+1
| * Optimize widget's _createWidget method to not store data and bind removejzaefferer2011-01-311-7/+8
| * Accordion: added a comment.Scott González2011-01-311-0/+1
| * Accordion: Removed ui-accordion-li-fix class; I couldn't find instances where...Scott González2011-01-312-7/+1
| * Datepicker - Fixed incorrect semi-colon that should have been a comma. Fixes ...Scott González2011-01-301-1/+1
| * Autocomplete: Fixed handling of race conditions when using jQuery 1.3.2. Fixe...Scott González2011-01-271-6/+8
| * Accordion: Allow canceling the beforeActivate event. Fixes #6896 - Accordion:...Scott González2011-01-253-22/+79
| * Accordion: Renamed changestart and change events to beforeActivate and activa...Scott González2011-01-254-16/+124
| * Accordion: More tests.Scott González2011-01-242-25/+94
| * Tests: Fixed erroneous refernece to accordion.Scott González2011-01-241-2/+2
| * Widget tests: Remove workaround for old QUnit bug.Scott González2011-01-241-5/+1
| * Widget tests: Cleanup.Scott González2011-01-243-32/+26
| * Accordion test: Fixed an icon test.Scott González2011-01-241-1/+1