Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | task: make selectmenu easier to download/extract/use, see #172 | Felix Nagel | 2012-07-12 | 1 | -414/+0 |
| | |||||
* | Protect all copyright notices against minification | Jörn Zaefferer | 2012-04-02 | 1 | -1/+1 |
| | | | | | | | | 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) | ||||
* | Updated copyright year. | Scott González | 2012-03-19 | 1 | -1/+1 |
| | |||||
* | Button: Properly handle disabled option on init. Fixes #8028 - Getting unset ↵ | Scott González | 2012-01-18 | 1 | -5/+3 |
| | | | | | | | | | | disabled option on button widget returns jQuery object, not default value. (cherry picked from commit 3a1031e58b717b042d39dcccfdbe1d293cdbecf1) Conflicts: ui/jquery.ui.button.js | ||||
* | Button: Create text span in correct document. | Scott González | 2011-10-20 | 1 | -1/+1 |
| | | | | (cherry picked from commit c145f1698aa4bfb8b0d1c94e2bfa83399f1de0f3) | ||||
* | 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. (cherry picked from commit 08450c3b2dfa652c7866653af93566c9bfa2f2cb) | ||||
* | Button: Adding quotes to the attribute selector for labels - Fixes #7534 - ↵ | Corey Frang | 2011-08-03 | 1 | -1/+1 |
| | | | | | | | | | | Button label selector omits quotes / fails for ids with ":" (cherry picked from commit 065aef537b7533046907fcffc6896949e44679eb) Conflicts: ui/jquery.ui.button.js | ||||
* | jQuery 1.6 support. | Scott González | 2011-07-29 | 1 | -9/+9 |
| | |||||
* | Button: adding event.preventDefault. Fixes #5945 - Disabled buttons still ↵ | Andrew Powell | 2011-05-26 | 1 | -0/+1 |
| | | | | | | allow clicks (cherry picked from commit 597a313ab67bc10627d9c17c941776514ea5bd7c) | ||||
* | Button: modified the event bindings for focus and blur. Fixed #6711 - ↵ | Glenn Goodrich | 2011-05-26 | 1 | -7/+9 |
| | | | | | | checkbox/radio button do not show focused state when using Keyboard Navigation (cherry picked from commit c49dbe0f0120dec9922d5cb6459a93d33ef41579) | ||||
* | Button: Refactored formResetHandler and fixed scope. Foxes #7261 - Refresh ↵ | Scott González | 2011-05-18 | 1 | -7/+5 |
| | | | | | | scope in formResetHandler unintentionally wide. (cherry picked from commit e0fafbb73526f60fdeab3f75532d6a4059d0d82a) | ||||
* | Button: Don't fire click/change events if mouse was dragged during click of ↵ | Kris Borchers | 2011-05-13 | 1 | -3/+26 |
| | | | | | | toggle (checkbox/radio) button. Fixed #6970 - Button state inconsistencies after (accidental) drag-clicking the button. (cherry picked from commit a69a1788bc5cd67c6e627e519e20897a0c238945) | ||||
* | Button: no longer calls _resetButton() after changing the disabled option. ↵ | Doug Neiner | 2011-05-12 | 1 | -0/+2 |
| | | | | | | Fixed #6242 - Button .enable() strange behavior on Webkit (Google Chrome, Safari) (cherry picked from commit 8df834f68c4337cb6d128360c76a4621f050bd60) | ||||
* | Button: Added rtl detection so corner classes would properly be applied to ↵ | Doug Neiner | 2011-05-12 | 1 | -2/+4 |
| | | | | | | buttonsets. Fixed #6796. jQueryui - buttonset on rtl (cherry picked from commit 50a4186ef949ecaf7ab4977048160820587218d2) | ||||
* | Button: stop disabled button from firing click events. fixes #5945. Behavior ↵ | Eike Send | 2011-05-05 | 1 | -0/+5 |
| | | | | | | was inconsisten between BUTTON and A elements. (cherry picked from commit a7f1659cdc99222a733ed2edbd7d00dc57c30227) | ||||
* | Restructured if/else's for better readability | Giovanni Giacobbi | 2011-03-21 | 1 | -11/+7 |
| | | | | (cherry picked from commit 3ce8429f4fce08176c8bc06d4ff4bf8830f8c916) | ||||
* | Button: avoid .last() call to ensure compatibility with jQuery 1.3. Fixed ↵ | Richard Worth | 2011-03-14 | 1 | -1/+1 |
| | | | | #7089 - Button: .last() used in ui.button but not exists in jQ 1.3 | ||||
* | 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 (cherry picked from commit 0b30a1d450f6b7d529732d6a39c5f4057efaaaf4) | ||||
* | 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. (cherry picked from commit e72afe4afca0795fc785114cfeafbe08f5e2fdf3) | ||||
* | Button: Batched class changes to improve performance. Fixes #6934. Button: ↵ | Alex Dovenmuehle | 2011-02-10 | 1 | -7/+12 |
| | | | | | | Batch class changes to improve performance. (cherry picked from commit 5b104dbcefdfa708d80e8babea0539617167012d) | ||||
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | 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 |