| Commit message (Expand) | Author | Age | Files | Lines |
* | Effects: Added fade effect. Needs documentation. | Scott González | 2009-11-13 | 2 | -0/+34 |
* | Core: Preserve header in minified file. | Scott González | 2009-11-13 | 1 | -1/+1 |
* | Ant Build: Fixed references to source files. | Scott González | 2009-11-13 | 1 | -5/+6 |
* | Tabs: Never remove the ui-state-default class when switching tabs. | Scott González | 2009-11-13 | 1 | -4/+4 |
* | Effects: Cleaned up createWrapper(). | Scott González | 2009-11-10 | 1 | -15/+27 |
* | Effects: Added support for effects on elements with right and/or bottom style... | Scott González | 2009-11-10 | 1 | -4/+12 |
* | Effects core: Reorganized code, no actual changes. | Scott González | 2009-11-10 | 1 | -253/+276 |
* | Slider: Added paging - page up/down jumps by 1/5 the size of the range. | Scott González | 2009-11-09 | 2 | -0/+58 |
* | Tabs: Made detection of navigation more flexible - now the first descendant l... | Scott González | 2009-11-09 | 1 | -1/+2 |
* | Removed use of .data() for getting/setting options in tests; using each plugi... | Scott González | 2009-11-09 | 11 | -151/+71 |
* | Effects: Fixed a bug when animating classes and nothing should happen, e.g., ... | Scott González | 2009-11-06 | 1 | -13/+6 |
* | Effects: Added support for animating borderColor (previously only supported i... | Scott González | 2009-11-06 | 1 | -1/+1 |
* | Effects: Force a non-empty hash of properties for class animations to ensure ... | Scott González | 2009-11-06 | 1 | -1/+1 |
* | Datepicker: Added Afrikaans and English/UK localisations | Keith Wood | 2009-10-22 | 4 | -0/+52 |
* | progressbar: enhanced visual test | Jörn Zaefferer | 2009-10-20 | 1 | -2/+10 |
* | Tabs: fixed to use a counter for unique ids instead of relying on $.data(elem... | Richard Worth | 2009-10-17 | 1 | -1/+3 |
* | Slider: Fixed values getter to be trimmed by min and max as value method is. ... | Richard Worth | 2009-10-12 | 1 | -15/+35 |
* | slider: Removed undocumented noPropagation last arg from values method as per... | Richard Worth | 2009-10-12 | 1 | -2/+2 |
* | slider: use internal methods _valueMin() and _valueMax() | Richard Worth | 2009-10-12 | 1 | -2/+2 |
* | Slider: Fixed animation to respond to keypress as well as mouse click, animat... | Richard Worth | 2009-10-12 | 2 | -13/+66 |
* | slider: fixed two failing unit tests | Richard Worth | 2009-10-12 | 1 | -0/+2 |
* | sortable portlets demo: Swapped plus and minus icons for more consistency | Richard Worth | 2009-10-04 | 1 | -2/+2 |
* | Dialog: Fixed position parsing. | Scott González | 2009-09-30 | 1 | -28/+28 |
* | update to latest QUnit | Jörn Zaefferer | 2009-09-29 | 17 | -84/+212 |
* | Sortable: add missed self. in uiHash. | Chi Cheng | 2009-09-27 | 1 | -1/+1 |
* | Dialog: fixes a typo. | Chi Cheng | 2009-09-27 | 1 | -1/+1 |
* | dialog: added a visual test page for the buttons option | Richard Worth | 2009-09-25 | 1 | -0/+34 |
* | Fixed the initialization of color animations for cases where the first step o... | Scott González | 2009-09-20 | 1 | -1/+2 |
* | slider unit tests: method value | Richard Worth | 2009-09-19 | 1 | -1/+25 |
* | slider: fixed disabled on init, methods enable and disable | Richard Worth | 2009-09-19 | 2 | -2/+20 |
* | dialog: fixed _position regression; wrote a test for the default positon, whi... | Jörn Zaefferer | 2009-09-19 | 2 | -28/+38 |
* | datepicker: removing odd ticket test, has no assertions | Jörn Zaefferer | 2009-09-19 | 1 | -14/+0 |
* | datepicker: renabling tests, with timeouts inbetween each test, hopefully avo... | Jörn Zaefferer | 2009-09-19 | 5 | -11/+24 |
* | dialog unit tests: options closeOnEscape, draggable | Richard Worth | 2009-09-19 | 2 | -8/+24 |
* | dialog unit tests: methods close, moveToTop, open | Richard Worth | 2009-09-19 | 1 | -5/+22 |
* | dialog: fixed enable and disable methods | Richard Worth | 2009-09-19 | 2 | -2/+15 |
* | Rewrote animateClass to work in webkit. Fixes #3112 - SwitchClass doesn't hav... | Scott González | 2009-09-18 | 1 | -28/+107 |
* | dialog: filter invalid option-position values, convert title argument to stri... | Jörn Zaefferer | 2009-09-17 | 1 | -1/+4 |
* | uni tests: cleanup after common widget tests | Jörn Zaefferer | 2009-09-17 | 1 | -0/+2 |
* | unit tests: added positon to index | Jörn Zaefferer | 2009-09-17 | 1 | -0/+5 |
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery... | Richard Worth | 2009-09-17 | 318 | -833/+833 |
* | removed ui.core.js from position testsuite - position may only depend on jQue... | Jörn Zaefferer | 2009-09-16 | 1 | -1/+0 |
* | datepicker tests keep crashing testswarm client, disabled tests until that is... | Jörn Zaefferer | 2009-09-15 | 1 | -1/+1 |
* | datepicker tests keep crashing testswarm client, disabled tests until that is... | Jörn Zaefferer | 2009-09-15 | 1 | -1/+8 |
* | accordion: trying to reset margin and padding for accordion-lis to get consis... | Jörn Zaefferer | 2009-09-15 | 1 | -0/+4 |
* | tests: declare global introduced in jQuery 1.3.2 Sizzle (fixed in trunk/1.3.3) | Jörn Zaefferer | 2009-09-15 | 1 | -0/+2 |
* | accordion: reverted previous change to test | Jörn Zaefferer | 2009-09-15 | 1 | -1/+1 |
* | updated to latest QUnit | Jörn Zaefferer | 2009-09-15 | 18 | -29/+24 |
* | dialog: Fixes #4826 - Setting resizable false toggles resizable on dialog | Ca-Phun Ung | 2009-09-15 | 1 | -1/+1 |
* | dialog: added unit test for ticket #4826 | Ca-Phun Ung | 2009-09-15 | 1 | -0/+21 |