aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Position: Changed document/window detection to be consistent with jQuery core.Scott González2009-11-191-2/+2
| | | | | Fixes a bug in IE7/8 where window == document.
* Fix for #4930Jörn Zaefferer2009-11-161-1/+1
|
* class animation: added scrollbar property filtering back in to prevent an ↵Scott González2009-11-161-2/+1
| | | | error in IE.
* Pulsate: Rewrote pulsate effect.Scott González2009-11-161-32/+27
| | | | Fixes #4718 - pulsate pulses one extra time.
* class animations: Commented out browser-specific style checks.Scott González2009-11-151-1/+1
|
* addClass demo: Fixed URLs to be relative.Scott González2009-11-151-5/+5
|
* Class Animation: Don't animate shorthand styles.Scott González2009-11-151-3/+16
| | | | Color Animation: Removed borderColor since we no longer animate shorthand styles.
* Tabs: Removed deprecated deselctable option (use collapsible instead).Scott González2009-11-131-6/+0
| | | | Fixes #4031 - Tabs: Remove deselectable option
* Effects: Added fade effect. Needs documentation.Scott González2009-11-132-0/+34
| | | | Fixes #4416 - Add fade effect.
* Core: Preserve header in minified file.Scott González2009-11-131-1/+1
|
* Ant Build: Fixed references to source files.Scott González2009-11-131-5/+6
| | | | Fixes #4896 - Build fails on non-Windows OS.
* Tabs: Never remove the ui-state-default class when switching tabs.Scott González2009-11-131-4/+4
| | | | Fixes #4815 - Tabs: each tab needs to have state ui-state-default.
* Effects: Cleaned up createWrapper().Scott González2009-11-101-15/+27
|
* Effects: Added support for effects on elements with right and/or bottom ↵Scott González2009-11-101-4/+12
| | | | | | style settings. Fixes #4540 - Fix bug effect for IE7. In create wrapper function.
* Effects core: Reorganized code, no actual changes.Scott González2009-11-101-253/+276
|
* Slider: Added paging - page up/down jumps by 1/5 the size of the range.Scott González2009-11-092-0/+58
| | | | Fixes #3096 - Add a paging option for slider
* Tabs: Made detection of navigation more flexible - now the first descendant ↵Scott González2009-11-091-1/+2
| | | | | | | list (ul or ol) found will be used instead of forcing it to be the first child ul. Fixes #4501 - Tabs should work with ordered lists (<ol>) in addition to unordered (<ul>) Fixes #4506 - tabs(): allow more flexibility in specifying what list is used
* Removed use of .data() for getting/setting options in tests; using each ↵Scott González2009-11-0911-151/+71
| | | | plugin's option method instead. Fixes #4853 - Remove use of .data() for options in tests.
* Effects: Fixed a bug when animating classes and nothing should happen, e.g., ↵Scott González2009-11-061-13/+6
| | | | calling .removeClass('foo') when the element doesn't have the class foo.
* Effects: Added support for animating borderColor (previously only supported ↵Scott González2009-11-061-1/+1
| | | | individual borders, e.g., borderLeftColor). Fixes #4807 - $('').switchClass throwing error in IE8 if the switched class contains color property.
* Effects: Force a non-empty hash of properties for class animations to ensure ↵Scott González2009-11-061-1/+1
| | | | the callback is always executed. Fixes #4396 - animateClass does nothing if there are no styles changes. See jQuery core bug #5459 for the cause.
* Datepicker: Added Afrikaans and English/UK localisationsKeith Wood2009-10-224-0/+52
|
* progressbar: enhanced visual testJörn Zaefferer2009-10-201-2/+10
|
* Tabs: fixed to use a counter for unique ids instead of relying on ↵Richard Worth2009-10-171-1/+3
| | | | $.data(elem), which in 1.4 won't return an id. Thanks Mark Gibson.
* Slider: Fixed values getter to be trimmed by min and max as value method is. ↵Richard Worth2009-10-121-15/+35
| | | | Added an overload to the values method for passing in an array of new values. Fixes #4522
* slider: Removed undocumented noPropagation last arg from values method as ↵Richard Worth2009-10-121-2/+2
| | | | per http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/a350889a377c59b8
* slider: use internal methods _valueMin() and _valueMax()Richard Worth2009-10-121-2/+2
|
* Slider: Fixed animation to respond to keypress as well as mouse click, ↵Richard Worth2009-10-122-13/+66
| | | | | | | animation still does not occur at init or during mouse drag slide, both by design. Animation now occurs, if animate is on, when using the value method, but not when using the value option. This allows for animated and non-animated programmatic setting of values without changing the animate option. Fixes #4432 - Allow animation when programmatically changing slider value Fixes #4659 - Allow slider to animate if slider value is set programatically
* slider: fixed two failing unit testsRichard Worth2009-10-121-0/+2
| | | | | 'value method set respects min' 'value method set respects max'
* sortable portlets demo: Swapped plus and minus icons for more consistencyRichard Worth2009-10-041-2/+2
|
* Dialog: Fixed position parsing.Scott González2009-09-301-28/+28
|
* update to latest QUnitJörn Zaefferer2009-09-2917-84/+212
|
* Sortable: add missed self. in uiHash.Chi Cheng2009-09-271-1/+1
|
* Dialog: fixes a typo.Chi Cheng2009-09-271-1/+1
|
* dialog: added a visual test page for the buttons optionRichard Worth2009-09-251-0/+34
|
* Fixed the initialization of color animations for cases where the first step ↵Scott González2009-09-201-1/+2
| | | | of the animation doesn't happen in the same millisecond as the call to animate. Fixes #4251 - NaN in color animation (Firefox 3).
* slider unit tests: method valueRichard Worth2009-09-191-1/+25
|
* slider: fixed disabled on init, methods enable and disableRichard Worth2009-09-192-2/+20
|
* dialog: fixed _position regression; wrote a test for the default positon, ↵Jörn Zaefferer2009-09-192-28/+38
| | | | which still needs some tuning
* datepicker: removing odd ticket test, has no assertionsJörn Zaefferer2009-09-191-14/+0
|
* datepicker: renabling tests, with timeouts inbetween each test, hopefully ↵Jörn Zaefferer2009-09-195-11/+24
| | | | avoids to kill testswarm clients with slow-script warnings
* dialog unit tests: options closeOnEscape, draggableRichard Worth2009-09-192-8/+24
|
* dialog unit tests: methods close, moveToTop, openRichard Worth2009-09-191-5/+22
|
* dialog: fixed enable and disable methodsRichard Worth2009-09-192-2/+15
|
* Rewrote animateClass to work in webkit. Fixes #3112 - SwitchClass doesn't ↵Scott González2009-09-181-28/+107
| | | | | | have any effect in Safari 3.1.1. Based on trunk and effects dev branch implementations.
* dialog: filter invalid option-position values, convert title argument to ↵Jörn Zaefferer2009-09-171-1/+4
| | | | string (ala closeText)
* uni tests: cleanup after common widget testsJörn Zaefferer2009-09-171-0/+2
|
* unit tests: added positon to indexJörn Zaefferer2009-09-171-0/+5
|
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵Richard Worth2009-09-17318-833/+833
| | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935
* removed ui.core.js from position testsuite - position may only depend on ↵Jörn Zaefferer2009-09-161-1/+0
| | | | jQuery core