summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
...
| * Datepicker i18n: Changed Hebrew monthNamesShort from number to names. Fixes ↵levushka2012-02-011-2/+2
| | | | | | | | | | | | #6051 - Hebrew and Arabic: Instead of the month name indicates the month number! (cherry picked from commit e496cde384d1497993394f04110ef8099d256eee)
| * Datepicker i18n: Fixed Macedonian date format. Fixes #8040 - Datepicker: ↵stojce2012-01-201-1/+1
| | | | | | | | | | | | Macedonian locale has incorrect date format. (cherry picked from commit b7af203c8e9db1d253bca7aeb66350280402ca1c)
| * Datepicker: added check to account for multiple pickers on one page. Fixed ↵ryanolton2012-01-201-1/+4
| | | | | | | | #5818 – multiple DatePickers won't trigger close event(cherry picked from commit 82cf9e297fd78730dadd9a486d6871eca72455dd)
| * Datepicker i18n: Fix monthNames, monthNamesShort, dayNames, ↵clear002012-01-201-7/+7
| | | | | | | | showMonthAfterYear on the Korean translation . Fixed #8010 - Datepicker i18n: Fix some issues on the Korean translation(cherry picked from commit c0dfa1173c7427622a9f7573b173211f6b594a5f)
| * Sortable: Added a variable to track if initialization is complete. Fixes ↵SpoonNZ2012-01-201-1/+5
| | | | | | | | | | | | #4759 - a major optimization is possible in sortable(). (cherry picked from commit ba6916f22ac3fac993975abc0f86d6cb0bf9c08d)
| * Core: Access offsetHeight on div for support tests to avoid a layout bug in ↵Scott González2012-01-191-0/+5
| | | | | | | | | | | | IE 9. Fixes #8026 - minHeight support test affects page layout in IE 9. (cherry picked from commit 956c2cd2a5a44d40a9b2fb0a8c05f765fa302c92)
| * Position: Update fullname reference; jQuery => $. Fixes #8029 - Position: ↵Scott González2012-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | There is a reference to the global jQuery variable. (cherry picked from commit 07ec849f623699c87fc7ecc3770ea11ad9ba8e4e) Conflicts: ui/jquery.ui.position.js
| * Button: Properly handle disabled option on init. Fixes #8028 - Getting unset ↵Scott González2012-01-181-5/+3
| | | | | | | | | | | | | | | | | | | | disabled option on button widget returns jQuery object, not default value. (cherry picked from commit 3a1031e58b717b042d39dcccfdbe1d293cdbecf1) Conflicts: ui/jquery.ui.button.js
| * Datepicker i18n (nl-BE): Removed BOM.Scott González2012-01-121-2/+2
| | | | | | | | (cherry picked from commit eee63a2e2435a6ecbcd0daa15f41b7bd5901e307)
| * Selectable: Explicitly check event.ctrlKey now that jQuery differentiates ↵Scott González2011-11-221-4/+4
| | | | | | | | | | | | between meta and ctrl. Fixes #7858 - ctrl-click to select multiple elements not working. (cherry picked from commit 35dd0417bdb442ad00a9eb37a85db5ddf1b14615)
| * Datepicker: Fix `this` reference in _hideDatepicker(). Fixed #7722 - ↵Jay Oster2011-11-211-1/+2
| | | | | | | | | | | | Datepicker: Does not properly clear current instance when hidden. (cherry picked from commit c36b43d0ee3cf7e10d82d21e3a4ca6cb954f4c16)
| * Droppable: Make sure._drop is called for all relevant droppables. Fixes ↵Michael P. Jung2011-11-211-1/+1
| | | | | | | | | | | | #6009 - Upper droppable should receive draggable. Fixes #6085 - Parent droppable takes precedence over dynamically created child droppable. (cherry picked from commit fdc332ed5fb7f7e688151d5cae9b450569d73da5)
| * Widget: Don't use $.event.props when creating events.Scott González2011-11-211-12/+12
| | | | | | | | (cherry picked from commit 91ef69d7503f11f2b6223b9c0061fca51e3a006f)
| * jquery.ui.datepicker-uk.js : Corrected translation of the weekHeader.(cherry ↵igor milla2011-11-191-1/+2
| | | | | | | | picked from commit f25937b215b1302368a71d69368d4782abdb7bac)
| * Datepicker: added i18n for nl-BE. Fixes #7895 Datepicker: Add Dutch ↵David De Sloovere2011-11-191-0/+23
| | | | | | | | | | | | (Belgium) Localization (cherry picked from commit dfbd9be72df7734451f535af6dcc1f07294c242b)
| * Datepicker: Added Macedonian i18n for date picker plugin. Fixes #7893 ↵stojce2011-11-191-0/+23
| | | | | | | | | | | | Datepicker: Add Macedonian Localization (cherry picked from commit b2d05f8b76a0de4e66f6a51d77b952be1633e17a)
| * Datepicker: Added Welsh/UK localization. Fixes #7892 Datepicker: Add ↵William Griffiths2011-11-191-0/+23
| | | | | | | | | | | | Welsh/UK Localization (cherry picked from commit 6525365944d306931e0697b7bb909e9e48a5501c)
| * Datepicker: Added Luxembourgish translation. Fixes #7891 Datepicker: Add ↵Michel Weimerskirch2011-11-191-0/+23
| | | | | | | | | | | | Luxembourgish Translation (cherry picked from commit 326bfec626b3039e2d51f53d2d6d2d48cdd78207)
| * Selectable: add ui-selectee class to elements matching filter on refresh. ↵Richard D. Worth2011-11-161-0/+1
| | | | | | | | | | | | Fixes #7716 - Selectable: new elements added programatically don't have class ui-selectee (cherry picked from commit 97bc2d9de9875e222254cfa1cd3fa3bde605c2ed)
| * Widget: Set event.target in ._trigger(). Fixes #7852 - Droppable event ↵Scott González2011-11-101-0/+4
| | | | | | | | | | | | target changes under jQuery 1.7. (cherry picked from commit 1b165148a6654f64d572bd4c28ddb2cee5f6a332)
| * Accordion: Fixed #7238 - Problem with accordion slide animation fixed width ↵Gaëtan Muller2011-11-071-5/+5
| | | | | | | | | | | | calculation (cherry picked from commit 124cf3cc6c9bf182563e2fe0663cdde497700f7b)
| * Datepicker: Changed Kazakh locale from kz to kk. Fixes #7829 - Kazakhstan ↵Scott González2011-11-011-2/+2
| | | | | | | | | | | | language code. (cherry picked from commit f11dab34cce80f027c74cf604394c05d32c38255)
| * Position: Added a check for fraction support in element positions. Fixes ↵kborchers2011-10-261-3/+49
| | | | | | | | #7255 - Position: Revisit solution for off-by-1 errors.
| * Autocomplete: Add 1px to the width of the menu to avoid wrapping in Firefox. ↵Scott González2011-10-251-1/+3
| | | | | | | | | | | | Fixes #7513 - Autocomplete: long text wraps in Firefox. (cherry picked from commit 4cc61b459d73af78dd40f01e3250f2546d9f04bd)
| * Button: Create text span in correct document.Scott González2011-10-201-1/+1
| | | | | | | | (cherry picked from commit c145f1698aa4bfb8b0d1c94e2bfa83399f1de0f3)
* | updated: version to 1.2.1, trim trailing spacesselectmenu_v1.2.1Felix Nagel2012-05-171-28/+27
| |
* | Upgrade to jQuery 1.6.4Felix Nagel2012-05-176-37/+43
|\|
| * Autocomplete: Re-enable native autocomplete whent he page is unloaded. Fixes ↵Scott González2011-10-181-0/+8
| | | | | | | | #7790 - Autocomplete-enabled text input does not keep value when using back button in browser.
| * Sortable: replaced hard-coded sortable with this.widgetName, and removed ↵Richard D. Worth2011-09-271-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 ↵kborchers2011-09-161-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. Worth2011-09-131-1/+1
| | | | | | | | | | | | Hungarian translation (cherry picked from commit cedac75bccbfd8eb2b0301fd40fc31a36a9296b1)
| * Datepicker i17n hu: Corrected some spellings and abbreviations as well as ↵Richard D. Worth2011-09-131-6/+6
| | | | | | | | dateFormat. Fixes #7714 - Hungarian translation
| * Button: Fixed RTL detection to default to LTR. Fixes #7697 - Buttonset: ↵Scott González2011-09-061-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 Frang2011-08-201-1/+1
| | | | | | | | | | | | 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 Frang2011-08-191-3/+3
| | | | | | | | | | | | 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)
* | removed: unneeded and broken appendTo, breaks Selectmenu with overflow in ↵Felix Nagel2012-05-171-1/+0
| | | | | | | | older IE
* | Merge pull request #200 from tschettler/selectmenuFelix Nagel2012-01-181-2/+3
|\ \ | | | | | | fixed: IE8 focus issue when initializing with multiple selectmenu function calls
| * | 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
| | |
* | | removed: option wrapperElement, use widget method instead (see default demo)Felix Nagel2012-01-181-8/+9
| | |
* | | Merge pull request #166 from betalb/patch-1Felix Nagel2012-01-171-2/+3
|\ \ \ | | | | | | | | fixed: make button span so its inline element
| * | | 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
| | | |
* | | | fixed: code clean-up and small improvementsFelix Nagel2011-12-281-20/+16
| | | |
* | | | improved: keyboard control and focus / hover handling, thx to @trollix & ↵Felix Nagel2011-12-281-9/+19
| | | | | | | | | | | | | | | | @netcelli, see #122 & #205
* | | | improved: menu height calculation and collision detection, thx to @Cito , ↵Felix Nagel2011-12-281-9/+5
| | | | | | | | | | | | | | | | see #189
* | | | 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-061-2/+2
| | |
* | | some code cleanupFelix Nagel2011-11-061-4/+4
| | |