summary refs log tree commit diff
path: root/resources/qml/dialogs/ImageOverlay.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove debug labelNicolas Werner2024-03-061-5/+0
|
* Make image in overlay fit into viewer againNicolas Werner2024-03-061-2/+9
|
* Prevent big images from becoming square in overlayNicolas Werner2024-03-051-2/+2
|
* Fix scrolling in image dialogNicolas Werner2023-06-091-2/+6
|
* Copy image to clipboardNicolas Werner2023-04-231-0/+36
| | | | Fixes #599
* Get rid of year in license headersNicolas Werner2023-02-211-2/+1
| | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* Make ImageOverlay set appropriate windowRole againThulinma2023-02-101-0/+1
|
* chore: when save file, hide ImageOverlay windowShootingStarDragons2023-01-201-0/+1
| | | | | | Log: on wm like sway, it will cover the whole screen, and I cannot get the file save dialog, then the program will stay there, I must kill it, so I think hide it is better, because after, it will be closed
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Close image viewer when clicking on the backgroundNicolas Werner2022-06-151-0/+4
| | | | fixes #1088
* More image dialog fixesNicolas Werner2022-05-101-7/+6
|
* Remove boundary handling in image overlayNicolas Werner2022-04-101-34/+25
| | | | They hurt more than they are helping
* Fix some minor UI issues with ImageOverlay and RawMessageDialogJoseph Donofry2022-01-051-24/+25
|
* Add minimum scale in image viewerNicolas Werner2022-01-031-0/+33
|
* Port image overlay to qmlNicolas Werner2022-01-021-0/+110
Allows you to zoom and pan now. relates to #647