summaryrefslogtreecommitdiff
path: root/Userland/Applications/ImageViewer
AgeCommit message (Expand)Author
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-16ImageViewer: Add Smooth Pixels image scaling optionKarol Kosek
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
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-02-14WindowServer+Userland: Pass wallpapers as `Gfx::Bitmap` instead of pathJames Puleo
2022-02-14ImageViewer: Add "Fit Image to View" actionMustafa Quraish
2022-02-14ImageViewer: Fix window resizing on first imageMustafa Quraish
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2022-01-14ImageViewer: Inherit from `AbstractZoomPanWidget`Mustafa Quraish
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-23LibCore+AK: Move MappedFile from AK to LibCoreAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas 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-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: 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-12ImageViewer: Activate window only on file dropKarol Kosek
2021-07-09ImageViewer: Use real path for the image pathAziz Berkay Yesilyurt
2021-07-09ImageViewer: Use LexicalPath to grab current_dirAziz Berkay Yesilyurt
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-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli
2021-05-18LibGfx: Rename RotationDirection membersMatthew Olsson
2021-05-16ImageViewer: Stop animation timer when deleting/changing imageDragonAlex98
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: Sandbox image decoding using the ImageDecoder service :^)Andreas Kling