Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructured if/else's for better readability | Giovanni Giacobbi | 2011-03-20 | 1 | -11/+7 |
| | |||||
* | Button: find associated label even without common ancestor. Fixes #7092 - ↵ | ddstreet | 2011-03-11 | 1 | -2/+10 |
| | | | | button creation that requires a matching label does not find label in all cases | ||||
* | Button: Only add text classes if there is text. Fixes #7040 - button class ↵ | Scott González | 2011-02-26 | 1 | -2/+3 |
| | | | | change breaks icon only buttons. | ||||
* | Button: Batched class changes to improve performance. Fixes #6934. Button: ↵ | Alex Dovenmuehle | 2011-02-10 | 1 | -7/+12 |
| | | | | Batch class changes to improve performance. | ||||
* | Added version property to plugins that were missing them. | Scott González | 2011-02-03 | 1 | -0/+4 |
| | |||||
* | All: Define defaultElement for non-div widgets. | Scott González | 2011-01-23 | 1 | -0/+1 |
| | |||||
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | Updated widgets to use new methods from $.Widget. | Scott González | 2011-01-15 | 1 | -5/+3 |
| | |||||
* | Change destroy to _destroy and remove calls to $.Widget.prototype.destroy in ↵ | Scott González | 2011-01-14 | 1 | -3/+1 |
| | | | | widgets with simple destroy methods. | ||||
* | Buttonset: Added items option and removed visible filter for adding rounded ↵ | Scott González | 2010-11-12 | 1 | -8/+10 |
| | | | | corners. Fixes #6262 - buttonset not applying ui-corner to invisible elements. | ||||
* | Button: removed explicit call to _init() from _create(). Fixes #6165 - ↵ | = | 2010-10-09 | 1 | -1/+0 |
| | | | | buttonset: refresh() fires twice on create | ||||
* | Button: Read disabled attribute from original element if disabled option is ↵ | Scott González | 2010-08-18 | 1 | -0/+5 |
| | | | | null. Fixes #5252 -Button: read disabled option from input elements. | ||||
* | Buttonset: Ignore hidden buttons. Fixes #5946 - buttonset should ignore ↵ | Scott González | 2010-08-18 | 1 | -5/+7 |
| | | | | buttons that are not :visible. | ||||
* | Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ↵ | Scott González | 2010-07-30 | 1 | -1/+1 |
| | | | | | | maintain the stack" This reverts commit ea58cd5ac0d852a9c7d7ceadbcbb74006cf9052d. | ||||
* | Use pushStack in widget method. Fixes #5732 - make the widget method ↵ | jzaefferer | 2010-07-30 | 1 | -1/+1 |
| | | | | maintain the stack | ||||
* | Button: Restrict DOM querying to labels. Fixes #5810 - Buttonset and applet ↵ | Scott González | 2010-07-16 | 1 | -1/+1 |
| | | | | error. | ||||
* | All: Added http://jqueryui.com/about to header comments. | Scott González | 2010-07-14 | 1 | -1/+1 |
| | |||||
* | All: Define a local undefined variable inside the main closure. | Scott González | 2010-07-13 | 1 | -1/+1 |
| | |||||
* | Updated copyright headers to make it clear that you can choose between MIT ↵ | Scott González | 2010-07-09 | 1 | -3/+3 |
| | | | | and GPLv2. Also added a link to http://jquery.org/license. | ||||
* | Button: Removed ui-button-text-icon class. Added ui-button-text-icon-primary ↵ | Richard D. Worth | 2010-05-26 | 1 | -3/+3 |
| | | | | and ui-button-text-icon-secondary classes. Fixed #5382 - Button: specifying only a secondary icon for the button widget locates the icon on the left | ||||
* | Remove previous text/icon classes when updating buttons. | Scott González | 2010-04-29 | 1 | -4/+4 |
| | | | | Fixes #5567 - button text, hide then show again. | ||||
* | Button: Added missing semicolon. | Scott González | 2010-04-23 | 1 | -1/+1 |
| | | | | Fixes #5536 - Mission semicolon on line 5368. | ||||
* | Fixed #5362 - Buttonset class should be ui-buttonset because buttonset is ↵ | Richard Worth | 2010-03-17 | 1 | -2/+2 |
| | | | | one word | ||||
* | Button: Added refresh method to buttonset, futher fixes #5278 - ui.buttons ↵ | Richard Worth | 2010-03-17 | 1 | -10/+23 |
| | | | | doesn't visually reset on form "reset" event or input "change" event | ||||
* | Buttonset - remove corner classes from button widgets instead of button ↵ | Richard Worth | 2010-03-17 | 1 | -1/+5 |
| | | | | elements on destroy. Fixes #5361 - buttonset method destroy doesn't remove corner classes from label elements | ||||
* | button: whitespace and quotes. See ↵ | Richard Worth | 2010-03-17 | 1 | -2/+2 |
| | | | | http://docs.jquery.com/JQuery_Core_Style_Guidelines | ||||
* | Remove ui-helper-hidden-accessible from correct element. See r3880 and r3892 | Richard Worth | 2010-03-17 | 1 | -1/+3 |
| | |||||
* | Button: spacing. | Scott González | 2010-03-16 | 1 | -2/+2 |
| | |||||
* | Button: fixed #5324 - button disabled state doesn't get refreshed when ↵ | Richard Worth | 2010-03-15 | 1 | -0/+4 |
| | | | | disabled set on original element | ||||
* | Button: remove disabled attribute from original element when option set to false | Richard Worth | 2010-03-15 | 1 | -1/+5 |
| | |||||
* | button: fixed #5328 - button disabled only visually when disabled option ↵ | Richard Worth | 2010-03-15 | 1 | -5/+12 |
| | | | | set, still functional | ||||
* | Button: Don't react to keydown when disabled. | Scott González | 2010-03-14 | 1 | -6/+8 |
| | | | | Partial fix for #5328 - button disabled only visually when disabled option set, still functional. | ||||
* | Button: quiet jslint | Richard Worth | 2010-03-11 | 1 | -13/+19 |
| | |||||
* | Button: No need to check the button type before removing the hidden class. | Scott González | 2010-03-11 | 1 | -5/+1 |
| | |||||
* | Button: Conform to coding standards. | Scott González | 2010-03-11 | 1 | -28/+30 |
| | |||||
* | Fixed #5278 - ui.buttons doesn't visually reset on form "reset" event or ↵ | Richard Worth | 2010-03-11 | 1 | -23/+68 |
| | | | | input "change" event | ||||
* | Button: Support elements that are disconnected from the DOM. | Scott González | 2010-03-11 | 1 | -1/+4 |
| | | | | Fixes #5246 - _determineButtonType does not work if a label for checkbox/radiobutton is not yet attached to the document. | ||||
* | button: remove ui-helper-hidden-accessible instead of .show() on destroy. ↵ | Richard Worth | 2010-03-11 | 1 | -1/+1 |
| | | | | Fixes #5261 - button change events don't fire in IE 7/8 | ||||
* | Checkbox must not be all the way hidden for change to fire in IE. Switched ↵ | Richard Worth | 2010-03-11 | 1 | -1/+1 |
| | | | | out .hide() for ui-helper-hidden-accessible class instead. Fixes #5261 - button change events don't fire in IE 7/8 | ||||
* | Button: quote the value when searching for attributes. | Scott González | 2010-03-04 | 1 | -2/+2 |
| | | | | | | Fixes #5262 - Buttonset not working on inputs with Arrays in name Attribute. Thanks Zidane. | ||||
* | Button: Add disabled class on init if the disabled option is set to true. | Scott González | 2010-03-02 | 1 | -0/+4 |
| | | | | Fixes #5250 - Button: initializing with disabled = true isn't visually disabled. | ||||
* | Buttonset: Use :data(button) instead of .ui-button to find buttons that have ↵ | Scott González | 2010-03-02 | 1 | -2/+2 |
| | | | | | | already been instantiated. This prevents us from finding elements that are proxying buttons, e.g., a radio's label. Fixes #5242 - radio buttonset with icons does not maintain state. | ||||
* | Buttons: Removed the logic for triggering click events on checkboxes and ↵ | Scott González | 2010-02-18 | 1 | -6/+0 |
| | | | | | | radio buttons. This logic was actually causing the opposite functionality from what we wanted. Fixes #5195 - .buttonset() prevents change event from being catchable. | ||||
* | Button: Added missing semicolons; | Scott González | 2010-02-18 | 1 | -2/+2 |
| | |||||
* | button: handle space "click" | Jörn Zaefferer | 2010-01-22 | 1 | -0/+8 |
| | |||||
* | button: add ui-state-active on keydown, further improving keyboard ↵ | Jörn Zaefferer | 2010-01-22 | 1 | -0/+8 |
| | | | | navigation - doesn't yet work properly for anchors and radio/checkbox buttons | ||||
* | button: add ui-state-focus on focus, making keyboard navigation possible, ↵ | Jörn Zaefferer | 2010-01-20 | 1 | -1/+9 |
| | | | | and button like 200% more accessible | ||||
* | Happy New Year | Richard Worth | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | Button: conform to coding standards. | Scott González | 2010-01-18 | 1 | -135/+143 |
| | |||||
* | Widget factory: Changed _create to _init. | Scott González | 2010-01-15 | 1 | -2/+2 |
| | | | | Partial fix for #5064 - Widget: make multiple instantiation more useful. |