aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Accordion: added support for effects.core ease equationsEduardo Lundgren2008-09-302-5/+48
* Datepicker: Default date cell shows over-state when nothing is selected, next...Marc Grabanski2008-09-291-5/+14
* Datepicker: Updated Mac keyboard commandsMarc Grabanski2008-09-291-14/+25
* Dialog: Made moveToTop public.Scott González2008-09-291-22/+22
* Datepicker: Added option, "constrainInput" to restrict input text to the curr...Marc Grabanski2008-09-281-4/+7
* $.widget: Create namespace if it doesn't already exist.Scott González2008-09-281-0/+1
* Datepicker: Created "option" method, deprecated "change" method.Marc Grabanski2008-09-281-1/+4
* UI Tabs: started with writing testsKlaus Hartl2008-09-282-0/+78
* Dialog: Added more tests.Scott González2008-09-281-7/+37
* Dialog: Removed functionality for copying classes from the main element to th...Scott González2008-09-281-4/+0
* UI Tabs: in IE the first tab was moved to upper left corner for tabs used in ...Klaus Hartl2008-09-271-0/+3
* Updated draggable defaults unit testRichard Worth2008-09-271-7/+35
* Accordion: fixed accordion drawers demo for IE6 and 7. Tested in FF2, FF3, Sa...Ca-Phun Ung2008-09-271-1/+10
* Spinner: reduced mousewheel timer from 500ms to 400ms (thanks cloudream)Ca-Phun Ung2008-09-271-1/+1
* Spinner: Removed external jquery.mousewheel.js call from visual test.Ca-Phun Ung2008-09-261-1/+0
* Spinner: added a timer to mousewheel interaction which fires a change event w...Ca-Phun Ung2008-09-263-3/+12
* Accordion: fix user-defined style issue when margin is set on expanderCa-Phun Ung2008-09-261-3/+5
* Draggable cancelHelperRemoval when is not overEduardo Lundgren2008-09-261-0/+1
* Accordion: fixed jump in accordion when expander div has padding.Ca-Phun Ung2008-09-251-2/+4
* Spinner: Add change event to dblclick and created a new visual test for all c...Ca-Phun Ung2008-09-232-5/+57
* Spinner: Fixed warnings.Scott González2008-09-231-30/+69
* Core: Reduced size of ARIA methods.Scott González2008-09-231-18/+21
* Core: Moved ARIA methods up with other jQuery core modifications.Scott González2008-09-221-27/+26
* Accept boolean values for aria state. (Thanks for catch Scott González)David Bolter2008-09-222-3/+3
* Added ariaRole and ariaState to ui.core with tests.David Bolter2008-09-224-0/+45
* Core: Marked $.ui.plugin as deprecated.Scott González2008-09-221-0/+1
* Spinner: implemented init callback via trigger (thanks Scott González)Ca-Phun Ung2008-09-222-4/+2
* Spinner: new options: format, items & decimals (r728). Ca-Phun Ung2008-09-202-4/+44
* set svn:eol-style to nativeRichard Worth2008-09-2053-7900/+7900
* HTML5 doctypeRichard Worth2008-09-2040-85/+82
* Spinner: decimals and stepping now independent (user request)Ca-Phun Ung2008-09-201-3/+4
* Core: Added comment about why we use triggerHandler instead of trigger in $.f...Scott González2008-09-201-1/+2
* Core: Fixed #3457: Removing elements causes instantiated plugins to be destro...Scott González2008-09-201-1/+4
* Corrected naming and capitalization consistency for Colorpicker and ProgressbarRichard Worth2008-09-202-4/+4
* Removed exposure of internal instance in progressbar's ui callback parameter....Richard Worth2008-09-201-1/+0
* Progressbar - Source formattingEduardo Lundgren2008-09-201-68/+69
* Progressbar - Source formattingEduardo Lundgren2008-09-201-3/+3
* corrected typo in property key - svn:eol-styleRichard Worth2008-09-200-0/+0
* Fixed 3266. Datepicker is displayed when using "setDate" and "change" methodsKeith Wood2008-09-201-1/+1
* Fixed 3232 Datepicker position problem in IE 6/7Keith Wood2008-09-201-2/+4
* Progressbar - Added suport for animated equations (easeInOutQuint, ...)Eduardo Lundgren2008-09-202-3/+8
* Progressbar duration option fixedEduardo Lundgren2008-09-202-9/+16
* whitespace: Removed trailing whitespace from non-blank linesRichard Worth2008-09-2016-31/+31
* whitespaceRichard Worth2008-09-2013-394/+371
* whitespaceRichard Worth2008-09-201-1/+1
* removed leading semicolon ; - only effects.core.js and ui.core.js get itRichard Worth2008-09-201-1/+1
* Added newline to end of filesRichard Worth2008-09-202-2/+2
* corrected version.txt in trunk (should remain 1.6pre until 1.7pre)Richard Worth2008-09-201-1/+1
* changed version to 1.6rc21.6rc2Paul Bakaus2008-09-201-1/+1
* Dialog: Added an id to the title span (needed for ARIA support).Scott González2008-09-192-4/+39