aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Tooltip: Update license header.jzaefferer2010-11-201-1/+1
* Tooltip: Implementing event delegation support.jzaefferer2010-10-261-3/+4
* Tooltip: Update _init to _createjzaefferer2010-10-261-1/+1
* Tooltip: Removing application role, should be set on application leveljzaefferer2010-10-261-5/+0
* Tooltip: Removing tooltipClass option; use .tooltip("widget").addClass("whate...jzaefferer2010-10-261-3/+1
* Tooltip: Adding another ajax example to visual testcase. Fixing async respons...jzaefferer2010-10-211-13/+8
* Use pushStack in tooltip's widget method. See #5732jzaefferer2010-07-301-1/+1
* Tooltip: Updated positioning - let user also customize of-propertyjzaefferer2010-07-201-2/+2
* Updated copyright headers to make it clear that you can choose between MIT an...jzaefferer2010-07-091-4/+4
* Show tooltip before positioning it to fix scrolling issue, then hide again be...jzaefferer2010-05-191-2/+2
* Tooltip: Improve fadeout animation to handle case where tooltip overlays the ...jzaefferer2010-04-231-1/+3
* Merge commit '1.8.1' into tooltipjzaefferer2010-04-213-11/+25
|\
| * 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
* | Tooltip: Unit tests for tooltip and a fix to pass through event objects to tr...jzaefferer2010-04-151-9/+9
* | The accidental merge of tooltip into master was reverted in master, that reve...jzaefferer2010-04-081-0/+145
|/
* Autocomplete: Track input changes and fire change-event on blur, along with s...jzaefferer2010-04-081-2/+9
* Fixed spelling of Poniedziałek - Fix for #5487 - Datepicker localization: Sp...Jörn Zaefferer2010-04-061-1/+1
* Accordion: Fixed case for tabIndex (was tabindex), fixes failing destroy-test...jzaefferer2010-04-031-2/+2
* slider: jslint cleanup (thanks for the start zhaoz) and style changes to meet...Richard D. Worth2010-04-021-334/+382
* ui core: enableSelection, disableSelection: Removed selectstart event filters...Richard D. Worth2010-04-021-4/+2
* slider: corrected a regression introduced by commit 5ffd3abRichard D. Worth2010-04-021-2/+2
* Slider: added support for canceling start event. Fixes #5472 - slider: event ...Richard D. Worth2010-04-011-3/+9
* Align slider value to step. Fixes #5471 - value not aligned to step when set ...Richard D. Worth2010-04-011-19/+22
* Revert accidental "Merge branch 'tooltip' of github.com:jquery/jquery-ui"jzaefferer2010-04-011-145/+0
* Merge branch 'tooltip' of github.com:jquery/jquery-uijzaefferer2010-04-011-0/+145
|\
| * Tooltip: Renamed show to open and open to _show (based on spec), changed trig...unknown2010-03-311-6/+8
| * Merge branch 'master' into tooltipjzaefferer2010-03-273-18/+13
| |\
| * \ Merge branch 'master' into tooltipjzaefferer2010-03-263-5/+9
| |\ \
| * | | Tooltip: Added comment about asny response handlingjzaefferer2010-03-251-0/+1
| * | | Tooltip: Add role='application' to body when there is no role attribute; requ...jzaefferer2010-03-251-0/+5
| * | | Tooltip: Fix positioningjzaefferer2010-03-251-1/+4
| * | | Tooltip: Replacing mouseover/out with mouseenter/leave, dropping (for now) su...jzaefferer2010-03-251-2/+2
| * | | Copying files from old Googlecode dev branch for tooltipjzaefferer2010-03-211-0/+134
* | | | Changed widget factory to keep generic css framework class -state-disabled in...Richard D. Worth2010-03-291-2/+2
| |_|/ |/| |
* | | Merge branch 'master' of github.com:jquery/jquery-uijzaefferer2010-03-271-0/+4
|\ \ \
| * | | Position: Use parseInt() to prevent fractional pixel values.Scott González2010-03-261-0/+4
* | | | Accordion: Moving IE layout fix (via zoom: 1) from js to css - fixes the dest...jzaefferer2010-03-271-5/+0
* | | | Slider: Refactoring _trimValue method to use more sane programming logicjzaefferer2010-03-271-3/+6
* | | | Slider: Refactoring _valueMin and _valueMax methods, removing useless tempora...jzaefferer2010-03-271-4/+2
* | | | Slider: Inlining _step method, was used only oncejzaefferer2010-03-271-6/+1
| |_|/ |/| |
* | | Autocomplete: Only remove classes actually added by the widget, ui-widget etc...jzaefferer2010-03-261-1/+1
* | | Added $.ui.keyCode.ALT to complete list of metakeys, used in autocompletejzaefferer2010-03-262-1/+2
|/ /
* | Fixed size calculations for dialogs.Scott González2010-03-251-2/+5
* | Menu: Ignore clicks that don't occur on the anchor tag within a valid menu it...Scott González2010-03-241-1/+1
* | Dialog: Use .height(0) instead of .hide(0) when determining the size of the n...Scott González2010-03-221-1/+1
|/
* Menu: pass the original event to the select callback.Scott González2010-03-201-7/+7
* Menu: Don't trigger select if a click occurs outside of a menu item.Scott González2010-03-201-0/+3
* Autocomplete: Don't trigger a search when the left or right arrow keys are used.Scott González2010-03-201-0/+2