index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
ImageViewer
Age
Commit message (
Expand
)
Author
2023-01-12
Userland: Replace remaining Core::Timer::construct()s with try_create()
Sam Atkins
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2023-01-02
Base+Userland: Add menu item icons
Brandon Jordan
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-13
Userland: Accept drag_enter events for widgets supporting file drops
Karol Kosek
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-16
ImageViewer: Add Smooth Pixels image scaling option
Karol Kosek
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-22
Applications: Do not crash if decoded bitmap is null
Jelle Raaijmakers
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-02-14
WindowServer+Userland: Pass wallpapers as `Gfx::Bitmap` instead of path
James Puleo
2022-02-14
ImageViewer: Add "Fit Image to View" action
Mustafa Quraish
2022-02-14
ImageViewer: Fix window resizing on first image
Mustafa Quraish
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2022-01-14
ImageViewer: Inherit from `AbstractZoomPanWidget`
Mustafa Quraish
2022-01-12
Base+Userland: Add various icons
electrikmilk
2022-01-06
LibGUI: Move rotate cw/ccw to CommonActions
Marcus Nilsson
2022-01-06
ImageViewer: Show error if wallpaper could not be set
Junior Rantila
2022-01-06
ImageViewer: TRY all the things
Junior Rantila
2022-01-06
LibCore+ImageViewer: Add unlink() wrapper, use it
Junior Rantila
2021-12-29
ImageViewer: Allow choice between nearest neighbor and bilinear scaling
Luke Wilde
2021-12-28
ImageViewer: Change how scaling works
Maciej
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-24
LibDesktop: Make allowlist APIs return ErrorOr<void>
Andreas Kling
2021-11-24
ImageViewer: Port to LibMain :^)
Andreas Kling
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::flipped()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::rotated()
Andreas Kling
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-10-19
ImageViewer: Use scaled image size when resizing window to fit it
Nícolas F. R. A. Prado
2021-09-13
ImageViewer: Enable and disable navigation
Mohsan Ali
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-04
ImageViewer: Kindly ask the user if they want to delete a file
Musab Kılıç
2021-08-01
Applications: Remove unused header includes
Brian Gianforcaro
2021-07-27
ImageViewer: Hide the border frame in fullscreen mode
Karol Kosek
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-20
ImageViewer: Do not resize the window if the image fits into the window
Aziz Berkay Yesilyurt
2021-07-20
ImageViewer: Do not return early when the scale is not changed
Aziz Berkay Yesilyurt
2021-07-20
ImageViewer: Use the same function to resize the window
Aziz Berkay Yesilyurt
2021-07-12
ImageViewer: Activate window only on file drop
Karol Kosek
2021-07-09
ImageViewer: Use real path for the image path
Aziz Berkay Yesilyurt
2021-07-09
ImageViewer: Use LexicalPath to grab current_dir
Aziz Berkay Yesilyurt
2021-07-09
ImageViewer: Don't resize the window after the first image is displayed
Aziz Berkay Yesilyurt
[next]