summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* updated: version to 1.2.1, trim trailing spacesselectmenu_v1.2.1Felix Nagel2012-05-171-28/+27
* Upgrade to jQuery 1.6.4 and jQuery UI 1.8.17preFelix Nagel2012-05-1711-11/+11
* Upgrade to jQuery 1.6.4Felix Nagel2012-05-17323-626/+18886
|\
| * Upgraded jQuery to 1.6.4.Scott González2011-10-18311-471/+18626
| * Autocomplete: Re-enable native autocomplete whent he page is unloaded. Fixes ...Scott González2011-10-181-0/+8
| * Build: For some reason, using parallel for gzip is causing some truncation is...Corey Frang2011-10-171-11/+9
| * Build: Fixing the sizer script to handle this many filesCorey Frang2011-10-171-9/+11
| * Build: whitespaceCorey Frang2011-10-171-98/+89
| * Build: `ant size` will now give you a report detailing differences in size si...Corey Frang2011-10-173-113/+192
| * Progressbar: Hide overflowing content. Fixes #7743 - Progressbar: Value div c...Scott González2011-09-271-1/+1
| * Sortable: replaced hard-coded sortable with this.widgetName, and removed line...Richard D. Worth2011-09-271-10/+9
| * Datepicker: Added additional check to checkExternalClick to work when clickin...kborchers2011-09-161-15/+14
| * Datepicker i18n hu: Corrected four-digit year in dateFormat. Fixes #7714 - Hu...Richard D. Worth2011-09-131-1/+1
| * Datepicker i17n hu: Corrected some spellings and abbreviations as well as dat...Richard D. Worth2011-09-131-6/+6
| * Button: Fixed RTL detection to default to LTR. Fixes #7697 - Buttonset: Incor...Scott González2011-09-061-3/+3
| * Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thought it w...Corey Frang2011-08-202-2/+2
| * Dialog: Tabbing out of a modal dialog was possible because keypress doesn't f...Corey Frang2011-08-192-4/+33
| * Updating the 1-8-stable version to 1.8.17preScott González2011-08-151-1/+1
* | removed: unneeded and broken appendTo, breaks Selectmenu with overflow in old...Felix Nagel2012-05-171-1/+0
* | Merge pull request #200 from tschettler/selectmenuFelix Nagel2012-01-181-2/+3
|\ \
| * | Fix for IE8 focus issue when using duplicate selectmenu functionsTravis Schettler2011-12-081-2/+3
* | | added: option appendTo (where to append menu element), thx @payahnih, see #155Felix Nagel2012-01-181-1/+2
* | | fixed: small cleanupFelix Nagel2012-01-182-6/+2
* | | removed: option wrapperElement, use widget method instead (see default demo)Felix Nagel2012-01-182-13/+13
* | | Merge pull request #166 from betalb/patch-1Felix Nagel2012-01-171-2/+3
|\ \ \
| * | | This is proposed fix for #158Виталий2011-09-231-2/+3
* | | | fixed: empty option text, thx to @outprove, see #102Felix Nagel2012-01-161-1/+1
* | | | Merge branch 'selectmenu' of github.com:fnagel/jquery-ui into selectmenuFelix Nagel2011-12-281-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #192 from captbaritone/patch-1Felix Nagel2011-11-231-1/+1
| |\ \ \
| | * | | Fixed link to methods.html. Used to be "method.php"Jordan Eldredge2011-11-161-1/+1
| |/ / /
* | | | fixed: code clean-up and small improvementsFelix Nagel2011-12-282-24/+16
* | | | improved: keyboard control and focus / hover handling, thx to @trollix & @net...Felix Nagel2011-12-281-9/+19
* | | | improved: menu height calculation and collision detection, thx to @Cito , see...Felix Nagel2011-12-281-9/+5
* | | | added: feature for html escaping, see #131Felix Nagel2011-12-281-2/+8
* | | | mark file as dev versionFelix Nagel2011-11-061-1/+1
|/ / /
* | | Release version 1.2.0selectmenu_v1.2.0Felix Nagel2011-11-062-3/+7
* | | some code cleanupFelix Nagel2011-11-062-67/+79
* | | 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
* | | | added: dialog.html demo fileFelix Nagel2011-10-241-0/+177
* | | | 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