summaryrefslogtreecommitdiff
path: root/Userland/Applications/ImageViewer/ViewWidget.cpp
AgeCommit message (Expand)Author
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-13Userland: Accept drag_enter events for widgets supporting file dropsKarol Kosek
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-22Applications: Do not crash if decoded bitmap is nullJelle Raaijmakers
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2022-01-14ImageViewer: Inherit from `AbstractZoomPanWidget`Mustafa Quraish
2021-12-29ImageViewer: Allow choice between nearest neighbor and bilinear scalingLuke Wilde
2021-12-28ImageViewer: Change how scaling worksMaciej
2021-11-23LibCore+AK: Move MappedFile from AK to LibCoreAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::flipped()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::rotated()Andreas Kling
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-19ImageViewer: Use scaled image size when resizing window to fit itNícolas F. R. A. Prado
2021-09-13ImageViewer: Enable and disable navigationMohsan Ali
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-07-20ImageViewer: Do not resize the window if the image fits into the windowAziz Berkay Yesilyurt
2021-07-20ImageViewer: Do not return early when the scale is not changedAziz Berkay Yesilyurt
2021-07-20ImageViewer: Use the same function to resize the windowAziz Berkay Yesilyurt
2021-07-09ImageViewer: Use real path for the image pathAziz Berkay Yesilyurt
2021-07-09ImageViewer: Use LexicalPath to grab current_dirAziz Berkay Yesilyurt
2021-05-16ImageViewer: Stop animation timer when deleting/changing imageDragonAlex98
2021-05-16ImageViewer: Disable image actions when there is no imageDragonAlex98
2021-05-14ImageViewer: Sandbox image decoding using the ImageDecoder service :^)Andreas Kling
2021-05-14ImageViewer: Rename QSWidget => ImageViewer::ViewWidgetAndreas Kling