Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Menu: Outline outline on focussed menu | jzaefferer | 2011-02-24 | 1 | -0/+1 |
| | |||||
* | Menu: Integrated flyoutmenu into menu, and moved flyoutmenu.html | jzaefferer | 2011-02-24 | 1 | -0/+2 |
| | | | | testmenu into contextmenu.html | ||||
* | Menu: Update autocomplete to use deactivate and check for focus class | jzaefferer | 2011-02-24 | 1 | -0/+2 |
| | |||||
* | Menu: Replace ui-state-hover with ui-state-focus. More semantic, looks | jzaefferer | 2011-02-24 | 1 | -1/+1 |
| | | | | the same. | ||||
* | Accordion: Added ui-accordion-header-icon class to generated icons in order ↵ | Scott González | 2011-02-02 | 1 | -1/+1 |
| | | | | to not interfere with any additional icons that users might add. | ||||
* | Accordion: Removed ui-accordion-li-fix class; I couldn't find instances ↵ | Scott González | 2011-01-31 | 1 | -1/+0 |
| | | | | where this caused a problem in IE. Fixed #6892 - Accordion: broken animation in Chrome. | ||||
* | Updated copyright year. | Scott González | 2011-01-17 | 17 | -17/+17 |
| | |||||
* | 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. | ||||
* | Fixed headers for menu, spinner, tooltip stylesheets. | Scott González | 2011-01-10 | 3 | -4/+20 |
| | |||||
* | Merge remote branch 'origin/tooltip' | jzaefferer | 2010-12-22 | 2 | -0/+17 |
|\ | | | | | | | | | | | | | Conflicts: demos/autocomplete/combobox.html demos/index.html tests/unit/index.html | ||||
| * | Tooltip: Remove fixed with from tooltip theme, set in instead in CSS where ↵ | jzaefferer | 2010-04-21 | 1 | -1/+0 |
| | | | | | | | | actually necessary | ||||
| * | Use tooltip to display hint when combobox input doesn't match anything | jzaefferer | 2010-04-08 | 1 | -1/+4 |
| | | |||||
| * | The accidental merge of tooltip into master was reverted in master, that ↵ | jzaefferer | 2010-04-08 | 2 | -0/+15 |
| | | | | | | | | revert got merged back into tooltip; now reverting that revert to get the tooltip stuff back, should then make it easy to merge into master once tooltip is done | ||||
* | | Merge remote branch 'origin/menu' | jzaefferer | 2010-12-22 | 3 | -40/+38 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | Menu: Update license header in theme. | jzaefferer | 2010-11-20 | 1 | -2/+7 |
| | | | |||||
| * | | Always set font-weight:normal for menu items, in case the menu is a child in ↵ | jzaefferer | 2010-04-30 | 1 | -0/+3 |
| | | | | | | | | | | | | a ui-widget-header element | ||||
| * | | Remove unnecessary float:left from .ui-menu-item, only caused various layout ↵ | jzaefferer | 2010-04-30 | 1 | -2/+0 |
| | | | | | | | | | | | | issues | ||||
| * | | Extracted menu theme from autocomplete file into its own | jzaefferer | 2010-04-30 | 3 | -32/+32 |
| |/ | |||||
* | | Merge remote branch 'origin/spinner' | jzaefferer | 2010-12-22 | 2 | -0/+17 |
|\ \ | |||||
| * | | Spinner: CSS improvements - remove fixed height from wrapper; temp. override ↵ | jzaefferer | 2010-12-01 | 1 | -1/+5 |
| | | | | | | | | | | | | icon style to fix off-by-one positioning | ||||
| * | | Spinner: Fix crlf to lf line endings. | jzaefferer | 2010-11-30 | 1 | -12/+12 |
| | | | |||||
| * | | Spinner: Use inline-element for better inline-block support. Removed ↵ | jzaefferer | 2010-11-30 | 1 | -2/+2 |
| | | | | | | | | | | | | float:left from input to fix input focussing in IE6. | ||||
| * | | Slider: Removing dir option. Implementation caused more damage then being ↵ | jzaefferer | 2010-10-25 | 1 | -15/+3 |
| | | | | | | | | | | | | useful - will eventually implement RTL support in all widgets. | ||||
| * | | Porting old spinner implementation to 1.8, dropping some baggage. | jzaefferer | 2010-10-22 | 2 | -0/+25 |
| | | | |||||
* | | | Accordion: Added .ui-accordion-heading class to header's first child. Fixes ↵ | Alex Dovenmuehle | 2010-12-10 | 1 | -3/+3 |
| | | | | | | | | | | | | #6743 - Accordion: Add .ui-accordion-heading class. | ||||
* | | | 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. | ||||
* | | 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 |