Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tabs: enable/disable handle when current state already matches, fix error ↵ | David Petersen | 2011-04-28 | 1 | -1/+9 |
| | | | | when disabled = true and enable gets called | ||||
* | Tabs: simplify disabled logic | David Petersen | 2011-04-28 | 1 | -46/+40 |
| | |||||
* | Tabs: Make sure prototype.url is defined before trying to shim it | David Petersen | 2011-04-28 | 1 | -8/+9 |
| | |||||
* | Class Animation: Use .attr( "class" ) instead of .attr( "className" ) and ↵ | Scott González | 2011-04-27 | 1 | -25/+24 |
| | | | | adjust the queueing logic for jQuery 1.6 compatibility. Fixes #7275 - $.effects.animateClass broken in jQuery 1.6." | ||||
* | Merge branch 'master' into menubar | Jörn Zaefferer | 2011-04-26 | 5 | -10/+38 |
|\ | | | | | | | | | Conflicts: ui/jquery.ui.menu.js | ||||
| * | Widget: define a null default for the create callback. | Scott González | 2011-04-25 | 1 | -1/+4 |
| | | |||||
| * | Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults. | Scott González | 2011-04-25 | 3 | -5/+25 |
| | | |||||
| * | Menu: Add ui-state-active to parent item when submenu item receives focus. | jzaefferer | 2011-04-23 | 1 | -2/+3 |
| | | |||||
| * | Menu: Add icons support | jzaefferer | 2011-04-20 | 1 | -1/+4 |
| | | |||||
| * | Menu: Make keyboard focus matching take submenus into account | jzaefferer | 2011-04-20 | 1 | -2/+2 |
| | | |||||
* | | Fix collapsing submenus issue | Hans Hillen | 2011-04-22 | 1 | -3/+1 |
| | | |||||
* | | Prevent branch menuitems from firing select event | Hans Hillen | 2011-04-22 | 1 | -2/+9 |
| | | |||||
* | | Fix "menubar does not collapse when clicking on other menubar" + minor changes | Hans Hillen | 2011-04-18 | 1 | -0/+1 |
| | | |||||
* | | ARIA & Focus changes to menu, specifically to how aria-activedescendant is ↵ | Hans Hillen | 2011-04-15 | 1 | -30/+43 |
|/ | | | | handled | ||||
* | Datepicker: Fixed Slovak locale. Fixes #7254 - Datepicker: Incorrect day ↵ | Lopo | 2011-04-15 | 1 | -1/+1 |
| | | | | name for Slovak localization. | ||||
* | Datepicker: Fixed dateFormat for nl locale. Fixes #7250 - Datepicker: ↵ | Scott González | 2011-04-15 | 1 | -1/+1 |
| | | | | Incorrect dateFormat in jquery.ui.datepicker-nl.js. | ||||
* | Overhaul tooltip implementation. Avoid queuing and other problems by | jzaefferer | 2011-04-13 | 1 | -62/+68 |
| | | | | | | | | | creating the tooltip element on the fly, never reusing it. Use aria-describedby attribute to find the associated tooltip again. Allows customizing animations much easier (just replace fadeIn/fadeOut), still open. Updated demos and visual test to replace now-missing .widget() method. Added tooltipClass for that. | ||||
* | Tabs: Fixed issues with collapsible and active options. | Scott González | 2011-04-11 | 1 | -0/+10 |
| | |||||
* | Progressbar: hide valueDiv when value is 0. Fixes #7231 - valueDiv should be ↵ | Kyle Florence | 2011-04-09 | 1 | -0/+1 |
| | | | | hidden when value is at 0% | ||||
* | Sortable: Reverted 56b0da59d71396a740cf48a75902243d561ba186 as #4551 is invalid. | Richard Worth | 2011-04-07 | 1 | -0/+4 |
| | |||||
* | Tabs: Cleaned up _tabId() implementation. | Scott González | 2011-04-05 | 1 | -5/+4 |
| | |||||
* | Tabs: Better handling of active option and various cleanup. | Scott González | 2011-04-05 | 1 | -65/+67 |
| | |||||
* | Tabs: Pass appropriate data for beforeLoad event. Partial fix for #7131 - ↵ | Scott González | 2011-04-05 | 1 | -22/+24 |
| | | | | Tabs: Add beforeload event; deprecate ajaxOptions and cache options. | ||||
* | Tabs: cleanup. | Scott González | 2011-04-04 | 1 | -11/+16 |
| | |||||
* | Tabs: Pass appropriate data for activate event. Fixes #7137 - Tabs: Rename ↵ | Scott González | 2011-04-04 | 1 | -29/+39 |
| | | | | show event to activate. | ||||
* | Tabs: Properly handle switching from active: false. | Scott González | 2011-04-04 | 1 | -3/+3 |
| | |||||
* | Accordion: When simulating events, make sure we use DOM elements, not jQuery ↵ | Scott González | 2011-04-04 | 1 | -1/+1 |
| | | | | objects. | ||||
* | Accordion: Pass original event in beforeActivate event. | Scott González | 2011-04-04 | 1 | -1/+1 |
| | |||||
* | Tabs: Pass appropriate data for beforeActivate event. Fixes #7136 - Tabs: ↵ | Scott González | 2011-04-04 | 1 | -40/+53 |
| | | | | Rename select event to beforeActivate. | ||||
* | Datepicker: Only generate yearshtml once. Fixes #7176 - Datepicker shows ↵ | Scott González | 2011-04-04 | 1 | -34/+36 |
| | | | | only single year in year dropdown if numberOfMonths > 1. | ||||
* | Merge branch 'tabs_1.9' of https://github.com/petersendidit/jquery-ui into ↵ | Scott González | 2011-03-29 | 1 | -444/+745 |
|\ | | | | | | | petersendidit-tabs | ||||
| * | Tabs: CSS Consistency Updates. Fixes #7146 Tabs: CSS Consistency Updates | David Petersen | 2011-03-29 | 1 | -27/+25 |
| | | |||||
| * | Tabs: Deprecate cookie option. Fixes #7144 Tabs: Deprecate cookie option | David Petersen | 2011-03-28 | 1 | -33/+54 |
| | | |||||
| * | Tabs: Deprecate select method. Fixes #7138 Tabs: Deprecate select method | David Petersen | 2011-03-28 | 1 | -36/+63 |
| | | |||||
| * | Tabs: Rename select event to beforeActivate. Fixes #7136 Tabs: Rename select ↵ | David Petersen | 2011-03-27 | 1 | -7/+10 |
| | | | | | | | | event to beforeActivate | ||||
| * | Tabs: Rename show event to activate. Fixes #7137 Tabs: Rename show event to ↵ | David Petersen | 2011-03-27 | 1 | -7/+25 |
| | | | | | | | | activate | ||||
| * | Tabs: Rename selected option to active. Fixes #7135 Tabs: Rename selected ↵ | David Petersen | 2011-03-27 | 1 | -26/+58 |
| | | | | | | | | option to active | ||||
| * | Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options) ↵ | David Petersen | 2011-03-27 | 1 | -16/+36 |
| | | | | | | | | Fixes #7139 Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options) | ||||
| * | Tabs: Deprecate url method; use aria-controls instead of title to specify ↵ | David Petersen | 2011-03-27 | 1 | -37/+50 |
| | | | | | | | | panels. Fixes #7132 Tabs: Deprecate url method; use aria-controls instead of title to specify panels | ||||
| * | Use this.running to know if we are still in process of showing/hidding a tab | David Petersen | 2011-03-26 | 1 | -6/+13 |
| | | |||||
| * | Tabs: split up _tabify, create refresh method. Fixes #7140 Tabs: Add refresh ↵ | David Petersen | 2011-03-26 | 1 | -119/+159 |
| | | | | | | | | method | ||||
| * | Tabs: Deprecate the length method. Fixes #7143 Tabs: Deprecate the length method | David Petersen | 2011-03-26 | 1 | -4/+6 |
| | | |||||
| * | Tabs: Deprecate add and remove methods Fixes #7141 Tabs: Deprecate add and ↵ | David Petersen | 2011-03-26 | 1 | -78/+85 |
| | | | | | | | | remove methods | ||||
| * | Tabs: Deprecate enable and disable events. Fixes #7142 Tabs: Deprecate ↵ | David Petersen | 2011-03-26 | 1 | -4/+41 |
| | | | | | | | | enable and disable events | ||||
| * | Tabs: Deprecate spinner option. Fixes #7134 Tabs: Deprecate spinner option | David Petersen | 2011-03-26 | 1 | -19/+32 |
| | | |||||
| * | Tabs: Deprecate abort method. Fixes #7133 Tabs: Deprecate abort method | David Petersen | 2011-03-26 | 1 | -23/+29 |
| | | |||||
| * | Tabs: Add beforeload event; deprecate ajaxOptions and cache options. Fixes ↵ | David Petersen | 2011-03-26 | 1 | -49/+101 |
| | | | | | | | | #7131 Tabs: Add beforeload event; deprecate ajaxOptions and cache options | ||||
| * | Tabs: Split out event handler, showtab, hidetab, resetStyle to their own methods | David Petersen | 2011-03-26 | 1 | -111/+116 |
| | | |||||
* | | Core: Fixed spacing. | Scott González | 2011-03-29 | 1 | -3/+3 |
| | | |||||
* | | Slider: Properly handle value and value methods as setters. Fixes #4881 - ↵ | Scott González | 2011-03-28 | 1 | -0/+2 |
| | | | | | | | | Slider: value and values methods as setters aren't chainable. |