Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Position: Changed document/window detection to be consistent with jQuery core. | Scott González | 2009-11-19 | 1 | -2/+2 |
| | | | | | Fixes a bug in IE7/8 where window == document. | ||||
* | Fix for #4930 | Jörn Zaefferer | 2009-11-16 | 1 | -1/+1 |
| | |||||
* | class animation: added scrollbar property filtering back in to prevent an ↵ | Scott González | 2009-11-16 | 1 | -2/+1 |
| | | | | error in IE. | ||||
* | Pulsate: Rewrote pulsate effect. | Scott González | 2009-11-16 | 1 | -32/+27 |
| | | | | Fixes #4718 - pulsate pulses one extra time. | ||||
* | class animations: Commented out browser-specific style checks. | Scott González | 2009-11-15 | 1 | -1/+1 |
| | |||||
* | addClass demo: Fixed URLs to be relative. | Scott González | 2009-11-15 | 1 | -5/+5 |
| | |||||
* | Class Animation: Don't animate shorthand styles. | Scott González | 2009-11-15 | 1 | -3/+16 |
| | | | | Color Animation: Removed borderColor since we no longer animate shorthand styles. | ||||
* | Tabs: Removed deprecated deselctable option (use collapsible instead). | Scott González | 2009-11-13 | 1 | -6/+0 |
| | | | | Fixes #4031 - Tabs: Remove deselectable option | ||||
* | Effects: Added fade effect. Needs documentation. | Scott González | 2009-11-13 | 2 | -0/+34 |
| | | | | Fixes #4416 - Add fade effect. | ||||
* | 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 |
| | | | | Fixes #4896 - Build fails on non-Windows OS. | ||||
* | Tabs: Never remove the ui-state-default class when switching tabs. | Scott González | 2009-11-13 | 1 | -4/+4 |
| | | | | Fixes #4815 - Tabs: each tab needs to have state ui-state-default. | ||||
* | 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 ↵ | Scott González | 2009-11-10 | 1 | -4/+12 |
| | | | | | | style settings. Fixes #4540 - Fix bug effect for IE7. In create wrapper function. | ||||
* | 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 |
| | | | | Fixes #3096 - Add a paging option for slider | ||||
* | Tabs: Made detection of navigation more flexible - now the first descendant ↵ | Scott González | 2009-11-09 | 1 | -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ález | 2009-11-09 | 11 | -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ález | 2009-11-06 | 1 | -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ález | 2009-11-06 | 1 | -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ález | 2009-11-06 | 1 | -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 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 ↵ | Richard Worth | 2009-10-17 | 1 | -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 Worth | 2009-10-12 | 1 | -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 Worth | 2009-10-12 | 1 | -2/+2 |
| | | | | per http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/a350889a377c59b8 | ||||
* | 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, ↵ | Richard Worth | 2009-10-12 | 2 | -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 tests | Richard Worth | 2009-10-12 | 1 | -0/+2 |
| | | | | | 'value method set respects min' 'value method set respects max' | ||||
* | 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 ↵ | Scott González | 2009-09-20 | 1 | -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 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, ↵ | Jörn Zaefferer | 2009-09-19 | 2 | -28/+38 |
| | | | | which still needs some tuning | ||||
* | 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 ↵ | Jörn Zaefferer | 2009-09-19 | 5 | -11/+24 |
| | | | | avoids to kill testswarm clients with slow-script warnings | ||||
* | 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 ↵ | Scott González | 2009-09-18 | 1 | -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 Zaefferer | 2009-09-17 | 1 | -1/+4 |
| | | | | string (ala closeText) | ||||
* | 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 ↵ | Richard Worth | 2009-09-17 | 318 | -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 Zaefferer | 2009-09-16 | 1 | -1/+0 |
| | | | | jQuery core |