aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Datepicker - Fixed #4956 - undefined variable: lookAhead()Keith Wood2009-11-271-0/+7
* Datepicker - Fixed #4969 - Datepicker cannot change values of fields named wi...Keith Wood2009-11-271-1/+1
* ant build: Fixed file name parsing.Scott González2009-11-261-2/+1
* eol-style and mime-typeRichard Worth2009-11-211-31/+31
* Slider: added visual test page for #4467Richard Worth2009-11-211-0/+31
* ui.dialog: replaced   with   for xhtml compliance (fixes #4970 -XHT...Andrew Powell2009-11-211-2/+2
* Position: Changed document/window detection to be consistent with jQuery core.Scott González2009-11-191-2/+2
* Fix for #4930Jörn Zaefferer2009-11-161-1/+1
* class animation: added scrollbar property filtering back in to prevent an err...Scott González2009-11-161-2/+1
* Pulsate: Rewrote pulsate effect.Scott González2009-11-161-32/+27
* 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
* Tabs: Removed deprecated deselctable option (use collapsible instead).Scott González2009-11-131-6/+0
* Effects: Added fade effect. Needs documentation.Scott González2009-11-132-0/+34
* 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
* Tabs: Never remove the ui-state-default class when switching tabs.Scott González2009-11-131-4/+4
* Effects: Cleaned up createWrapper().Scott González2009-11-101-15/+27
* Effects: Added support for effects on elements with right and/or bottom style...Scott González2009-11-101-4/+12
* 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
* Tabs: Made detection of navigation more flexible - now the first descendant l...Scott González2009-11-091-1/+2
* Removed use of .data() for getting/setting options in tests; using each plugi...Scott González2009-11-0911-151/+71
* Effects: Fixed a bug when animating classes and nothing should happen, e.g., ...Scott González2009-11-061-13/+6
* Effects: Added support for animating borderColor (previously only supported i...Scott González2009-11-061-1/+1
* Effects: Force a non-empty hash of properties for class animations to ensure ...Scott González2009-11-061-1/+1
* 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 $.data(elem...Richard Worth2009-10-171-1/+3
* Slider: Fixed values getter to be trimmed by min and max as value method is. ...Richard Worth2009-10-121-15/+35
* slider: Removed undocumented noPropagation last arg from values method as per...Richard Worth2009-10-121-2/+2
* 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, animat...Richard Worth2009-10-122-13/+66
* slider: fixed two failing unit testsRichard Worth2009-10-121-0/+2
* 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 o...Scott González2009-09-201-1/+2
* 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, whi...Jörn Zaefferer2009-09-192-28/+38
* datepicker: removing odd ticket test, has no assertionsJörn Zaefferer2009-09-191-14/+0
* datepicker: renabling tests, with timeouts inbetween each test, hopefully avo...Jörn Zaefferer2009-09-195-11/+24
* 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