summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
...
| * | Revert "Mouse: Changed mouseHandled check to a local var rather than using or...Scott González2011-08-011-8/+4
| * | jQuery 1.6 support.Scott González2011-07-295-13/+15
| * | Slider: Fixed var statement. Fixes #7564 - alignValue Global Scope.Scott González2011-07-191-1/+1
| * | Datepicker i18n: Corrected Dutch abbreviation of month name March. Fixed #756...Richard D. Worth2011-07-191-1/+1
| * | Datepicker: show inline datepicker setting explicit display:block instead of ...Richard D. Worth2011-07-191-1/+3
| * | Merge pull request #322 from kborchers/bug_5665Corey Frang2011-07-191-1/+10
| * | Datepicker: Added onSelect.apply() call to _setDate method if onSelect is def...marcneuwirth2011-06-281-0/+8
| * | Datepicker: Added onSelect.apply() call to _doKeyDown method when enter butto...marcneuwirth2011-06-281-0/+7
| * | Datepicker: Removing unnessecary typeof check. Fixed #6669 - Datepicker: _sel...marcneuwirth2011-06-271-2/+1
| * | Datepicker: Reset this.maxRows (rows in a month) on each row in a multi-row d...kborchers2011-06-161-0/+1
| * | Datepicker: Calculate the max number of rows necessary when displaying months...kborchers2011-06-161-1/+7
| * | Datepicker: Don't use .delegate(). Fixes #7470 - Datepicker: 1.8.x can't be u...Scott González2011-06-131-10/+15
| * | Effects: Fixed typo. Fixes #7435 - animateClass ignores easing due to typo 'e...Scott González2011-05-281-1/+1
| * | Droppable: Added dragStart and dragStop to ddmanager and call them from dragg...kborchers2011-05-272-0/+18
| * | Mouse: Optimize the cancel locator, works around a bug where .add(event.targe...Jay Merrifield2011-05-261-1/+1
| * | Resizable: correct aspectRatio handling with min/max dimensions. Fixed #4951 ...Jeff Remy2011-05-261-3/+31
| * | Button: adding event.preventDefault. Fixes #5945 - Disabled buttons still all...Andrew Powell2011-05-261-0/+1
| * | Button: modified the event bindings for focus and blur. Fixed #6711 - checkbo...Glenn Goodrich2011-05-261-7/+9
| * | Sortable: Changed to check the parent's length so that the dom position of th...kborchers2011-05-251-1/+1
| * | There's no guard against unparsed characters at the end of the date string, a...Jörn Zaefferer2011-05-181-0/+3
| * | Dialog: Changed IE6 overlay width adjustment to apply to all IE versions. Fix...Jörn Zaefferer2011-05-181-2/+2
| * | Button: Refactored formResetHandler and fixed scope. Foxes #7261 - Refresh sc...Scott González2011-05-181-7/+5
| * | Datepicker: onClose callback should be triggered by show. Fixed #6656 - onClo...Kato Kazuyoshi2011-05-181-4/+12
| * | Datepicker: Made the day of year calculator be more accurate. Fixes #6827 - D...Jay Merrifield2011-05-161-1/+1
| * | Draggable: Changed logic to only subtract left and top offsets of containment...kborchers2011-05-131-2/+2
| * | Button: Don't fire click/change events if mouse was dragged during click of t...Kris Borchers2011-05-131-3/+26
| * | Draggable: Check for grid elements set to 0 to prevent divide by 0 error caus...kborchers2011-05-131-2/+3
| * | Button: no longer calls _resetButton() after changing the disabled option. Fi...Doug Neiner2011-05-121-0/+2
| * | Button: Added rtl detection so corner classes would properly be applied to bu...Doug Neiner2011-05-121-2/+4
* | | improved: selector, thx to @NinkasiFelix Nagel2011-10-101-1/+1
* | | fixed: resize now forces a close the list, follow-up #147Felix Nagel2011-10-101-3/+1
| |/ |/|
* | fixed: toggle dropdown when icon is clicked, related to #147, thx to @brainTr...Felix Nagel2011-09-131-1/+1
* | fixed: jumping in IE9, follow up to #147, see #154, thx to @NinkasiFelix Nagel2011-08-201-3/+3
* | fixed: disable tab index when init from disabled select, thx to @gcko, see #136Felix Nagel2011-08-101-1/+1
* | fixed: problem when hiding first option by css, thx to @RobertSheaO, see #152Felix Nagel2011-08-091-1/+1
* | fixed: zIndex, follow up to #147, thx to @viskenxp, see: https://github.com/f...Felix Nagel2011-08-051-3/+1
* | changed: li element creation, thx to @lephyrius, see selectOptionData[ i ].di...Felix Nagel2011-08-031-2/+21
* | fixed: code qualityFelix Nagel2011-08-021-10/+9
* | changed: code cleanupFelix Nagel2011-08-021-9/+10
* | changed: code quality, missing semicolonFelix Nagel2011-08-021-42/+42
* | fixed: problem with disabled transfer, THX to Dimitri B., via emailFelix Nagel2011-08-021-1/+1
* | fixed: hopefully some issues with positioning and jumping, see: https://githu...Felix Nagel2011-08-021-18/+26
* | fixed: optimize element creationFelix Nagel2011-07-311-46/+55
* | Merge pull request #145 from Netson/patch-1Felix Nagel2011-07-291-7/+8
|\ \
| * | Edited ui/jquery.ui.selectmenu.js via GitHubNetson2011-07-241-8/+9
* | | added: empty select supportFelix Nagel2011-06-291-60/+67
|/ /
* | fixed: disabled Selectmenu receives focus on tab, thx to gcko, see https://gi...Felix Nagel2011-06-291-17/+20
* | fixed: disabled optgroup options receive focus, thx to gcko, see https://gith...Felix Nagel2011-06-291-1/+1
* | some code clean upFelix Nagel2011-06-171-22/+22
* | fixed: problem with height and maxHeight, generally improved height handlingFelix Nagel2011-06-161-13/+1