| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed: issue with z-index, thx to juja, see: https://github.com/fnagel/jquery... | Felix Nagel | 2011-05-29 | 1 | -1/+1 |
* | fixed: IE7 css problem, see https://github.com/fnagel/jquery-ui/issues/121 | Felix Nagel | 2011-05-25 | 1 | -2/+4 |
* | Merge commit '1.8.13' into selectmenu | Felix Nagel | 2011-05-23 | 14 | -20/+25 |
|\ |
|
| * | Resizable: switch data: background image to valid image file, small 1px trans... | Richard Worth | 2011-04-29 | 1 | -1/+1 |
| * | Resizable: use background-image:url(data:) instead of background-image:url(ab... | Richard Worth | 2011-04-09 | 1 | -1/+1 |
| * | Resizable: Added a non-visible yet non-transparent (apparently) no-request ba... | Richard Worth | 2011-04-09 | 1 | -1/+6 |
| * | Updated copyright year. | Scott González | 2011-01-17 | 14 | -15/+15 |
| * | Dialog: Fixed positioning of title bar text. Fixes #6832 - Dialog: Typesettin... | aaronpeterson | 2011-01-11 | 1 | -2/+2 |
| * | Datepicker: Don't use ui-helper-hidden-accessible for initial hiding. | Scott González | 2010-11-22 | 1 | -1/+1 |
| * | CSS: Rewrote .ui-helper-hidden-accessible base on HTML5 Boilerplate. Fixes #4... | Scott González | 2010-11-22 | 1 | -1/+1 |
* | | fixed: changed CSS from visibility to display, see: https://github.com/fnagel... | Felix Nagel | 2011-03-21 | 1 | -2/+2 |
* | | improved: full disable / enable functionality for select, option, optgroup; s... | Felix Nagel | 2011-03-20 | 1 | -0/+1 |
* | | fixed: vertical alignment, thx to revsystems, see https://github.com/fnagel/j... | Felix Nagel | 2011-02-17 | 1 | -1/+1 |
* | | fixed: IE6 is not able to display the border with transparent color. Its dott... | Felix Nagel | 2010-12-22 | 1 | -2/+5 |
* | | fixed: small follow-up for refresh functionality | Felix Nagel | 2010-12-20 | 1 | -2/+2 |
* | | added: display-inline (selectmenus side-by-side) support for modern browsers,... | Felix Nagel | 2010-12-20 | 1 | -4/+4 |
* | | fixed: issue with jQuery UI dialog (added z-index) | Felix Nagel | 2010-10-25 | 1 | -1/+1 |
* | | init: fork of latest jQuery UI with selectmenu from http://jquery-ui.googleco... | Felix Nagel | 2010-08-07 | 1 | -0/+24 |
|/ |
|
* | Dialog: Wrap buttons in a div so we can float the div instead of the individu... | Scott González | 2010-07-29 | 1 | -1/+2 |
* | Menu: float .ui-menu since all .ui-menu-item elements are floated. Fixes #569... | Scott González | 2010-07-19 | 1 | -0/+1 |
* | Autocomplete: Moved all demo images into /demos/autocomplete/images. | Scott González | 2010-07-19 | 1 | -0/+0 |
* | Autocomplete: Removed styling for .ui-autocomplete-loading from the theme - a... | Scott González | 2010-07-19 | 1 | -1/+0 |
* | Dialog: Removed CSS rules for button styling - let the button plugin handling... | Scott González | 2010-07-16 | 1 | -1/+1 |
* | All CSS: Added header comments. Fixes #5825 - Add header info to all CSS files. | Scott González | 2010-07-14 | 14 | -25/+123 |
* | All: Added http://jqueryui.com/about to header comments. | Scott González | 2010-07-14 | 2 | -2/+2 |
* | Dialog: Add positioning for content div. Fixes #4319 - Accordion overflow bre... | Scott González | 2010-07-14 | 1 | -1/+1 |
* | Accordion: Remove zoom on anchors. Fixes #4662 - Accordion: Long links create... | Scott González | 2010-07-14 | 1 | -2/+0 |
* | Accordion: Default accordion to 100% width. Fixes #4615 - Accordion display p... | Scott González | 2010-07-14 | 1 | -0/+2 |
* | Updated copyright headers to make it clear that you can choose between MIT an... | Scott González | 2010-07-09 | 2 | -9/+14 |
* | Selectable: moved position absolute and z-index to css. Fixed #4475 - Selecta... | Richard D. Worth | 2010-05-26 | 1 | -1/+1 |
* | Button: Removed ui-button-text-icon class. Added ui-button-text-icon-primary ... | Richard D. Worth | 2010-05-26 | 1 | -8/+5 |
* | Selectable: Add default CSS for ui-selectable-helper to CSS framework to allo... | adam j. sontag | 2010-05-13 | 2 | -0/+4 |
* | Set font-weight normal for active menu items - Fix for #5491 Autocomplete: me... | unknown | 2010-04-07 | 1 | -0/+1 |
* | Use border-width instead of border for .ui-tabs-panel to make it easier to ov... | Scott González | 2010-04-02 | 1 | -1/+1 |
* | Revert accidental "Merge branch 'tooltip' of github.com:jquery/jquery-ui" | jzaefferer | 2010-04-01 | 2 | -15/+0 |
* | Tooltip: Comment about IE6 workaround | unknown | 2010-03-31 | 1 | -0/+1 |
* | Merge branch 'master' into tooltip | jzaefferer | 2010-03-27 | 1 | -0/+2 |
|\ |
|
| * | Accordion: Moving IE layout fix (via zoom: 1) from js to css - fixes the dest... | jzaefferer | 2010-03-27 | 1 | -0/+2 |
* | | Merge branch 'master' into tooltip | jzaefferer | 2010-03-26 | 1 | -0/+3 |
|\| |
|
| * | Fixing styles for menu to work properly in IEs, even with nested menus (updat... | jzaefferer | 2010-03-24 | 1 | -0/+4 |
| * | Remove width:100%; from menu-item styles (was there for icon-support, which w... | jzaefferer | 2010-03-22 | 1 | -1/+0 |
* | | Tooltip: Disable background-images in IE6 on tooltip element to avoid cursor ... | jzaefferer | 2010-03-25 | 1 | -0/+3 |
* | | Experimental shadow for tooltip element | jzaefferer | 2010-03-22 | 1 | -2/+9 |
* | | Copying files from old Googlecode dev branch for tooltip | jzaefferer | 2010-03-21 | 2 | -0/+4 |
|/ |
|
* | Added scoped selectors for .ui-widget-header | Doug Neiner | 2010-03-20 | 1 | -11/+11 |
* | Fixed #5362 - Buttonset class should be ui-buttonset because buttonset is one... | Richard Worth | 2010-03-17 | 1 | -2/+2 |
* | Dialog: Removed relative positioning from content div. | Scott González | 2010-03-14 | 1 | -1/+1 |
* | Button: fixed icon spacing issues caused by r3878 fix of #5294 | Richard Worth | 2010-03-11 | 1 | -4/+4 |
* | Autocomplete: Fixed menu styling in IE6. | Scott González | 2010-03-11 | 1 | -0/+1 |
* | Fixed #5294 - button icon class typo | Richard Worth | 2010-03-10 | 1 | -1/+1 |