aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Demos: Removed unnecessary include of jQuery in index files.Scott González2008-12-2911-11/+0
|
* Demos: Added missing semicolon.Scott González2008-12-2911-11/+11
|
* Demos: Removed empty script tag.Scott González2008-12-2911-55/+0
|
* accordion: Fixed #3682, setting overflow:auto for fillSpace:true accordions; ↵Jörn Zaefferer2008-12-263-3/+49
| | | | added demo
* Datepicker - fixes #3695 [multi-datepicker layout issue in IE]: added a ↵Ca-Phun Ung2008-12-241-18/+7
| | | | better fix - needs refactoring.
* Datepicker - fixes #3695 [multi-datepicker layout issue in IE]: IE doesn't ↵Ca-Phun Ung2008-12-232-1/+32
| | | | seem to like dynamic widths so had no other choice but to hard code some width values (this needs a better fix).
* demos: fixed styles for sub pagesPaul Bakaus2008-12-232-1/+1091
|
* display preloaded content if available (placeholder)Paul Bakaus2008-12-231-8/+12
|
* switched icon positioning for calendar and calculator in frameworkScott Jehl2008-12-232-4/+4
|
* demos: overview file headers are not included if $plain is set in phpPaul Bakaus2008-12-231-1/+4
|
* slider: removed hover and focus from range as it's not draggable (yet)Richard Worth2008-12-231-1/+2
|
* demos: modified overview file to use the website markupPaul Bakaus2008-12-231-17/+55
|
* added padding: 0; rule to .ui-dialog-titlebar-close:focus as well as ↵Scott Jehl2008-12-232-2/+2
| | | | .ui-dialog-titlebar-close:hover
* tired typo... fixed for good: .ui-state-focus wasn't getting icon color styles. Scott Jehl2008-12-231-2/+2
|
* Resizable: Partial fix for supporting jQuery objects in alsoResize.Scott González2008-12-232-2/+2
| | | | Dialog: Fixed bug with content resizing.
* .ui-state-focus wasn't getting icon color styles. fixed!Scott Jehl2008-12-232-2/+2
|
* Setting svn:mime-type 'text/html' for new demo html filesJörn Zaefferer2008-12-230-0/+0
|
* fixed alsoResize to also accept vanilla DOM nodes ( fixes #3693 )Paul Bakaus2008-12-231-1/+1
|
* fixed alsoResize to also accept vanilla DOM nodes ( fixes #3693 )Paul Bakaus2008-12-231-1/+1
|
* demos: Added default datepicker demoRichard Worth2008-12-231-0/+21
|
* demos: Added default dialog demoRichard Worth2008-12-231-0/+25
|
* demos: Added default tabs demoRichard Worth2008-12-231-0/+42
|
* demos: removed legacy demos folders - functional, real-worldRichard Worth2008-12-23182-7603/+0
|
* progressbar: changed value to have 'ui-widget-header' instead of ↵Richard Worth2008-12-231-1/+1
| | | | 'ui-state-default'
* demos: bumped down the nav font a bitRichard Worth2008-12-231-2/+2
|
* 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.