Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CSS Framework: Update API links from the old docs site to their new API site ↵ | TJ VanToll | 2013-06-05 | 1 | -1/+1 |
| | | | | location. | ||||
* | Update copyright year to 2013. | Scott González | 2013-01-10 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Set initial left position for menu. Fixes #8749 - Autocomplete ↵ | Scott González | 2012-10-30 | 1 | -1/+2 |
| | | | | dropdown positioned incorrectly in IE. | ||||
* | Autocomplete: Removed CSS workaround for IE6. | Scott González | 2012-10-26 | 1 | -3/+0 |
| | |||||
* | 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 |
| | |||||
* | Simplify licensing. | Scott González | 2012-08-09 | 1 | -1/+1 |
| | |||||
* | Update copyright to jQuery Foundation. | Scott González | 2012-07-04 | 1 | -1/+2 |
| | |||||
* | 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 | ||||
* | Protect all copyright notices against minification | Jo Liss | 2012-04-02 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | Updated copyright year. | Scott González | 2012-03-08 | 1 | -1/+1 |
| | |||||
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | Merge remote branch 'origin/menu' | jzaefferer | 2010-12-22 | 1 | -40/+0 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/autocomplete/categories.html demos/autocomplete/combobox.html demos/autocomplete/custom-data.html demos/autocomplete/default.html demos/autocomplete/folding.html demos/autocomplete/multiple-remote.html demos/autocomplete/multiple.html demos/autocomplete/remote-jsonp.html demos/autocomplete/remote-with-cache.html demos/autocomplete/remote.html demos/autocomplete/xml.html demos/button/splitbutton.html demos/index.html tests/visual/menu/nested.html themes/base/jquery.ui.autocomplete.css ui/jquery.ui.autocomplete.js | ||||
| * | Extracted menu theme from autocomplete file into its own | jzaefferer | 2010-04-30 | 1 | -32/+0 |
| | | |||||
* | | Menu: float .ui-menu since all .ui-menu-item elements are floated. Fixes ↵ | Scott González | 2010-07-19 | 1 | -0/+1 |
| | | | | | | | | #5691 - wrong menu size calculation in webkit browsers (Autocomplete). | ||||
* | | Autocomplete: Removed styling for .ui-autocomplete-loading from the theme - ↵ | Scott González | 2010-07-19 | 1 | -1/+0 |
| | | | | | | | | | | | | added to individual demos. Fixes #5385 - Autocomplete: Inconsistent default styling while loading results. We will need to undo this change when ThemeRoller supports generating loading images. | ||||
* | | All CSS: Added header comments. Fixes #5825 - Add header info to all CSS files. | Scott González | 2010-07-14 | 1 | -4/+18 |
|/ | |||||
* | Set font-weight normal for active menu items - Fix for #5491 Autocomplete: ↵ | unknown | 2010-04-07 | 1 | -0/+1 |
| | | | | menu items have no default-state-class, need to override font-weight | ||||
* | Fixing styles for menu to work properly in IEs, even with nested menus ↵ | jzaefferer | 2010-03-24 | 1 | -0/+4 |
| | | | | (updated the nested-menu protoype nested2.html with themeroller) - kills the hover-border in IE6, but we have to live with that | ||||
* | Remove width:100%; from menu-item styles (was there for icon-support, which ↵ | jzaefferer | 2010-03-22 | 1 | -1/+0 |
| | | | | was dropped); also fixed the nested-menu visual test to position properly in IE6 | ||||
* | Autocomplete: Fixed menu styling in IE6. | Scott González | 2010-03-11 | 1 | -0/+1 |
| | | | | Fixes #5297 - Autocomplete: menu layout in IE6. | ||||
* | fixed #5163 - themes: css files need to be renamed to be consistent with js ↵ | Richard Worth | 2010-02-16 | 1 | -0/+34 |
file renames in 1.8a1 |