summaryrefslogtreecommitdiff
path: root/Userland/Applications/ImageViewer/main.cpp
AgeCommit message (Expand)Author
2022-01-12Base+Userland: Add various iconselectrikmilk
2022-01-06LibGUI: Move rotate cw/ccw to CommonActionsMarcus Nilsson
2022-01-06ImageViewer: Show error if wallpaper could not be setJunior Rantila
2022-01-06ImageViewer: TRY all the thingsJunior Rantila
2022-01-06LibCore+ImageViewer: Add unlink() wrapper, use itJunior Rantila
2021-12-29ImageViewer: Allow choice between nearest neighbor and bilinear scalingLuke Wilde
2021-12-28ImageViewer: Change how scaling worksMaciej
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-24LibDesktop: Make allowlist APIs return ErrorOr<void>Andreas Kling
2021-11-24ImageViewer: Port to LibMain :^)Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-09-13ImageViewer: Enable and disable navigationMohsan Ali
2021-09-04ImageViewer: Kindly ask the user if they want to delete a fileMusab Kılıç
2021-08-01Applications: Remove unused header includesBrian Gianforcaro
2021-07-27ImageViewer: Hide the border frame in fullscreen modeKarol Kosek
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-20ImageViewer: Use the same function to resize the windowAziz Berkay Yesilyurt
2021-07-12ImageViewer: Activate window only on file dropKarol Kosek
2021-07-09ImageViewer: Don't resize the window after the first image is displayedAziz Berkay Yesilyurt
2021-07-08Userland: Keep ImageViewer window size the same while zooming inAziz Berkay Yesilyurt
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli
2021-05-18LibGfx: Rename RotationDirection membersMatthew Olsson
2021-05-16ImageViewer: Disable image actions when there is no imageDragonAlex98
2021-05-15ImageViewer: Use GUI::CommonActions for zoom related actionsAndreas Kling
2021-05-14ImageViewer: Rename QSWidget => ImageViewer::ViewWidgetAndreas Kling
2021-05-14Userland: Rename QuickShow => Image ViewerAndreas Kling