Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Accordion: Check for division by zero error during animation. | Scott González | 2010-01-20 | 1 | -2/+3 |
| | | | | Fixes #4382 - Accordion does not function in IE7/WinXP. | ||||
* | Dialog, position: Removed bgiframe option; always use bgiframe when available. | Scott González | 2010-01-19 | 2 | -4/+3 |
| | | | | Fixes #5071 - Remove bgiframe option from all plugins. | ||||
* | Widget: removed console.log call. | Scott González | 2010-01-19 | 1 | -2/+1 |
| | |||||
* | Widget: Only trigger remove event if keepData is not set to true. | Scott González | 2010-01-19 | 1 | -7/+8 |
| | | | | Fixes #5076 - Using effects kills widget instances with jQuery 1.4. | ||||
* | Button: conform to coding standards. | Scott González | 2010-01-18 | 1 | -135/+143 |
| | |||||
* | Autocomplete: conform to coding standards. | Scott González | 2010-01-17 | 1 | -104/+106 |
| | |||||
* | Autocomplete: Use bgiframe on the menu if it's available. | Scott González | 2010-01-17 | 1 | -0/+3 |
| | |||||
* | Autocomplete: Set the z-index of the menu to be above the text field. | Scott González | 2010-01-17 | 1 | -0/+1 |
| | |||||
* | Dialog: Added button to the list of dependencies. | Scott González | 2010-01-17 | 1 | -1/+1 |
| | |||||
* | Widget: _create() doesn't actually take any arguments. | Scott González | 2010-01-17 | 1 | -1/+1 |
| | |||||
* | Dialog: Moved autoOpen detection to the new _init() method. | Scott González | 2010-01-15 | 1 | -1/+5 |
| | |||||
* | Widget: conform to coding standards. | Scott González | 2010-01-15 | 1 | -10/+11 |
| | |||||
* | Widget factory: Removed support for old usage; it doesn't make sense to keep ↵ | Scott González | 2010-01-15 | 1 | -5/+0 |
| | | | | partial support around since we can't get full backward-compatibility. | ||||
* | Widget: Make subsequent "init" calls useful by delegating to the option and ↵ | Scott González | 2010-01-15 | 1 | -7/+11 |
| | | | | | | _init methods. Fixes #5064 - Widget: make multiple instantiation more useful. | ||||
* | Widget: conform to coding standards. | Scott González | 2010-01-15 | 1 | -87/+100 |
| | |||||
* | Widget factory: Changed _create to _init. | Scott González | 2010-01-15 | 13 | -20/+20 |
| | | | | Partial fix for #5064 - Widget: make multiple instantiation more useful. | ||||
* | Dialog: workaround for positioning bug. | Scott González | 2010-01-15 | 1 | -7/+10 |
| | |||||
* | Replaced stackfix with bgiframe. | Scott González | 2010-01-14 | 3 | -44/+4 |
| | | | | Fixes #5061 - Remove stackfix. | ||||
* | Copied autocomplete from dev branch. | Scott González | 2010-01-14 | 1 | -0/+445 |
| | |||||
* | Datepicker: Fixed #5026 Comparison between 2 date | Keith Wood | 2010-01-13 | 1 | -1/+2 |
| | |||||
* | Datepicker: Fixed #4869 Datepicker undesired today date on field & appendText | Keith Wood | 2010-01-13 | 1 | -21/+33 |
| | |||||
* | Datepicker: Fixed #4804 onChangeMonthYear fires at first run | Keith Wood | 2010-01-10 | 1 | -3/+3 |
| | |||||
* | Datepicker: Fixed #5022 numberOfMonths with one column multiple rows doesn't ↵ | Keith Wood | 2010-01-10 | 1 | -6/+9 |
| | | | | display the next button | ||||
* | Dialog: force the dialog to be visible before trying to position it so we ↵ | Scott González | 2010-01-07 | 1 | -0/+1 |
| | | | | can get the current offset (required for using .offset() as a setter). | ||||
* | (no commit message) | Scott González | 2010-01-07 | 1 | -0/+7 |
| | |||||
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵ | Scott González | 2010-01-07 | 18 | -599/+854 |
| | | | | menu; including menu static tests). | ||||
* | Fixed #4960 - Tabs: wrong selected tab index | Richard Worth | 2009-12-31 | 1 | -1/+2 |
| | |||||
* | Mouse: Don't prevent text selection in IE. | Scott González | 2009-12-29 | 1 | -10/+0 |
| | | | | | | Fixes #4773 - Enable text selection in Internet Explorer. Patch provided by stakach. | ||||
* | Tabs: fixed to work with empty nav list again. | Scott González | 2009-12-25 | 1 | -2/+1 |
| | | | | Fixes #4997 - No longer possible to start with empty tab then add() elements dynamically. | ||||
* | Position: Fixed window detection. | Scott González | 2009-12-24 | 1 | -1/+1 |
| | |||||
* | Split mouse into its own file and udpdated dependency lists. | Scott González | 2009-12-22 | 14 | -155/+187 |
| | | | | Fixes #5023 - Split mouse code into its own file. | ||||
* | extracting widget factory into jquery.ui.widget.js | Jörn Zaefferer | 2009-12-16 | 2 | -178/+190 |
| | |||||
* | Datepicker: Corrected automatic parsing of date on keystrokes | Keith Wood | 2009-12-15 | 1 | -12/+15 |
| | |||||
* | Datepicker: Fixed #4917 Enter key press on popup fails if _dayOverClass td ↵ | Keith Wood | 2009-12-15 | 1 | -2/+2 |
| | | | | is after _currentClass td | ||||
* | Datepicker - #4895 Corrected English/UK localisation | Keith Wood | 2009-12-15 | 1 | -1/+1 |
| | |||||
* | Datepicker - Fixed #4949 - Double click on next/previous button closes the ↵ | Keith Wood | 2009-12-08 | 1 | -1/+2 |
| | | | | datepicker | ||||
* | Datepicker - Fixed #4987 - Add bosnian language to DatePicker | Keith Wood | 2009-12-08 | 1 | -0/+23 |
| | |||||
* | Datepicker: Fixed display of month and year dropdowns when showing month ↵ | Scott González | 2009-12-04 | 1 | -1/+1 |
| | | | | | | | | | after year. Fixes #4420 - showMonthAfterYear make calendar disorder. Thanks bhornseth for the patch. | ||||
* | Datepicker - Fixed #4704 - Datepicker global variable isn't unique | Keith Wood | 2009-12-02 | 1 | -10/+15 |
| | |||||
* | Datepicker - Fixed #4870 - yearRange doesn't work as expected | Keith Wood | 2009-12-01 | 1 | -14/+12 |
| | |||||
* | Datepicker - Fixed #4885 - Tab key should not have default behaviour ↵ | Keith Wood | 2009-11-30 | 1 | -12/+14 |
| | | | | prevented by datepicker | ||||
* | Datepicker - Fixed #4787 - Datepicker: fix animation control | Keith Wood | 2009-11-29 | 1 | -11/+10 |
| | |||||
* | Datepicker - Fixed #4956 - undefined variable: lookAhead() | Keith Wood | 2009-11-27 | 1 | -0/+7 |
| | |||||
* | Datepicker - Fixed #4969 - Datepicker cannot change values of fields named ↵ | Keith Wood | 2009-11-27 | 1 | -1/+1 |
| | | | | with special characters | ||||
* | ui.dialog: replaced with   for xhtml compliance (fixes #4970 ↵ | Andrew Powell | 2009-11-21 | 1 | -2/+2 |
| | | | | -XHTML Compliance : should be  ) | ||||
* | Position: Changed document/window detection to be consistent with jQuery core. | Scott González | 2009-11-19 | 1 | -2/+2 |
| | | | | | Fixes a bug in IE7/8 where window == document. | ||||
* | Fix for #4930 | Jörn Zaefferer | 2009-11-16 | 1 | -1/+1 |
| | |||||
* | class animation: added scrollbar property filtering back in to prevent an ↵ | Scott González | 2009-11-16 | 1 | -2/+1 |
| | | | | error in IE. | ||||
* | Pulsate: Rewrote pulsate effect. | Scott González | 2009-11-16 | 1 | -32/+27 |
| | | | | Fixes #4718 - pulsate pulses one extra time. | ||||
* | class animations: Commented out browser-specific style checks. | Scott González | 2009-11-15 | 1 | -1/+1 |
| |