Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Menu: Update menubar to use menu instead of removed flyoutmenu. | jzaefferer | 2011-02-24 | 2 | -11/+16 | |
| | ||||||
* | Menu: Integrated flyoutmenu into menu, and moved flyoutmenu.html | jzaefferer | 2011-02-24 | 4 | -244/+79 | |
| | | | | testmenu into contextmenu.html | |||||
* | Menu: Update autocomplete to use deactivate and check for focus class | jzaefferer | 2011-02-24 | 1 | -2/+19 | |
| | ||||||
* | Menu: Refactoring flyout menu in prepartion for merging into menu | jzaefferer | 2011-02-24 | 1 | -10/+6 | |
| | ||||||
* | Menu: Fix filter matching to work with flyout menu | jzaefferer | 2011-02-24 | 1 | -39/+2 | |
| | ||||||
* | Menu: Move item matching code into menu | jzaefferer | 2011-02-24 | 2 | -33/+3 | |
| | ||||||
* | Menu: Get rid of .css(top:0,left:0) workaround, not necessary anymore | jzaefferer | 2011-02-24 | 4 | -15/+2 | |
| | ||||||
* | Menu: Rename activate to focus and deactivate to blur method | jzaefferer | 2011-02-24 | 3 | -6/+6 | |
| | ||||||
* | Menu: Add some testing for ensure that id-attributes aren't overwritten. | jzaefferer | 2011-02-23 | 1 | -6/+6 | |
| | ||||||
* | Menu: Test page for table-based menu (hackity hack) | jzaefferer | 2011-02-23 | 1 | -0/+67 | |
| | ||||||
* | Menu: Introducing position option into flyout menu | jzaefferer | 2011-02-23 | 2 | -8/+30 | |
| | ||||||
* | Menu: Rename nested.html to flyoutmenu.html, updated headers | jzaefferer | 2011-02-22 | 4 | -14/+8 | |
| | ||||||
* | Menu: Overhauled menubar, again starting with Michael Lang's fork. Added | jzaefferer | 2011-02-22 | 3 | -50/+129 | |
| | | | | | | working keyboard navigation, including nested menus. Still need to properly style the menu buttons, e.g. highlight the button of the currently open menu. | |||||
* | Menu: Escape characters for RegExp matching for keyboard item matching. | jzaefferer | 2011-02-22 | 1 | -3/+5 | |
| | ||||||
* | Menu: Overhauled nested menu via flyoutmenu.js backported from Michael | jzaefferer | 2011-02-22 | 3 | -142/+175 | |
| | | | | | Lang's fork. Changed key input handling by setting focus to menu, getting rid of input option. | |||||
* | Menu: Fix visual test to use select event (was selected) | jzaefferer | 2011-02-21 | 1 | -1/+1 | |
| | ||||||
* | Compound visual test: Added missing reference to autocomplete. | Scott González | 2011-01-10 | 1 | -1/+2 | |
| | ||||||
* | 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 | 2 | -2/+2 | |
| | ||||||
* | Fixed bad references to jQuery-1.4.4.js | jzaefferer | 2010-12-22 | 2 | -2/+2 | |
| | ||||||
* | Merge remote branch 'origin/tooltip' | jzaefferer | 2010-12-22 | 6 | -3/+441 | |
|\ | | | | | | | | | | | | | Conflicts: demos/autocomplete/combobox.html demos/index.html tests/unit/index.html | |||||
| * | Tooltip: Implementing event delegation support. | jzaefferer | 2010-10-26 | 1 | -20/+25 | |
| | | ||||||
| * | Tooltip: Demo and tests update | jzaefferer | 2010-10-26 | 1 | -9/+6 | |
| | | ||||||
| * | Tooltip: Adding another ajax example to visual testcase. Fixing async ↵ | jzaefferer | 2010-10-21 | 1 | -0/+21 | |
| | | | | | | | | response handling (taking IE cached response quirk into account) and simplifying fade animations a ton. | |||||
| * | Tooltip: Enhanced visual test to include a few more buttons and a high ↵ | jzaefferer | 2010-05-15 | 1 | -5/+14 | |
| | | | | | | | | element to get a scrollbar | |||||
| * | The accidental merge of tooltip into master was reverted in master, that ↵ | jzaefferer | 2010-04-08 | 6 | -3/+409 | |
| | | | | | | | | revert got merged back into tooltip; now reverting that revert to get the tooltip stuff back, should then make it easy to merge into master once tooltip is done | |||||
* | | Merge remote branch 'origin/menu' | jzaefferer | 2010-12-22 | 10 | -82/+168 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: Refactored next/previousPage logic and activate-scrolling, improved much! | jzaefferer | 2010-10-28 | 1 | -1/+0 | |
| | | | ||||||
| * | | Menu: Implemented destroy method and disabled option, modified test to pass ↵ | jzaefferer | 2010-06-18 | 1 | -5/+21 | |
| | | | | | | | | | | | | html-compare-destroy test and extended default visual test for testing destroy and disabled features | |||||
| * | | First attempt at a menubar | jzaefferer | 2010-04-30 | 1 | -0/+94 | |
| | | | ||||||
| * | | Renamed menu event selected to select to be consistent with naming ↵ | jzaefferer | 2010-04-30 | 3 | -6/+6 | |
| | | | | | | | | | | | | conventions, already updated spec on wiki | |||||
| * | | First attempt at integrating key handling into menu | jzaefferer | 2010-04-30 | 4 | -64/+24 | |
| | | | ||||||
| * | | Added themeswitcher to drilldown test | jzaefferer | 2010-04-30 | 1 | -0/+7 | |
| | | | ||||||
| * | | Need to pass-through event arg to activate method | jzaefferer | 2010-04-30 | 1 | -1/+1 | |
| | | | ||||||
| * | | Added menu statics and visual tests to index files | jzaefferer | 2010-04-30 | 1 | -0/+8 | |
| | | | ||||||
| * | | Menu: Extracted menu code from autocomplete, updated all dependencies | jzaefferer | 2010-04-21 | 8 | -6/+8 | |
| |/ | ||||||
* | | Merge remote branch 'origin/spinner' | jzaefferer | 2010-12-22 | 2 | -0/+44 | |
|\ \ | ||||||
| * | | Spinner: Added Themeswitcher to visual testpage | jzaefferer | 2010-12-01 | 1 | -0/+7 | |
| | | | ||||||
| * | | Spinner: Add spinner to visual tests index page | jzaefferer | 2010-12-01 | 1 | -0/+1 | |
| | | | ||||||
| * | | Spinner: Visual test page for events | jzaefferer | 2010-10-27 | 1 | -0/+36 | |
| | | | ||||||
* | | | Merge remote branch 'Adovenmuehle/master' into accordion-height | Scott González | 2010-12-19 | 1 | -0/+1 | |
|\ \ \ | ||||||
| * | | | Accordion: API Redesign. Merged autoHeight, fillSpace, and clearStyle into a ↵ | Alex Dovenmuehle | 2010-12-16 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | new option called heightStyle | |||||
* | | | | addClass: Added visual test page for animation queueing. | Scott González | 2010-12-17 | 1 | -0/+50 | |
|/ / / | ||||||
* | | | Lossless compression of all non-theme images using ImageOptim | Phillip Barnes | 2010-11-19 | 1 | -0/+0 | |
| | | | ||||||
* | | | Upgraded jQuery to 1.4.4. | Scott González | 2010-11-12 | 145 | -145/+145 | |
|/ / | ||||||
* | | Upgraded jQuery to 1.4.3. | Scott González | 2010-10-21 | 145 | -145/+145 | |
| | | ||||||
* | | External: Updated bgiframe to 2.1.2. Fixes #6190 - Dialog demos don't work ↵ | Scott González | 2010-10-19 | 12 | -12/+12 | |
| | | | | | | | | in IE9 because of bgiframe. | |||||
* | | Position: Added visual test for flipping with margin and box-shadow. | Scott González | 2010-09-03 | 1 | -0/+43 | |
| | | ||||||
* | | Improving visual testcase for position. Partial fix for #5284 - Position: ↵ | jzaefferer | 2010-07-30 | 1 | -15/+17 | |
| | | | | | | | | Smarter collision detection | |||||
* | | Menu: float .ui-menu since all .ui-menu-item elements are floated. Fixes ↵ | Scott González | 2010-07-19 | 2 | -2/+2 | |
| | | | | | | | | #5691 - wrong menu size calculation in webkit browsers (Autocomplete). |