Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Checkboxradio: Use new `ui-state-checked` class in checkboxradio | Alexander Schmitz | 2016-06-06 | 1 | -0/+4 |
| | | | | | | | | Using `ui-state-highlight` caused a conflict with dialog Fixes #14955 Closes gh-1712 Closes gh-1704 | ||||
* | All: Optimize png images losslessly using zopflipng | Peter Dave Hello | 2016-06-06 | 7 | -0/+0 |
| | | | | Closes gh-1710 | ||||
* | Selectmenu: Prepend icon and move overflow to text span | Alexander Schmitz | 2016-03-30 | 1 | -2/+6 |
| | | | | | Fixes #14938 Closes gh-1685 | ||||
* | Menu: Style cleanup | Matt Brundage | 2016-03-23 | 1 | -1/+1 |
| | | | | | | | Space savings and consistency with other rules in how we specify no outline (namely, .ui-helper-reset and .ui-dialog ). Closes gh-1684 | ||||
* | Selectmenu: Fixed selectmenu icon float right | Alexander Schmitz | 2016-02-24 | 1 | -0/+4 |
| | | | | | | | Also removes the icon space as its not needed with a floated icon Fixes #14914 Closes gh-1671 | ||||
* | Theme: Fix position of some icons | Scott González | 2015-10-29 | 2 | -10/+4 |
| | | | | Closes gh-1636 | ||||
* | Controlgroup: Simplify CSS overrides for spinner | Scott González | 2015-10-28 | 1 | -7/+2 |
| | | | | Closes gh-1633 | ||||
* | Spinner: Adjust styles for new button CSS | Scott González | 2015-10-27 | 1 | -9/+2 |
| | | | | Closes gh-1629 | ||||
* | Theme: Fix ThemeRoller variable for ui-icon-background, again | Jörn Zaefferer | 2015-10-25 | 1 | -1/+1 |
| | |||||
* | Theme: Fix ThemeRoller variable for ui-icon-background | Jörn Zaefferer | 2015-10-25 | 1 | -1/+1 |
| | |||||
* | Theme: Fix file permissions on images | Scott González | 2015-10-18 | 6 | -0/+0 |
| | |||||
* | Theme: address review comment for visual focus | Alexander Schmitz | 2015-10-08 | 1 | -1/+0 |
| | |||||
* | Datepicker: address review comments | Alexander Schmitz | 2015-10-08 | 1 | -1/+0 |
| | |||||
* | Controlgroup: Address review comments | Alexander Schmitz | 2015-10-08 | 1 | -2/+2 |
| | |||||
* | Checkboxradio: Address review comments | Alexander Schmitz | 2015-10-08 | 1 | -1/+1 |
| | |||||
* | Button: address review comments | Alexander Schmitz | 2015-10-08 | 1 | -1/+1 |
| | |||||
* | Spinner: Use border-style: none instead of border: none | Alexander Schmitz | 2015-10-08 | 1 | -3/+3 |
| | | | | | This makes it possible to restore the border. This is useful for controlgroup labels and other custom styling. | ||||
* | Controlgroup: Fixup visual focus in controlgroups | Alexander Schmitz | 2015-10-08 | 1 | -1/+2 |
| | |||||
* | Controlgroup: Fixes for spinner | Alexander Schmitz | 2015-10-08 | 1 | -2/+24 |
| | |||||
* | Controlgroup: fixup for spinner and label | Alexander Schmitz | 2015-10-08 | 1 | -2/+4 |
| | |||||
* | Controlgroup: Add controlgroup labels | Alexander Schmitz | 2015-10-08 | 1 | -8/+17 |
| | |||||
* | Controlgroup: Add spinner to widgets controlgroup works with | Alexander Schmitz | 2015-10-08 | 2 | -1/+10 |
| | |||||
* | Checkboxradio: Add inset shadow to iconbackground to make it stand out | Alexander Schmitz | 2015-10-08 | 1 | -0/+1 |
| | |||||
* | Selectmenu: update to use button css | Alexander Schmitz | 2015-10-07 | 1 | -19/+2 |
| | | | | This ensures consistency between different form elements | ||||
* | Controlgroup: Inital commit of new widget | Alexander Schmitz | 2015-10-07 | 3 | -0/+48 |
| | | | | This widget replaces the buttonset widget | ||||
* | Theme: Add visual focus outline for checkbox and radio buttons | Alexander Schmitz | 2015-10-07 | 1 | -1/+10 |
| | | | | This adds a focus outline matching that roughly from chrome osx | ||||
* | Checkboxradio: Initial commit of new widget | Alexander Schmitz | 2015-10-07 | 3 | -3/+43 |
| | |||||
* | Button: Initial commit of button re-factor | Alexander Schmitz | 2015-10-07 | 5 | -95/+65 |
| | | | | | | Move to using element stats rather then js class states remove ui-button-text spans. Removed button set | ||||
* | Button: Remove padding on text element for icon only buttons | Scott González | 2015-08-20 | 1 | -1/+1 |
| | | | | Fixes #14056 | ||||
* | Spinner: Add padding to input to give consistent visual style | Alexander Schmitz | 2015-08-14 | 1 | -1/+1 |
| | | | | | Fixes #13997 Closes #1586 | ||||
* | Theme: If make outer border consistent among widgets | Alexander Schmitz | 2015-08-14 | 1 | -0/+3 |
| | | | | | | | Make sure all widgets use the default border color Ref #13997 Ref #1586 | ||||
* | Selectmenu: Support `width: false` and default to 14em | Scott González | 2015-03-05 | 1 | -0/+1 |
| | | | | | | | | | | `width: null` still matches the width of the original element. `width: false` prevents an inline style from being set for the width. This makes it easy to set the width via a stylesheet and allows the use of any unit for setting the width, such as the new default of `14em`. Fixes #11198 Closes gh-1467 | ||||
* | Theme: Restore placeholders for overlay background image | Jörn Zaefferer | 2015-02-12 | 1 | -1/+1 |
| | | | | | | | These are still needed. Ref gh-1436 Ref jquery/download.jqueryui.com#248 | ||||
* | 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 |