aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.selectmenu.js
Commit message (Expand)AuthorAgeFilesLines
* Release version 1.2.0selectmenu_v1.2.0Felix Nagel2011-11-061-2/+2
* some code cleanupFelix Nagel2011-11-061-4/+4
* Merge pull request #181 from thg2k/selectmenu-typeaheadFelix Nagel2011-11-061-53/+76
|\
| * New sequential typeahead implementation which supports both prefix matching a...Giovanni Giacobbi2011-10-181-53/+76
* | fixed: problem with flickering / jumping (follow-up)Felix Nagel2011-10-271-6/+9
* | fixed: problem with flickering / jumping (see: #147)Felix Nagel2011-10-241-13/+17
* | fixed: unneeded close when init widgetFelix Nagel2011-10-241-1/+1
* | fixed: zIndex when using dialog (new version backport)Felix Nagel2011-10-241-12/+10
* | improved: label event handling (backport of new version, see #140)Felix Nagel2011-10-201-13/+11
|/
* fixed: destroy method (issue with window event), thx to @thg2k, see #177Felix Nagel2011-10-181-4/+4
* fixed: destroy function (window event follow-up)Felix Nagel2011-10-181-2/+1
* id handling (follow-up), thx to @thg2k, see #176Felix Nagel2011-10-181-2/+2
* improved: id handling (follow-up), destroy methodFelix Nagel2011-10-101-9/+9
* fixed: problem with unusual chars in selector, thx to @dominicgambleFelix Nagel2011-10-101-1/+1
* 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
* fixed: some issue with height and refresh, thx to trollix, see: https://githu...Felix Nagel2011-06-161-12/+22
* fixed: problem (mainly in <= IE7) when select has no id, thx Ryzo and cburgdo...Felix Nagel2011-06-071-3/+3
* push tag and change commentFelix Nagel2011-06-011-1/+1
* prepare tag v1.1.0selectmenu_v1.1.0Felix Nagel2011-06-011-1/+1
* revert: problems with popup style in multiple browsers because of this pull r...Felix Nagel2011-06-011-4/+4
* fixed: disable / enable issue when reinit (refresh) selectmenuFelix Nagel2011-05-311-6/+8
* fixed indentationGiovanni Giacobbi2011-05-301-8/+8
* running through sed 's/[ \t]*$//' to clean trailing spacesGiovanni Giacobbi2011-05-301-70/+70
* fixed: issue with z-index, thx to juja, see: https://github.com/fnagel/jquery...Felix Nagel2011-05-291-5/+8
* Support for non-Latin typeaheadOleg Shparber2011-05-251-6/+10
* improved: width handling for list and newelementFelix Nagel2011-05-241-9/+7
* Merge pull request #117 from substantial/selectmenuFelix Nagel2011-05-241-1/+2
|\
| * add collision option to position callAlex May2011-05-231-1/+2
* | Adding in recursion for moveSelection and moveFocusgcko2011-05-241-5/+24
* | merginggcko2011-05-241-275/+417
|\|