aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* demos: Added progressbar and slider demosRichard Worth2008-12-237-2/+123
|
* demos: touched up the navigation a bitRichard Worth2008-12-2313-12/+64
|
* demos: Added default and mousover accordion demosRichard Worth2008-12-234-0/+87
|
* demos: added index page for each plugin subfolderRichard Worth2008-12-2312-11/+231
|
* demos: index fileRichard Worth2008-12-231-0/+35
|
* updated default theme (UI Lightness) as generated by ThemeRoller v2 for ↵Richard Worth2008-12-2378-755/+391
| | | | 1.6rc3 release
* new demos folder structureRichard Worth2008-12-230-0/+0
|
* merged dev/slider branch (revs 1152-1229) back to trunkRichard Worth2008-12-234-562/+728
|
* Tabs: Added tab hover and focus support. For #3651 Update markup to new UI ↵Richard Worth2008-12-231-0/+18
| | | | CSS Framework specs
* Dialog: Removed unnecessary call to moveToTop in drag start.Scott González2008-12-231-1/+0
|
* Dialog: Move to top on mousedown instead of mouseup.Scott González2008-12-231-4/+1
|
* Dialog: Passing in a DOMElement instead of a jQuery object for alsoResize to ↵Scott González2008-12-231-1/+1
| | | | avoid resizable bug.
* Dialog static test: Removing duplicate ids.Scott González2008-12-231-1/+1
|
* Dialog: Setting the correct element for alsoResize.Scott González2008-12-231-1/+1
|
* Tabs Static Test: Added missing ui-state-default class to active tab.Scott González2008-12-221-1/+1
|
* Datepicker #3647: Added RTL support to the datepicker theme and reverted ↵Ca-Phun Ung2008-12-222-9/+13
| | | | markup changes for RTL in r1196 for better semantics.
* overrode background on ui-tab-panel that is being set by ui-widget-content ↵Scott Jehl2008-12-221-1/+1
| | | | class. The wrapper has this class as well, so all this panel needs of the class is the text color.
* Datepicker #3647: fixed disabled state for inline datepicker so it looks ↵Ca-Phun Ung2008-12-222-31/+21
| | | | disabled visually and removed the erroneous cover div.
* Fixed 1px jog during animation. Works in FF, not in Safari.Scott Jehl2008-12-221-2/+2
|
* Build: Added back packed folder to replace versionJörn Zaefferer2008-12-221-0/+1
|
* Build: Fix for #3576, adding headers to minified and packed files; current ↵Jörn Zaefferer2008-12-222-30/+0
| | | | solution is rather ugly, need to refactor; also removed unnecessary files from old build scripts, while adding ant-contrib-0.6.jar
* Build: Fix for #3576, adding headers to minified and packed files; current ↵Jörn Zaefferer2008-12-2214-2323/+46
| | | | solution is rather ugly, need to refactor; also removed unnecessary files from old build scripts, while adding ant-contrib-0.6.jar
* fixed my name and Scott's in AUTHORS.txtJörn Zaefferer2008-12-221-2/+2
|
* tests/visual: adjusted the formatting a bit. Separated dialog tests into ↵Richard Worth2008-12-223-14/+31
| | | | simple dialog and dialog with buttons
* Datepicker #3647: added enable, disable, destroy buttons to visual test. ↵Ca-Phun Ung2008-12-223-12/+68
| | | | Fixed failing localisation tests. Fixed RTL support and selected day highlighting for keyboard navigation.
* accordion: update content div classes to move theme classes to wrapper with ↵Jörn Zaefferer2008-12-221-2/+2
| | | | seperate content-wrap and content classes
* updated content divs per Jörn's suggestion. Moved framework classes to ↵Scott Jehl2008-12-222-7/+14
| | | | wrapper. Padding on inner.
* accordion: adjusting visual test to demonstrate theming issueJörn Zaefferer2008-12-221-1/+1
|
* accordion: fix for #3626, refactoring resize code into its own public methodJörn Zaefferer2008-12-221-16/+21
|
* accordion: updated to icons: { header, headerSelected }Jörn Zaefferer2008-12-221-6/+8
|
* UI Tabs: added a few tests for remove method, still incompleteKlaus Hartl2008-12-221-1/+14
|
* 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
|