Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 ↵ | unknown | 2010-03-31 | 1 | -6/+8 | |
| | | | | | | | | trigger(show) to trigger(open) and added trigger(close); always use element as target, enabling programmatic opening and closing | |||||
| * | 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; ↵ | jzaefferer | 2010-03-25 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | required for screenreaders to interpret aria attributes correctly | |||||
| * | | | Tooltip: Fix positioning | jzaefferer | 2010-03-25 | 1 | -1/+4 | |
| | | | | ||||||
| * | | | Tooltip: Replacing mouseover/out with mouseenter/leave, dropping (for now) ↵ | jzaefferer | 2010-03-25 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | support for event delegation | |||||
| * | | | 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 ↵ | Richard D. Worth | 2010-03-29 | 1 | -2/+2 | |
| |_|/ |/| | | | | | | | | in ui namespace instead of custom widget namespace. Fixes #5443 - $.Widget uses [namespace]-state-disabled, must be ui-state-disabled to be useful | |||||
* | | | 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 | |
| | | | | | | | | | | | | | | | | Fixes #5280 - ui.position generates different position in static context. | |||||
* | | | | Accordion: Moving IE layout fix (via zoom: 1) from js to css - fixes the ↵ | jzaefferer | 2010-03-27 | 1 | -5/+0 | |
| | | | | | | | | | | | | | | | | destroy-method test in IEs (zoom style wasn't cleaned up on destroy) and should perform slightly faster, too | |||||
* | | | | 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 ↵ | jzaefferer | 2010-03-27 | 1 | -4/+2 | |
| | | | | | | | | | | | | | | | | temporary variables | |||||
* | | | | 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 ↵ | jzaefferer | 2010-03-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | etc. aren't added, so don't remove them | |||||
* | | | 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 | |
| | | | | | | | | Fixes #5392 - Dialog explicit height doesn't match given value from set option. | |||||
* | | Menu: Ignore clicks that don't occur on the anchor tag within a valid menu ↵ | Scott González | 2010-03-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | item. Fixes #5376 - Menu plugin fires select when border is clicked. | |||||
* | | Dialog: Use .height(0) instead of .hide(0) when determining the size of the ↵ | Scott González | 2010-03-22 | 1 | -1/+1 | |
|/ | | | | | non-content area of a dialog. Partial fix for #5392 - Dialog explicit height doesn't match given value from set option. | |||||
* | Menu: pass the original event to the select callback. | Scott González | 2010-03-20 | 1 | -7/+7 | |
| | | | Fixes #5343 - Add option to allow form submission when option is chosen. | |||||
* | Menu: Don't trigger select if a click occurs outside of a menu item. | Scott González | 2010-03-20 | 1 | -0/+3 | |
| | | | Fixes #5376 - Menu plugin fires select when border is clicked. | |||||
* | Autocomplete: Don't trigger a search when the left or right arrow keys are used. | Scott González | 2010-03-20 | 1 | -0/+2 | |
| | | | Fixes #5289 - Autocomplete: ignore cursor left/right. | |||||
* | Menu: skip over elements that aren't menu items. | Scott González | 2010-03-20 | 1 | -3/+3 | |
| | | | Fixes #5188 - Refactor menu rendering for more customizing. | |||||
* | autocomplete: pass through mouse and key events to menu methods in order to ↵ | Jörn Zaefferer | 2010-03-20 | 1 | -23/+25 | |
| | | | | differentiate between key and mouse events in autocomplete | |||||
* | 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 ↵ | Richard Worth | 2010-03-17 | 1 | -1/+11 | |
| | | | | option setters. Fixes #5367 - slider change event not triggered by keypress | |||||
* | Fixed #5362 - Buttonset class should be ui-buttonset because buttonset is ↵ | Richard Worth | 2010-03-17 | 1 | -2/+2 | |
| | | | | one word | |||||
* | Button: Added refresh method to buttonset, futher fixes #5278 - ui.buttons ↵ | Richard Worth | 2010-03-17 | 1 | -10/+23 | |
| | | | | doesn't visually reset on form "reset" event or input "change" event | |||||
* | Buttonset - remove corner classes from button widgets instead of button ↵ | Richard Worth | 2010-03-17 | 1 | -1/+5 | |
| | | | | elements on destroy. Fixes #5361 - buttonset method destroy doesn't remove corner classes from label elements | |||||
* | button: whitespace and quotes. See ↵ | Richard Worth | 2010-03-17 | 1 | -2/+2 | |
| | | | | http://docs.jquery.com/JQuery_Core_Style_Guidelines | |||||
* | 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 | |
| | | | | Fixes #5346 - over and out events not triggered when draggable connected with single (non-nested) sortable. | |||||
* | 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 | |
| | | | | loss | |||||
* | Autocomplete: fixed #5349 - Autocomplete: mouseover of menu item causes data ↵ | Richard Worth | 2010-03-15 | 1 | -0/+4 | |
| | | | | loss | |||||
* | Autocomplete: Fixed #5348 - Autocomplete: menu item should not remain ↵ | Richard Worth | 2010-03-15 | 1 | -0/+3 | |
| | | | | selected when mouse off menu | |||||
* | Autocomplete: fixed #5347 - Autocomplete: each successive item hover makes ↵ | Richard Worth | 2010-03-15 | 1 | -6/+6 | |
| | | | | item above shrink a bit in IE | |||||
* | Button: fixed #5324 - button disabled state doesn't get refreshed when ↵ | Richard Worth | 2010-03-15 | 1 | -0/+4 | |
| | | | | disabled set on original element | |||||
* | Button: remove disabled attribute from original element when option set to false | Richard Worth | 2010-03-15 | 1 | -1/+5 | |
| | ||||||
* | button: fixed #5328 - button disabled only visually when disabled option ↵ | Richard Worth | 2010-03-15 | 1 | -5/+12 | |
| | | | | set, still functional | |||||
* | Button: Don't react to keydown when disabled. | Scott González | 2010-03-14 | 1 | -6/+8 | |
| | | | | Partial fix for #5328 - button disabled only visually when disabled option set, still functional. | |||||
* | Dialog: quiet JSLint | Richard Worth | 2010-03-12 | 1 | -90/+155 | |
| | ||||||
* | Position: quiet JSLint | Richard Worth | 2010-03-11 | 1 | -11/+8 | |
| | ||||||
* | Autocomplete: quiet jslint | Richard Worth | 2010-03-11 | 1 | -17/+21 | |
| | ||||||
* | Button: quiet jslint | Richard Worth | 2010-03-11 | 1 | -13/+19 | |
| | ||||||
* | dialog: corrected typo in ui.position property for drag events. Updated unit ↵ | Richard Worth | 2010-03-11 | 1 | -1/+1 | |
| | | | | tests tracking fix of #5291 |