aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Selectmenu: Update copyright year to 2013Felix Nagel2013-01-101-1/+1
* Merge branch 'master' into selectmenuFelix Nagel2013-01-1036-83/+92
|\
| * Update copyright year to 2013.Scott González2013-01-1034-34/+34
| * Effects: fix backwards compatibility in animateClass for jQuery Core <1.8Mike Sherov2013-01-081-0/+9
| * Datepicker i18n: Fix line endings.Scott González2013-01-082-46/+46
| * Effects: Avoid cssHook blending in non-rgba browsers when the value is "trans...Mike Sherov2013-01-031-3/+3
* | Merge branch 'master' into selectmenuJörn Zaefferer2013-01-036-6/+51
|\|
| * Interactions: Update widget defaults to match documented API.Mike Sherov2013-01-025-5/+44
| * Slider: add options for event callbacks Mike Sherov2013-01-021-1/+7
* | Selectmenu: improve element creationFelix Nagel2013-01-021-3/+3
* | Merge branch 'master' into selectmenuFelix Nagel2013-01-0214-670/+695
|\|
| * Selectable: Account for scrolling on the helper's initial position. Fixed #89...TJ VanToll2013-01-011-2/+2
| * Add comment explaining the mouseHandled flagKris Borchers2012-12-291-0/+2
| * Create mouseHandled flag per instance instead of globally. Fixes #8866 - Menu...Kris Borchers2012-12-271-5/+4
| * Menu: Allow changing icons option after creation. Fixes #8927 - Menu: Can't c...Jörn Zaefferer2012-12-271-0/+9
| * Spinner: Trigger start/spin/stop events when calling step/page methods. Fixes...Jörn Zaefferer2012-12-271-2/+8
| * Spinner: Update button icons when option changes. Fixes #8926 - Spinner: Can'...Jörn Zaefferer2012-12-271-0/+8
| * All: Convert single quotes to double quotes.Mike Sherov2012-12-2512-653/+654
| * Datepicker: Use tabs for indentation.Mike Sherov2012-12-251-9/+9
* | Selectmenu: make sure position option could be overwrittenFelix Nagel2013-01-021-1/+1
* | Merge branch 'master' into selectmenuFelix Nagel2012-12-201-12/+2
|\|
| * Datepicker: Remove data event handlers from the dark ages.Scott González2012-12-201-12/+2
* | Merge branch 'master' into selectmenuFelix Nagel2012-12-203-3/+30
|\|
| * Slider: Create clone of options.values during _create(). Fixed #8892 - Multip...Dominic Barnes2012-12-181-2/+3
| * Tooltip: Clear the tracking interval on close. Fixes #8920 -Tooltip potential...Scott González2012-12-181-1/+4
| * Datepicker: Added Candian French locale. Fixes #8917 - Datepicker: Add Canadi...Matthieu Penant2012-12-171-0/+23
* | Selectmenu: improve _setOption to make it possible to change icons option aft...Felix Nagel2012-12-201-0/+6
* | Selectmenu: make dropdown style default and remove option dropdownFelix Nagel2012-12-201-34/+9
* | Selectmenu: add option iconsFelix Nagel2012-12-181-1/+5
* | Selectmenu: remove zIndexFelix Nagel2012-12-161-3/+1
* | Selectmenu: CGL and lint fixesFelix Nagel2012-12-151-3/+4
* | Selectmenu: rework appendTo functionalityFelix Nagel2012-12-151-3/+23
* | Merge branch 'master' into selectmenuFelix Nagel2012-12-1511-18/+38
|\|
| * All: Use .addBack() instead of .andSelf().Scott González2012-12-149-10/+19
| * Autocomplete: Append to closest .ui-front if available.Scott González2012-12-141-4/+16
| * Core: Moved selectstart support test to deprecated section.Scott González2012-12-121-3/+1
| * Progressbar: Moved .ui-progressbar-indeterminate to main element. Added tests...Scott González2012-12-121-1/+2
* | Selectmenu: introduce _setText helper function to improve handling of empty s...Felix Nagel2012-12-141-12/+17
* | Selectmenu: fix closing of empty selectsFelix Nagel2012-12-131-3/+8
* | Selectmenu: replace placeholder entity with &#160;Felix Nagel2012-12-131-1/+1
* | Selectmenu: revert change to text instead of html, otherwise the unicode spec...Felix Nagel2012-12-131-1/+1
* | Selectmenu: removed ugly workaround for IE9 to make sure the menu is built on...Felix Nagel2012-12-121-5/+0
* | Selectmenu: merge and explain if statements in Menu focus event, remove unnee...Felix Nagel2012-12-121-8/+6
* | Selectmenu: fix comment typoFelix Nagel2012-12-121-1/+1
* | Selectmenu: use method _documentClick for adding events to the documentFelix Nagel2012-12-121-8/+9
* | Merge branch 'master' into selectmenuFelix Nagel2012-12-1217-381/+488
|\|
| * Core: Removed $.ui.contains. Fixes #8902 - Remove $.ui.contains.Scott González2012-12-121-2/+0
| * Dialog: Spacing.Scott González2012-12-121-64/+64
| * Dialog: Cleanup.Scott González2012-12-111-99/+91
| * Dialog: Respect maxHeight when determining size on open. Fixes #4820 - Dialog...Scott González2012-12-071-5/+10