aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Progressbar: hide valueDiv when value is 0. Fixes #7231 - valueDiv should be ...Kyle Florence2011-04-091-0/+1
* Sortable: Reverted 56b0da59d71396a740cf48a75902243d561ba186 as #4551 is invalid.Richard Worth2011-04-071-0/+4
* Tabs: Cleaned up _tabId() implementation.Scott González2011-04-051-5/+4
* Tabs: Better handling of active option and various cleanup.Scott González2011-04-051-65/+67
* Tabs: Pass appropriate data for beforeLoad event. Partial fix for #7131 - Tab...Scott González2011-04-051-22/+24
* Tabs: cleanup.Scott González2011-04-041-11/+16
* Tabs: Pass appropriate data for activate event. Fixes #7137 - Tabs: Rename sh...Scott González2011-04-041-29/+39
* Tabs: Properly handle switching from active: false.Scott González2011-04-041-3/+3
* Accordion: When simulating events, make sure we use DOM elements, not jQuery ...Scott González2011-04-041-1/+1
* Accordion: Pass original event in beforeActivate event.Scott González2011-04-041-1/+1
* Tabs: Pass appropriate data for beforeActivate event. Fixes #7136 - Tabs: Ren...Scott González2011-04-041-40/+53
* Datepicker: Only generate yearshtml once. Fixes #7176 - Datepicker shows only...Scott González2011-04-041-34/+36
* Merge branch 'tabs_1.9' of https://github.com/petersendidit/jquery-ui into pe...Scott González2011-03-291-444/+745
|\
| * Tabs: CSS Consistency Updates. Fixes #7146 Tabs: CSS Consistency UpdatesDavid Petersen2011-03-291-27/+25
| * Tabs: Deprecate cookie option. Fixes #7144 Tabs: Deprecate cookie optionDavid Petersen2011-03-281-33/+54
| * Tabs: Deprecate select method. Fixes #7138 Tabs: Deprecate select methodDavid Petersen2011-03-281-36/+63
| * Tabs: Rename select event to beforeActivate. Fixes #7136 Tabs: Rename select ...David Petersen2011-03-271-7/+10
| * Tabs: Rename show event to activate. Fixes #7137 Tabs: Rename show event to a...David Petersen2011-03-271-7/+25
| * Tabs: Rename selected option to active. Fixes #7135 Tabs: Rename selected opt...David Petersen2011-03-271-26/+58
| * Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options) Fix...David Petersen2011-03-271-16/+36
| * Tabs: Deprecate url method; use aria-controls instead of title to specify pan...David Petersen2011-03-271-37/+50
| * Use this.running to know if we are still in process of showing/hidding a tabDavid Petersen2011-03-261-6/+13
| * Tabs: split up _tabify, create refresh method. Fixes #7140 Tabs: Add refresh ...David Petersen2011-03-261-119/+159
| * Tabs: Deprecate the length method. Fixes #7143 Tabs: Deprecate the length methodDavid Petersen2011-03-261-4/+6
| * Tabs: Deprecate add and remove methods Fixes #7141 Tabs: Deprecate add and re...David Petersen2011-03-261-78/+85
| * Tabs: Deprecate enable and disable events. Fixes #7142 Tabs: Deprecate enable...David Petersen2011-03-261-4/+41
| * Tabs: Deprecate spinner option. Fixes #7134 Tabs: Deprecate spinner optionDavid Petersen2011-03-261-19/+32
| * Tabs: Deprecate abort method. Fixes #7133 Tabs: Deprecate abort methodDavid Petersen2011-03-261-23/+29
| * Tabs: Add beforeload event; deprecate ajaxOptions and cache options. Fixes #7...David Petersen2011-03-261-49/+101
| * Tabs: Split out event handler, showtab, hidetab, resetStyle to their own methodsDavid Petersen2011-03-261-111/+116
* | Core: Fixed spacing.Scott González2011-03-291-3/+3
* | Slider: Properly handle value and value methods as setters. Fixes #4881 - Sli...Scott González2011-03-281-0/+2
* | Autocomplete: changed autoFocus default back to false. Reverts #7042 - Autoco...Richard Worth2011-03-281-1/+1
|/
* Widget: Allow setting individual properties of deep options. Fixes #7035 - Wi...Scott González2011-03-241-3/+18
* Widget: Deprecated use of metadata plugin. Fixes #7191 - Widget: Deprecate us...Scott González2011-03-231-3/+8
* Accordion: Added missing semicolon.Scott González2011-03-231-1/+1
* Widget: Maintain stack when a method returns a jQuery object. Fixes #5732 - W...Scott González2011-03-221-1/+3
* Autocomplete: Added response event. Fixes #6777 - Autocomplete callback when ...Scott González2011-03-221-1/+4
* Position: Coding standards.Scott González2011-03-221-25/+29
* Position: Merged offset option into my and at options and added support for p...Scott González2011-03-221-13/+77
* Merge branch 'remove-spinner-output' of https://github.com/ajpiano/jquery-uiScott González2011-03-221-1/+0
|\
| * Spinner: Remove debugging output that appends directly to the body from mouse...adam j. sontag2011-03-211-1/+0
* | Spinner: Set the widgetEventPrefix to "spin" as per the spec.adam j. sontag2011-03-211-0/+1
|/
* Position: Fixed typo.Scott González2011-03-211-1/+1
* Position: Removed unused refenrece to $.fn.offset.Scott González2011-03-211-2/+1
* Merge branch 'tabs_4386' of https://github.com/petersendidit/jquery-uiScott González2011-03-211-21/+41
|\
| * Tabs: Fix disable and enable methods to correctly handle when index is undefi...David Petersen2011-03-211-21/+41
* | Restructured if/else's for better readabilityGiovanni Giacobbi2011-03-201-11/+7
* | Datepicker: Changed a comment that causes problems with YUI Compressor. Fixes...Scott González2011-03-181-1/+1
* | Menu: Close submenu on ESCAPE keypressjzaefferer2011-03-171-0/+6