Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit '1.8.16' into selectmenu | Felix Nagel | 2011-10-10 | 3 | -17/+7 |
|\ | |||||
| * | Datepicker: Set font-size to 0em on ui-datepicker-row-break to override ↵ | kborchers | 2011-06-16 | 1 | -1/+1 |
| | | | | | | | | | | | | font-size coming from ui-widget which caused the height to be too tall in IE (cherry picked from commit abf833049d4e56b591595b65c5150baa0ff2223f) | ||||
| * | Resizable: Remove workaround for handles not working in IE when transparent ↵ | Scott González | 2011-05-20 | 1 | -6/+1 |
| | | | | | | | | | | | | with overlapping content. Fixes #7397 - Resizable: icon not showing. Fixes #7390 - Resizable: https domain reports 'unsecured items' in IE7. Reopens #7233 - Resizable: resizable handles fail to work in IE if transparent and content overlaps. (cherry picked from commit 42dd56de5a0d67a7db2c2f49dc665e62afce8dda) | ||||
| * | CSS: added support for konqueror border-radius. Fixed #6097. | jgv | 2011-05-18 | 1 | -5/+5 |
| | | | | | | | | (cherry picked from commit 0f860cdd9cd378dd9b72bb71e97cf169abb8459b) | ||||
| * | missing comma(cherry picked from commit ↵ | Jesse Baird | 2011-05-18 | 1 | -1/+1 |
| | | | | | | | | 39fab1f39811818887e8906ede21453ef21833af) | ||||
| * | Theme: Reducing size of CSS for Corner Properties - Fixes #7356 - Reducing ↵ | gnarf | 2011-05-12 | 1 | -9/+4 |
| | | | | | | | | | | | | size of some CSS (cherry picked from commit 5a5fc9fb410725f333975b5ecd86ea3ad4131758) | ||||
* | | fixed: nsufficient right padding for .ui-selectmenu-status, thx to ↵ | Felix Nagel | 2011-09-13 | 1 | -1/+1 |
| | | | | | | | | @jfirebaugh, see #161 | ||||
* | | fixed: hopefully some issues with positioning and jumping, see: ↵ | Felix Nagel | 2011-08-02 | 1 | -1/+1 |
| | | | | | | | | https://github.com/fnagel/jquery-ui/issues/147 | ||||
* | | fixed: optimize element creation | Felix Nagel | 2011-07-31 | 1 | -1/+2 |
| | | | | | | | | fixed: wrapper element is now fixed, fixes: https://github.com/fnagel/jquery-ui/issues/80 | ||||
* | | fixed: issue with z-index, thx to juja, see: ↵ | Felix Nagel | 2011-05-29 | 1 | -1/+1 |
| | | | | | | | | https://github.com/fnagel/jquery-ui/issues/95 | ||||
* | | 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 ↵ | Richard Worth | 2011-04-29 | 1 | -1/+1 |
| | | | | | | | | | | | | transparent gif. Fixed #7293 - Resizable: Chrome dev tools console shows GET data: undefined (undefined) (cherry picked from commit 5058ac3ce7a45c5823f4c108b0ae3ae45346d0f8) | ||||
| * | Resizable: use background-image:url(data:) instead of ↵ | Richard Worth | 2011-04-09 | 1 | -1/+1 |
| | | | | | | | | | | | | background-image:url(about:blank) as it's shorter and safer. Thanks @epascarello . Better fixes #7233 - Resizable: resizable handles fail to work in IE if transparent and content overlaps (cherry picked from commit 08b6a2b5189f62c62a0ee725629087b445f308d7) | ||||
| * | Resizable: Added a non-visible yet non-transparent (apparently) no-request ↵ | Richard Worth | 2011-04-09 | 1 | -1/+6 |
| | | | | | | | | | | | | background-image on resizable handles to work around an IE bug. Fixed #7233 - Resizable: resizable handles fail to work in IE if transparent and content overlaps (cherry picked from commit 64f13b661a571806bdfb181d1ef511ac9e2771b3) | ||||
| * | Updated copyright year. | Scott González | 2011-01-17 | 14 | -15/+15 |
| | | |||||
| * | Dialog: Fixed positioning of title bar text. Fixes #6832 - Dialog: ↵ | aaronpeterson | 2011-01-11 | 1 | -2/+2 |
| | | | | | | | | Typesetting on title bar is inconsistent with other widget title bars/headers. | ||||
| * | 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 ↵ | Scott González | 2010-11-22 | 1 | -1/+1 |
| | | | | | | | | #4623 - CSS: ui-helper-hidden-accessible affects page layout. | ||||
* | | fixed: changed CSS from visibility to display, see: ↵ | Felix Nagel | 2011-03-21 | 1 | -2/+2 |
| | | | | | | | | https://github.com/fnagel/jquery-ui/issues#issue/84 | ||||
* | | improved: full disable / enable functionality for select, option, optgroup; ↵ | Felix Nagel | 2011-03-20 | 1 | -0/+1 |
| | | | | | | | | see: https://github.com/fnagel/jquery-ui/issues#issue/18 | ||||
* | | fixed: vertical alignment, thx to revsystems, see ↵ | Felix Nagel | 2011-02-17 | 1 | -1/+1 |
| | | | | | | | | https://github.com/fnagel/jquery-ui/issues#issue/20 | ||||
* | | fixed: IE6 is not able to display the border with transparent color. Its ↵ | Felix Nagel | 2010-12-22 | 1 | -2/+5 |
| | | | | | | | | dotted actually. See: https://github.com/fnagel/jquery-ui/issues/issue/50/ | ||||
* | | fixed: small follow-up for refresh functionality | Felix Nagel | 2010-12-20 | 1 | -2/+2 |
| | | | | | | | | | | fixed: cleaned background image demo fixed: small follow-up to height of the widget to match jQuery UI button height | ||||
* | | added: display-inline (selectmenus side-by-side) support for modern ↵ | Felix Nagel | 2010-12-20 | 1 | -4/+4 |
| | | | | | | | | | | | | | | browsers, works for all but FF2, see https://github.com/fnagel/jquery-ui/issues#issue/20 changed: height of the widget to match jQuery UI button height fixed: small margin issue for background image example | ||||
* | | 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 ↵ | Felix Nagel | 2010-08-07 | 1 | -0/+24 |
|/ | | | | | | | http://jquery-ui.googlecode.com/svn/branches/labs/selectmenu/ added: *.db to gitignore (Im using Windows) added: readme for gitHub | ||||
* | Dialog: Wrap buttons in a div so we can float the div instead of the ↵ | Scott González | 2010-07-29 | 1 | -1/+2 |
| | | | | individual buttons. Fixes #4529 - dialog buttons are accessed in wrong order using tab. | ||||
* | 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: 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 - ↵ | 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. | ||||
* | Dialog: Removed CSS rules for button styling - let the button plugin ↵ | Scott González | 2010-07-16 | 1 | -1/+1 |
| | | | | handling that. Fixes #5779 - Themeroller - size inconsistency with button widgets and dialog box buttons. | ||||
* | 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 ↵ | Scott González | 2010-07-14 | 1 | -1/+1 |
| | | | | breaks when displayed inside a dialog on Internet Explorer. | ||||
* | Accordion: Remove zoom on anchors. Fixes #4662 - Accordion: Long links ↵ | Scott González | 2010-07-14 | 1 | -2/+0 |
| | | | | create line breaks in IE. | ||||
* | Accordion: Default accordion to 100% width. Fixes #4615 - Accordion display ↵ | Scott González | 2010-07-14 | 1 | -0/+2 |
| | | | | problems in IE6/7 on panel close. | ||||
* | Updated copyright headers to make it clear that you can choose between MIT ↵ | Scott González | 2010-07-09 | 2 | -9/+14 |
| | | | | and GPLv2. Also added a link to http://jquery.org/license. | ||||
* | Selectable: moved position absolute and z-index to css. Fixed #4475 - ↵ | Richard D. Worth | 2010-05-26 | 1 | -1/+1 |
| | | | | Selectable helper has z-index hard coded | ||||
* | Button: Removed ui-button-text-icon class. Added ui-button-text-icon-primary ↵ | Richard D. Worth | 2010-05-26 | 1 | -8/+5 |
| | | | | and ui-button-text-icon-secondary classes. Fixed #5382 - Button: specifying only a secondary icon for the button widget locates the icon on the left | ||||
* | Selectable: Add default CSS for ui-selectable-helper to CSS framework to ↵ | adam j. sontag | 2010-05-13 | 2 | -0/+4 |
| | | | | allow user override. Fixes #5607 - Selectable has helper css hardcoded in JS | ||||
* | 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 | ||||
* | Use border-width instead of border for .ui-tabs-panel to make it easier to ↵ | Scott González | 2010-04-02 | 1 | -1/+1 |
| | | | | | | override. Fixes #5475 - ui-tabs-panel border override should be border-width, not border. | ||||
* | Revert accidental "Merge branch 'tooltip' of github.com:jquery/jquery-ui" | jzaefferer | 2010-04-01 | 2 | -15/+0 |
| | | | | | | | This reverts commit df31e22b9572ef105fc83e130041b1165023a4ac, reversing changes made to ab8d15521785e764a6bf47beee0cfd18929607d3. Need to revert this revert later on when actually merging the tooltip branch into master. | ||||
* | 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 ↵ | jzaefferer | 2010-03-27 | 1 | -0/+2 |
| | | | | | | | | destroy-method test in IEs (zoom style wasn't cleaned up on destroy) and should perform slightly faster, too | ||||
* | | 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 ↵ | 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 |