Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated: version to 1.2.1, trim trailing spacesselectmenu_v1.2.1 | Felix Nagel | 2012-05-17 | 1 | -28/+27 |
| | |||||
* | Upgrade to jQuery 1.6.4 and jQuery UI 1.8.17pre | Felix Nagel | 2012-05-17 | 11 | -11/+11 |
| | |||||
* | Upgrade to jQuery 1.6.4 | Felix Nagel | 2012-05-17 | 323 | -626/+18886 |
|\ | |||||
| * | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 311 | -471/+18626 |
| | | |||||
| * | Autocomplete: Re-enable native autocomplete whent he page is unloaded. Fixes ↵ | Scott González | 2011-10-18 | 1 | -0/+8 |
| | | | | | | | | #7790 - Autocomplete-enabled text input does not keep value when using back button in browser. | ||||
| * | Build: For some reason, using parallel for gzip is causing some truncation ↵ | Corey Frang | 2011-10-17 | 1 | -11/+9 |
| | | | | | | | | | | | | issues (cherry picked from commit d871fe46aa18abd561f2f9189a5e14c00f022420) | ||||
| * | Build: Fixing the sizer script to handle this many files | Corey Frang | 2011-10-17 | 1 | -9/+11 |
| | | | | | | | | (cherry picked from commit f6c12849f1018f928c933ce63e4aceea6290a191) | ||||
| * | Build: whitespace | Corey Frang | 2011-10-17 | 1 | -98/+89 |
| | | |||||
| * | Build: `ant size` will now give you a report detailing differences in size ↵ | Corey Frang | 2011-10-17 | 3 | -113/+192 |
| | | | | | | | | | | | | | | | | | | | | since the last time you ran the report (cherry picked from commit 264139b22584eef1de672d0a7f1c52d14318eb56) Conflicts: build/build.xml | ||||
| * | Progressbar: Hide overflowing content. Fixes #7743 - Progressbar: Value div ↵ | Scott González | 2011-09-27 | 1 | -1/+1 |
| | | | | | | | | | | | | can flow out of wrapper div. (cherry picked from commit 25ba0e6ef39c7aebcf2f0901823470422110970f) | ||||
| * | Sortable: replaced hard-coded sortable with this.widgetName, and removed ↵ | Richard D. Worth | 2011-09-27 | 1 | -10/+9 |
| | | | | | | | | | | | | lines from destroy that are handled by super. Fixes #7741 - ui.sortable is not working when it is extended (cherry picked from commit 228b1b191b4f668a74e7005fc9c8c9250c090aa9) | ||||
| * | Datepicker: Added additional check to checkExternalClick to work when ↵ | kborchers | 2011-09-16 | 1 | -15/+14 |
| | | | | | | | | | | | | clicking in another datepicker and removed old fix. Fixes #7686 - infinite loop when onclose event shows a second calendar (cherry picked from commit af76ad1c82625521b94bfc8bf967d9ca4f44da37) | ||||
| * | Datepicker i18n hu: Corrected four-digit year in dateFormat. Fixes #7714 - ↵ | Richard D. Worth | 2011-09-13 | 1 | -1/+1 |
| | | | | | | | | | | | | Hungarian translation (cherry picked from commit cedac75bccbfd8eb2b0301fd40fc31a36a9296b1) | ||||
| * | Datepicker i17n hu: Corrected some spellings and abbreviations as well as ↵ | Richard D. Worth | 2011-09-13 | 1 | -6/+6 |
| | | | | | | | | dateFormat. Fixes #7714 - Hungarian translation | ||||
| * | Button: Fixed RTL detection to default to LTR. Fixes #7697 - Buttonset: ↵ | Scott González | 2011-09-06 | 1 | -3/+3 |
| | | | | | | | | | | | | Incorrect corners for disconnected elements. (cherry picked from commit 08450c3b2dfa652c7866653af93566c9bfa2f2cb) | ||||
| * | Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thought it ↵ | Corey Frang | 2011-08-20 | 2 | -2/+2 |
| | | | | | | | | | | | | would everywhere, switching back to keydown. (cherry picked from commit dfe75e1b552013c440186645a7a1ae9ec3c757b5) | ||||
| * | Dialog: Tabbing out of a modal dialog was possible because keypress doesn't ↵ | Corey Frang | 2011-08-19 | 2 | -4/+33 |
| | | | | | | | | | | | | fire for tabs everywhere, switched to keyup. Added Unit Test - Caught by @DomenicDenicola - Fixes #3123 - Tabbing stops in modal dialog (cherry picked from commit 96e5c241e1b26224c53738b590e07290db7a3e54) | ||||
| * | Updating the 1-8-stable version to 1.8.17pre | Scott González | 2011-08-15 | 1 | -1/+1 |
| | | |||||
* | | removed: unneeded and broken appendTo, breaks Selectmenu with overflow in ↵ | Felix Nagel | 2012-05-17 | 1 | -1/+0 |
| | | | | | | | | older IE | ||||
* | | Merge pull request #200 from tschettler/selectmenu | Felix Nagel | 2012-01-18 | 1 | -2/+3 |
|\ \ | | | | | | | fixed: IE8 focus issue when initializing with multiple selectmenu function calls | ||||
| * | | Fix for IE8 focus issue when using duplicate selectmenu functions | Travis Schettler | 2011-12-08 | 1 | -2/+3 |
| | | | |||||
* | | | added: option appendTo (where to append menu element), thx @payahnih, see #155 | Felix Nagel | 2012-01-18 | 1 | -1/+2 |
| | | | |||||
* | | | fixed: small cleanup | Felix Nagel | 2012-01-18 | 2 | -6/+2 |
| | | | |||||
* | | | removed: option wrapperElement, use widget method instead (see default demo) | Felix Nagel | 2012-01-18 | 2 | -13/+13 |
| | | | |||||
* | | | Merge pull request #166 from betalb/patch-1 | Felix Nagel | 2012-01-17 | 1 | -2/+3 |
|\ \ \ | | | | | | | | | fixed: make button span so its inline element | ||||
| * | | | This is proposed fix for #158 | Виталий | 2011-09-23 | 1 | -2/+3 |
| | | | | |||||
* | | | | fixed: empty option text, thx to @outprove, see #102 | Felix Nagel | 2012-01-16 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'selectmenu' of github.com:fnagel/jquery-ui into selectmenu | Felix Nagel | 2011-12-28 | 1 | -1/+1 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge pull request #192 from captbaritone/patch-1 | Felix Nagel | 2011-11-23 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | Fixed link to methods.html. Used to be "method.php" | ||||
| | * | | | Fixed link to methods.html. Used to be "method.php" | Jordan Eldredge | 2011-11-16 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | fixed: code clean-up and small improvements | Felix Nagel | 2011-12-28 | 2 | -24/+16 |
| | | | | |||||
* | | | | improved: keyboard control and focus / hover handling, thx to @trollix & ↵ | Felix Nagel | 2011-12-28 | 1 | -9/+19 |
| | | | | | | | | | | | | | | | | @netcelli, see #122 & #205 | ||||
* | | | | improved: menu height calculation and collision detection, thx to @Cito , ↵ | Felix Nagel | 2011-12-28 | 1 | -9/+5 |
| | | | | | | | | | | | | | | | | see #189 | ||||
* | | | | added: feature for html escaping, see #131 | Felix Nagel | 2011-12-28 | 1 | -2/+8 |
| | | | | |||||
* | | | | mark file as dev version | Felix Nagel | 2011-11-06 | 1 | -1/+1 |
|/ / / | |||||
* | | | Release version 1.2.0selectmenu_v1.2.0 | Felix Nagel | 2011-11-06 | 2 | -3/+7 |
| | | | |||||
* | | | some code cleanup | Felix Nagel | 2011-11-06 | 2 | -67/+79 |
| | | | |||||
* | | | Merge pull request #181 from thg2k/selectmenu-typeahead | Felix Nagel | 2011-11-06 | 1 | -53/+76 |
|\ \ \ | | | | | | | | | New sequential typeahead implementation | ||||
| * | | | New sequential typeahead implementation which supports both prefix matching ↵ | Giovanni Giacobbi | 2011-10-18 | 1 | -53/+76 |
| | | | | | | | | | | | | | | | | and first letter cycling. The no longer useful 'typeAhead' option now became the default delay given for the type ahead | ||||
* | | | | fixed: problem with flickering / jumping (follow-up) | Felix Nagel | 2011-10-27 | 1 | -6/+9 |
| | | | | |||||
* | | | | fixed: problem with flickering / jumping (see: #147) | Felix Nagel | 2011-10-24 | 1 | -13/+17 |
| | | | | |||||
* | | | | added: dialog.html demo file | Felix Nagel | 2011-10-24 | 1 | -0/+177 |
| | | | | |||||
* | | | | fixed: unneeded close when init widget | Felix Nagel | 2011-10-24 | 1 | -1/+1 |
| | | | | |||||
* | | | | fixed: zIndex when using dialog (new version backport) | Felix Nagel | 2011-10-24 | 1 | -12/+10 |
| | | | | |||||
* | | | | improved: label event handling (backport of new version, see #140) | Felix Nagel | 2011-10-20 | 1 | -13/+11 |
|/ / / | |||||
* | | | fixed: destroy method (issue with window event), thx to @thg2k, see #177 | Felix Nagel | 2011-10-18 | 1 | -4/+4 |
| | | | |||||
* | | | fixed: destroy function (window event follow-up) | Felix Nagel | 2011-10-18 | 1 | -2/+1 |
| | | | |||||
* | | | id handling (follow-up), thx to @thg2k, see #176 | Felix Nagel | 2011-10-18 | 1 | -2/+2 |
| | | | |||||
* | | | improved: id handling (follow-up), destroy method | Felix Nagel | 2011-10-10 | 1 | -9/+9 |
| | | | |||||
* | | | fixed: problem with unusual chars in selector, thx to @dominicgamble | Felix Nagel | 2011-10-10 | 1 | -1/+1 |
| | | |