Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.14.11.14.1 | Michał Gołębiowski-Owczarek | 2024-10-30 | 1 | -1/+1 |
| | |||||
* | All: Drop support for IE & some other browsers (but mostly IE) | Michał Gołębiowski-Owczarek | 2024-05-15 | 1 | -1/+0 |
| | | | | Closes gh-2249 | ||||
* | Docs: Change a few most common domains from HTTP to HTTPS | Michał Gołębiowski-Owczarek | 2024-04-26 | 1 | -3/+3 |
| | | | | | Also, update a few stale URLs to what they redirect now to. Closes gh-2244 | ||||
* | All: Update JS Foundation mentions to OpenJS Foundation | Michał Gołębiowski-Owczarek | 2022-07-19 | 1 | -1/+1 |
| | | | Closes gh-2104 | ||||
* | Core: Resolve csslint issues with the IE filter property | Michał Gołębiowski-Owczarek | 2020-10-15 | 1 | -1/+1 |
| | | | | | | | | | | | IE filter property violates standard CSS parsing rules. Because of that, IE 8 added `-ms-filter` which accepts the same values but quoted: https://web.archive.org/web/20101112132308/http://blogs.msdn.com/b/ie/archive/2008/09/08/microsoft-css-vendor-extensions.aspx Both `filter` & `-ms-filter` serialize to the same `filter` property in `currentStyle`. This commit switches to that new property to resolve csslint issues. Closes gh-1939 | ||||
* | Controlgroup: Add spinner to widgets controlgroup works with | Alexander Schmitz | 2015-10-08 | 1 | -0/+3 |
| | |||||
* | Button: Initial commit of button re-factor | Alexander Schmitz | 2015-10-07 | 1 | -6/+9 |
| | | | | | | Move to using element stats rather then js class states remove ui-button-text spans. Removed button set | ||||
* | Theme: Disabled elements can still be focused with a click | Alexander Schmitz | 2015-01-16 | 1 | -0/+1 |
| | | | | | | | | | pointer-events: none; fixes this in chrome, safari, and firefox. IE and opera both show no focus styles on click, so lack of pointer-events support in old ie is not a problem. Fixes #10573 Closes gh-1330 | ||||
* | Build: Remove dates from copyright notice | Anne-Gaelle Colom | 2015-01-02 | 1 | -1/+1 |
| | | | | Closes gh-1403 | ||||
* | All: Drop support for IE7 | Scott González | 2014-10-21 | 1 | -3/+0 |
| | | | | | Fixes #9838 Closes gh-1365 | ||||
* | Theme: Add support comments for filter properties | Scott González | 2014-07-09 | 1 | -1/+1 |
| | |||||
* | All: Updating copyright year to 2014 | TJ VanToll | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -0/+93 |
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 |