aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
|
* Set svn:eol-style to native for new plugins.Scott González2008-09-193-980/+980
|
* Progressbar .text() added, improvementsEduardo Lundgren2008-09-191-181/+194
|
* Sortables - Avoid inline script execution on every sortEduardo Lundgren2008-09-191-4/+11
|
* Fixed #3454 - Sortable .createHelper() bugEduardo Lundgren2008-09-191-2/+2
|
* Reverted r695.Scott González2008-09-1958-1044/+1044
|
* Remove Trailing SpacesEduardo Lundgren2008-09-1958-1043/+1043
|
* slider: use preventDefault on click event on handle instead of returning ↵Paul Bakaus2008-09-191-1/+1
| | | | false (see #3228)
* resizable: aspect ratio was switched (width/height ratio was height/width ↵Paul Bakaus2008-09-191-7/+8
| | | | ratio), fixes #3450
* Dialog: Fixed #3087: Added beforeclose callback for dialogs (can prevent ↵Scott González2008-09-192-0/+28
| | | | closing the dialog by returning false).
* accordion: trigger changestart event when the animation starts (implements 2932)Paul Bakaus2008-09-181-0/+2
|
* accordion: removed deprecated method fn.activate for 1.6Paul Bakaus2008-09-181-5/+0
|
* core: enableSelection/disableSelection now return the chain (implements #3174)Paul Bakaus2008-09-181-2/+2
|
* droppable: $.ui.ddmanager.drop now returns false in case of non-drop, or the ↵Paul Bakaus2008-09-182-2/+2
| | | | | | actual droppable (instead of true) in the case of a drop. draggable: implemented patch that allows revert to be a callback, receives one argument which is the droppable (implements #3175)
* dragging handle won't fire onunload event anymore (fixes #3228)Paul Bakaus2008-09-181-1/+2
|
* sortable: default value for forcePlaceholderSizePaul Bakaus2008-09-161-1/+2
|
* sortable: Refactored a bunch of stuff, moved over some fixes from draggablePaul Bakaus2008-09-161-12/+37
|
* draggable, resizable, sortable: proper usage of _mouseCapture, fixes ↵Paul Bakaus2008-09-163-7/+24
| | | | interaction issues when many plugins are used on the same element (Fixes #3164)
* sortable: Fixed the floating functional demo, implemented forcePlaceholderSizePaul Bakaus2008-09-164-11/+15
|