summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Tabs: fixed to work with empty nav list again.Scott González2009-12-253-4/+48
| | | | Fixes #4997 - No longer possible to start with empty tab then add() elements dynamically.
* updated build to inclide widget and mouse files directly after coreJörn Zaefferer2009-12-241-1/+1
|
* Position: Fixed window detection.Scott González2009-12-241-1/+1
|
* updated unit test for #4031 - Tabs: Remove deselectable optionRichard Worth2009-12-241-16/+0
|
* slider unit tests: added missing reference to jquery.ui.mouse.jsRichard Worth2009-12-241-0/+1
|
* updated unit test for #3991 - Sortable: Remove absolutePosition from ui hashRichard Worth2009-12-241-6/+0
|
* Added jquery.ui.mouse.js to non-interaction demos/tests that use interaction ↵Scott González2009-12-238-0/+8
| | | | plugins.
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-22104-155/+277
| | | | Fixes #5023 - Split mouse code into its own file.
* extracting widget factory into jquery.ui.widget.jsJörn Zaefferer2009-12-16232-178/+420
|
* Datepicker: Corrected automatic parsing of date on keystrokesKeith Wood2009-12-151-12/+15
|
* Datepicker: Fixed #4917 Enter key press on popup fails if _dayOverClass td ↵Keith Wood2009-12-151-2/+2
| | | | is after _currentClass td
* Datepicker - #4895 Corrected English/UK localisationKeith Wood2009-12-151-1/+1
|
* Datepicker - Fixed #4949 - Double click on next/previous button closes the ↵Keith Wood2009-12-081-1/+2
| | | | datepicker
* Dstepicker - Demonstrate opening/closing animationsKeith Wood2009-12-082-0/+55
|
* Datepicker - Fixed #4987 - Add bosnian language to DatePickerKeith Wood2009-12-083-0/+26
|
* Datepicker: Fixed display of month and year dropdowns when showing month ↵Scott González2009-12-041-1/+1
| | | | | | | | | after year. Fixes #4420 - showMonthAfterYear make calendar disorder. Thanks bhornseth for the patch.
* Datepicker - Fixed #4704 - Datepicker global variable isn't uniqueKeith Wood2009-12-021-10/+15
|
* Datepicker - Fixed #4870 - yearRange doesn't work as expectedKeith Wood2009-12-012-16/+21
|
* Datepicker - Fixed #4787 - Datepicker: fix animation controlKeith Wood2009-12-012-2/+2
|
* Datepicker - Fixed #4885 - Tab key should not have default behaviour ↵Keith Wood2009-11-301-12/+14
| | | | prevented by datepicker
* Datepicker - Fixed #4787 - Datepicker: fix animation controlKeith Wood2009-11-291-11/+10
|
* Datepicker - Fixed #4956 - undefined variable: lookAhead()Keith Wood2009-11-271-0/+7
|
* Datepicker - Fixed #4969 - Datepicker cannot change values of fields named ↵Keith Wood2009-11-271-1/+1
| | | | with special characters
* ant build: Fixed file name parsing.Scott González2009-11-261-2/+1
| | | | Fixes #4973 - Build fails on non-Windows OS.
* 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 ↵Andrew Powell2009-11-211-2/+2
| | | | -XHTML Compliance :   should be  )
* 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
|