Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Theme: Improve default theme styling | Jasper de Groot | 2015-01-27 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | Changes tooltip to use the ui-widget-shadow class, which now applies the box-shadow style. .ui-widget-shadow was created when box-shadow wasn't available. By now, there's no point in faking a custom shadow anymore. This removes the only non-structural CSS from a widget-specific file. Updates demos to use the same font-family, removes unused images. Will be available as the new default theme on ThemeRoller called "Base", while "UI Smoothness" and "UI Lightness" will still be available in the gallery. Fixes #10617 Fixes #10880 Closes gh-1436 Ref jquery/download.jqueryui.com#248 | ||||
* | Tooltip: Accept HTMLElement and jQuery objects for the content option | Daniel Owens | 2015-01-12 | 1 | -8/+5 |
| | | | | | | Fixes #9278 Closes #983 Closes #1421 | ||||
* | Build: Remove dates from copyright notice | Anne-Gaelle Colom | 2015-01-02 | 1 | -1/+1 |
| | | | | Closes gh-1403 | ||||
* | Build: Remove manifest files; move metadata to source files | Scott González | 2014-11-10 | 1 | -2/+7 |
| | | | | Closes gh-1379 | ||||
* | Tooltip: Properly track hiding and closing for delegated tooltips | Scott González | 2014-10-09 | 1 | -26/+36 |
| | | | | | Fixes #10602 Closes gh-1353 | ||||
* | Tooltip: Treat the tooltip as closing until it's fully removed | Scott González | 2014-08-06 | 1 | -1/+8 |
| | | | | | | | This ensures that we don't trigger the close event twice if the tooltip is destroyed during the hide animation. Closes gh-1306 | ||||
* | All: Updating copyright year to 2014 | TJ VanToll | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -0/+444 |
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 |