Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tooltip demo: Use static map instead of interactive map. | Scott González | 2011-05-30 | 1 | -12/+5 |
| | |||||
* | Tooltip demo: Removing stray periods. | Scott González | 2011-05-29 | 1 | -2/+2 |
| | |||||
* | Tooltip demo: Add note about interactive tooltips. | Scott González | 2011-05-29 | 1 | -0/+1 |
| | |||||
* | Tooltip demo: Small tweaks. | Scott González | 2011-05-29 | 1 | -4/+4 |
| | |||||
* | Tooltip: New delegation mixbag demo (still needs better name). | Scott González | 2011-05-29 | 3 | -5/+1 |
| | |||||
* | Tooltip: Change default collision detection to 'flip fit' since the default ↵ | Scott González | 2011-05-29 | 1 | -44/+62 |
| | | | | vertical positioning is centered and can't flip | ||||
* | Tooltip video player demo: Close tooltip on click of popup button. | Scott González | 2011-05-29 | 1 | -2/+5 |
| | |||||
* | Tooltip demos: Better tooltip content for custom animations. | Scott González | 2011-05-28 | 1 | -3/+3 |
| | |||||
* | Tooltip: Changed custom animation demo and changed the logic for showing ↵ | Scott González | 2011-05-28 | 1 | -17/+23 |
| | | | | tooltips so custom position options can perform animations. | ||||
* | Tooltip demos: Cleanup. | Scott González | 2011-05-27 | 6 | -215/+248 |
| | |||||
* | Autocomplete: Whitespace. | Scott González | 2011-05-27 | 1 | -0/+2 |
| | |||||
* | Autocomplete demos: Coding standards. | Scott González | 2011-05-27 | 11 | -27/+42 |
| | |||||
* | Spinner: Changed casing of option numberformat -> numberFormat. | Scott González | 2011-05-25 | 2 | -2/+2 |
| | |||||
* | Button demo: modified order of selectors. Fixed #7094 - Buttons problem in Opera | Ben Boyle | 2011-05-16 | 1 | -1/+1 |
| | |||||
* | Tabs: Cleaned up manipulation demo. | Scott González | 2011-05-11 | 1 | -23/+13 |
| | |||||
* | Tabs: update manipulation demo to use the refresh method | David Petersen | 2011-05-11 | 1 | -16/+23 |
| | |||||
* | Merge branch 'master' of github.com:jquery/jquery-ui | Jörn Zaefferer | 2011-05-11 | 1 | -0/+1 |
|\ | |||||
| * | Autocomplete scrollable demo: Added missing menu dependency. | Scott González | 2011-05-11 | 1 | -0/+1 |
| | | |||||
* | | Menu: Remove default preventDefault. Add more meaningful href's on menu | Jörn Zaefferer | 2011-05-11 | 3 | -74/+74 |
|/ | | | | | and menubar demos. Change doesn't seem to affect autocomplete as that doesn't use href-attributes anyway. | ||||
* | Combobox demo: Fix padding on input for alignment with button. Fixes #6729 - ↵ | Jörn Zaefferer | 2011-05-10 | 1 | -1/+1 |
| | | | | Combobox: Incorrect button size | ||||
* | Combobox demo: Set tooltip class via option | Jörn Zaefferer | 2011-05-10 | 1 | -4/+3 |
| | |||||
* | Merge remote branch 'kzys/trac-7197' | Jörn Zaefferer | 2011-05-10 | 1 | -24/+29 |
|\ | |||||
| * | Autocomplete: Validate input when you close by menu by clicking. Fixed #7197 ↵ | Kato Kazuyoshi | 2011-05-07 | 1 | -24/+29 |
| | | | | | | | | - Combobox: not valid value is set. | ||||
* | | Merge pull request #231 from itsadok/patch-1 | Richard D. Worth | 2011-05-09 | 1 | -1/+1 |
|\ \ | | | | | | | fix: delete runaway backslash | ||||
| * | | fix: delete runaway backslash | itsadok | 2011-05-08 | 1 | -1/+1 |
| |/ | |||||
* | | Popup and Menubar demos | Jörn Zaefferer | 2011-05-08 | 11 | -41/+585 |
| | | |||||
* | | Promote menubar and popup to their own top level files | Jörn Zaefferer | 2011-05-07 | 1 | -1/+1 |
| | | |||||
* | | Tooltip/Popup: Improve video-player demo | Jörn Zaefferer | 2011-05-07 | 1 | -5/+15 |
|/ | |||||
* | Popup/Tooltip: Fix tab order and add notifications (on select) in | Jörn Zaefferer | 2011-05-07 | 1 | -22/+41 |
| | | | | video-player demo. | ||||
* | Popup: Rename _close to close and use it when selecting something within a ↵ | Jörn Zaefferer | 2011-05-04 | 1 | -2/+6 |
| | | | | popup. | ||||
* | Tooltip: Replace offset property with inline my+offset to make it easier | Jörn Zaefferer | 2011-05-02 | 1 | -1/+1 |
| | | | | | to override the offset. Fixes the odd offset in the video player demo. Also doesn't need units. | ||||
* | Tooltip: update video player demo with custom animations | Jörn Zaefferer | 2011-05-02 | 1 | -2/+6 |
| | |||||
* | Merge branch 'master' into tooltip-animations | Jörn Zaefferer | 2011-05-02 | 3 | -2/+105 |
|\ | |||||
| * | Tooltip: Update demo description | Jörn Zaefferer | 2011-05-02 | 1 | -1/+1 |
| | | |||||
| * | Tooltip: Custom styles for video player demo | Jörn Zaefferer | 2011-05-02 | 1 | -0/+6 |
| | | |||||
| * | Tooltip: Add video player demo | Jörn Zaefferer | 2011-05-02 | 2 | -1/+92 |
| | | |||||
| * | Tabs: update sortable demo to call refresh method. Fixes #4524 Tabs: ↵ | David Petersen | 2011-04-28 | 1 | -1/+7 |
| | | | | | | | | Sortable demo causes bad index references | ||||
* | | Tooltip: Overhaul widget animations code to allow delay with plain show/hide | Jörn Zaefferer | 2011-05-02 | 1 | -3/+5 |
| | | |||||
* | | Tooltip: Add support for delaying showing/hiding. Still need to figure | jzaefferer | 2011-04-21 | 1 | -2/+4 |
| | | | | | | | | out how to combine that with non-animated show/hide. | ||||
* | | Custom tooltip animations based on widget-animations branch. | jzaefferer | 2011-04-15 | 1 | -7/+4 |
|/ | |||||
* | Overhaul tooltip implementation. Avoid queuing and other problems by | jzaefferer | 2011-04-13 | 3 | -9/+12 |
| | | | | | | | | | creating the tooltip element on the fly, never reusing it. Use aria-describedby attribute to find the associated tooltip again. Allows customizing animations much easier (just replace fadeIn/fadeOut), still open. Updated demos and visual test to replace now-missing .widget() method. Added tooltipClass for that. | ||||
* | Tabs: Update ajax demo to use beforeLoad event instead of deprecated ↵ | Scott González | 2011-04-11 | 1 | -5/+4 |
| | | | | ajaxOptions option. | ||||
* | Tabs: Updated references to .ui-tabs-selected to use .ui-tabs-active. | Scott González | 2011-04-11 | 3 | -6/+5 |
| | |||||
* | Autocomplete (combobox demo): Blur the button on click to avoid a bug. | Scott González | 2011-04-04 | 1 | -0/+3 |
| | | | | Thanks tyron. | ||||
* | Tabs: Deprecate url method; use aria-controls instead of title to specify ↵ | David Petersen | 2011-03-27 | 1 | -1/+2 |
| | | | | panels. Fixes #7132 Tabs: Deprecate url method; use aria-controls instead of title to specify panels | ||||
* | Position: Merged offset option into my and at options and added support for ↵ | Scott González | 2011-03-22 | 1 | -4/+2 |
| | | | | percentage-based offsets. Fixes #6981 - Position: Merge offset option into my and at options. Fixes #7028 - Position: Allow percent-based offsets. | ||||
* | Tabs: Updates cookie demo to include more information on how to find cookie ↵ | Ralph Whitbeck | 2011-03-20 | 1 | -0/+1 |
| | | | | plugin. Fixes #7172, [Documentation] Explain cookie plugin is included in externals. | ||||
* | Effects demo: Animate a containing div instead of the canvas directly for ↵ | gnarf | 2011-03-09 | 1 | -3/+4 |
| | | | | | | easing demo. Fixes #7086 - easing only first click is working. Canvas seems to be animating poorly in Chrome 11 - and animating the height only is scaling width too in some browsers yet not others... | ||||
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 137 | -137/+137 |
| | |||||
* | Autocomplete: Update combobox menu to point out limits and link to | jzaefferer | 2011-02-25 | 1 | -0/+1 |
| | | | | explaining it. |