| Commit message (Expand) | Author | Age | Files | Lines |
* | 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: Resizing... | Jasper de Groot | 2013-09-30 | 1 | -1/+1 |
* | CSS Framework: Display child links within .ui-state-hover and .ui-state-focus... | TJ VanToll | 2013-08-07 | 1 | -1/+5 |
* | Accordion: Avoid resetting outline on headers. Fixes #9352: Accordion - Activ... | TJ VanToll | 2013-07-20 | 1 | -1/+2 |
* | CSS Framework: Update API links from the old docs site to their new API site ... | TJ VanToll | 2013-06-05 | 17 | -18/+16 |
* | 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 |
* | Accordion: Removing unused ui-accordion-noicons class. | TJ VanToll | 2013-05-27 | 1 | -3/+0 |
* | Menu: Add a transparent list-style-image to menu items. Fixed #8844 - Menu: I... | TJ VanToll | 2013-04-22 | 1 | -0/+2 |
* | CSS Framework: Add ui-icon-blank class for an icon with no image. Fixes #9150... | Scott González | 2013-03-11 | 1 | -1/+1 |
* | Tabs: Use border-bottom-width instead of border-bottom to remove the border o... | Scott González | 2013-02-22 | 1 | -1/+1 |
* | Theme: Collapse border in .ui-helper-cleafix. Fixes #8442 - CSS: ui-helper-cl... | Scott González | 2013-02-13 | 1 | -0/+1 |
* | Fix file permissions in themes/base/images. | Travis Carden | 2013-02-04 | 11 | -0/+0 |
* | Spinner: Inherit font color since we inherit background color. Fixes #8950 - ... | Scott González | 2013-01-15 | 1 | -0/+1 |
* | Update copyright year to 2013. | Scott González | 2013-01-10 | 17 | -17/+17 |
* | Theme: Split opacityOverlay from opacityFilterOverlay on theme styles. | Rafael Xavier de Souza | 2012-12-28 | 1 | -4/+4 |
* | Dialog: Removed unnecessary style properties. | Scott González | 2012-12-14 | 1 | -3/+2 |
* | Progressbar: Moved .ui-progressbar-indeterminate to main element. Added tests... | Scott González | 2012-12-12 | 1 | -2/+2 |
* | Dialog: Remove unnecessary margin on title. | Scott González | 2012-12-04 | 1 | -1/+1 |
* | Dialog: Adjust southeast resize handle to not be visible and more closely mat... | Scott González | 2012-12-03 | 1 | -4/+4 |
* | Dialog: Restrict title to a single line. Fixes #7773 - Dialog: If titlebar ch... | Jörn Zaefferer | 2012-12-03 | 1 | -0/+4 |
* | Theme: removed or changed occurrences of zoom. Fixes #7975 - Remove invalid C... | Anika Henke | 2012-11-29 | 7 | -11/+7 |
* | Button: fixed inconsistent button styling in most browsers. Fixes #7996 - But... | Anika Henke | 2012-11-29 | 1 | -2/+5 |
* | Button: Strange space between buttons in IE 7. Fixed #5253 - Toolbar demo ugl... | Pawel Maruszczyk | 2012-11-28 | 2 | -1/+2 |
* | Theme: removed obsolete vendor-specific prefixes. Fixed #8834 - Theme: Remove... | Anika Henke | 2012-11-27 | 4 | -33/+7 |
* | Dialog: Use button widget for close button (was already listed as dependency) | Jörn Zaefferer | 2012-11-26 | 1 | -10/+2 |
* | Slider: Explicitly apply opacity filter to disabled handles. Fixed #6727 - Sl... | TJ VanToll | 2012-11-22 | 1 | -0/+6 |
* | Progressbar: Add ability to set value: false for an indeterminate progressbar... | kborchers | 2012-11-21 | 2 | -1/+10 |
* | CSS: remove spaces from opacity filters so themeRoller can replace properly | Mike Sherov | 2012-11-20 | 1 | -2/+4 |
* | CSS: Reformatted CSS to use better coding standard | Anika Henke | 2012-11-19 | 14 | -186/+923 |
* | CSS: Update .ui-helper-hidden-accessible to match H5BP's current .visuallyhid... | Scott González | 2012-11-09 | 1 | -1/+1 |
* | Dialog: Set top and left properties in the default styles to avoid a bug in c... | Scott González | 2012-11-06 | 1 | -1/+1 |
* | CSS Framework: Set out-of-view background-position for ui-icon. Fixes #5659 -... | Jörn Zaefferer | 2012-11-04 | 1 | -2/+2 |
* | Autocomplete: Set initial left position for menu. Fixes #8749 - Autocomplete ... | Scott González | 2012-10-30 | 1 | -1/+2 |
* | Datepicker: Removed iframe cover for IE6. | Scott González | 2012-10-26 | 1 | -11/+0 |
* | Autocomplete: Removed CSS workaround for IE6. | Scott González | 2012-10-26 | 1 | -3/+0 |
* | Tooltip: Remoed IE6 CSS hack. | Scott González | 2012-10-26 | 1 | -4/+0 |
* | Dialog: Awesome new stacking and overlay implementation. Fixes the following ... | Nate Eagle | 2012-10-24 | 2 | -2/+4 |
* | Tooltip: Cleaned up CSS. | Scott González | 2012-10-23 | 1 | -6/+4 |
* | Tooltip: Position below the element and set a max width of 300px to more clos... | Scott González | 2012-10-23 | 1 | -0/+1 |
* | Spinner: Remove z-index from buttons. Whatever the original purpose, its not ... | Jörn Zaefferer | 2012-10-22 | 1 | -1/+1 |
* | CSS: Apply opacity to absolutely positioned ui icons in IE8. Fixed #6059 - B... | TJ VanToll | 2012-10-21 | 1 | -0/+1 |
* | Spinner: Remove ui-state- classes from spinner, along with the background:non... | Jörn Zaefferer | 2012-10-14 | 1 | -1/+0 |
* | Autocomplete: Set the top position of the menu so that the menu doesn't affec... | Scott González | 2012-10-11 | 1 | -1/+5 |
* | Whitespace. | Scott González | 2012-10-11 | 1 | -1/+1 |
* | Theme: Apply color to default link style in ui-state-hover. Fixes #7648 - Acc... | Scott González | 2012-10-11 | 1 | -1/+1 |
* | Theme: Don't remove outlines on active elements. Fixes #6757 - .ui-widget :ac... | Scott González | 2012-09-26 | 1 | -1/+0 |
* | Simplify licensing. | Scott González | 2012-08-09 | 17 | -17/+17 |
* | Update copyright to jQuery Foundation. | Scott González | 2012-07-04 | 17 | -17/+34 |