aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update to latest QUnit.jzaefferer2010-08-292-9/+10
* Autocomplete: Combobox demo cleanupjzaefferer2010-08-291-2/+0
* Dialog: When using the title attribute, update the title option. Fixes #5877 ...Scott González2010-08-272-2/+7
* Dialog: Don't return true when we don't want to cancel events. Fixes #3523 - ...Scott González2010-08-271-1/+4
* Widget: Throw errors when calling non-existent methods or methods on uninista...Scott González2010-08-276-38/+12
* Position: Handle $(document) and $(window) for the of option. Fixes #5963 - P...Scott González2010-08-272-3/+26
* Position: Created center variable for better minification. Fixes #5964 - Comb...Scott González2010-08-271-13/+12
* Autocomplete: Improved cache demo.Scott González2010-08-271-10/+9
* Core: Fixed .disableSelect() and .enableSelect() in all browsers. Fixes #5723...Scott González2010-08-271-12/+51
* Core: Re-ordered functions.Scott González2010-08-271-63/+70
* Widget tests: Coding standards.Scott González2010-08-261-7/+7
* Widget: Added more unit tests.Scott González2010-08-262-0/+132
* Widget Tests: Coding standards.Scott González2010-08-261-79/+83
* Widget: Added more unit tests.Scott González2010-08-261-6/+89
* Autocomplete: Abort existing ajax requests when running new searches.Scott González2010-08-241-1/+5
* Autocomplete: Don't handle remote data if it's not the most recent request. F...Scott González2010-08-241-2/+7
* Widget: Refactored code for re-initialization to reduce file size.Scott González2010-08-231-4/+1
* Widget: Added tests for re-initialization.Scott González2010-08-231-0/+29
* Button: Read disabled attribute from original element if disabled option is n...Scott González2010-08-183-1/+30
* Buttonset: Ignore hidden buttons. Fixes #5946 - buttonset should ignore butto...Scott González2010-08-182-6/+13
* Position: Fix flip collision. Fixes #5932 - Position: flip collision handling...Ben Hollis2010-08-111-3/+6
* Tabs: Ignore sublists. Fixes #5893 - Tabs: ability to contain sublists.ph-ausseil2010-08-113-1/+24
* Datepicker: Added Kazakhstan localization. Fixes #5924 - Kazakhstan localizat...Scott González2010-08-113-0/+26
* Autocomplete: changed menu activated function to check if the offset is great...Robson Braga Araujo2010-08-111-1/+1
* Autocomplete: changed the search function to always store the last term that ...Robson Braga Araujo2010-08-111-4/+5
* Fixed broken whitespace characters and missing semicolon. Fixes #3921 - Probl...Scott González2010-08-103-3/+3
* Effects: Fix show/hide/toggle test for using core functions. Fixed: #5456 - ...malsup2010-08-091-4/+4
* Updating the master version to 1.9preScott González2010-08-051-1/+1
* Tagging the 1.8.4 release.1.8.4Scott González2010-08-051-1/+1
* Build: Force headered files to be copied to minified directory. Fixes #5904 -...Scott González2010-08-051-1/+1
* Build: Strip newlines when loading release.version property from version.txtjzaefferer2010-08-051-1/+3
* Autocomplete: Handle clicks outside the autocomplete after scrolling the resu...Scott González2010-08-051-1/+18
* Autocomplete: Don't reset text field value on blur unless it will actually ch...Scott González2010-08-041-1/+4
* Datepicker: use a setTimeout 0 so the same code can run in IE (as other brows...Richard D. Worth2010-08-041-2/+5
* Updating the master version to 1.9preScott González2010-08-031-1/+1
* Tagging the 1.8.3 release.1.8.3Scott González2010-08-031-1/+1
* Dialog: modified so that minWidth is respected. Fixes #5531 - dialog width sh...Ziling Zhao2010-07-302-0/+25
* Autocomplete: Respect the disabled option. Fixes #5619 - Autocomplete widget ...Scott González2010-07-302-0/+30
* Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ...Scott González2010-07-308-39/+8
* Update to latest QUnit.jzaefferer2010-07-303-270/+495
* Use pushStack in widget method. Fixes #5732 - make the widget method maintain...jzaefferer2010-07-308-8/+39
* Replace element.data(...) with $.data(element, ...). Fixes #5756 - Widget: Us...jzaefferer2010-07-301-1/+2
* Added widget to unit tests index page.jzaefferer2010-07-301-0/+1
* Improving visual testcase for position. Partial fix for #5284 - Position: Sma...jzaefferer2010-07-301-15/+17
* Dialog: Wrap buttons in a div so we can float the div instead of the individu...Scott González2010-07-293-4/+8
* Progressbar: cleanup.Scott González2010-07-292-25/+26
* Progressbar resize demo: Added missing mouse dependency. Fixes #5873 - Progre...Scott González2010-07-291-0/+1
* Tabs: coding standard.Scott González2010-07-281-6/+6
* Tabs: coding standards.Scott González2010-07-281-349/+365
* Added position plugin to demo pages that use dialogs.Scott González2010-07-272-0/+2