aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removing flora theme in favor of themeroller-based default themeJörn Zaefferer2008-10-0540-508/+0
|
* Spinner: spinner casing now sets itself a unique id based on the id of the ↵Ca-Phun Ung2008-10-051-0/+8
| | | | original input textbox. If no id exists in the original then no id is set to the casing.
* 'change' command is now 'option' commandKeith Wood2008-10-051-41/+61
|
* Add prev/next big textsKeith Wood2008-10-051-1/+4
|
* Correct keystroke handled for MacKeith Wood2008-10-051-7/+14
| | | | Correct date determination - no hours/mins/secs/ms
* Factor out class names for day hover and week hoverKeith Wood2008-10-051-14/+19
| | | | | Call _optionDatepicker from _changeDatepicker Don't recalculate default date and cell over
* Finishing move of autocomplete from trunk to 1.7 branchJörn Zaefferer2008-10-051-2/+0
|
* Moving autocomplete from trunk to 1.7 branchJörn Zaefferer2008-10-05102-1291/+1
|
* UI Tabs: unselect class was attached inconsistentlyKlaus Hartl2008-10-042-18/+59
|
* set svn:eol-style to nativeRichard Worth2008-10-040-0/+0
|
* Spinner: further refactored number formatter. 3 lines!Ca-Phun Ung2008-10-031-12/+3
|
* Spinner: fixed IE6 bugs with spinner height for data lists.Ca-Phun Ung2008-10-021-4/+5
|
* Spinner: added thousand separator format to numbers and refactored code.Ca-Phun Ung2008-10-022-13/+15
|
* UI Tabs: fixed "colon in id bug", wrote more unit tests and refactored stuff ↵Klaus Hartl2008-10-023-26/+184
| | | | afterwards
* added missing semicolonRichard Worth2008-10-011-2/+2
|
* Accordion: added support for effects.core ease equationsEduardo Lundgren2008-09-302-5/+48
|
* Datepicker: Default date cell shows over-state when nothing is selected, ↵Marc Grabanski2008-09-291-5/+14
| | | | next months do not show over state unless keyboard is activated.
* 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 ↵Marc Grabanski2008-09-281-4/+7
| | | | current date format.
* $.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 ↵Scott González2008-09-281-4/+0
| | | | the wrapper div. This was used for themes, but this method of theming is no longer encouraged.
* UI Tabs: in IE the first tab was moved to upper left corner for tabs used in ↵Klaus Hartl2008-09-271-0/+3
| | | | dialog, fixes #3470
* Updated draggable defaults unit testRichard Worth2008-09-271-7/+35
|
* Accordion: fixed accordion drawers demo for IE6 and 7. Tested in FF2, FF3, ↵Ca-Phun Ung2008-09-271-1/+10
| | | | Safari 3, Opera 9.5, IE6, IE7 & Chrome on WinXP. All look pretty good. However, IE6 still has slightly darker side borders caused by the .drawer-handle.open clause which is not properly supported by IE6.
* 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 ↵Ca-Phun Ung2008-09-263-3/+12
| | | | | | when the mousewheel stops spinning. Added a few missing options to test case.
* 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 ↵Ca-Phun Ung2008-09-232-5/+57
| | | | callbacks. timer is now set to 0 after being cleared.
* 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
| | | | | | Added ARIA role and state to ui.dialog Fixes #3350 (Inspired by jARIA plugin from Chris Hoffman)
* 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
| | | | | | items: accepts a array of objects which will be converted to a list of items by the spinner. format: printf style formatting of each item - accepts named arguments.
* 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 ↵Scott González2008-09-201-1/+2
| | | | $.fn.remove.
* Core: Fixed #3457: Removing elements causes instantiated plugins to be ↵Scott González2008-09-201-1/+4
| | | | destroyed again.
* Corrected naming and capitalization consistency for Colorpicker and ProgressbarRichard Worth2008-09-202-4/+4
|
* Removed exposure of internal instance in progressbar's ui callback ↵Richard Worth2008-09-201-1/+0
| | | | parameter. See #2928