| Commit message (Expand) | Author | Age | Files | Lines |
* | Autocomplete: refactored unit tests for autoFocus option | Richard Worth | 2011-03-15 | 1 | -14/+8 |
* | Autocomplete: added unit tests for autoFocus. Fixed #7032 - Autocomplete: Add... | Richard Worth | 2011-03-15 | 1 | -0/+27 |
* | Autocomplete: new option autoFocus, default false. Fixed #7032 - Autocomplete... | Richard Worth | 2011-03-15 | 1 | -0/+1 |
* | Accordion: set aria-selected to true on selected header, false on others. Fix... | Richard Worth | 2011-03-15 | 1 | -1/+5 |
* | Button: find associated label even without common ancestor. Fixes #7092 - but... | ddstreet | 2011-03-11 | 1 | -0/+22 |
* | Mouse visual test: Bump jQuery version. | Scott González | 2011-03-07 | 1 | -2/+2 |
* | Mouse: Adding visual test for issue #6946 - Mouse: click event suppressed aft... | awgy | 2011-03-07 | 1 | -0/+67 |
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 197 | -197/+197 |
* | Datepicker: prevent datepicker initialization on empty jquery collection and ... | Dan Heberden | 2011-02-15 | 1 | -0/+5 |
* | Datepicker: Update parseDate to properly handle a string value in shortYearCu... | Ivan Peters | 2011-01-18 | 1 | -10/+15 |
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 |
* | Dialog: Moved the default value for the position.of option inside the _positi... | Scott González | 2010-12-08 | 1 | -1/+0 |
* | Tabs: Added context to global selectors. Fixed #6710 - tabs module uses globa... | saks | 2010-12-07 | 1 | -0/+21 |
* | Dialog position tests: Use Math.round() instead of Math.floor(). | Scott González | 2010-12-03 | 1 | -4/+4 |
* | Progressbar: Added max option. Fixes #6681 - Progressbar: add max option. | Marian Rudzynski | 2010-11-22 | 3 | -1/+23 |
* | Datepicker: changed setDate not to modify the passed date argument. Fixes #66... | pheiberg | 2010-11-22 | 1 | -0/+4 |
* | Lossless compression of all non-theme images using ImageOptim | Phillip Barnes | 2010-11-19 | 4 | -0/+0 |
* | Datepicker: Fixed parsing of single y character for date formats. Fixes #6659... | pheiberg | 2010-11-18 | 1 | -5/+7 |
* | Buttonset: Added items option and removed visible filter for adding rounded c... | Scott González | 2010-11-12 | 1 | -7/+15 |
* | Upgraded jQuery to 1.4.4. | Scott González | 2010-11-12 | 197 | -197/+197 |
* | Dialog: Make sure the overlay instance still exists before trying to remove i... | Jay Merrifield | 2010-11-12 | 1 | -1/+11 |
* | Mouse: tie the preventClickEvent property to the event target, not the contai... | awgy | 2010-11-09 | 2 | -0/+45 |
* | Datpicker: Fixed some failing tests. | Scott González | 2010-11-05 | 2 | -7/+7 |
* | Autocomplete: Trigger close after hiding the menu. Fixes #6227 - Autocomplete... | Scott González | 2010-10-26 | 1 | -1/+1 |
* | Upgraded jQuery to 1.4.3. | Scott González | 2010-10-21 | 197 | -197/+197 |
* | Autocomplete tests: Removed reference to non-existent menu plugin. | Scott González | 2010-10-21 | 1 | -1/+0 |
* | External: Updated bgiframe to 2.1.2. Fixes #6190 - Dialog demos don't work in... | Scott González | 2010-10-19 | 13 | -13/+13 |
* | Widget: Added ability to define how to find options on init. Fixes #6158 - Wi... | Scott González | 2010-10-06 | 1 | -0/+26 |
* | Tab: modified init to display correct content of misordered div when hash pre... | jenters | 2010-10-04 | 2 | -1/+45 |
* | Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') cause... | John Firebaugh | 2010-10-04 | 1 | -0/+17 |
* | Revert "Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open... | Scott González | 2010-10-04 | 1 | -17/+0 |
* | Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') cause... | Scott González | 2010-10-04 | 1 | -0/+17 |
* | Widget: Added create event. Fixes #6126 - Widget: Add create event. | Scott González | 2010-09-29 | 1 | -10/+14 |
* | Widget: Added _setOptions method for handling normalized options setting. Fix... | Scott González | 2010-09-27 | 1 | -1/+24 |
* | Progressbar: Added a complete event. Fixes #3500 - Progressbar callback at th... | Scott González | 2010-09-27 | 1 | -0/+21 |
* | Autocomplete: Only prevent the default action for enter when a menu item is a... | Scott González | 2010-09-27 | 1 | -2/+31 |
* | Dialog tests: Enabling in TestSwarm. | Scott González | 2010-09-07 | 2 | -18/+0 |
* | Dialog: Fixed test for default title. Some browsers were returning an actual ... | Scott González | 2010-09-07 | 1 | -1/+3 |
* | Dialog: Reduced size of dialogs in height/width tests. | Scott González | 2010-09-07 | 1 | -16/+16 |
* | Tabs: Allow non-latin characters for ids. Fixes #4581 - title attribute for r... | Scott González | 2010-09-03 | 2 | -1/+12 |
* | Position: Added visual test for flipping with margin and box-shadow. | Scott González | 2010-09-03 | 1 | -0/+43 |
* | Position: Take margin into account when performing collisions. Fixes #5766 - ... | Ben Hollis | 2010-09-03 | 1 | -0/+52 |
* | Widget: Hook into jQuery.cleanData to auto-destroy widgets. Fixes #6008 - Wid... | Scott González | 2010-09-03 | 2 | -1/+70 |
* | Core tests: Enabled TestSwarm. | Scott González | 2010-09-02 | 1 | -10/+0 |
* | Core tests: Fixed object element for focusable/tabbable tests. Fixes #4488 - ... | Scott González | 2010-09-02 | 1 | -1/+1 |
* | Core tests: Split .focus() test into two tests to avoid bug in IE with stop()... | Scott González | 2010-09-02 | 1 | -20/+20 |
* | Core tests: Reordered some elements to avoid some bug in IE. | Scott González | 2010-09-02 | 1 | -3/+3 |
* | Position tests: Set a line-height on elements with a height less than 10px. F... | Scott González | 2010-09-02 | 1 | -6/+11 |
* | Dialog: Fixed a broken maxHeight test. | Scott González | 2010-09-02 | 1 | -1/+1 |
* | Dialog: Set the _isOpen flag before triggering the open event. Fixes #6012 - ... | Scott González | 2010-09-02 | 1 | -1/+3 |