Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Datepicker i18n: Added Australian and New Zealand localizations. Fixes #6828 ↵ | Scott González | 2011-01-17 | 4 | -0/+50 |
| | | | | | | - Datepicker: Add en-AU or en-NZ initialisations. Thanks Campbell | ||||
* | Updated copyright year. | Scott González | 2011-01-17 | 53 | -53/+53 |
| | |||||
* | Tabs: Pass an element instead of jQuery object on initial show. Fixes #6867 ↵ | Scott González | 2011-01-16 | 1 | -1/+1 |
| | | | | - Inconsistent ui.panel contents for show event of tabs widget. | ||||
* | Spinner: Moved ARIA to input and fixed tests. | Scott González | 2011-01-15 | 4 | -12/+17 |
| | |||||
* | Updated widgets to use new methods from $.Widget. | Scott González | 2011-01-15 | 6 | -12/+10 |
| | |||||
* | Change destroy to _destroy and remove calls to $.Widget.prototype.destroy in ↵ | Scott González | 2011-01-14 | 7 | -20/+7 |
| | | | | widgets with simple destroy methods. | ||||
* | Widget: destroy() now calls _destroy() so that widgets don't need to call ↵ | Scott González | 2011-01-14 | 1 | -2/+4 |
| | | | | the base destroy method. Fixes #5056 - Widget factory: Remove need to call base destroy method. | ||||
* | Autocompete tests: Added missing menu dependency. | Scott González | 2011-01-14 | 1 | -0/+1 |
| | |||||
* | Widget: Added _super() and _superApply() methods. Fixes #6861 - Widget: Add ↵ | Scott González | 2011-01-14 | 2 | -2/+65 |
| | | | | _super() and _superApply() for easy access to parent methods. | ||||
* | Revert accidental demo change from 66606407edf9faa33c566f0cc6a2bb1dd4d3e808. | Scott González | 2011-01-14 | 1 | -27/+66 |
| | |||||
* | Accordion: Force the width of the accordion panel during animation when ↵ | Scott González | 2011-01-14 | 2 | -77/+50 |
| | | | | | | animating from a fully collapsed state. Fixes #5540 - Accordion: Jumpy animation when opening a panel after closing all. The animation code should be refactored. | ||||
* | Accordion: Renamed resize method to refresh. Fixes #6838 - Accordion: Rename ↵ | Scott González | 2011-01-14 | 2 | -4/+7 |
| | | | | resize method to refresh. | ||||
* | Widget: Removed unnecessary/incorrect logic for widgetEventPrefix. | Scott González | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | Widget: Removed commented out code. | Scott González | 2011-01-13 | 1 | -5/+0 |
| | |||||
* | Widget: Removed code for the remove event in jQuery < 1.4. | Scott González | 2011-01-13 | 1 | -24/+7 |
| | |||||
* | Accordion: Cleaned up _createIcons(). | Scott González | 2011-01-13 | 1 | -6/+6 |
| | |||||
* | Accordion: Use event.preventDefault() instead of return false when handling ↵ | Scott González | 2011-01-13 | 1 | -6/+2 |
| | | | | keydown. | ||||
* | Accordion: call event.preventDefault() inside the _eventHandler() instead of ↵ | Scott González | 2011-01-13 | 1 | -6/+9 |
| | | | | in each individual event handler. | ||||
* | Accordion - Make sure we have an element before trying to modify the ↵ | Scott González | 2011-01-13 | 1 | -1/+3 |
| | | | | className. Fixes #6856 - Accordion: Opening a panel after all panels have been collapsed causes an error. | ||||
* | Merge branch 'accordion-activate' | Scott González | 2011-01-13 | 5 | -65/+76 |
|\ | |||||
| * | Accordion: Moved handling for programmatically collapsing the accordion out ↵ | Scott González | 2011-01-13 | 2 | -43/+36 |
| | | | | | | | | of the event handler. Modified event handler to not change the active option until after it determines that the event is valid. | ||||
| * | Accordion: Added note about supporting negative values for active option in 2.0. | Scott González | 2011-01-13 | 1 | -1/+1 |
| | | |||||
| * | Accordion: Reduced valid active options to numbers and falsey. Added ↵ | Scott González | 2011-01-13 | 1 | -13/+21 |
| | | | | | | | | compatibility layer for previously allowed values. | ||||
| * | Accordion: Handle invalid values for the active option. | Scott González | 2011-01-11 | 1 | -11/+22 |
| | | |||||
| * | Accordion: First pass at deprecating the activate method. Renamed ↵ | Scott González | 2011-01-11 | 5 | -20/+19 |
| | | | | | | | | _clickHandler to _eventHandler and removed extraneous parameter. Updated all tests to use the option methods instead of the activate method. | ||||
* | | Accordion: Fixed weird behavior on accordion animations in IE. Fixed #5421 - ↵ | Alex Dovenmuehle | 2011-01-12 | 1 | -0/+2 |
| | | | | | | | | Accordion header margins disappear in IE 8 | ||||
* | | Position: Fixed calculation of collision dimensions. Fixes #6812 - Position: ↵ | Scott González | 2011-01-12 | 1 | -3/+3 |
|/ | | | | Collision detection fails on the right side in Internet Explorer. | ||||
* | Accordion: Deprecated icons.headerSelected in favor of icons.activeHeader. ↵ | Alex Dovenmuehle | 2011-01-11 | 3 | -6/+40 |
| | | | | Fixes #6834 - Accordion: Change icons.headerSelected to icons.activeHeader. | ||||
* | Dialog: Fixed creation of close button in IE. | Scott González | 2011-01-11 | 1 | -1/+1 |
| | | | | Thanks dkiselev. | ||||
* | Dialog: Fixed positioning of title bar text. Fixes #6832 - Dialog: ↵ | aaronpeterson | 2011-01-11 | 1 | -2/+2 |
| | | | | Typesetting on title bar is inconsistent with other widget title bars/headers. | ||||
* | Accordion: Start the accordion animation before changing classes. Fixes ↵ | Scott González | 2011-01-11 | 1 | -16/+19 |
| | | | | | | #6720 - Accordion: ol numbering bug. Thanks Tony Ross. | ||||
* | Autocomplete demo (combobox): Fixed tooltips and clearing of select on ↵ | Scott González | 2011-01-10 | 1 | -9/+19 |
| | | | | invalid entry. | ||||
* | Compound visual test: Added missing reference to autocomplete. | Scott González | 2011-01-10 | 1 | -1/+2 |
| | |||||
* | Button demo: Coding standards. | Scott González | 2011-01-10 | 1 | -26/+26 |
| | |||||
* | Build: Added spinner and menu to docs-download. | Scott González | 2011-01-10 | 1 | -0/+2 |
| | |||||
* | Fixed headers for menu, spinner, tooltip stylesheets. | Scott González | 2011-01-10 | 3 | -4/+20 |
| | |||||
* | Fixed broken reference to theme file. | Scott González | 2011-01-10 | 1 | -1/+1 |
| | |||||
* | Fixed references to jQuery. | Scott González | 2011-01-10 | 9 | -9/+9 |
| | |||||
* | Demos: PHP Strict mode compliance and use parse_json() for JSON encoding. ↵ | gnarf | 2011-01-10 | 1 | -60/+8 |
| | | | | Fixes #5124 - Ensure all PHP scripts for demos/tests properly escape/filter input data. | ||||
* | Datepicker: Added Malayalam translation. Fixes #6822 - Datepicker: Add i18n ↵ | Saji | 2011-01-08 | 1 | -0/+23 |
| | | | | translation for Malayalam. | ||||
* | Cleanup bad earlier merge. | jzaefferer | 2010-12-28 | 1 | -1/+0 |
| | |||||
* | Fixed bad references to jQuery-1.4.4.js | jzaefferer | 2010-12-22 | 5 | -5/+5 |
| | |||||
* | Merge remote branch 'origin/tooltip' | jzaefferer | 2010-12-22 | 28 | -27/+1164 |
|\ | | | | | | | | | | | | | Conflicts: demos/autocomplete/combobox.html demos/index.html tests/unit/index.html | ||||
| * | Tooltip: Seperate restoring title attribute from assigning current-variable, ↵ | jzaefferer | 2010-12-03 | 1 | -1/+2 |
| | | | | | | | | in case currentTitle is undefined. | ||||
| * | Tooltip: Update license header. | jzaefferer | 2010-11-20 | 1 | -1/+1 |
| | | |||||
| * | Tooltip: Implementing event delegation support. | jzaefferer | 2010-10-26 | 12 | -28/+116 |
| | | |||||
| * | Tooltip: Demo and tests update | jzaefferer | 2010-10-26 | 2 | -9/+15 |
| | | |||||
| * | Tooltip: Added demo for custom animations | jzaefferer | 2010-10-26 | 2 | -0/+56 |
| | | |||||
| * | Tooltip: Update forms demo to programmatic-trigger only | jzaefferer | 2010-10-26 | 1 | -2/+2 |
| | | |||||
| * | Tooltip: Update _init to _create | jzaefferer | 2010-10-26 | 1 | -1/+1 |
| | |