Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Selectmenu: replaced self with that | Felix Nagel | 2011-09-28 | 1 | -83/+83 |
| | |||||
* | Selectmenu: removed iconWidth | Felix Nagel | 2011-09-28 | 1 | -4/+8 |
| | |||||
* | Selectmenu: changed from return false to event.preventDefault() | Felix Nagel | 2011-09-28 | 1 | -8/+6 |
| | |||||
* | Selectmenu: improved width handling and visual style | Felix Nagel | 2011-09-28 | 1 | -3/+4 |
| | |||||
* | Selectmenu: added zIndex for positioned element | Felix Nagel | 2011-09-27 | 1 | -5/+7 |
| | |||||
* | Selectmenu: improved value option, added demo file | Felix Nagel | 2011-09-27 | 1 | -13/+15 |
| | |||||
* | Selectmenu: improved events and added test file with callbacks | Felix Nagel | 2011-09-27 | 1 | -14/+18 |
| | |||||
* | Selectmenu: improved disable method, added and improved demo files | Felix Nagel | 2011-09-27 | 1 | -0/+5 |
| | |||||
* | Selectmenu: implemented change callback event | Felix Nagel | 2011-09-27 | 1 | -7/+14 |
| | |||||
* | Selectmenu: fixed method _setSelected called twice | Felix Nagel | 2011-09-27 | 1 | -3/+2 |
| | |||||
* | Selectmenu: “eats” too many key strokes when focused | Felix Nagel | 2011-09-27 | 1 | -2/+1 |
| | |||||
* | Selectmenu: improve positioning and keyboard control | Felix Nagel | 2011-09-26 | 1 | -43/+55 |
| | |||||
* | Merge branch 'master' of github.com:jquery/jquery-ui into selectmenu | Felix Nagel | 2011-09-24 | 12 | -242/+303 |
|\ | |||||
| * | Autocomplete: Delay option just delays request, doesn't clear existing ↵ | Jörn Zaefferer | 2011-09-24 | 1 | -1/+2 |
| | | | | | | | | timeout, therefore not preventing unncessary requests. Calling abort() on existing requests has no effect for JSONP, but even then its unncessary to start a request if the user is still typing. Works fine in 1-8-stable. | ||||
| * | Spinner: Fix the IE6-height-fix to not break the spinner when initialized ↵ | Jörn Zaefferer | 2011-09-24 | 1 | -1/+1 |
| | | | | | | | | while not visible | ||||
| * | Menu: Refactoring the collapseAll to deal with some issues selecting - ↵ | Corey Frang | 2011-09-22 | 1 | -22/+24 |
| | | | | | | | | Updating unit tests. Thanks @kborchers | ||||
| * | Popup: Make menu dependency actually optional, cleanup demos | Jörn Zaefferer | 2011-09-21 | 1 | -3/+4 |
| | | |||||
| * | Popup: Use duration:fast for default animations. Also fix two missing ↵ | Jörn Zaefferer | 2011-09-21 | 1 | -5/+11 |
| | | | | | | | | semicolons. | ||||
| * | Popup: Added show/hide animations and a demo | kborchers | 2011-09-21 | 1 | -8/+15 |
| | | |||||
| * | Merge remote branch 'kborchers/menu_notJustUL' | Jörn Zaefferer | 2011-09-19 | 1 | -11/+12 |
| |\ | |||||
| | * | Menu: Add support for structures other than UL/LI plus visual and unit tests | kborchers | 2011-09-14 | 1 | -11/+12 |
| | | | |||||
| * | | Position: Check to also make sure to only flip if more of the element is ↵ | kborchers | 2011-09-16 | 1 | -2/+2 |
| | | | | | | | | | | | | inside "within" | ||||
| * | | Merge remote branch 'kborchers/bug_7686' | Scott González | 2011-09-16 | 1 | -15/+14 |
| |\ \ | |||||
| | * | | Datepicker: Added additional check to checkExternalClick to work when ↵ | kborchers | 2011-09-12 | 1 | -15/+14 |
| | | | | | | | | | | | | | | | | clicking in another datepicker and removed old fix. Fixes #7686 - infinite loop when onclose event shows a second calendar | ||||
| * | | | Spinner: Work around a bug in IE 6 with the height of the buttons. | Scott González | 2011-09-14 | 1 | -1/+7 |
| | | | | |||||
| * | | | Spinner: Added missing dependency to header comment. | Scott González | 2011-09-14 | 1 | -0/+1 |
| | | | | |||||
| * | | | Spinner: Fix step mismatches whenever stepping, paging or using the value ↵ | Scott González | 2011-09-14 | 1 | -19/+36 |
| | |/ | |/| | | | | | | | | | | | | | setter. Thanks Nate Ferrero | ||||
| * | | Datepicker i18n hu: Corrected four-digit year in dateFormat. Fixes #7714 - ↵ | Richard D. Worth | 2011-09-13 | 1 | -1/+1 |
| | | | | | | | | | | | | Hungarian translation | ||||
| * | | Datepicker i18n hu: Corrected some spellings and abbreviations as well as ↵ | Richard D. Worth | 2011-09-13 | 1 | -6/+6 |
| | | | | | | | | | | | | dateFormat. Fixes #7714 - Hungarian translation | ||||
| * | | Spinner: Replace var that with this and _delay | Jörn Zaefferer | 2011-09-13 | 1 | -3/+2 |
| | | | |||||
| * | | Popup: Replace var that with this and _delay | Jörn Zaefferer | 2011-09-13 | 1 | -6/+4 |
| | | | |||||
| * | | Menu: Refactor to get rid of var that. Cleanup some odd formattings and ↵ | Jörn Zaefferer | 2011-09-13 | 1 | -21/+19 |
| | | | | | | | | | | | | unneeded temp vars | ||||
| * | | Merge remote branch 'kborchers/menu_autoCollapse' | Jörn Zaefferer | 2011-09-12 | 1 | -16/+29 |
| |\ \ | |||||
| | * | | Menu: Added autoCollapse as the default and added a unit test | kborchers | 2011-09-12 | 1 | -16/+29 |
| | | | | |||||
| * | | | Menu: Get rid of `var self`, replacing with `that` or calls to _delay | Jörn Zaefferer | 2011-09-12 | 1 | -47/+41 |
| | | | | |||||
| * | | | Widget: return timer value from _delay | Jörn Zaefferer | 2011-09-12 | 1 | -1/+1 |
| | | | | |||||
| * | | | Widget: Get rid of `var self` | Jörn Zaefferer | 2011-09-12 | 1 | -2/+2 |
| | | | | |||||
| * | | | Widget: Add a _delay method. Will be used in various places to replace ↵ | Jörn Zaefferer | 2011-09-12 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | setTimeout with custom binding (mostly getting rid of var self/that) | ||||
| * | | | Menu: Replace regular bind call with _bind | Jörn Zaefferer | 2011-09-12 | 1 | -94/+94 |
| | | | | |||||
| * | | | Spinner: Added ability to specify custom incremental function. | Scott González | 2011-09-09 | 1 | -3/+9 |
| | | | | |||||
| * | | | Spinner: Default min and max options to null. | Scott González | 2011-09-09 | 1 | -4/+4 |
| | | | | |||||
| * | | | Tabs: Find panels using aria-controls instead of index for remove method. ↵ | Scott González | 2011-09-06 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | Fixes #7698 - Panels do not sort when a tab is sorted which can cause a mismatch error when a tab is removed. | ||||
| * | | | 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. | ||||
| * | | | Popup: Missing semicolon. Can't use :ui-button selected if button isn't loaded. | Jörn Zaefferer | 2011-09-05 | 1 | -2/+2 |
| | | | | |||||
| * | | | Autocomplete: Fixed setting of valueMethod for textareas. Fixes #7674 - ↵ | Scott González | 2011-08-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Autocomplete doesn't work with textareas. | ||||
| * | | | Tabs: Pass the required deep parameter to cloneNode(). Fixes completely ↵ | Scott González | 2011-08-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | broken tabs in Opera. Thanks monoblaine. | ||||
| * | | | Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thought it ↵ | Corey Frang | 2011-08-20 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | would everywhere, switching back to keydown. | ||||
| * | | Dialog: Tabbing out of a modal dialog was possible because keypress doesn't ↵ | Corey Frang | 2011-08-19 | 1 | -1/+1 |
| | | | | | | | | | | | | fire for tabs everywhere, switched to keyup. Added Unit Test - Caught by @DomenicDenicola - Fixes #3123 - Tabbing stops in modal dialog | ||||
| * | | Tooltip: Change default to flipfit for both dimensions, now that it is ↵ | Jörn Zaefferer | 2011-08-18 | 1 | -1/+1 |
| | | | | | | | | | | | | available. Fixes positioning issue when tooltipped element is at the top of the screen. | ||||
* | | | Selectmenu: improved disabled implementation | Felix Nagel | 2011-09-24 | 1 | -34/+52 |
| | | |