aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* adopted proposed markup for 1.6, fixes #3651Klaus Hartl2008-12-222-29/+50
|
* removed rule that set background image to none on "today" highlight state. ↵Scott Jehl2008-12-221-1/+0
| | | | Element shows complete ui-state-highlight style now.
* Dialog: Added hover and focus states to all buttons.Scott González2008-12-211-2/+22
|
* Datepicker #3647: Removed date range features, removed related tests, and ↵Ca-Phun Ung2008-12-212-274/+23
| | | | fixed disabled states for prev, next and day.
* Dialog: Fixed #3145: Added support for height: 'auto'.Scott González2008-12-211-8/+12
|
* Datepicker #3647: fixed RTL support for new UI markup.Ca-Phun Ung2008-12-203-18/+33
|
* added tokens for background positioning and repeat to all themeable ↵Scott Jehl2008-12-201-9/+9
| | | | backgrounds. Allows for easier addition of new textures
* Datepicker #3647: removed clickable weekdays.Ca-Phun Ung2008-12-202-21/+1
|
* Datepicker #3647: Slimed down datepicker by removing all code related to ↵Ca-Phun Ung2008-12-201-45/+2
| | | | prompt, status and week highlighting.
* Dialog CSS: Whitesapce cleanup.Scott González2008-12-201-2/+2
|
* Dialog CSS: Set content to overflow auto so users can scroll to see the ↵Scott González2008-12-201-1/+1
| | | | content if the content is too large to fit in the window.
* Datepicker: Fixes #3647: added correct class name to highlight selected dayCa-Phun Ung2008-12-201-1/+1
|
* functional demos: show instructions when navigating back to no-hashJörn Zaefferer2008-12-201-1/+4
|
* Datepicker: Fixed #3647: Updated visual and automated tests to go with new ↵Ca-Phun Ung2008-12-192-356/+198
| | | | markup updates.
* Datepicker: Fixed #3647: Update markup to new UI CSS framework specsCa-Phun Ung2008-12-191-110/+78
|
* Dialog: Fixed #3221: User outerWidth/Height for positioning.Scott González2008-12-191-4/+4
|
* Dialog: Fixed #3564: Proper positioning in Opera.Scott González2008-12-191-2/+4
|
* small padding shift in accordion headersScott Jehl2008-12-191-2/+2
|
* removed opacity shift on slider rangeScott Jehl2008-12-191-1/+1
|
* fixed active tab connection and paddingScott Jehl2008-12-191-8/+5
|
* Changed slider range and progressbar value divs to use ui-widget-header ↵Scott Jehl2008-12-192-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ález2008-12-192-89/+56
| | | | | - Removed .ui-dialog-container div. - Removed autoResize option.
* Dialog: Partial fix for #3648: Added resizable grip.Scott González2008-12-191-1/+2
|
* Dialog visual test:Scott González2008-12-191-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ález2008-12-181-2/+2
|
* release build: Fix for #3577; also fixed min target to set correct charset ↵Jörn Zaefferer2008-12-181-8/+7
| | | | (UTF-8)
* sortable: removed default tolerance "guess" for the simplier (and better ↵Paul Bakaus2008-12-171-4/+6
| | | | working) default mode, and the plain "pointer" intersection
* Sortable accurateIntersection using outerWidth/outerHeightEduardo Lundgren2008-12-171-6/+7
|
* separated head links to ui.core.css, ui.theme.css, and ui.allplugins.css for ↵Scott Jehl2008-12-1611-11/+35
| | | | TR bookmarklet compatibility.
* - removed all !important flags. Replaced with additional selectors.Scott Jehl2008-12-161-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 Jehl2008-12-151-7/+7
| | | | | | instead) - brought back a few !important flags to make sure some selectors take priority in certain situations.
* - removed broad active outline resetScott Jehl2008-12-151-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 Worth2008-12-151-1/+0
|
* missing "Richard Worth2008-12-141-1/+1
|
* - removed :active outlinesScott Jehl2008-12-141-2/+3
| | | | - set :focus pseudo to match hover state
* simplified a couple comments in core.Scott Jehl2008-12-141-5/+2
|
* accordion: #3646 update - expose icons as headerIcon and headerIconSelected ↵Jörn Zaefferer2008-12-141-4/+6
| | | | options
* Fixed #3655 - $.keyCode should be $.ui.keyCodeRichard Worth2008-12-143-35/+34
|
* tests/slider: addded some missing defaultsRichard Worth2008-12-141-2/+7
|
* themes/base/ui.slider.css: added text-align: left for ui-slider in case of ↵Richard Worth2008-12-141-1/+1
| | | | other text-align on container element
* Dialog: Fixed #3664: Dialog fails to init on removed elements.Scott González2008-12-131-1/+1
|
* set svn:eol-style to nativeRichard Worth2008-12-132-87/+87
|
* themes/base/ui.progressbar.css: needs text-align left in IE in case ↵Richard Worth2008-12-131-1/+1
| | | | container has other text-align
* tests/visual: Added some rounded cornersRichard Worth2008-12-133-10/+47
|
* corrected some invalid html <div/> to <div></div>Richard Worth2008-12-133-7/+7
|
* Slider: started on #3650 - Slider: Update markup to new UI CSS Framework specsRichard Worth2008-12-131-4/+3
|
* tests/visual: fixed Accordion test on all.html page.Richard Worth2008-12-132-16/+14
|
* tests/visual/dialog: Added some content to the simple dialog testRichard Worth2008-12-132-2/+12
|
* Added test for #3664 - Dialog init fails on disconnected DOM Element after ↵Richard Worth2008-12-131-2/+5
| | | | .remove()
* tests/static: Added some variety to the Lorem Ipsums. minor cleanup.Richard Worth2008-12-136-15/+14
|