Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tooltip demo: Use position option in tracking demo. | Scott González | 2011-10-08 | 1 | -6/+8 |
| | |||||
* | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 6 | -6/+6 |
| | |||||
* | Tooltip demos: Renamed delgation mixbag. | Scott González | 2011-05-30 | 2 | -3/+7 |
| | |||||
* | Tooltip: Pass the tooltip element in the open and close events. | Scott González | 2011-05-30 | 1 | -12/+9 |
| | |||||
* | 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 |
| | |||||
* | 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 | 2 | -1/+98 |
|\ | |||||
| * | 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 |
| | | |||||
* | | 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. | ||||
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 5 | -5/+5 |
| | |||||
* | Merge remote branch 'origin/tooltip' | jzaefferer | 2010-12-22 | 5 | -5/+5 |
| | | | | | | | Conflicts: demos/autocomplete/combobox.html demos/index.html tests/unit/index.html | ||||
* | Tooltip: Implementing event delegation support. | jzaefferer | 2010-10-26 | 7 | -3/+79 |
| | |||||
* | Tooltip: Added demo for custom animations | jzaefferer | 2010-10-26 | 2 | -0/+56 |
| | |||||
* | Tooltip: Update forms demo to programmatic-trigger only | jzaefferer | 2010-10-26 | 1 | -2/+2 |
| | |||||
* | Tooltip: Remove fixed with from tooltip theme, set in instead in CSS where ↵ | jzaefferer | 2010-04-21 | 2 | -5/+5 |
| | | | | actually necessary | ||||
* | The accidental merge of tooltip into master was reverted in master, that ↵ | jzaefferer | 2010-04-08 | 4 | -0/+203 |
| | | | | revert got merged back into tooltip; now reverting that revert to get the tooltip stuff back, should then make it easy to merge into master once tooltip is done | ||||
* | Revert accidental "Merge branch 'tooltip' of github.com:jquery/jquery-ui" | jzaefferer | 2010-04-01 | 4 | -203/+0 |
| | | | | | | | This reverts commit df31e22b9572ef105fc83e130041b1165023a4ac, reversing changes made to ab8d15521785e764a6bf47beee0cfd18929607d3. Need to revert this revert later on when actually merging the tooltip branch into master. | ||||
* | Tooltip: Two more demos showing mousetracking with open/close events and ↵ | unknown | 2010-03-31 | 2 | -0/+134 |
| | | | | using open/close methods to programmatically show/hide tooltips | ||||
* | Tooltip: Fixing up demo | jzaefferer | 2010-03-25 | 1 | -2/+2 |
| | |||||
* | Copying files from old Googlecode dev branch for tooltip | jzaefferer | 2010-03-21 | 2 | -0/+69 |