Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Calendar: Adjust styles to match theme changes | Felix Nagel | 2015-02-26 | 1 | -2/+3 | |
| | | | | | | | | Ref gh-1432 | |||||
* | | Calendar: Clean up styles, add comments | Felix Nagel | 2015-02-26 | 1 | -37/+6 | |
| | | | | | | | | Ref gh-1432 | |||||
* | | Calendar: Use button instead of link elements for day items | Felix Nagel | 2015-02-26 | 1 | -3/+10 | |
| | | | | | | | | Ref gh-1432 | |||||
* | | Datepicker: Several minor code improvements | Felix Nagel | 2015-01-29 | 1 | -0/+1 | |
| | | | | | | | | | | Several minor code improvements and make suppressExpandOnFocus an internal variable, remove partial button widget usage in header | |||||
* | | Calendar: Fix multiple calendar styles | Felix Nagel | 2015-01-29 | 2 | -5/+8 | |
| | | ||||||
* | | Calendar: Add calendar widget | Felix Nagel | 2015-01-29 | 3 | -168/+181 | |
| | | | | | | | | | | | | | | | | | | | | | | Add calendar widget by copying and renaming datepicker widget files. Remove datepicker functionality, options and methods from Calendar. Remove calendar functionality, options and methods from Datepicker. Adjust tests due to split and changed specification. Remove duplicated demo files and fix some demos. Simplify calendar generation, use CSS instead of inline styles. Fix destroy method. Make use of uniqueId method. Fix focus highlighting when month is changed. Add version property. Add common unit tests. Fix input keyboard handling. | |||||
* | | Datepicker: Initial commit of widget rewrite work from old branch | TJ VanToll | 2015-01-29 | 1 | -4/+9 | |
|/ | | | | History is on the datepicker-dead branch. | |||||
* | Dialog: Remove overflow: hidden and reposition resize handles | TJ VanToll | 2015-01-28 | 1 | -6/+37 | |
| | | | | | Fixes #10543 Closes gh-1439 | |||||
* | Theme: Improve default theme styling | Jasper de Groot | 2015-01-27 | 20 | -51/+45 | |
| | | | | | | | | | | | | | | | | | | 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 | |||||
* | Theme: Disabled elements can still be focused with a click | Alexander Schmitz | 2015-01-16 | 1 | -0/+1 | |
| | | | | | | | | | pointer-events: none; fixes this in chrome, safari, and firefox. IE and opera both show no focus styles on click, so lack of pointer-events support in old ie is not a problem. Fixes #10573 Closes gh-1330 | |||||
* | Build: Remove dates from copyright notice | Anne-Gaelle Colom | 2015-01-02 | 20 | -20/+20 | |
| | | | | Closes gh-1403 | |||||
* | Selectmenu: Restore hidden overflow on menu items | Scott González | 2014-11-03 | 1 | -0/+1 | |
| | ||||||
* | Theme: Carat should be named caret | Lisa Seacat DeLuca | 2014-11-03 | 1 | -10/+10 | |
| | | | | | Fixes #10683 Closes gh-1382 | |||||
* | Menu: Wrap menu items in a <div> | TJ VanToll | 2014-10-25 | 1 | -3/+5 | |
| | | | | | | | This avoids styling issues where ui-state-focus rules apply to submenus. Fixes #10162 Closes gh-1342 | |||||
* | Theme: Change default widget font-size to 1em | TJ VanToll | 2014-10-24 | 1 | -1/+1 | |
| | | | | | Fixes #10131 Closes gh-1374 | |||||
* | All: Drop support for IE7 | Scott González | 2014-10-21 | 4 | -7/+0 | |
| | | | | | Fixes #9838 Closes gh-1365 | |||||
* | Datepicker: Show year/month on the same line | Jacques Perrault | 2014-07-16 | 1 | -1/+1 | |
| | | | | | Fixes #7953 Closes gh-1277 | |||||
* | Theme: Add support comments for filter properties | Scott González | 2014-07-09 | 4 | -8/+8 | |
| | ||||||
* | Progressbar: replace image reference in base CSS with data URI | Usman Akeju | 2014-07-08 | 2 | -1/+1 | |
| | | | | | | | | | The CSS for the Progressbar widget contained a reference to "images/animated-overlay.gif", which is not included in custom jQuery UI builds with "no theme" selected. This replaces the reference with a data URI. Fixes #10134 Closes gh-1276 | |||||
* | Menu: Vertically center icons. Fix menu item wiggle and clearing in IE8 | Trisha Crowley | 2014-05-13 | 1 | -7/+7 | |
| | | | | | Fixes #9995 Closes gh-1235 | |||||
* | All: Updating copyright year to 2014 | TJ VanToll | 2014-01-28 | 20 | -20/+20 | |
| | ||||||
* | All: Quote CSS url() values | Scott González | 2014-01-24 | 2 | -17/+17 | |
| | | | | Closes gh-1172 | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 21 | -30/+30 | |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | |||||
* | Slider & Interactions: Add Windows 8 touch support | TJ VanToll | 2014-01-15 | 6 | -0/+34 | |
| | | | | | | Fixes #9709 Fixes #9710 Closes gh-1152 | |||||
* | Dialog: Apply `overflow: hidden` to contain the resize handles | Scott González | 2014-01-15 | 1 | -0/+1 | |
| | | | | | Fixes #9521 Closes gh-1092 | |||||
* | Selectmenu: adjust to menu item style changes | Felix Nagel | 2013-11-13 | 1 | -3/+1 | |
| | ||||||
* | Merge branch 'master' into selectmenu | Felix Nagel | 2013-11-13 | 1 | -17/+6 | |
|\ | ||||||
| * | Menu: Set cursor:pointer for menu items. Fixes the regression from removal ↵ | Jörn Zaefferer | 2013-11-13 | 1 | -0/+1 | |
| | | | | | | | | of anchors, which caused a text cursor to appear on non-disabled items. | |||||
| * | Menu: Simplify styling. Remove rounded corners, reduce spacing. | Scott González | 2013-11-13 | 1 | -17/+5 | |
| | | ||||||
* | | Selectmenu: Whitespace. | Scott González | 2013-10-23 | 1 | -3/+3 | |
| | | ||||||
* | | Selectmenu: Remove links in menu items | Felix Nagel | 2013-10-10 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-10-10 | 2 | -14/+9 | |
|\| | ||||||
| * | Menu: Remove the requirement to use anchors in menu items | Kris Borchers | 2013-10-05 | 1 | -13/+8 | |
| | | ||||||
| * | Dialog: Changed the width of the close button. Fixed #9133 - Dialog: ↵ | Jasper de Groot | 2013-09-30 | 1 | -1/+1 | |
| | | | | | | | | Resizing causes close icon to misalign in Firefox. | |||||
* | | Selectmenu: show only one line of text maximum | Felix Nagel | 2013-09-29 | 1 | -0/+3 | |
| | | ||||||
* | | Merge branch 'master' into selectmenu | Kris Borchers | 2013-08-11 | 1 | -1/+5 | |
|\| | ||||||
| * | CSS Framework: Display child links within .ui-state-hover and ↵ | TJ VanToll | 2013-08-07 | 1 | -1/+5 | |
| | | | | | | | | .ui-state-focus widgets the same. Fixes #9428 - CSS Framework: Title color not reset in a focused accordion tab | |||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-07-26 | 1 | -1/+2 | |
|\| | ||||||
| * | Accordion: Avoid resetting outline on headers. Fixes #9352: Accordion - ↵ | TJ VanToll | 2013-07-20 | 1 | -1/+2 | |
| | | | | | | | | Active header has no focus indicator | |||||
* | | Selectmenu: CSS Framework: Update API links from the old docs site to their ↵ | Felix Nagel | 2013-06-24 | 1 | -1/+1 | |
| | | | | | | | | new API site location. | |||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-06-24 | 17 | -18/+16 | |
|\| | ||||||
| * | CSS Framework: Update API links from the old docs site to their new API site ↵ | TJ VanToll | 2013-06-05 | 17 | -18/+16 | |
| | | | | | | | | location. | |||||
* | | Merge branch 'master' into selectmenu | Jörn Zaefferer | 2013-06-05 | 3 | -11/+7 | |
|\| | ||||||
| * | Tabs: Use .ui-tabs-anchor in stylesheet. | Scott González | 2013-06-04 | 1 | -6/+5 | |
| | | ||||||
| * | Datepicker: Removing unused ui-datepicker-month-year class name. | TJ VanToll | 2013-06-03 | 1 | -3/+0 | |
| | | ||||||
| * | Spinner: Trivial spelling / grammatical fixes in CSS comments. | TJ VanToll | 2013-06-02 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-05-30 | 1 | -3/+0 | |
|\| | ||||||
| * | Accordion: Removing unused ui-accordion-noicons class. | TJ VanToll | 2013-05-27 | 1 | -3/+0 | |
| | | | | | | | | (cherry picked from commit e8c4d21bf495719c7746134e08cd32097c8bf980) | |||||
* | | Selectmenu: recheck CSS overflow IE hack and add comment | Felix Nagel | 2013-05-16 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-04-29 | 1 | -0/+2 | |
|\| |