Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 1 | -3/+1 |
| | | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/ | ||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Enable -Wconversion | Nicolas Werner | 2022-10-26 | 1 | -1/+1 |
| | |||||
* | Revert accidental animated image change | Nicolas Werner | 2022-09-30 | 1 | -26/+21 |
| | |||||
* | Basic threading support | Nicolas Werner | 2022-09-30 | 1 | -21/+26 |
| | |||||
* | Properly mark image node as dirty on size update | Nicolas Werner | 2022-05-11 | 1 | -3/+3 |
| | |||||
* | More image dialog fixes | Nicolas Werner | 2022-05-10 | 1 | -1/+2 |
| | |||||
* | Don't crash on corrupt animated images | Nicolas Werner | 2022-05-04 | 1 | -15/+20 |
| | |||||
* | Fix scaling of animated images in fullscreen image viewer | Nicolas Werner | 2022-04-26 | 1 | -3/+9 |
| | |||||
* | Add minimum scale in image viewer | Nicolas Werner | 2022-01-03 | 1 | -2/+0 |
| | |||||
* | Port image overlay to qml | Nicolas Werner | 2022-01-02 | 1 | -3/+18 |
| | | | | | | Allows you to zoom and pan now. relates to #647 | ||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Try to reduce CPU overhead of animated images a bit | Nicolas Werner | 2021-12-30 | 1 | -4/+8 |
| | |||||
* | Cache supported animated image formats | Nicolas Werner | 2021-12-29 | 1 | -1/+2 |
| | |||||
* | Reduce allocations using QStringLiteral | Nicolas Werner | 2021-12-29 | 1 | -2/+2 |
| | |||||
* | Fix more warnings and remove dead code | Nicolas Werner | 2021-12-28 | 1 | -6/+4 |
| | |||||
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 1 | -141/+138 |
| | |||||
* | Fix another leak when creating an animated image without an image | Nicolas Werner | 2021-08-29 | 1 | -1/+6 |
| | |||||
* | Fix memory leak of animated image textures | Nicolas Werner | 2021-08-29 | 1 | -1/+3 |
| | |||||
* | Add option to only play animated images on hover | Nicolas Werner | 2021-08-29 | 1 | -1/+8 |
| | |||||
* | Support animated images | Nicolas Werner | 2021-08-29 | 1 | -0/+164 |
fixes #461 |