aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Datepicker i18n hu: Corrected some spellings and abbreviations as well as dat...Richard D. Worth2011-09-131-6/+6
* Spinner: Replace var that with this and _delayJörn Zaefferer2011-09-131-3/+2
* Popup: Replace var that with this and _delayJörn Zaefferer2011-09-131-6/+4
* Menu: Refactor to get rid of var that. Cleanup some odd formattings and unnee...Jörn Zaefferer2011-09-132-27/+25
* Merge remote branch 'kborchers/menu_autoCollapse'Jörn Zaefferer2011-09-122-16/+48
|\
| * Menu: Added autoCollapse as the default and added a unit testkborchers2011-09-122-16/+48
* | Menu: Get rid of `var self`, replacing with `that` or calls to _delayJörn Zaefferer2011-09-121-47/+41
* | Widget: return timer value from _delayJörn Zaefferer2011-09-122-4/+6
* | Widget: Get rid of `var self`Jörn Zaefferer2011-09-121-2/+2
* | Widget: Add a _delay method. Will be used in various places to replace setTim...Jörn Zaefferer2011-09-122-0/+33
* | Widget: Tests code cleanupJörn Zaefferer2011-09-122-20/+19
* | Menu: Replace regular bind call with _bindJörn Zaefferer2011-09-121-94/+94
* | Spinner: Added ability to specify custom incremental function.Scott González2011-09-092-41/+74
* | Spinner: Default min and max options to null.Scott González2011-09-093-13/+19
* | Tabs: Find panels using aria-controls instead of index for remove method. Fix...Scott González2011-09-061-2/+5
* | Button: Fixed RTL detection to default to LTR. Fixes #7697 - Buttonset: Incor...Scott González2011-09-061-3/+3
* | Popup: Missing semicolon. Can't use :ui-button selected if button isn't loaded.Jörn Zaefferer2011-09-051-2/+2
* | Autocomplete: Fixed setting of valueMethod for textareas. Fixes #7674 - Autoc...Scott González2011-08-303-105/+71
* | Tabs: Pass the required deep parameter to cloneNode(). Fixes completely broke...Scott González2011-08-301-1/+1
* | Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thought it w...Corey Frang2011-08-202-2/+2
* | Position: Added the missing div required for the fraction tests that were add...kborchers2011-08-191-0/+4
* | Dialog: Tabbing out of a modal dialog was possible because keypress doesn't f...Corey Frang2011-08-192-2/+31
* | Tooltip: Change default to flipfit for both dimensions, now that it is availa...Jörn Zaefferer2011-08-181-1/+1
* | Merge remote branch 'kborchers/position_flipfit2'Jörn Zaefferer2011-08-158-176/+588
|\ \
| * | Position: Added better collision detection for flip and fit, added visual tes...kborchers2011-08-128-176/+588
* | | Spinner: Removed value option. Don't change empty values to zero on init. Don...Scott González2011-08-137-108/+97
* | | Spinner: Fixed precision when stepping.Scott González2011-08-122-2/+28
* | | Spinner: Moved all event handlers into an object.Scott González2011-08-121-84/+74
* | | Widget: Use this.widget() for event delegation.Scott González2011-08-122-12/+20
* | | Core: Added tests for :focusable and :tabbable form elements.Scott González2011-08-122-2/+9
* | | Tabs: Fixed detection of local vs. remote tabs. Fixes #4941 - Mishandling of ...Scott González2011-08-112-31/+21
|/ /
* | Tabs: Cleanup.Scott González2011-08-101-7/+5
* | Spinner demo: Fixed time demo.Scott González2011-08-101-1/+1
* | Spinner: Fixed integration with globalize.Scott González2011-08-102-2/+2
* | Replace $.global with Globalize, update Spinner to use it. Related demos curr...Jörn Zaefferer2011-08-1010-1489/+1773
* | Datepicker: Revert "Datepicker: Removing unnessecary typeof check. Fixed #666...Scott González2011-08-101-1/+2
* | Spinner: Return formatted value when using value method.Scott González2011-08-091-15/+15
* | Widget demo: Fixed typo.Scott González2011-08-091-1/+1
* | Widget: Wrap the remove event trigerring in a try/catch. Fixes #7510 - jQuery...Scott González2011-08-091-1/+4
* | Datepicker: Added ability to stop datepicker from beforeShow. Fixes #7602 - A...Karl Kirch2011-08-092-1/+40
* | Mouse: Work around a bug in IE 8 where disabled inputs don't have a nodeName....Scott González2011-08-091-1/+3
* | Revert "Datepicker: Added onSelect.apply() call to _setDate method if onSelec...Scott González2011-08-092-18/+0
* | Merge remote branch 'kou/autocomplete-destroy-search-timeout'Jörn Zaefferer2011-08-091-0/+1
|\ \
| * | Autocomplete: ensure clear searching timeout on destroy.Kouhei Sutou2011-08-071-0/+1
* | | Spinner: Use a polynomial instead of hard-coded blocks for incremental stepping.Scott González2011-08-071-10/+7
* | | Spinner: More tests. Don't trigger spin when programmatically stepping or pag...Scott González2011-08-073-25/+201
* | | Spinner: Added more tests.Scott González2011-08-071-51/+90
* | | Spinner tests: Removed IE 6 hack in destroy test.Scott González2011-08-072-11/+7
* | | Spinner demos: Cleanup.Scott González2011-08-077-181/+196
* | | Spinner: Fixed double firing of change event when setting the value option di...Scott González2011-08-072-10/+8