summary refs log tree commit diff
path: root/resources/qml/dialogs/ImageOverlay.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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