Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Datepicker: Fixes #3647: added correct class name to highlight selected day | Ca-Phun Ung | 2008-12-20 | 1 | -1/+1 |
| | |||||
* | functional demos: show instructions when navigating back to no-hash | Jörn Zaefferer | 2008-12-20 | 1 | -1/+4 |
| | |||||
* | Datepicker: Fixed #3647: Updated visual and automated tests to go with new ↵ | Ca-Phun Ung | 2008-12-19 | 2 | -356/+198 |
| | | | | markup updates. | ||||
* | Datepicker: Fixed #3647: Update markup to new UI CSS framework specs | Ca-Phun Ung | 2008-12-19 | 1 | -110/+78 |
| | |||||
* | Dialog: Fixed #3221: User outerWidth/Height for positioning. | Scott González | 2008-12-19 | 1 | -4/+4 |
| | |||||
* | Dialog: Fixed #3564: Proper positioning in Opera. | Scott González | 2008-12-19 | 1 | -2/+4 |
| | |||||
* | small padding shift in accordion headers | Scott Jehl | 2008-12-19 | 1 | -2/+2 |
| | |||||
* | removed opacity shift on slider range | Scott Jehl | 2008-12-19 | 1 | -1/+1 |
| | |||||
* | fixed active tab connection and padding | Scott Jehl | 2008-12-19 | 1 | -8/+5 |
| | |||||
* | Changed slider range and progressbar value divs to use ui-widget-header ↵ | Scott Jehl | 2008-12-19 | 2 | -3/+3 |
| | | | | | | | | instead of ui-state-default in static pages. Two main reasons: our clickable state is misleading on these static elements, and our header state tends to get better contrast over content areas than our buttons do (this is subjective to the theme designer of course). Scripting should be updated to follow. | ||||
* | Dialog: Fixed #3648: Use new CSS framework. | Scott González | 2008-12-19 | 2 | -89/+56 |
| | | | | | - Removed .ui-dialog-container div. - Removed autoResize option. | ||||
* | Dialog: Partial fix for #3648: Added resizable grip. | Scott González | 2008-12-19 | 1 | -1/+2 |
| | |||||
* | Dialog visual test: | Scott González | 2008-12-19 | 1 | -2/+9 |
| | | | | | - Made it possible to close and re-open the dialog. - Added buttons. | ||||
* | Dialog: Partial fix for #3648: Setting proper class on hover of close button. | Scott González | 2008-12-18 | 1 | -2/+2 |
| | |||||
* | release build: Fix for #3577; also fixed min target to set correct charset ↵ | Jörn Zaefferer | 2008-12-18 | 1 | -8/+7 |
| | | | | (UTF-8) | ||||
* | sortable: removed default tolerance "guess" for the simplier (and better ↵ | Paul Bakaus | 2008-12-17 | 1 | -4/+6 |
| | | | | working) default mode, and the plain "pointer" intersection | ||||
* | Sortable accurateIntersection using outerWidth/outerHeight | Eduardo Lundgren | 2008-12-17 | 1 | -6/+7 |
| | |||||
* | separated head links to ui.core.css, ui.theme.css, and ui.allplugins.css for ↵ | Scott Jehl | 2008-12-16 | 11 | -11/+35 |
| | | | | TR bookmarklet compatibility. | ||||
* | - removed all !important flags. Replaced with additional selectors. | Scott Jehl | 2008-12-16 | 1 | -12/+12 |
| | | | | | - added .ui-state-focus class. Matches appearance of ui-state-hover in framework. | ||||
* | - removed pseudo classes for focus (widgets manipulate classes for states ↵ | Scott Jehl | 2008-12-15 | 1 | -7/+7 |
| | | | | | | instead) - brought back a few !important flags to make sure some selectors take priority in certain situations. | ||||
* | - removed broad active outline reset | Scott Jehl | 2008-12-15 | 1 | -9/+8 |
| | | | | - removed a few !important styles on text and bg colors. Kept them for active state so active takes precedent over hover styles when both classes are applied. | ||||
* | tests/slider: removed paging default (commented out in code. not in 1.5.2) | Richard Worth | 2008-12-15 | 1 | -1/+0 |
| | |||||
* | missing " | Richard Worth | 2008-12-14 | 1 | -1/+1 |
| | |||||
* | - removed :active outlines | Scott Jehl | 2008-12-14 | 1 | -2/+3 |
| | | | | - set :focus pseudo to match hover state | ||||
* | simplified a couple comments in core. | Scott Jehl | 2008-12-14 | 1 | -5/+2 |
| | |||||
* | accordion: #3646 update - expose icons as headerIcon and headerIconSelected ↵ | Jörn Zaefferer | 2008-12-14 | 1 | -4/+6 |
| | | | | options | ||||
* | Fixed #3655 - $.keyCode should be $.ui.keyCode | Richard Worth | 2008-12-14 | 3 | -35/+34 |
| | |||||
* | tests/slider: addded some missing defaults | Richard Worth | 2008-12-14 | 1 | -2/+7 |
| | |||||
* | themes/base/ui.slider.css: added text-align: left for ui-slider in case of ↵ | Richard Worth | 2008-12-14 | 1 | -1/+1 |
| | | | | other text-align on container element | ||||
* | Dialog: Fixed #3664: Dialog fails to init on removed elements. | Scott González | 2008-12-13 | 1 | -1/+1 |
| | |||||
* | set svn:eol-style to native | Richard Worth | 2008-12-13 | 2 | -87/+87 |
| | |||||
* | themes/base/ui.progressbar.css: needs text-align left in IE in case ↵ | Richard Worth | 2008-12-13 | 1 | -1/+1 |
| | | | | container has other text-align | ||||
* | tests/visual: Added some rounded corners | Richard Worth | 2008-12-13 | 3 | -10/+47 |
| | |||||
* | corrected some invalid html <div/> to <div></div> | Richard Worth | 2008-12-13 | 3 | -7/+7 |
| | |||||
* | Slider: started on #3650 - Slider: Update markup to new UI CSS Framework specs | Richard Worth | 2008-12-13 | 1 | -4/+3 |
| | |||||
* | tests/visual: fixed Accordion test on all.html page. | Richard Worth | 2008-12-13 | 2 | -16/+14 |
| | |||||
* | tests/visual/dialog: Added some content to the simple dialog test | Richard Worth | 2008-12-13 | 2 | -2/+12 |
| | |||||
* | Added test for #3664 - Dialog init fails on disconnected DOM Element after ↵ | Richard Worth | 2008-12-13 | 1 | -2/+5 |
| | | | | .remove() | ||||
* | tests/static: Added some variety to the Lorem Ipsums. minor cleanup. | Richard Worth | 2008-12-13 | 6 | -15/+14 |
| | |||||
* | tests/visual: fixed some text aligning | Richard Worth | 2008-12-13 | 2 | -1/+5 |
| | |||||
* | tests/visual: Added simple tabs test. Some more cleanup. | Richard Worth | 2008-12-13 | 15 | -26/+78 |
| | |||||
* | tests/visual: started switching to themes/base. Lots of little cleanup. | Richard Worth | 2008-12-13 | 18 | -204/+165 |
| | |||||
* | removed tree test file from trunk | Richard Worth | 2008-12-13 | 1 | -100/+0 |
| | |||||
* | removed tabbeddialog.html from trunk (now in /branches/dev/markup) | Richard Worth | 2008-12-13 | 1 | -52/+0 |
| | |||||
* | removed media="screen" from stylesheet link tags | Richard Worth | 2008-12-13 | 19 | -24/+25 |
| | |||||
* | changed tab text to first, second third | Scott Jehl | 2008-12-12 | 2 | -9/+10 |
| | |||||
* | added div for animation height workaround. | Scott Jehl | 2008-12-12 | 2 | -7/+13 |
| | |||||
* | added mime type | Scott Jehl | 2008-12-12 | 0 | -0/+0 |
| | |||||
* | Accordion: #3646 - fixed icons | Jörn Zaefferer | 2008-12-12 | 1 | -4/+4 |
| | |||||
* | Accordion: #3646 - add hover classes and unbind on destroy | Jörn Zaefferer | 2008-12-12 | 1 | -2/+4 |
| |