aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Datepicker: Fixed spelling of Czech language. Fixes #5859 - Typo in Calendar ...Scott González2010-07-271-1/+1
* Accordion: minor cleanup.Scott González2010-07-271-91/+93
* Core Tests: Fixed image reference.Scott González2010-07-222-1/+1
* Core: Coding standards.Scott González2010-07-221-71/+78
* Accordion: Coding standards.Scott González2010-07-221-207/+280
* Autocomplete: Removed selection handling in IE. No longer needed now that aut...Scott González2010-07-222-14/+0
* Core: Better support for areas in :focusable and :tabbable selectors. Partial...Scott González2010-07-223-25/+53
* Core: Added .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight(). Fix...Scott González2010-07-214-6/+155
* Core: Fixed :focusable and :tabbable selectors for to work with :hidden and :...Scott González2010-07-213-16/+19
* Autocomplete: Fixed bad reference to ownerDocument.Scott González2010-07-211-1/+1
* Autocomplete: Added appendTo option. Fixes #5836 - Autocomplete: add appendTo...Scott González2010-07-214-4/+39
* Core: Removed tests for .attr() ARIA override since the override no longer ex...Scott González2010-07-212-22/+0
* Revert "Dialog: Don't set specific dimensions on the overlay - let it expand ...Scott González2010-07-211-1/+5
* Dialog: Don't set specific dimensions on the overlay - let it expand based on...Scott González2010-07-201-5/+1
* Tabs: Added tests for select event.Scott González2010-07-201-1/+12
* Accordion: Use this.headers instead of parsing the DOM to find headers when d...Scott González2010-07-201-1/+1
* Autocomplete: Prevent the default behavior of pressing enter when the menu is...Scott González2010-07-201-1/+1
* Autocomplete (combobox demo): Set intial value of text field based on value o...Scott González2010-07-201-1/+4
* Autocomplete (combobox demo): Detect valid entries when typed, but not select...Scott González2010-07-201-5/+15
* Autcomplete: Refactored combobox demo.Scott González2010-07-201-50/+60
* Autocomplete: Clear selectedItem property whenever the user types something. ...Scott González2010-07-202-0/+2
* Autocomplet: refactored handling of menu's selected event.Scott González2010-07-201-10/+7
* Autocompelte: Only run a search if the value has changed; switching from a bl...Scott González2010-07-201-14/+4
* Merge remote branch 'origin/master'jzaefferer2010-07-2042-113/+273
|\
| * Autocomplete: Added link to accent folding demo. Fixes #5219 - Autocomplete: ...Scott González2010-07-191-0/+1
| * Autocomplete: Render items as text, not HTML. Fixes #5275 - suggestions are n...Scott González2010-07-193-3/+9
| * Autocompelte demos: Renamed the scrollable demo so the title fits on one line...Scott González2010-07-191-1/+1
| * Autocomplete: Don't update the value of the text field until after setting fo...Scott González2010-07-191-2/+8