Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -0/+53 |
| | | | | _super() and _superApply() for easy access to parent methods. | ||||
* | Accordion: Renamed resize method to refresh. Fixes #6838 - Accordion: Rename ↵ | Scott González | 2011-01-14 | 1 | -2/+2 |
| | | | | resize method to refresh. | ||||
* | Accordion: Moved handling for programmatically collapsing the accordion out ↵ | Scott González | 2011-01-13 | 1 | -1/+1 |
| | | | | of the event handler. Modified event handler to not change the active option until after it determines that the event is valid. | ||||
* | Accordion: First pass at deprecating the activate method. Renamed ↵ | Scott González | 2011-01-11 | 4 | -8/+8 |
| | | | | _clickHandler to _eventHandler and removed extraneous parameter. Updated all tests to use the option methods instead of the activate method. | ||||
* | Accordion: Deprecated icons.headerSelected in favor of icons.activeHeader. ↵ | Alex Dovenmuehle | 2011-01-11 | 2 | -1/+20 |
| | | | | Fixes #6834 - Accordion: Change icons.headerSelected to icons.activeHeader. | ||||
* | Fixed references to jQuery. | Scott González | 2011-01-10 | 1 | -1/+1 |
| | |||||
* | Fixed bad references to jQuery-1.4.4.js | jzaefferer | 2010-12-22 | 1 | -1/+1 |
| | |||||
* | Merge remote branch 'origin/tooltip' | jzaefferer | 2010-12-22 | 8 | -22/+220 |
|\ | | | | | | | | | | | | | Conflicts: demos/autocomplete/combobox.html demos/index.html tests/unit/index.html | ||||
| * | Tooltip: Implementing event delegation support. | jzaefferer | 2010-10-26 | 3 | -2/+8 |
| | | |||||
| * | Tooltip: Demo and tests update | jzaefferer | 2010-10-26 | 1 | -0/+9 |
| | | |||||
| * | Tooltip: Removing tooltipClass option; use ↵ | jzaefferer | 2010-10-26 | 2 | -14/+0 |
| | | | | | | | | .tooltip("widget").addClass("whatever") instead | ||||
| * | Tooltip: Unit tests cleanup | jzaefferer | 2010-10-26 | 2 | -15/+30 |
| | | |||||
| * | Use pushStack in tooltip's widget method. See #5732 | jzaefferer | 2010-07-30 | 1 | -0/+7 |
| | | |||||
| * | Merge commit '1.8.1' into tooltip | jzaefferer | 2010-04-21 | 20 | -100/+226 |
| |\ | |||||
| * | | Tooltip: Unit tests for tooltip and a fix to pass through event objects to ↵ | jzaefferer | 2010-04-15 | 8 | -21/+197 |
| | | | | | | | | | | | | triggered events | ||||
| * | | Revert "Position unit tests: Add module for testswarm to run all tests" | jzaefferer | 2010-04-14 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | This reverts commit 50fe1d04fc60d57507aa949f585b06a2bcf3aec1. Should have been commited to master, not tooltip branch. | ||||
| * | | Position unit tests: Add module for testswarm to run all tests | jzaefferer | 2010-04-13 | 1 | -0/+2 |
| | | | |||||
* | | | Merge remote branch 'origin/menu' | jzaefferer | 2010-12-22 | 8 | -0/+179 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/autocomplete/categories.html demos/autocomplete/combobox.html demos/autocomplete/custom-data.html demos/autocomplete/default.html demos/autocomplete/folding.html demos/autocomplete/multiple-remote.html demos/autocomplete/multiple.html demos/autocomplete/remote-jsonp.html demos/autocomplete/remote-with-cache.html demos/autocomplete/remote.html demos/autocomplete/xml.html demos/button/splitbutton.html demos/index.html tests/visual/menu/nested.html themes/base/jquery.ui.autocomplete.css ui/jquery.ui.autocomplete.js | ||||
| * | | | Menu: Implemented destroy method and disabled option, modified test to pass ↵ | jzaefferer | 2010-06-18 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | html-compare-destroy test and extended default visual test for testing destroy and disabled features | ||||
| * | | | Menu:the first set of unit test files. | dominiquevincent | 2010-05-06 | 7 | -0/+178 |
| | | | | | | | | | | | | | | | | Signed-off-by: dominiquevincent <dominique.vincent@toitl.com> | ||||
| * | | | Menu: Extracted menu code from autocomplete, updated all dependencies | jzaefferer | 2010-04-21 | 1 | -0/+1 |
| | |/ | |/| | |||||
* | | | Merge remote branch 'origin/spinner' | jzaefferer | 2010-12-22 | 6 | -0/+601 |
|\ \ \ | |||||
| * | | | Spinner: Refactored reading htlm5 attributes option init | jzaefferer | 2010-10-28 | 1 | -3/+3 |
| | | | | |||||
| * | | | Slider: Some more refactoring and cleanup | jzaefferer | 2010-10-26 | 1 | -6/+6 |
| | | | | |||||
| * | | | Slider: Some more test suite improvements | jzaefferer | 2010-10-26 | 2 | -7/+3 |
| | | | | |||||
| * | | | Spinner: Changed default for numberformat to null. Fixed disabled option to ↵ | jzaefferer | 2010-10-26 | 6 | -398/+144 |
| | | | | | | | | | | | | | | | | not prevent changing value via step and page methods. OVerhauled testsuite. | ||||
| * | | | Slider: Update to latest mousewheel plugin | jzaefferer | 2010-10-26 | 1 | -2/+2 |
| | | | | |||||
| * | | | Spinner: Fix value option initalization | jzaefferer | 2010-10-25 | 3 | -8/+24 |
| | | | | |||||
| * | | | Spinner: More cleanup | jzaefferer | 2010-10-24 | 2 | -302/+2 |
| | | | | |||||
| * | | | Spinner: Some code and test cleanup | jzaefferer | 2010-10-24 | 3 | -20/+3 |
| | | | | |||||
| * | | | Importing spinner unit tests | jzaefferer | 2010-10-22 | 6 | -0/+1160 |
| | | | | |||||
* | | | | Accordion: Move code for deprecated height options into an extension at the ↵ | Scott González | 2010-12-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | bottom of the plugin. | ||||
* | | | | Accordion: Added test for heightStyle: fill with absolutely positioned sibling. | Scott González | 2010-12-19 | 1 | -2/+4 |
| | | | | |||||
* | | | | Accordion: API Redesign. Made style changes and changed 'fill' ↵ | Alex Dovenmuehle | 2010-12-17 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | implementation to use $.siblings() | ||||
* | | | | Accordion: API Redesign. Merged autoHeight, fillSpace, and clearStyle into a ↵ | Alex Dovenmuehle | 2010-12-16 | 1 | -0/+27 |
| | | | | | | | | | | | | | | | | new option called heightStyle | ||||
* | | | | Tabs: Removed rotate method. Fixes #5939 - Tabs: Remove rotation. | Scott González | 2010-12-10 | 1 | -4/+0 |
| | | | | |||||
* | | | | Accordion: Added .ui-accordion-heading class to header's first child. Fixes ↵ | Alex Dovenmuehle | 2010-12-10 | 4 | -13/+20 |
| | | | | | | | | | | | | | | | | #6743 - Accordion: Add .ui-accordion-heading class. | ||||
* | | | | Dialog: Removed handling of deprecated beforeclose option. Fixes #5100 - ↵ | Scott González | 2010-12-10 | 1 | -32/+0 |
| | | | | | | | | | | | | | | | | Dialog: remove deprecated dialog option beforeclose. | ||||
* | | | | Widget: Throw errors for invalid method calls. Fixes #5972 - Widget: Throw ↵ | Scott González | 2010-12-10 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | error for non-existent method calls. | ||||
* | | | | Revert "Dialog: Moved the default value for the position.of option inside ↵ | Scott González | 2010-12-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | the _position() method to avoid a bug in jQuery 1.3.2. Fixes #6030 - ui.dialog with jQuery 1.3.2 causes RangeError." This reverts commit 22671ad4f8e3e2e921c27bd2933fa088950abf2f. | ||||
* | | | | Dialog: Moved the default value for the position.of option inside the ↵ | Scott González | 2010-12-08 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | _position() method to avoid a bug in jQuery 1.3.2. Fixes #6030 - ui.dialog with jQuery 1.3.2 causes RangeError. This should be reverted in jQuery UI 1.9. | ||||
* | | | | Tabs: Added context to global selectors. Fixed #6710 - tabs module uses ↵ | saks | 2010-12-07 | 1 | -0/+21 |
| | | | | | | | | | | | | | | | | global selectors instead of local to "this.element" element. | ||||
* | | | | 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 ↵ | pheiberg | 2010-11-22 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | #6671 - setDate manipulates its argument | ||||
* | | | | Lossless compression of all non-theme images using ImageOptim | Phillip Barnes | 2010-11-19 | 3 | -0/+0 |
| | | | | |||||
* | | | | Datepicker: Fixed parsing of single y character for date formats. Fixes ↵ | pheiberg | 2010-11-18 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | #6659 - Datepicker: Date format ymmdd not parsed correctly. | ||||
* | | | | Buttonset: Added items option and removed visible filter for adding rounded ↵ | Scott González | 2010-11-12 | 1 | -7/+15 |
| | | | | | | | | | | | | | | | | corners. Fixes #6262 - buttonset not applying ui-corner to invisible elements. | ||||
* | | | | Upgraded jQuery to 1.4.4. | Scott González | 2010-11-12 | 18 | -18/+18 |
| | | | |