| Commit message (Expand) | Author | Age | Files | Lines |
* | The accidental merge of tooltip into master was reverted in master, that reve... | jzaefferer | 2010-04-08 | 1 | -0/+145 |
* | Autocomplete: Track input changes and fire change-event on blur, along with s... | jzaefferer | 2010-04-08 | 1 | -2/+9 |
* | Fixed spelling of Poniedziałek - Fix for #5487 - Datepicker localization: Sp... | Jörn Zaefferer | 2010-04-06 | 1 | -1/+1 |
* | Accordion: Fixed case for tabIndex (was tabindex), fixes failing destroy-test... | jzaefferer | 2010-04-03 | 1 | -2/+2 |
* | slider: jslint cleanup (thanks for the start zhaoz) and style changes to meet... | Richard D. Worth | 2010-04-02 | 1 | -334/+382 |
* | ui core: enableSelection, disableSelection: Removed selectstart event filters... | Richard D. Worth | 2010-04-02 | 1 | -4/+2 |
* | slider: corrected a regression introduced by commit 5ffd3ab | Richard D. Worth | 2010-04-02 | 1 | -2/+2 |
* | Slider: added support for canceling start event. Fixes #5472 - slider: event ... | Richard D. Worth | 2010-04-01 | 1 | -3/+9 |
* | Align slider value to step. Fixes #5471 - value not aligned to step when set ... | Richard D. Worth | 2010-04-01 | 1 | -19/+22 |
* | Revert accidental "Merge branch 'tooltip' of github.com:jquery/jquery-ui" | jzaefferer | 2010-04-01 | 1 | -145/+0 |
* | Merge branch 'tooltip' of github.com:jquery/jquery-ui | jzaefferer | 2010-04-01 | 1 | -0/+145 |
|\ |
|
| * | Tooltip: Renamed show to open and open to _show (based on spec), changed trig... | unknown | 2010-03-31 | 1 | -6/+8 |
| * | Merge branch 'master' into tooltip | jzaefferer | 2010-03-27 | 3 | -18/+13 |
| |\ |
|
| * \ | Merge branch 'master' into tooltip | jzaefferer | 2010-03-26 | 3 | -5/+9 |
| |\ \ |
|
| * | | | Tooltip: Added comment about asny response handling | jzaefferer | 2010-03-25 | 1 | -0/+1 |
| * | | | Tooltip: Add role='application' to body when there is no role attribute; requ... | jzaefferer | 2010-03-25 | 1 | -0/+5 |
| * | | | Tooltip: Fix positioning | jzaefferer | 2010-03-25 | 1 | -1/+4 |
| * | | | Tooltip: Replacing mouseover/out with mouseenter/leave, dropping (for now) su... | jzaefferer | 2010-03-25 | 1 | -2/+2 |
| * | | | Copying files from old Googlecode dev branch for tooltip | jzaefferer | 2010-03-21 | 1 | -0/+134 |
* | | | | Changed widget factory to keep generic css framework class -state-disabled in... | Richard D. Worth | 2010-03-29 | 1 | -2/+2 |
| |_|/
|/| | |
|
* | | | Merge branch 'master' of github.com:jquery/jquery-ui | jzaefferer | 2010-03-27 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | Position: Use parseInt() to prevent fractional pixel values. | Scott González | 2010-03-26 | 1 | -0/+4 |
* | | | | Accordion: Moving IE layout fix (via zoom: 1) from js to css - fixes the dest... | jzaefferer | 2010-03-27 | 1 | -5/+0 |
* | | | | Slider: Refactoring _trimValue method to use more sane programming logic | jzaefferer | 2010-03-27 | 1 | -3/+6 |
* | | | | Slider: Refactoring _valueMin and _valueMax methods, removing useless tempora... | jzaefferer | 2010-03-27 | 1 | -4/+2 |
* | | | | Slider: Inlining _step method, was used only once | jzaefferer | 2010-03-27 | 1 | -6/+1 |
| |_|/
|/| | |
|
* | | | Autocomplete: Only remove classes actually added by the widget, ui-widget etc... | jzaefferer | 2010-03-26 | 1 | -1/+1 |
* | | | Added $.ui.keyCode.ALT to complete list of metakeys, used in autocomplete | jzaefferer | 2010-03-26 | 2 | -1/+2 |
|/ / |
|
* | | Fixed size calculations for dialogs. | Scott González | 2010-03-25 | 1 | -2/+5 |
* | | Menu: Ignore clicks that don't occur on the anchor tag within a valid menu it... | Scott González | 2010-03-24 | 1 | -1/+1 |
* | | Dialog: Use .height(0) instead of .hide(0) when determining the size of the n... | Scott González | 2010-03-22 | 1 | -1/+1 |
|/ |
|
* | Menu: pass the original event to the select callback. | Scott González | 2010-03-20 | 1 | -7/+7 |
* | Menu: Don't trigger select if a click occurs outside of a menu item. | Scott González | 2010-03-20 | 1 | -0/+3 |
* | Autocomplete: Don't trigger a search when the left or right arrow keys are used. | Scott González | 2010-03-20 | 1 | -0/+2 |
* | Menu: skip over elements that aren't menu items. | Scott González | 2010-03-20 | 1 | -3/+3 |
* | autocomplete: pass through mouse and key events to menu methods in order to d... | Jörn Zaefferer | 2010-03-20 | 1 | -23/+25 |
* | eol-style and mime-type | Richard Worth | 2010-03-17 | 5 | -93/+115 |
* | fixed #5368 - Autocomplete: aria role for menu should be listbox instead of menu | Richard Worth | 2010-03-17 | 1 | -1/+1 |
* | Slider: fixed change event to be triggered by keyup and value and values opti... | Richard Worth | 2010-03-17 | 1 | -1/+11 |
* | Fixed #5362 - Buttonset class should be ui-buttonset because buttonset is one... | Richard Worth | 2010-03-17 | 1 | -2/+2 |
* | Button: Added refresh method to buttonset, futher fixes #5278 - ui.buttons do... | Richard Worth | 2010-03-17 | 1 | -10/+23 |
* | Buttonset - remove corner classes from button widgets instead of button eleme... | Richard Worth | 2010-03-17 | 1 | -1/+5 |
* | button: whitespace and quotes. See http://docs.jquery.com/JQuery_Core_Style_G... | Richard Worth | 2010-03-17 | 1 | -2/+2 |
* | Remove ui-helper-hidden-accessible from correct element. See r3880 and r3892 | Richard Worth | 2010-03-17 | 1 | -1/+3 |
* | Button: spacing. | Scott González | 2010-03-16 | 1 | -2/+2 |
* | Sortable: Fixed a bug with over/out events and connected draggables. | Scott González | 2010-03-16 | 1 | -2/+5 |
* | Menu: Don't pass empty values to ._trigger(). | Scott González | 2010-03-16 | 1 | -1/+1 |
* | Autocomplete: fixed #5349 - Autocomplete: mouseover of menu item causes data ... | Richard Worth | 2010-03-15 | 1 | -1/+3 |
* | Autocomplete: fixed #5349 - Autocomplete: mouseover of menu item causes data ... | Richard Worth | 2010-03-15 | 1 | -0/+4 |
* | Autocomplete: Fixed #5348 - Autocomplete: menu item should not remain selecte... | Richard Worth | 2010-03-15 | 1 | -0/+3 |