summaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.selectmenu.js
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * fixed: IE typeAhead problem, thx @bergerb, https://github.com/fnagel/jquery-u...Felix Nagel2011-05-231-10/+1
| * deleted: useless refresh position in method open, see https://github.com/fnag...Felix Nagel2011-05-231-2/+0
| * fixed: follow-up fix for disabling / enabling functionality, thx to gcko fro ...Felix Nagel2011-04-171-6/+6
| * fixed: select option when tabbing out of opened menu, thx to mjt5v, see https...Felix Nagel2011-04-161-0/+1
| * fixed: small bug when using method disable with parameter 0, thx to scottridi...Felix Nagel2011-04-161-1/+1
| * fixed: hover for disabled options, see https://github.com/fnagel/jquery-ui/is...Felix Nagel2011-04-161-4/+7
| * fixed: keyboards loop issue, thanks to gcko, see https://github.com/fnagel/jq...Felix Nagel2011-04-161-1/+2
| * fixed: problem with focus and positioning in IE on slow machines, thanks to g...Felix Nagel2011-04-161-4/+5
| * fixed: problem within moveFocus method, thanks to i2amsam, see https://github...Felix Nagel2011-04-161-5/+0
| * fixed: problem with manual focus, thx to keizie, see: https://github.com/fnag...Felix Nagel2011-03-211-2/+3
| * improved: full disable / enable functionality for select, option, optgroup; s...Felix Nagel2011-03-201-13/+100
| * fixed: problem with UTF-8 non-english chars as optgroup labelsFelix Nagel2011-03-201-10/+9
| * fixed: temp fix for typeahead issue in IE, see https://github.com/fnagel/jque...Felix Nagel2011-03-071-3/+6
| * updated: value method to make sure we have a clean API for v1.1Felix Nagel2011-02-171-8/+2
| * fixed: deleted console.logFelix Nagel2011-02-171-1/+0
| * fixed: removed useless _refreshPosition, thx to juzna, see https://github.com...Felix Nagel2011-02-171-3/+4
| * fixed: Problem with YUI compressor cause of wrong named var, thx to Tane, htt...Felix Nagel2011-02-171-2/+2
| * updated: some commentsFelix Nagel2011-02-161-2/+2
| * fixed: issue with window resize event, thx to saus, see https://github.com/fn...Felix Nagel2011-02-121-3/+1
| * added: sequencial typeahead, thx to arzynik, see https://github.com/arzynik/j...Felix Nagel2011-02-011-28/+64
| * fixed: minor code bugfixes, thx to chrispatterson, see https://github.com/fna...Felix Nagel2011-01-311-7/+6
| * follow-up: removed comments, please report bugs GitHUb issuesFelix Nagel2011-01-311-2/+0
| * White space fixes to improve readability and JQueryUI coding standardsGiovanni Giacobbi2011-01-081-182/+247
| * fixed: destroy method, thx to crob611, see https://github.com/fnagel/jquery-u...Felix Nagel2010-12-241-3/+3
| * added: link to wiki in js fileFelix Nagel2010-12-231-0/+1
| * fixed: destroy method: wrapperElement optionFelix Nagel2010-12-231-12/+17
| * changed: namespaced all eventsFelix Nagel2010-12-231-21/+24
* | Merge remote branch 'upstream/selectmenu' into selectmenugcko2010-12-221-127/+149
|\|
| * problems with GitFelix Nagel2010-12-201-1/+1
| |\
| * | fixed: small follow-up for refresh functionalityFelix Nagel2010-12-201-4/+4
| * | fixed: issue when resizing window, thx to crob611, see https://github.com/fna...Felix Nagel2010-12-151-3/+3
| * | added: possibility to refresh from original select element, please see https:...Felix Nagel2010-12-151-127/+155
* | | dding in the ability to disable an option by passing in the particular index ...gcko2010-12-201-4/+42
| |/ |/|
* | added: option to wrap all added elements which allows us to use different jQu...Felix Nagel2010-12-011-7/+13
|/
* fixed: tab issue in Opera, thx to phazei, see https://github.com/fnagel/jquer...Felix Nagel2010-12-011-1/+1
* added: improved index and value methods, if you used value method in your scr...Felix Nagel2010-11-291-7/+19
* fixed: focus problem when toggle menu, thx to phazei for reporting this issue...Felix Nagel2010-11-291-2/+4
* fixed: selectmenu widget now works correct with jQuery UI dialog widegt, thx ...Felix Nagel2010-11-291-8/+12