aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
...
* Dialog: If the browser doesn't support minHeight, use height to set the minHe...Scott González2010-09-071-1/+2
* Core: Added $.support.minHeight. Fixes #6026 - Core: Add jQuery.support.minHe...Scott González2010-09-071-2/+15
* Tabs: Handle empty hrefs for IE6/7 as invalid. Fixes #5755 - Tabs: tabs with ...Scott González2010-09-031-1/+1
* Tabs: Allow non-latin characters for ids. Fixes #4581 - title attribute for r...Scott González2010-09-031-1/+1
* Position: Take margin into account when performing collisions. Fixes #5766 - ...Ben Hollis2010-09-031-9/+24
* Widget: Hook into jQuery.cleanData to auto-destroy widgets. Fixes #6008 - Wid...Scott González2010-09-031-13/+23
* Dialog: Set the _isOpen flag before triggering the open event. Fixes #6012 - ...Scott González2010-09-021-1/+1
* Core: Refactored .disableSelection() and .enableSelection().Scott González2010-09-011-51/+12
* Dialog: Added additional syntax for creating buttons. Fixes #4344 - Dialog: E...Scott González2010-08-311-4/+9
* Autocomplete: Store term when selecting an item to prevent another search tri...jzaefferer2010-08-311-0/+1
* Dialog: When using the title attribute, update the title option. Fixes #5877 ...Scott González2010-08-271-1/+2
* 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-271-4/+9
* Position: Handle $(document) and $(window) for the of option. Fixes #5963 - P...Scott González2010-08-271-3/+4
* Position: Created center variable for better minification. Fixes #5964 - Comb...Scott González2010-08-271-13/+12
* 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
* 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
* Button: Read disabled attribute from original element if disabled option is n...Scott González2010-08-181-0/+5
* Buttonset: Ignore hidden buttons. Fixes #5946 - buttonset should ignore butto...Scott González2010-08-181-5/+7
* 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-111-1/+1
* Datepicker: Added Kazakhstan localization. Fixes #5924 - Kazakhstan localizat...Scott González2010-08-111-0/+23
* 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
* 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
* Dialog: modified so that minWidth is respected. Fixes #5531 - dialog width sh...Ziling Zhao2010-07-301-0/+4
* Autocomplete: Respect the disabled option. Fixes #5619 - Autocomplete widget ...Scott González2010-07-301-0/+12
* Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ...Scott González2010-07-304-4/+4
* Use pushStack in widget method. Fixes #5732 - make the widget method maintain...jzaefferer2010-07-304-4/+4
* Replace element.data(...) with $.data(element, ...). Fixes #5756 - Widget: Us...jzaefferer2010-07-301-1/+2
* Dialog: Wrap buttons in a div so we can float the div instead of the individu...Scott González2010-07-291-2/+5
* Progressbar: cleanup.Scott González2010-07-291-25/+12
* Tabs: coding standards.Scott González2010-07-281-349/+365
* Accordion: minor cleanup.Scott González2010-07-271-91/+93
* Core: Coding standards.Scott González2010-07-221-71/+78
* Accordion: Coding standards.Scott González2010-07-221-207/+280
* Core: Better support for areas in :focusable and :tabbable selectors. Partial...Scott González2010-07-221-6/+19
* Core: Added .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight(). Fix...Scott González2010-07-212-6/+45
* Core: Fixed :focusable and :tabbable selectors for to work with :hidden and :...Scott González2010-07-211-1/+4
* 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-211-2/+6
* 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