summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* tag version 1.2.2selectmenu_v1.2.2Felix Nagel2012-10-031-1/+1
|
* fixed: removed unneeded and problematic .selector property, see #269, THX to ↵Felix Nagel2012-10-011-1/+1
| | | | @brunis
* changed: copyright and license text textFelix Nagel2012-09-061-4/+2
|
* Fixed formattingAeron Glemann2012-08-101-2/+2
|
* https://github.com/fnagel/jquery-ui/issues/241Aeron Glemann2012-08-101-14/+14
| | | | | | | | Updated jquery.simulate.js to latest Fixed broken path in tests/jquery.js Updated test to not use jquery.simulate for keypress (simulate was failing, not the test) Fixed #241 in jquery.ui.selectmenu.js Added the option object as optional parameter to formatText
* fix operator precedenceВиталий2012-08-031-1/+1
|
* fixed: its now possible to have a disabled and selected option on init, see #234Felix Nagel2012-07-201-1/+1
|
* task: make selectmenu easier to download/extract/use, see #172Felix Nagel2012-07-1296-12528/+0
|
* added: todo comment for last commitFelix Nagel2012-07-121-2/+2
|
* fixed: "focus" doesn't bubble, see #241Aeron Glemann2012-07-111-1/+6
|
* fixed: edge case problem in IE, see #209, thx @tschettlerFelix Nagel2012-05-311-0/+1
|
* fixed: bug when using selectors like #one:two, improved replace for specific ↵Felix Nagel2012-05-171-1/+1
| | | | selector chars, see #230, thx to @sirsimo
* regression: unneeded and broken appendTo, breaks Selectmenu with overflow in ↵Felix Nagel2012-05-171-1/+0
| | | | older IE
* removed: option transferClasses, see #229Felix Nagel2012-05-171-7/+0
|
* removed: unneeded widget varsFelix Nagel2012-05-171-3/+0
|
* updated: readme file, copyright notice and versionFelix Nagel2012-05-171-2/+5
|
* Upgrade to jQuery 1.7.2 and jQuery UI 1.8.20Felix Nagel2012-05-1746-206/+443
|\
| * Sortable: update placeholder when axis is x or y. Fixed #8274 - placeholder ↵Jason Moon2012-04-301-2/+2
| | | | | | | | | | | | doesn't move when dragging outside of container element (cherry picked from commit b8b0c528301ab2bfc49e36143a3c4f6451e58ccd)
| * Draggable: Don't run stop methods for elements that have been removed. ↵Scott González2012-04-301-2/+8
| | | | | | | | | | | | | | | | | | | | Fixed #8269 - Removing draggable element on drop : a(this).data("draggable") is undefined. (cherry picked from commit 27d10235539e0f5baad6ee7e8d3d91cab65e2cfd) Conflicts: ui/jquery.ui.draggable.js
| * Revert "Sortable: modified the contents of placeholder to a single " ". ↵Scott González2012-04-301-1/+1
| | | | | | | | | | | | | | Fixed #8135 - sortable: Horizontal sortable shifts causes elements to shift down." This reverts commit b6e1f25ab8c038306146a6ead041dc18bfb9e8c2. (cherry picked from commit b38dd26da0a7297941839195ff75885d6ecc67d0)
| * Revert "Sortable: Always set placeholder size when necessary. Fixes #8262 - ↵Scott González2012-04-301-2/+3
| | | | | | | | | | | | | | jQuery UI 1.8.19 don't respect forcePlaceholderSize." This reverts commit 4f19289c10e733a07cf60435c2e5df4ed2e23d37. (cherry picked from commit 21df5c27e312c6e5fda66e602abefa51c484d676)
| * Datepicker: Added missing quote in Hindi i18n.Scott González2012-04-221-1/+1
| | | | | | | | (cherry picked from commit e55391a4193a870c3e65f9d462433045f1717143)
| * Resizable: Apply zIndex option to all handles. Partial Fix for #7960- Modal ↵TJ VanToll2012-04-191-3/+2
| | | | | | | | | | | | dialog does not disable resizables on the page. (cherry picked from commit 6150abae49f77a3b2f67c39a3c60a06792b4de8f)
| * Datepicker: Corrections in Hindi weekday names, text labels. Fixes #8265 - ↵G Karunakar2012-04-191-9/+9
| | | | | | | | | | | | Datepicker: Incorrect translations for Hindi locale. (cherry picked from commit d783766f9053a2075c579296d819f0941796ac1c)
| * Sortable: Always set placeholder size when necessary. Fixes #8262 - jQuery ↵Bertjh2012-04-191-3/+2
| | | | | | | | | | | | UI 1.8.19 don't respect forcePlaceholderSize. (cherry picked from commit 4f19289c10e733a07cf60435c2e5df4ed2e23d37)
| * Autocomplete: Don't invoke a search from arrow keys when the element can ↵meh-cfl2012-04-071-6/+11
| | | | | | | | have multi-line text. Fixes #7639 - Key up/key down in textarea's should optionally not toggle auto-complete.
| * Autocomplete: Move race condition logic from ajax requests to general ↵Scott González2012-04-031-18/+20
| | | | | | | | | | | | | | | | | | | | | | response handler. Fixes #8234 - Autocomplete: Automatic race-condition handling for custom sources. (cherry picked from commit 96f9c84b7b2149c6b93ac226a52065652f218e1e) Conflicts: tests/unit/autocomplete/autocomplete_core.js ui/jquery.ui.autocomplete.js
| * Datepicker: Don't set _curInst in hideDatepicker. Fixes #8174 - jQuery ↵Scott González2012-04-031-2/+0
| | | | | | | | | | | | | | | | | | | | datepicker is stuck open if label is clicked from open state. (cherry picked from commit 4ade13450e7145100dcce3356eb1449e1a5f7090) Conflicts: ui/jquery.ui.datepicker.js
| * Protect all copyright notices against minificationJörn Zaefferer2012-04-0228-28/+28
| | | | | | | | | | | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention. (cherry picked from commit 37dcc3e21df5f1373ff9963217073a9faecfc057, dropped menu, spinner and tooltip)
| * Datepicker: Changed German translation for weekHeader to "KW". Fixes #8231 - ↵Simon2012-04-021-1/+1
| | | | | | | | Provide a better German translation for the week header.
| * Fixes #6979 - Several components are leaking variables into the global scope.felix2012-03-295-6/+5
| |
| * Datepicker: Fixed nextText, prevText, and Sunday and split words onto ↵Scott González2012-03-291-7/+43
| | | | | | | | | | | | | | | | | | | | multiple lines for readability. Fixes #8225 - Datepicker: Incorrect values in Persian localization. (cherry picked from commit a51451dc1b19bf6c2e10b1648b57d006bf38c303) Conflicts: ui/i18n/jquery.ui.datepicker-fa.js
| * Effects: Backporting e8ba367 to 1-8-stable - Fixes #8113 - addClass not ↵Corey Frang2012-03-271-1/+1
| | | | | | | | animating
| * Tabs: Wrap attribute value in quotes when querying. Fixes #8207 - Tabs: ↵Scott González2012-03-221-1/+1
| | | | | | | | | | | | Error with href selector. (cherry picked from commit adbc2733bbd4d4c117dd2e0f31d5156e2913bfd1)
| * Datepicker: Fixed month name for Macedonian localization. Fixes #8206 - ↵stojce2012-03-221-2/+2
| | | | | | | | | | | | Datepicker: Incorrect month name for Macedonian localization. (cherry picked from commit 9bb9141f299ce1b7ddcffc39063a9e6581e19ba6)
| * Datepicker: Added Georgian localization. Fixes #8205 - Datepicker: Add ↵Lado Lomidze2012-03-221-0/+21
| | | | | | | | | | | | Georgian localization. (cherry picked from commit c12a47074e83b2495b8ff7113d939722f9cdb7c7)
| * Mouse: Unbind events bound to document on destroy. Fixes #8199 - ↵Scott González2012-03-191-0/+3
| | | | | | | | | | | | _mouseDestroy keeps mousemove and mouseup events bound. (cherry picked from commit 94c6f9ec84acc4c01f2dc16c009e2cf7a0fdbc5d)
| * Updated copyright year.Scott González2012-03-1931-31/+31
| |
| * Datepicker: Corrected values of dayNamesShort in Finnish translation. Fixes ↵Scott González2012-03-141-12/+12
| | | | | | | | | | | | | | | | | | | | #8194 - Datepicker: Incorrect day name for Finnish localization. (cherry picked from commit 5c53dd1bbc0cb0897d4851bad77c3fe22fda27dc) Conflicts: ui/i18n/jquery.ui.datepicker-fi.js
| * Resizable: Update aspectRatio to use calculated aspectRatio in case of: ↵gromo2012-03-021-2/+2
| | | | | | | | | | | | containment - parent; aspectRatio - true. Fixes #8158 - Resizable: aspectRatio: true isn't handled properly. (cherry picked from commit 3e8ec7eb6bee97034363fe4e8704ed762fadbaba)
| * Datepicker: modified a catch variable to no longer mask an existing variable ↵Jasvir Nagra2012-02-251-2/+2
| | | | | | | | | | | | in scope. Fixed #8138 - datepicker: IE8 does not create a new scope for catch blocks and will cause (cherry picked from commit 367da95ba5afcb80bebce75cd529a46004f60381)
| * Sortable: modified the contents of placeholder to a single " ". Fixed ↵Bertjh2012-02-241-1/+1
| | | | | | | | | | | | #8135 - sortable: Horizontal sortable shifts causes elements to shift down. (cherry picked from commit b6e1f25ab8c038306146a6ead041dc18bfb9e8c2)
| * Corrected week header for et locale. Fixed #8129 - Localization error in et ↵Richard D. Worth2012-02-231-1/+1
| | | | | | | | | | | | locale (week header) (cherry picked from commit fa40c352af59258362d17e2f1e8642343b1ae3c0)
| * Added Datepicker Hindi i18n file. Fixed #8118 - Datepicker i18n - Hindi ↵Richard D. Worth2012-02-151-0/+23
| | | | | | | | | | | | localization (cherry picked from commit 90959389ee895f5123589e5be17081fdbe340283)
| * Datepicker: Added Khmer localization. Fixes #8116 - Datepicker: Add Khmer ↵Douglas2012-02-121-0/+23
| | | | | | | | | | | | localization. (cherry picked from commit 8406d97c6d3721d54485770355d71de55468b0e0)
| * Autocomplete: Set context for ajax requests instead of relying on default ↵Scott González2012-02-111-1/+3
| | | | | | | | | | | | context. Fixes #7490 - Autocomplete fails when context option is set with ajaxSetup. (cherry picked from commit 041cb39a6667e3637a40fad6ef952da476f2af97)
| * Slider: Prevent the default action on keydown if we're listening for the ↵Scott González2012-02-091-6/+2
| | | | | | | | | | | | pressed key. Fixes #8109 - Slider: Key handling should prevent scrolling. (cherry picked from commit 0434bce03d1368f5ace043fa50e9d4f95677c09e)
| * Datepicker: Allow descendant elements in triggers. Fixes #8107 - Closing the ↵Scott González2012-02-081-1/+1
| | | | | | | | | | | | datepicker via the provided button does not work in Chrome when the button contains other non-text elements. (cherry picked from commit c964894b9b75dc7df62660725967a1f7a526a3ec)
| * Resizable: Removed Opera relative/absolute positioning exception code. ↵TJ VanToll2012-02-081-35/+1
| | | | | | | | | | | | Fixed #6763 - ui.dialog & resizable & button & opera 11 (cherry picked from commit f5e5971821dab4caf03dae4a6d207429aef44bae)
| * Sortable: Fixed destroy method to call parent destroy method. Fixes #8094 - ↵Scott González2012-02-021-0/+1
| | | | | | | | .sortable() after destroy does not work.