aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Datepicker #3647: added enable, disable, destroy buttons to visual test. Fixe...Ca-Phun Ung2008-12-221-6/+11
* accordion: update content div classes to move theme classes to wrapper with s...Jörn Zaefferer2008-12-221-2/+2
* 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
* adopted proposed markup for 1.6, fixes #3651Klaus Hartl2008-12-221-18/+33
* 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 fix...Ca-Phun Ung2008-12-211-79/+22
* 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-201-16/+23
* Datepicker #3647: removed clickable weekdays.Ca-Phun Ung2008-12-201-14/+1
* Datepicker #3647: Slimed down datepicker by removing all code related to prom...Ca-Phun Ung2008-12-201-45/+2
* Datepicker: Fixes #3647: added correct class name to highlight selected dayCa-Phun Ung2008-12-201-1/+1
* 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
* Dialog: Fixed #3648: Use new CSS framework.Scott González2008-12-191-63/+56
* Dialog: Partial fix for #3648: Added resizable grip.Scott González2008-12-191-1/+2
* Dialog: Partial fix for #3648: Setting proper class on hover of close button.Scott González2008-12-181-2/+2
* sortable: removed default tolerance "guess" for the simplier (and better work...Paul Bakaus2008-12-171-4/+6
* Sortable accurateIntersection using outerWidth/outerHeightEduardo Lundgren2008-12-171-6/+7
* accordion: #3646 update - expose icons as headerIcon and headerIconSelected o...Jörn Zaefferer2008-12-141-4/+6
* Fixed #3655 - $.keyCode should be $.ui.keyCodeRichard Worth2008-12-143-35/+34
* Dialog: Fixed #3664: Dialog fails to init on removed elements.Scott González2008-12-131-1/+1
* corrected some invalid html <div/> to <div></div>Richard Worth2008-12-132-6/+6
* Slider: started on #3650 - Slider: Update markup to new UI CSS Framework specsRichard Worth2008-12-131-4/+3
* Accordion: #3646 - fixed iconsJörn Zaefferer2008-12-121-4/+4
* Accordion: #3646 - add hover classes and unbind on destroyJörn Zaefferer2008-12-121-2/+4
* Accordion: Fixed jumpy behaviour (#3646) by wrapping content elements in an a...Jörn Zaefferer2008-12-121-9/+8
* Accordion: Fixed #3646 - Update markup to new UI CSS Framework specs; Added v...Jörn Zaefferer2008-12-121-26/+26
* sortable: fixed connectToSortable option, wasn't working with Arrays as descr...Paul Bakaus2008-12-111-9/+13
* sortable,draggable: fixed issues with _convertPositionTo, missed from latest ...Paul Bakaus2008-12-112-14/+12
* sortable: fixed containment issue (with 'parent', height was miscalculated du...Paul Bakaus2008-12-111-10/+10
* Dialog: Remove ui-widget-content class on destroy.Scott González2008-12-111-1/+1
* Progressbar: Fixed #3645: Use new CSS framework.Scott González2008-12-111-0/+2
* Dialog: Fixed variable re-declaration.Scott González2008-12-111-18/+16
* Dialog: Partial fix for #3648: Use new CSS framework.Scott González2008-12-111-5/+32
* Dialog: Fixed #3638: Added closeText option (default 'close').Scott González2008-12-111-1/+5
* effects.core.js: Fixed character encoding so Notepad will stop adding UTF-8 BOMRichard Worth2008-12-101-2/+2
* Removed names from ui.core.js as all contribution credit is given in AUTHORS....Richard Worth2008-12-101-1/+0
* Removed UTF-8 BOM again. Turns out it was added by Notepad.Richard Worth2008-12-101-2/+2
* progressbar: Removed all progressbar options except value. Added visual test ...Richard Worth2008-12-101-102/+6
* core widget: added ui-state-disabled and aria-disabled to widget plugin's dis...Richard Worth2008-12-101-3/+7
* Fixed 3642. firstDay displays day names incorrectly.Keith Wood2008-12-081-1/+2
* Escape text to prevent date info substitutionKeith Wood2008-12-082-2/+2
* Fixed 3598. Datepicker Japanese translation replacementKeith Wood2008-12-081-20/+21
* Fixed 3610. Error in French l18n file.Keith Wood2008-12-081-4/+4
* Removed some UTF-8 BOMs causing problems in the download builder versions of ...Richard Worth2008-12-061-1/+1
* Dialog: Fixed #3637: Added role of button to close link.Scott González2008-12-061-1/+9
* progressbar: a little clean up and some more visual testsRichard Worth2008-12-051-59/+69
* progressbar refactorRichard Worth2008-12-051-150/+120