aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Autocomplete: Removed CSS framework classes from text field. We can add them ...Scott González2010-01-281-1/+1
* Prevent the default styles for resizable elements from totally killing dialog...Scott González2010-01-281-0/+4
* $.ui.ddmanager.drop() now works properly for nested droppables.Scott González2010-01-281-1/+1
* removing Firefox 2 AIRA extras, FF2 isn't usable in that regard anywayJörn Zaefferer2010-01-271-31/+0
* Deprecated beforeclose option instead of removing it for now, fixes reopened ...Richard Worth2010-01-271-0/+13
* 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: handle space "click"Jörn Zaefferer2010-01-221-0/+8
* button: add ui-state-active on keydown, further improving keyboard navigation...Jörn Zaefferer2010-01-221-0/+8
* 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 du...Scott González2010-01-221-2/+2
* base implementation for #4957 - still need to port users of $.ui.elementJörn Zaefferer2010-01-201-0/+26
* button: add ui-state-focus on focus, making keyboard navigation possible, and...Jörn Zaefferer2010-01-201-1/+9
* Happy New YearRichard Worth2010-01-2031-32/+32
* eol-style and mime-typeRichard Worth2010-01-205-70/+70
* Accordion: Check for division by zero error during animation.Scott González2010-01-201-2/+3
* Dialog, position: Removed bgiframe option; always use bgiframe when available.Scott González2010-01-192-4/+3
* 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
* Button: conform to coding standards.Scott González2010-01-181-135/+143
* 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
* Widget: Make subsequent "init" calls useful by delegating to the option and _...Scott González2010-01-151-7/+11
* Widget: conform to coding standards.Scott González2010-01-151-87/+100
* Widget factory: Changed _create to _init.Scott González2010-01-1513-20/+20
* Dialog: workaround for positioning bug.Scott González2010-01-151-7/+10
* Replaced stackfix with bgiframe.Scott González2010-01-143-44/+4
* Copied autocomplete from dev branch.Scott González2010-01-141-0/+445
* 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
* Datepicker: Fixed #4804 onChangeMonthYear fires at first runKeith Wood2010-01-101-3/+3
* Datepicker: Fixed #5022 numberOfMonths with one column multiple rows doesn't ...Keith Wood2010-01-101-6/+9
* Dialog: force the dialog to be visible before trying to position it so we can...Scott González2010-01-071-0/+1
* (no commit message)Scott González2010-01-071-0/+7
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, m...Scott González2010-01-0718-599/+854
* Fixed #4960 - Tabs: wrong selected tab indexRichard Worth2009-12-311-1/+2
* Mouse: Don't prevent text selection in IE.Scott González2009-12-291-10/+0
* Tabs: fixed to work with empty nav list again.Scott González2009-12-251-2/+1
* Position: Fixed window detection.Scott González2009-12-241-1/+1
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-2214-155/+187
* extracting widget factory into jquery.ui.widget.jsJörn Zaefferer2009-12-162-178/+190
* Datepicker: Corrected automatic parsing of date on keystrokesKeith Wood2009-12-151-12/+15