aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* All: Added http://jqueryui.com/about to header comments.Scott González2010-07-1431-32/+32
* Dialog: Verify that we get a string back from .attr( "title" ) before using t...Scott González2010-07-141-0/+4
* Add support for multiple events, along with hoverintent demo. Fixes #3614 - A...jzaefferer2010-07-141-1/+1
* Accordion: Add disabled class to headers and panels to fix styling in IE. Fix...Scott González2010-07-141-7/+11
* Accordion: Animate padding when only showing/hiding a single panel. Fixes #55...Scott González2010-07-141-2/+2
* All: Define a local undefined variable inside the main closure.Scott González2010-07-1331-31/+31
* Accordion: Fixed resize method for autoHeight. Fixes #5406 - autoHeight resiz...Scott González2010-07-131-1/+1
* Accordion: Don't handle hover/focus when disabled. Fixes #5330 - Accordion he...Scott González2010-07-131-5/+18
* Accordion: Prevent the navigation filter from finding multiple elements. Fixe...Scott González2010-07-131-1/+1
* Dialog: add resize call when changing button options for correct height adjus...Jon Palmer2010-07-111-0/+1
* Merge branch 'master' of github.com:jquery/jquery-uiScott González2010-07-091-1/+1
|\
| * Core (widget): don't pass DOM objects to $.fn.add. Fixes #5743 ($.fn.remove d...Samuel Cormier-Iijima2010-07-091-1/+1
* | Updated copyright headers to make it clear that you can choose between MIT an...Scott González2010-07-0931-96/+96
|/
* WhitespaceScott González2010-07-071-1/+0
* WhitespaceScott González2010-07-073-3/+0
* Droppable: Adjust fit tolerance to allow dropping an element exactly the same...Scott González2010-07-061-2/+2
* Slider: Removed redundant call _normValueFromMouse. Fixed #5796 - Slider: Red...tzkuei2010-07-061-1/+0
* Autocomplete: Updated escapeRegex utility based on http://xregexp.com/xregexp.jsjzaefferer2010-07-051-1/+1
* Resizable: Adding missing variable initialization. Fixes #5694 - Invalid refe...eXtreme2010-06-281-1/+1
* Changed comparison to highlight selected date, fixes #5676 (DatePicker Dialog...Alberto Fernández Capel2010-06-141-1/+1
* Resizable: Add missing var declaration to new _reset function/subroutine.Kevin Dalman2010-06-101-1/+1
* Resizable: Patched the alsoResize plugin to fix 2 critical bugs. Fixes #5694 ...ALLPRO2010-06-101-20/+33
* Selectable: moved position absolute and z-index to css. Fixed #4475 - Selecta...Richard D. Worth2010-05-261-2/+0
* Button: Removed ui-button-text-icon class. Added ui-button-text-icon-primary ...Richard D. Worth2010-05-261-3/+3
* Core: Better detection of when core is loaded twice. Fixes #5636 - Load ui.po...Scott González2010-05-191-3/+12
* Prevent autocomplete-menu from closing when clicking 'slowly', eg. a long mou...jzaefferer2010-05-181-1/+7
* Tabs: Removed instances of " .. + (++ .." to avoid a minification bug in clos...Scott González2010-05-171-2/+10
* Selectable: Creation of helper must conform with style guide.adam j. sontag2010-05-131-1/+1
* Selectable: Add default CSS for ui-selectable-helper to CSS framework to allo...adam j. sontag2010-05-131-3/+1
* Datepicker: cleaning up the datepicker open transition. fixed #5609 - Datepic...Paul Irish2010-05-131-2/+2
* Selectable: modified _mouseStart function to unselect event.target if the Jack Hsu2010-05-121-4/+11
* Selectable: modified _mouseStart function to unselect event.target if the Ctr...Jack Hsu2010-05-121-6/+9
* Slider: trim to max and min on UP DOWN LEFT RIGHT. Fixed #5591 - Slider: can ...Richard D. Worth2010-05-111-2/+2
* Datepicker: i18n Polish changed yy-mm-dd to dd.mm.yy. Fixed #5522 - Wrong dat...Richard D. Worth2010-05-111-1/+1
* Slider: fixed step alignment to handle negative fractional values. Fixed #558...Richard D. Worth2010-05-111-3/+3
* Slider: trim value to min and max when page_up or page_down is pressed. Fixed...Richard D. Worth2010-05-111-2/+2
* Datepicker: i18n SK changed firstDay to 1 instead of 0. Fixed #5600 - Datepic...Richard D. Worth2010-05-111-1/+1
* Fix 'this.options is undefined' in sortable by using this instead of selfornicar2010-05-051-1/+1
* Datepicker: avoid ambiguous + ++ in min file. Partial fix for #5576 - invalid...Richard D. Worth2010-05-041-3/+6
* Remove previous text/icon classes when updating buttons.Scott González2010-04-291-4/+4
* Removed case-sensitive .nodeName check. Scott González2010-04-271-3/+1
* Revert "Draggable: Don't use computed style for top and left of position:rela...Richard D. Worth2010-04-231-2/+2
* Autocomplete: Ignore command (left and right/menu/windows), insert, caps lock...Scott González2010-04-231-0/+7
* Core: Added COMMAND/COMMAND_LEFT/WINDOWS, COMMAND_RIGHT/MENU key codes.Scott González2010-04-231-1/+6
* Button: Added missing semicolon.Scott González2010-04-231-1/+1
* Draggable: Don't use computed style for top and left of position:relative ele...Richard D. Worth2010-04-221-2/+2
* Fixed #5532 - Datepicker i18n: Encoding error in Swiss-French (fr-CH) fileRichard D. Worth2010-04-211-6/+6
* Autocomplete: Refactored code for array filtering into $.ui.autocomplete.filt...jzaefferer2010-04-161-5/+7
* sortable: don't call the base widget _setOption for disabled to avoid the ui-...Richard D. Worth2010-04-091-0/+12
* Autocomplete: Track input changes and fire change-event on blur, along with s...jzaefferer2010-04-081-2/+9