Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Scott González | 2012-11-09 | 1 | -1/+1 |
| | | | | .visuallyhidden. Fixes #8793 - Dialog: Internal autocomplete causes scroll bars. | ||||
* | Dialog: Set top and left properties in the default styles to avoid a bug in ↵ | Scott González | 2012-11-06 | 1 | -1/+1 |
| | | | | core. Fixes #8741 - Dialog: dialog with position:fixed goes offscreen when opening after scrolling down since v 1.9.0. | ||||
* | CSS Framework: Set out-of-view background-position for ui-icon. Fixes #5659 ↵ | Jörn Zaefferer | 2012-11-04 | 1 | -2/+2 |
| | | | | - CSS Framework: Don't show icon when only ui-icon class is present. | ||||
* | Autocomplete: Set initial left position for menu. Fixes #8749 - Autocomplete ↵ | Scott González | 2012-10-30 | 1 | -1/+2 |
| | | | | dropdown positioned incorrectly in IE. | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | tickets: Fixes #3534 - Dialog: Modal dialog disables all input elements on page. Fixes #4671 - Dialog: Modal Dialog disables vertical scroll bar in Chrome & Safari. Fixes #4995 - Dialog: Modal Dialog's overlay dissapears in IE when content is tall. Fixes #5388 - Dialog: Don't change z-index when already at the top. Fixes #5466 - Dialog: "modal" Dialog Incorrectly Cancels Input Events. Fixes #5762 - Dialog: Get rid of z-index workaround, document it instead. Fixes #6267 - Dialog: checkboxes that inherit a z-index < jqueryui.dialog z-index don't work. Fixes #7051 - Dialog: modal prevents tab key from moving focus off slider handle. Fixes #7107 - Dialog: Modal dialog event loss with high zindex child elements (FF 3.6). Fixes #7120 - Dialog: Modal operation interrupts drag drop marker functionality on gmaps. Fixes #8172 - Dialog: Change event cancelled when opening modal dialog from another modal dialog. Fixes #8583 - Dialog: Mouse event wrongly stopped. Fixes #8722 - Dialog: Remove stack option. Fixes #8729 - Dialog: Remove zIndex option. | ||||
* | 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 ↵ | Scott González | 2012-10-23 | 1 | -0/+1 |
| | | | | closely match native tooltip behavior. Fixes #8718 - tooltip flickers when too long. | ||||
* | Spinner: Remove z-index from buttons. Whatever the original purpose, its not ↵ | Jörn Zaefferer | 2012-10-22 | 1 | -1/+1 |
| | | | | needed anymore. Fixes #8655 - Spinner buttons displayed on top of Datepicker. | ||||
* | CSS: Apply opacity to absolutely positioned ui icons in IE8. Fixed #6059 - ↵ | TJ VanToll | 2012-10-21 | 1 | -0/+1 |
| | | | | Button: Primary icon "enabled" when button is disabled. | ||||
* | Spinner: Remove ui-state- classes from spinner, along with the ↵ | Jörn Zaefferer | 2012-10-14 | 1 | -1/+0 |
| | | | | background:none TR override. Fixes #8654 - Spinner background-color | ||||
* | Autocomplete: Set the top position of the menu so that the menu doesn't ↵ | Scott González | 2012-10-11 | 1 | -1/+5 |
| | | | | affect layout. Fixes #8656 - Initial position of autocomplete is incorrect. | ||||
* | Whitespace. | Scott González | 2012-10-11 | 1 | -1/+1 |
| | |||||
* | Theme: Apply color to default link style in ui-state-hover. Fixes #7648 - ↵ | Scott González | 2012-10-11 | 1 | -1/+1 |
| | | | | Accordion Collapsed Color Issue. | ||||
* | Theme: Don't remove outlines on active elements. Fixes #6757 - .ui-widget ↵ | Scott González | 2012-09-26 | 1 | -1/+0 |
| | | | | :active { outline: none; } causes slowness in FF. | ||||
* | 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 |
| | |||||
* | Datepicker: Remove styles specifically for IE5. | Scott González | 2012-06-27 | 1 | -2/+0 |
| | |||||
* | Theme: Remove !important from tabs and button styles. Fixes #8396 - Use of ↵ | Scott González | 2012-06-13 | 2 | -2/+3 |
| | | | | !important in jquery-ui.css should be avoided. | ||||
* | Revert "Autocomplete: make categories work again, needed because of Menu ↵ | Scott González | 2012-05-24 | 1 | -2/+0 |
| | | | | | | widget changes (ui-menu-divider), see revision: 44ef35eb6f8aa33c2a2a9e4145e79df74d190d5c" This reverts commit 07d8d5cbb1e20521f2ec55145ce45d08d8ee5a1f. | ||||
* | Revert "Autocomplete: make categories work again (follow-up)" | Scott González | 2012-05-24 | 1 | -0/+2 |
| | | | | This reverts commit db9a015485f0a5dbbb12b22720dbb2111cda2dd8. | ||||
* | Autocomplete: make categories work again (follow-up) | Felix Nagel | 2012-05-24 | 1 | -2/+0 |
| | |||||
* | Autocomplete: make categories work again, needed because of Menu widget ↵ | Felix Nagel | 2012-05-24 | 1 | -0/+2 |
| | | | | changes (ui-menu-divider), see revision: 44ef35eb6f8aa33c2a2a9e4145e79df74d190d5c | ||||
* | Accordion: Use .show()/.hide() for initial panel visibility. | Scott González | 2012-05-23 | 1 | -2/+1 |
| | |||||
* | Merge branch 'master' into position-notification | Scott González | 2012-04-20 | 2 | -2/+2 |
|\ | |||||
| * | Resizable: Apply zIndex option to all handles. Partial Fix for #7960- Modal ↵ | TJ VanToll | 2012-04-19 | 1 | -1/+1 |
| | | | | | | | | dialog does not disable resizables on the page. | ||||
| * | Menu: Update divider width | kborchers | 2012-04-17 | 1 | -1/+1 |
| | | |||||
* | | Tooltip: Remove bad docs links from headers | Jörn Zaefferer | 2012-04-17 | 1 | -2/+0 |
|/ | |||||
* | Menu: Add dividers using empty list items | kborchers | 2012-04-07 | 1 | -0/+1 |
| | |||||
* | Build: Get grunt default task to pass. Fix lint errors inside grunt.js file ↵ | Jörn Zaefferer | 2012-04-04 | 2 | -2/+2 |
| | | | | itself. Removes invalid vertical-align from spinner button css, unnecessary adjoining class in tabs.css | ||||
* | Protect all copyright notices against minification | Jo Liss | 2012-04-02 | 17 | -17/+17 |
| | | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention. | ||||
* | Revert "Button: Apply overflow: hidden in all browsers except IE 6,7 to ↵ | Scott González | 2012-03-19 | 1 | -1/+1 |
| | | | | | | avoid expanding the size of the button from negative text indent. Fixes #7911 - Button: icon only button in dialog causes horizontal scrollbar in Opera." This reverts commit a3a5c65d4dd9eb6be0e8a71d82c3ca86b38ed009. | ||||
* | Menu: Better disabled item handling using preventDefault() for the click ↵ | kborchers | 2012-03-18 | 1 | -0/+1 |
| | | | | event on anchors inside of disabled menu items and change the pointer to default | ||||
* | Updated copyright year. | Scott González | 2012-03-08 | 17 | -17/+17 |
| | |||||
* | Accordion: Removed width: 100% on accordion wrapper which was used to fix an ↵ | Scott González | 2012-02-27 | 1 | -2/+0 |
| | | | | animation bug that no longer exists with the new animation code. Fixes #8140 - nested accordion is oversized. | ||||
* | Accordion: Removed requirement for headers contain a child (and removed ↵ | Scott González | 2012-02-27 | 1 | -5/+4 |
| | | | | associated ui-accordion-heading class). | ||||
* | Accordion: Simplify CSS so content panels never have a top border instead of ↵ | Scott González | 2012-02-09 | 1 | -3/+1 |
| | | | | toggling the bottom border of the headers. | ||||
* | Menu: Prevent clicking on disabled menu items and remove unnecessary extra ↵ | kborchers | 2012-02-03 | 1 | -1/+1 |
| | | | | padding from disabled items. | ||||
* | Accordion: Fixed styling for nested accordions. | Scott González | 2012-01-31 | 1 | -1/+2 |
| | |||||
* | Accordion: Moved the ui-accordion-icons class to the headers to properly ↵ | Scott González | 2012-01-31 | 1 | -1/+3 |
| | | | | style nested accordions with varying settings of icons and no icons. Fixes #7880 - Nested accordion. | ||||
* | Accordion: Use ui-accordion-header-active class. | Scott González | 2012-01-31 | 1 | -3/+3 |
| | |||||
* | Menubar/Popup: Remove both to streamline the 1.9 release. Will revert this ↵ | Jörn Zaefferer | 2012-01-04 | 2 | -16/+0 |
| | | | | delete on the menubar branch, while development on master can continue without them. | ||||
* | Menubar: Fix font-weight and spacing of disabled menu items | kborchers | 2011-12-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into menubar_otherStructures | kborchers | 2011-12-01 | 3 | -8/+5 |
|\ | |||||
| * | Button: Apply overflow: hidden in all browsers except IE 6,7 to avoid ↵ | Scott González | 2011-11-29 | 1 | -1/+1 |
| | | | | | | | | expanding the size of the button from negative text indent. Fixes #7911 - Button: icon only button in dialog causes horizontal scrollbar in Opera. | ||||
| * | Remove whitespace at the end of the Dialog title CSS definition. | Rob Loach | 2011-11-28 | 1 | -1/+1 |
| | |