Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Button: address review comments | Alexander Schmitz | 2015-10-08 | 2 | -88/+0 |
| | |||||
* | Button: Initial commit of button re-factor | Alexander Schmitz | 2015-10-07 | 1 | -25/+3 |
| | | | | | | Move to using element stats rather then js class states remove ui-button-text spans. Removed button set | ||||
* | Tests: Use demo bootstrap for visual tests | Jörn Zaefferer | 2015-09-30 | 2 | -14/+4 |
| | | | | | | Adds a data-composite option and fixes paths for effects. Otherwise just applies the same conversion as already applied to demos, sometimes moving a <style> element to the right place. | ||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 2 | -2/+2 |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | ||||
* | All: Rename jquery.js to exclude version in filename | Jörn Zaefferer | 2014-03-05 | 2 | -2/+2 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 2 | -8/+8 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | Updating jQuery to 1.10.2. | Bruno M. Custódio | 2013-07-05 | 2 | -2/+2 |
| | | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory. | ||||
* | Updating 'jQuery' to 1.9.1. | Bruno M. Custódio | 2013-02-05 | 2 | -2/+2 |
| | |||||
* | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 2 | -2/+2 |
| | |||||
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 2 | -2/+2 |
| | |||||
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 2 | -2/+2 |
| | |||||
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 2 | -2/+2 |
| | |||||
* | Visual tests: Cleanup. | Scott González | 2012-05-15 | 6 | -854/+95 |
| | |||||
* | Fix various issues in our html files, fifth batch | Richard D. Worth | 2012-04-26 | 1 | -1/+1 |
| | |||||
* | Fix various issues in our html files, fourth batch | Jörn Zaefferer | 2012-04-23 | 1 | -55/+0 |
| | |||||
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 6 | -6/+6 |
| | |||||
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 6 | -6/+6 |
| | |||||
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 6 | -6/+6 |
| | |||||
* | Tests: Removed unnecessary visual tests for button. | Scott González | 2011-11-03 | 2 | -109/+0 |
| | |||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 8 | -8/+8 |
| | |||||
* | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 8 | -8/+8 |
| | |||||
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 8 | -8/+8 |
| | |||||
* | Upgraded jQuery to 1.4.4. | Scott González | 2010-11-12 | 8 | -8/+8 |
| | |||||
* | Upgraded jQuery to 1.4.3. | Scott González | 2010-10-21 | 8 | -8/+8 |
| | |||||
* | Button performance test: Don't use alert(). | Scott González | 2010-07-16 | 1 | -1/+1 |
| | |||||
* | Button performance test: Added alert for time to initialize. | Scott González | 2010-07-16 | 1 | -0/+3 |
| | |||||
* | 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 | ||||
* | Visual test for #5382 - Button: specifying only a secondary icon for the ↵ | jzaefferer | 2010-05-26 | 1 | -1/+2 |
| | | | | button widget locates the icon on the left | ||||
* | Adding a visual testpage for button for profiling | jzaefferer | 2010-03-29 | 1 | -0/+552 |
| | |||||
* | Cleaning up visual tests | jzaefferer | 2010-03-21 | 1 | -0/+0 |
| | | | Fixes #5395 - Visual Tests Cleanup | ||||
* | rename | Richard Worth | 2010-03-12 | 1 | -0/+84 |
| | |||||
* | button: added visual test for button option disabled | Richard Worth | 2010-03-12 | 1 | -0/+84 |
| | |||||
* | html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase | Richard Worth | 2010-03-12 | 5 | -0/+5 |
| | |||||
* | Fixed #5278 - ui.buttons doesn't visually reset on form "reset" event or ↵ | Richard Worth | 2010-03-11 | 1 | -0/+57 |
| | | | | input "change" event | ||||
* | button visual tests: minor cleanup of 5254 visual test (removed unused ↵ | Richard Worth | 2010-03-11 | 2 | -4/+24 |
| | | | | metadata plugin reference), added button input type checkbox visual test | ||||
* | Checkbox must not be all the way hidden for change to fire in IE. Switched ↵ | Richard Worth | 2010-03-11 | 1 | -0/+41 |
| | | | | out .hide() for ui-helper-hidden-accessible class instead. Fixes #5261 - button change events don't fire in IE 7/8 | ||||
* | button: added visual test for #5254 - Input, button and anchor buttons ↵ | Richard Worth | 2010-03-04 | 1 | -0/+58 |
| | | | | aren't consistent in IE7 | ||||
* | Fixed #5182 - Update to jQuery 1.4.2 | Richard Worth | 2010-02-16 | 1 | -1/+1 |
| | |||||
* | fixed #5163 - themes: css files need to be renamed to be consistent with js ↵ | Richard Worth | 2010-02-16 | 1 | -1/+1 |
| | | | | file renames in 1.8a1 | ||||
* | switched to jQuery 1.4.1 | Richard Worth | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | button: visual default test, log args when console is available | Jörn Zaefferer | 2010-01-22 | 1 | -0/+1 |
| | |||||
* | button: don't log a click on disabled buttons | Jörn Zaefferer | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | switched to jQuery 1.4 | Richard Worth | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵ | Scott González | 2010-01-07 | 1 | -0/+137 |
menu; including menu static tests). |