aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Slider: Fixed #3717: Correct event types for callbacks.Scott González2008-12-311-0/+1
* Fixed #3716 - slider: range handles should not be able to crossRichard Worth2008-12-311-8/+18
* Fixed #3709 - Datepicker: clicking on a date causes the browser to follow '#'...Richard Worth2008-12-311-1/+1
* Fixed #3712 - Month and year dropdown mis-alignment in datepickerRichard Worth2008-12-311-4/+5
* Core: Whitespace only.Scott González2008-12-311-2/+4
* Widget Factory: Check the target in getData and setData events (jQuery 1.3 su...Scott González2008-12-311-2/+6
* Remove trailing spacesEduardo Lundgren2008-12-315-26/+26
* Tabs: Added missing semicolon.Scott González2008-12-311-1/+1
* slider: added ui.values in the slide callback for a rangeRichard Worth2008-12-311-1/+4
* Core: Fixed data selector so it returns true/false (makes it work with Sizzle).Scott González2008-12-311-1/+1
* Dialog: Fixed #3713: Set default height to auto and default minHeight to 150....Scott González2008-12-311-6/+9
* Resizable containment acurrate - Fixed #3714Eduardo Lundgren2008-12-311-7/+7
* draggable: made connectToSortable work fine with helper: 'original' (by remov...Paul Bakaus2008-12-301-0/+5
* sortable: merged draggable fixes into sortables (r1325,1313)Paul Bakaus2008-12-301-4/+12
* draggable: containment doesn't respect margins anymore (logical, and fixes 3538)Paul Bakaus2008-12-301-4/+4
* draggable: changed default for scroll option to truePaul Bakaus2008-12-301-1/+1
* droppable: missing default for option 'accept' (set to "*" = everything)Paul Bakaus2008-12-301-0/+1
* datepicker: IE6 css fixes for default theme.Ca-Phun Ung2008-12-301-1/+1
* demos: added opacity, revert and scroll demosPaul Bakaus2008-12-301-1/+11
* Fixed #3708 - Resizable: all classes added should have 'ui-' prefix, 'proxy' ...Richard Worth2008-12-301-1/+1
* Resizable: Fixed order of default values.Scott González2008-12-291-1/+1
* accordion: Fixed #3682, setting overflow:auto for fillSpace:true accordions; ...Jörn Zaefferer2008-12-261-3/+4
* Datepicker - fixes #3695 [multi-datepicker layout issue in IE]: added a bette...Ca-Phun Ung2008-12-241-18/+7
* Datepicker - fixes #3695 [multi-datepicker layout issue in IE]: IE doesn't se...Ca-Phun Ung2008-12-231-0/+18
* slider: removed hover and focus from range as it's not draggable (yet)Richard Worth2008-12-231-1/+2
* Resizable: Partial fix for supporting jQuery objects in alsoResize.Scott González2008-12-232-2/+2
* 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
* progressbar: changed value to have 'ui-widget-header' instead of 'ui-state-de...Richard Worth2008-12-231-1/+1
* merged dev/slider branch (revs 1152-1229) back to trunkRichard Worth2008-12-231-428/+309
* Tabs: Added tab hover and focus support. For #3651 Update markup to new UI CS...Richard Worth2008-12-231-0/+18
* 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
* Dialog: Setting the correct element for alsoResize.Scott González2008-12-231-1/+1
* Datepicker #3647: Added RTL support to the datepicker theme and reverted mark...Ca-Phun Ung2008-12-221-6/+5
* Datepicker #3647: fixed disabled state for inline datepicker so it looks disa...Ca-Phun Ung2008-12-221-22/+18
* 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