aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Accordion: Default accordion to 100% width. Fixes #4615 - Accordion display ↵Scott González2010-07-141-0/+2
| | | | problems in IE6/7 on panel close.
* Accordion: Animate padding when only showing/hiding a single panel. Fixes ↵Scott González2010-07-141-2/+2
| | | | #5540 - Accordion: Jumpy animation when opening a panel after closing all.
* 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 ↵Scott González2010-07-131-1/+1
| | | | resize not working.
* Accordion: Don't handle hover/focus when disabled. Fixes #5330 - Accordion ↵Scott González2010-07-131-5/+18
| | | | headers still show rollover when disabled.
* Accordion: Prevent the navigation filter from finding multiple elements. ↵Scott González2010-07-131-1/+1
| | | | Fixes #4889 - Navigation parameter can open multiple sections.
* Dialog: add resize call when changing button options for correct height ↵Jon Palmer2010-07-111-0/+1
| | | | adjustment. Fixes remaining issues in #4846 - Setting Dialog height shorter after init hides button pane
* 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 ↵Samuel Cormier-Iijima2010-07-091-1/+1
| | | | | | | | does not trigger remove event for <select>s)
* | Updated copyright headers to make it clear that you can choose between MIT ↵Scott González2010-07-0934-108/+113
|/ | | | and GPLv2. Also added a link to http://jquery.org/license.
* Dialog: Fixed reference to bgiframe.Scott González2010-07-081-1/+1
|
* 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 ↵Scott González2010-07-061-2/+2
| | | | same size as the droppable area. Fixed #5689 - Droppable tolerance fit feature.
* Slider: Removed redundant call _normValueFromMouse. Fixed #5796 - Slider: ↵tzkuei2010-07-061-1/+0
| | | | Redundant call to _normValueFromMouse
* Autocomplete: Updated escapeRegex utility based on http://xregexp.com/xregexp.jsjzaefferer2010-07-051-1/+1
|
* Resizable: Adding missing variable initialization. Fixes #5694 - Invalid ↵eXtreme2010-06-281-1/+1
| | | | reference in UI Resizable hack for Opera.
* Autocomplete: Update cursor position in multiple demos in IE. Fixes #5761 - ↵jzaefferer2010-06-232-0/+14
| | | | Autocomplete: multiple demos need extra IE handling for cursor position
* Build: rename themes zip file and embedded folder. Fixed #5670 - Build: ↵jzaefferer2010-06-231-3/+3
| | | | themes zip named incorrectly
* Build: Include folders for themes and googlecdn builds. Fixed #5759 Build: ↵jzaefferer2010-06-231-2/+5
| | | | all zips should contain folder at root named same as zip
* Build: Remove googlecdn target from default target, as that requires ↵jzaefferer2010-06-231-1/+1
| | | | themes-target to run first, which requires updated downloadbuilder
* Dialog demo: Remove reference to obsolete overlay option.Scott González2010-06-141-1/+1
|
* Changed comparison to highlight selected date, fixes #5676 (DatePicker ↵Alberto Fernández Capel2010-06-141-1/+1
| | | | Dialog defaultDate incorrect behaviour)
* 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
| | | | - Invalid reference in UI Resizable hack for Opera. Fixes #5662/5695/3842 - When resizing from top or left edge, Dialog adds top/left CSS values to content element. Enhances Dialog - Allows dialog-content to have position:relative to 'contain' floated and positioned elements. Bug Demo for #5662 - http://layout.jquery-dev.net/samples/ui_dialog_bug.html
* Build: create themes.zip as part of themes-download targetjzaefferer2010-05-311-5/+8
|
* Build: Download docs directly to dist folderjzaefferer2010-05-311-5/+1
|
* Build: Finished themes-download targetjzaefferer2010-05-313-18/+25
|
* Datepicker: Added visual test for #5676 - DatePicker Dialog defaultDate ↵Richard D. Worth2010-05-301-0/+30
| | | | incorrect behaviour
* Build: automate theme downloading, first draftjzaefferer2010-05-282-1/+24
|
* Selectable: moved position absolute and z-index to css. Fixed #4475 - ↵Richard D. Worth2010-05-262-3/+1
| | | | Selectable helper has z-index hard coded
* Button: Removed ui-button-text-icon class. Added ui-button-text-icon-primary ↵Richard D. Worth2010-05-264-39/+67
| | | | and ui-button-text-icon-secondary classes. Fixed #5382 - Button: specifying only a secondary icon for the button widget locates the icon on the left
* Visual test for #5382 - Button: specifying only a secondary icon for the ↵jzaefferer2010-05-261-1/+2
| | | | button widget locates the icon on the left
* Draggable, Resizable: ticket: #5335 - visual testCarl Fürstenberg2010-05-231-57/+47
| | | | | reduced test to the relevant parts, also fix things pointed out by rdworth
* Draggable, Resizable: ticket: #5335 - visual testCarl Fürstenberg2010-05-231-0/+62
|
* Updating the master version to 1.9preRichard D. Worth2010-05-201-1/+1
|
* Tagging the 1.8.2 release.1.8.2Richard D. Worth2010-05-201-1/+1
|
* Core: Better detection of when core is loaded twice. Fixes #5636 - Load ↵Scott González2010-05-191-3/+12
| | | | ui.position before ui.core couse ui.core not execute.
* Prevent autocomplete-menu from closing when clicking 'slowly', eg. a long ↵jzaefferer2010-05-181-1/+7
| | | | mousedown. Fix for #5405 - Autocomplete: select event not triggered when mousedown duration > blur timeout
* Tabs: Removed instances of " .. + (++ .." to avoid a minification bug in ↵Scott González2010-05-171-2/+10
| | | | closure compiler. Fixes #5576 - invalid increment operand.
* Fixed visual test for Autocomplete to include select event. Test for #5405 ↵jzaefferer2010-05-151-1/+4
| | | | Autocomplete: select event not triggered when mousedown duration > blur timeout
* 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 ↵adam j. sontag2010-05-133-3/+5
| | | | allow user override. Fixes #5607 - Selectable has helper css hardcoded in JS
* Datepicker: cleaning up the datepicker open transition. fixed #5609 - ↵Paul Irish2010-05-131-2/+2
| | | | Datepicker: change default opening animation to fadeIn
* Selectable: modified _mouseStart function to unselect event.target if the Jack Hsu2010-05-121-4/+11
| | | | | Ctrl/Cmd key is pressed, and target is selected. Fixed #4293 - Ctrl + Click on selected list item does not deselect
* Selectable: modified _mouseStart function to unselect event.target if the ↵Jack Hsu2010-05-121-6/+9
| | | | Ctrl/Cmd key is pressed, and target is selected. Fixed #4293 - Ctrl + Click on selected list item does not deselect
* Slider: trim to max and min on UP DOWN LEFT RIGHT. Fixed #5591 - Slider: can ↵Richard D. Worth2010-05-111-2/+2
| | | | go outside min and max with keyboard
* Datepicker: i18n Polish changed yy-mm-dd to dd.mm.yy. Fixed #5522 - Wrong ↵Richard D. Worth2010-05-111-1/+1
| | | | date format for polish regional
* Slider: fixed step alignment to handle negative fractional values. Fixed ↵Richard D. Worth2010-05-111-3/+3
| | | | #5583 - Slider displays negative fractional values incorrectly. Thanks for the patch watanabe.
* Slider: trim value to min and max when page_up or page_down is pressed. ↵Richard D. Worth2010-05-111-2/+2
| | | | Fixed #5591 - Slider: can go below its defined minimum with PageDown