| Commit message (Expand) | Author | Age | Files | Lines |
* | Tabs: Added test for abort method. Fixes #7133 - Tabs: Deprecate abort method. | Scott González | 2011-05-09 | 1 | -2/+12 |
* | Tabs: Only trigger tabsload on success. | Scott González | 2011-05-09 | 1 | -2/+5 |
* | Tabs: Add tabsload event tests. | David Petersen | 2011-05-09 | 1 | -2/+60 |
* | Tabs: Added tests for cache option. Fixes #7131 - Tabs: Add beforeload event;... | Scott González | 2011-05-09 | 1 | -2/+28 |
* | Tabs: Added test for ajaxOptions. Partial fix for #7131 - Tabs: Add beforeloa... | Scott González | 2011-05-09 | 1 | -2/+21 |
* | Tabs: Refactored spinner implementation. Fixes #7134 - Tabs: Deprecate spinne... | Scott González | 2011-05-09 | 1 | -26/+11 |
* | Tabs: Added tests for idPrefix, tabTemplate, panelTemplate. Fixes #7139 - Tab... | Scott González | 2011-05-09 | 1 | -8/+37 |
* | Popup and Menubar demos | Jörn Zaefferer | 2011-05-08 | 3 | -599/+0 |
* | Promote menubar and popup to their own top level files | Jörn Zaefferer | 2011-05-07 | 4 | -425/+2 |
* | Popup: Better key handling on trigger, along with a few more TODO comments | Jörn Zaefferer | 2011-05-07 | 1 | -4/+14 |
* | Popup: Improve key handling | Jörn Zaefferer | 2011-05-07 | 1 | -5/+5 |
* | Popup/Tooltip: Fix tab order and add notifications (on select) in | Jörn Zaefferer | 2011-05-07 | 1 | -0/+2 |
* | Popup: If popup is a menu, focus the first menu item, as menubar does. | Jörn Zaefferer | 2011-05-07 | 1 | -0/+4 |
* | Popup: Fix the reopens-issue when clicking the trigger while popup is | Jörn Zaefferer | 2011-05-07 | 1 | -3/+10 |
* | Popup: Rename open flag to isOpen to avoid name conflict with open method. | Jörn Zaefferer | 2011-05-05 | 1 | -4/+4 |
* | Merge pull request #200 from kzys/trac-6704-2 | Scott González | 2011-05-04 | 1 | -0/+8 |
|\ |
|
| * | Datepicker: Remove old "ui-datepicker-multi-N" before add new one. Fixed #670... | Kato Kazuyoshi | 2011-05-05 | 1 | -0/+8 |
* | | Datepicker: Greedy matching in month name. Fixed #7062 - $.datepicker.parseDa... | Kato Kazuyoshi | 2011-05-05 | 2 | -0/+5 |
|/ |
|
* | Menubar: Code formatting. A bit of cleanup: Replace self with that; | Jörn Zaefferer | 2011-05-04 | 1 | -135/+153 |
* | Popup: Also expose open method | Jörn Zaefferer | 2011-05-04 | 1 | -2/+2 |
* | Popup: Prevent SPACE key event on trigger from scrolling the page | Jörn Zaefferer | 2011-05-04 | 1 | -0/+6 |
* | Popup: Rename _close to close and use it when selecting something within a po... | Jörn Zaefferer | 2011-05-04 | 2 | -6/+6 |
* | Popup: Partial fix for closing popup when trigger is clicked again. | Jörn Zaefferer | 2011-05-04 | 1 | -1/+9 |
* | Menubar review | Jörn Zaefferer | 2011-05-04 | 1 | -9/+19 |
* | Popup: Update popup test | Jörn Zaefferer | 2011-05-04 | 1 | -1/+1 |
* | Popup: Add a non-menu popup example | Jörn Zaefferer | 2011-05-03 | 1 | -1/+18 |
* | Effects (blind): direction now accepts up/down/left/right as well as vertical... | gnarf | 2011-05-03 | 2 | -6/+20 |
* | Tabs: Added tests for deprecated select method. Fixes #7138 - Tabs: Deprecate... | Scott González | 2011-05-03 | 1 | -22/+38 |
* | Tabs: Clean up some tests. | Scott González | 2011-05-03 | 2 | -2/+4 |
* | Tabs: Fixed back-compat for selected option. Fixes #7135 - Tabs: Rename selec... | Scott González | 2011-05-03 | 1 | -35/+43 |
* | Tabs: Fixed enabled and disabled methods. Fixes #7142 - Tabs: Deprecate enabl... | Scott González | 2011-05-03 | 1 | -23/+21 |
* | Position: Handled scrolled windows properly with collision: fit. Fixes #7211 ... | Jean-Francois Remy | 2011-05-03 | 1 | -5/+22 |
* | Tooltip: Fix (most) of the unit tests. Not all issues resolved, but | Jörn Zaefferer | 2011-05-02 | 5 | -13/+20 |
* | Fix menu unit tests (regression fron Hans' branch) | Jörn Zaefferer | 2011-05-02 | 1 | -4/+7 |
* | Add simple error handling for domEqual method (was failing for menu, output n... | Jörn Zaefferer | 2011-05-02 | 1 | -0/+4 |
* | Tooltip: Add drop effect to tooltip animations test | Jörn Zaefferer | 2011-05-02 | 1 | -0/+11 |
* | Tooltip: Add visual testpage for animations | Jörn Zaefferer | 2011-05-02 | 1 | -0/+61 |
* | Tabs: Added tests for add and remove events. | Scott González | 2011-04-28 | 1 | -21/+32 |
* | Tabs: Cleaned up add and remove methods. | Scott González | 2011-04-28 | 3 | -41/+66 |
* | Tabs: Added more tests for refresh method and changed the implementation a bit. | Scott González | 2011-04-28 | 1 | -49/+67 |
* | Tabs: Fix issues with refresh method, add refresh method tests | David Petersen | 2011-04-28 | 1 | -8/+31 |
* | Tabs: Fixed disable method and cleaned up tests for enable and disable methods. | Scott González | 2011-04-28 | 3 | -71/+133 |
* | Tabs: enable/disable handle when current state already matches, fix error whe... | David Petersen | 2011-04-28 | 1 | -2/+20 |
* | Merge branch 'master' into menubar | Jörn Zaefferer | 2011-04-26 | 31 | -757/+550 |
|\ |
|
| * | Widget: define a null default for the create callback. | Scott González | 2011-04-25 | 14 | -120/+121 |
| * | Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults. | Scott González | 2011-04-25 | 5 | -33/+52 |
| * | Menu: Drop statis test pages. default was outdated, icons is replaced by actu... | jzaefferer | 2011-04-20 | 2 | -211/+0 |
| * | Menu: Add icons support | jzaefferer | 2011-04-20 | 1 | -3/+41 |
| * | Close popup when blurred and make sure that shift-tab when popup is open | jzaefferer | 2011-04-18 | 1 | -1/+12 |
| * | Accordion tests: Coding standards. | Scott González | 2011-04-15 | 7 | -268/+268 |