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-05-23
Base+Userland: Apply Human Interface Guidelines to Object text
thankyouverycool
2023-05-19
ImageViewer: Add support for box sampling scaling
Jelle Raaijmakers
2023-05-19
Revert "ImageViewer: Add support for box sampling scaling"
Andreas Kling
2023-05-19
ImageViewer: Add support for box sampling scaling
Jelle Raaijmakers
2023-05-05
LibGUI: Make `Application`'s construction fallible
Lucas CHOLLET
2023-04-30
LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle
thankyouverycool
2023-04-25
Applications: Update man page links for applications
Tim Ledbetter
2023-04-19
LibGUI+Userland: Make Menu::*add_submmenu take name using new string
Karol Kosek
2023-04-19
LibGUI+Userland: Make Window::*add_menu take name using new string
Karol Kosek
2023-04-15
AK+Everywhere: Change URL::path() to serialize_path()
MacDue
2023-04-03
ImageViewer: Fix crash when setting wallpaper
justus2510
2023-03-24
Applications: Convert `DeprecatedFile` usages to `LibFileSystem`
Cameron Youell
2023-03-24
ImageViewer: Use `LibFileSystemAccessClient`
Caoimhe
2023-03-23
ImageViewer: Fix crash when opening ImageViewer without an image
Caoimhe
2023-03-22
ImageViewer: Scale image to window on resize
Lucas CHOLLET
2023-03-22
ImageViewer: Scale image to window on startup
Lucas CHOLLET
2023-03-22
ImageViewer: Scale image to window size on image change
Lucas CHOLLET
2023-03-22
ImageViewer: Don't resize window on image rotation or flip
Lucas CHOLLET
2023-03-05
ImageViewer: Migrate to Directory::for_each_entry()
Sam Atkins
2023-03-01
LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
Ali Mohammad Pur
2023-02-28
Everywhere: Use '_{short_,}string' literals more
Linus Groh
2023-02-28
ImageViewer: Add list of recently open files to the File menu :^)
Andreas Kling
2023-02-21
Userland: Fix remaining smart pointer const-correctness issues
Andreas Kling
2023-02-18
Userland: Specify margins and spacing in the GUI::Layout constructor
Sam Atkins
2023-02-16
ImageViewer: Rename "Go Back" and "Go Forward" actions
Tim Ledbetter
2023-02-16
ImageViewer: Make arrow key shortcuts work
Tim Ledbetter
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-20
LibGfx: Re-work the abstractions of sending image for decoding over IPC
Liav A
2023-01-18
LibGfx+Ladybird+Userland: Don't sniff for TGA images with only raw bytes
Liav A
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
[next]