Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | | Merge remote branch 'kborchers/position_flipfit2' | Jörn Zaefferer | 2011-08-15 | 1 | -48/+124 |
|\ \ | |||||
| * | | Position: Added better collision detection for flip and fit, added visual ↵ | kborchers | 2011-08-12 | 1 | -48/+124 |
| | | | | | | | | | | | | tests for each and updated the unit tests to take the changes into account. In the process, I removed the rounding that was being done to the position since older jQuery couldn't handle the fractions. There was another pull for this same issue and I have merged the unit tests from that pull into this commit. Also added flipfit! | ||||
* | | | Spinner: Removed value option. Don't change empty values to zero on init. ↵ | Scott González | 2011-08-13 | 1 | -39/+36 |
| | | | | | | | | | | | | Don't enforce min/max on blur. | ||||
* | | | Spinner: Fixed precision when stepping. | Scott González | 2011-08-12 | 1 | -2/+11 |
| | | | | | | | | | | | | Thanks hughlomas | ||||
* | | | Spinner: Moved all event handlers into an object. | Scott González | 2011-08-12 | 1 | -84/+74 |
| | | | |||||
* | | | Widget: Use this.widget() for event delegation. | Scott González | 2011-08-12 | 1 | -1/+1 |
| | | | |||||
* | | | Tabs: Fixed detection of local vs. remote tabs. Fixes #4941 - Mishandling of ↵ | Scott González | 2011-08-11 | 1 | -30/+20 |
|/ / | | | | | | | base tag. Fixes #4836 - Self refering href only partially detected. | ||||
* | | Tabs: Cleanup. | Scott González | 2011-08-10 | 1 | -7/+5 |
| | | |||||
* | | Spinner: Fixed integration with globalize. | Scott González | 2011-08-10 | 1 | -1/+1 |
| | | |||||
* | | Replace $.global with Globalize, update Spinner to use it. Related demos ↵ | Jörn Zaefferer | 2011-08-10 | 1 | -3/+3 |
| | | | | | | | | currently broken due to previous changes. | ||||
* | | Datepicker: Revert "Datepicker: Removing unnessecary typeof check. Fixed ↵ | Scott González | 2011-08-10 | 1 | -1/+2 |
| | | | | | | | | | | | | #6669 - Datepicker: _selectDate restores focus to non-object" Fixes #7623 - DatePicker reappears after selection in ie8. This reverts commit 5f0a2f01c4609315ab66158191d3f9bd420f827f. | ||||
* | | Spinner: Return formatted value when using value method. | Scott González | 2011-08-09 | 1 | -15/+15 |
| | | |||||
* | | Widget: Wrap the remove event trigerring in a try/catch. Fixes #7510 - ↵ | Scott González | 2011-08-09 | 1 | -1/+4 |
| | | | | | | | | jQuery.data throws a script error in certain circumstances. | ||||
* | | Datepicker: Added ability to stop datepicker from beforeShow. Fixes #7602 - ↵ | Karl Kirch | 2011-08-09 | 1 | -1/+7 |
| | | | | | | | | Ability to stop datepicker from appearing with beforeShow event handler. | ||||
* | | Mouse: Work around a bug in IE 8 where disabled inputs don't have a ↵ | Scott González | 2011-08-09 | 1 | -1/+3 |
| | | | | | | | | nodeName. Fixes #7620 - Mouse: Error in IE 8 with disabled inputs. | ||||
* | | Revert "Datepicker: Added onSelect.apply() call to _setDate method if ↵ | Scott González | 2011-08-09 | 1 | -8/+0 |
| | | | | | | | | | | | | onSelect is defined. Fixed #6264 - Datepicker: onSelect does not fire when setDate is called" This reverts commit effdd5d19c534f8445ebafe4212278c4366b0041. | ||||
* | | Merge remote branch 'kou/autocomplete-destroy-search-timeout' | Jörn Zaefferer | 2011-08-09 | 1 | -0/+1 |
|\ \ | |||||
| * | | Autocomplete: ensure clear searching timeout on destroy. | Kouhei Sutou | 2011-08-07 | 1 | -0/+1 |
| | | | |||||
* | | | Spinner: Use a polynomial instead of hard-coded blocks for incremental stepping. | Scott González | 2011-08-07 | 1 | -10/+7 |
| | | | |||||
* | | | Spinner: More tests. Don't trigger spin when programmatically stepping or ↵ | Scott González | 2011-08-07 | 1 | -1/+1 |
| | | | | | | | | | | | | paging. | ||||
* | | | Spinner: Fixed double firing of change event when setting the value option ↵ | Scott González | 2011-08-07 | 1 | -9/+2 |
| | | | | | | | | | | | | directly. | ||||
* | | | Spinner: Don't need to call _format() and _aria() in _setOptions() since ↵ | Scott González | 2011-08-07 | 1 | -2/+0 |
| | | | | | | | | | | | | it's wrapped as a modifier. | ||||
* | | | Spinner: Trigger change event when the value is changed programmatically. | Scott González | 2011-08-07 | 1 | -26/+61 |
| | | | |||||
* | | | Spinner: Re-render value if numberFormat option changes. | Scott González | 2011-08-07 | 1 | -1/+1 |
| | | | |||||
* | | | Spinner: Use _getCreateOptions() for value. | Scott González | 2011-08-07 | 1 | -4/+4 |
|/ / |