aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added autocomplete and button to docs buildJörn Zaefferer2010-01-261-0/+2
|
* autocomplete: added xml-parsing demoJörn Zaefferer2010-01-263-0/+183
|
* Datepicker: Fixed #5052 Set focus error in IE8 for disabled and hidden elementsKeith Wood2010-01-251-2/+3
|
* Datepicker: Fixed #5088 Date picker localization in ROKeith Wood2010-01-251-3/+3
|
* fixed #5094 - selectable: destroy method doesn't clean up selecteesRichard Worth2010-01-241-0/+3
|
* button: visual default test, log args when console is availableJörn Zaefferer2010-01-221-0/+1
|
* button: handle space "click"Jörn Zaefferer2010-01-221-0/+8
|
* button: add ui-state-active on keydown, further improving keyboard ↵Jörn Zaefferer2010-01-221-0/+8
| | | | navigation - doesn't yet work properly for anchors and radio/checkbox buttons
* dropping intial code for #4957 - too many open issues to get this into 1.8Jörn Zaefferer2010-01-221-26/+0
|
* Datepicker: Fixed #5085 bug in findPos for RTL languagesKeith Wood2010-01-221-1/+3
|
* Datepicker: Use null instead of empty string when showing/hiding without a ↵Scott González2010-01-221-2/+2
| | | | | | duration. Fixes #5086 - no animation still animates.
* Dialog: Added padding and margin to the right side of the titlebar so the ↵Scott González2010-01-221-2/+2
| | | | | | title doesn't go behind the close icon. Fixes #5087 - Title goes behind the close link.
* added class animations (including 1.4 style callbacks) to visual effects ↵Jörn Zaefferer2010-01-212-0/+38
| | | | test page
* base implementation for #4957 - still need to port users of $.ui.elementJörn Zaefferer2010-01-201-0/+26
|
* button: more specific selectors for demo pages, avoiding any other global ↵Jörn Zaefferer2010-01-201-1/+1
| | | | demo page issues
* button: add ui-state-focus on focus, making keyboard navigation possible, ↵Jörn Zaefferer2010-01-201-1/+9
| | | | and button like 200% more accessible
* button: don't log a click on disabled buttonsJörn Zaefferer2010-01-201-1/+1
|
* button: don't style everything, just the demoJörn Zaefferer2010-01-201-1/+1
|
* set trunk version to 1.8preRichard Worth2010-01-201-1/+1
|
* set trunk version to 1.8b11.8b1Richard Worth2010-01-201-1/+1
|
* Happy New YearRichard Worth2010-01-2035-36/+36
|
* eol-style and mime-typeRichard Worth2010-01-2034-1634/+1634
|
* switched to jQuery 1.4Richard Worth2010-01-20304-4678/+6301
|
* Accordion: Check for division by zero error during animation.Scott González2010-01-201-2/+3
| | | | Fixes #4382 - Accordion does not function in IE7/WinXP.
* Nested Plugin visual test: sortable accordion inside sortable tabs.Scott González2010-01-201-0/+107
|
* Nested Plugin visual test: draggable inside accordion inside accordion ↵Scott González2010-01-202-13/+132
| | | | inside tabs inside draggable.
* Dialog, position: Removed bgiframe option; always use bgiframe when available.Scott González2010-01-199-11/+3
| | | | Fixes #5071 - Remove bgiframe option from all plugins.
* Widget: removed console.log call.Scott González2010-01-191-2/+1
|
* Widget: Only trigger remove event if keepData is not set to true.Scott González2010-01-191-7/+8
| | | | Fixes #5076 - Using effects kills widget instances with jQuery 1.4.
* Button: conform to coding standards.Scott González2010-01-182-137/+145
|
* Autocomplete: conform to coding standards.Scott González2010-01-171-104/+106
|
* Autocomplete: Use bgiframe on the menu if it's available.Scott González2010-01-171-0/+3
|
* Autocomplete: Set the z-index of the menu to be above the text field.Scott González2010-01-171-0/+1
|
* Dialog: Added button to the list of dependencies.Scott González2010-01-171-1/+1
|
* Widget: _create() doesn't actually take any arguments.Scott González2010-01-171-1/+1
|
* Dialog: Moved autoOpen detection to the new _init() method.Scott González2010-01-151-1/+5
|
* Widget: conform to coding standards.Scott González2010-01-151-10/+11
|
* Widget factory: Removed support for old usage; it doesn't make sense to keep ↵Scott González2010-01-151-5/+0
| | | | partial support around since we can't get full backward-compatibility.
* Widget: Make subsequent "init" calls useful by delegating to the option and ↵Scott González2010-01-151-7/+11
| | | | | | _init methods. Fixes #5064 - Widget: make multiple instantiation more useful.
* Widget: conform to coding standards.Scott González2010-01-151-87/+100
|
* Widget factory: Changed _create to _init.Scott González2010-01-1515-28/+28
| | | | Partial fix for #5064 - Widget: make multiple instantiation more useful.
* missing linebreak makes concatenated file unreadableJörn Zaefferer2010-01-151-1/+1
|
* build: fix for #5044 (typo in the exclude of ui.base.css)Jörn Zaefferer2010-01-151-3/+3
|
* build: fixed fileset for datepicker i18n files concatJörn Zaefferer2010-01-151-1/+1
|
* Dialog: workaround for positioning bug.Scott González2010-01-151-7/+10
|
* Dialog: Tweaking demo so buttons fit on one line.Scott González2010-01-151-6/+1
|
* Replaced stackfix with bgiframe.Scott González2010-01-1424-70/+39
| | | | Fixes #5061 - Remove stackfix.
* Copied autocomplete from dev branch.Scott González2010-01-1427-0/+2115
|
* Datepicker: Fixed #5026 Comparison between 2 dateKeith Wood2010-01-131-1/+2
|
* Datepicker: Fixed #4869 Datepicker undesired today date on field & appendTextKeith Wood2010-01-131-21/+33
|