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
/
Magnifier
Age
Commit message (
Expand
)
Author
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-13
Userland: Remove a bunch of unveil calls on /sys/kernel/processes
Liav A
2023-01-08
Magnifier: Port to `Core::Stream`
Lucas CHOLLET
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-23
Magnifier: Add ability to drag the location when it is locked
FrHun
2022-12-23
Magnifier: Remember grid color
FrHun
2022-12-23
Magnifier: Eliminate flickering when downsizing
FrHun
2022-12-23
Magnifier: Prevent 0 size that otherwise hangs
FrHun
2022-12-23
Magnifier: Add option to choose grid color
FrHun
2022-12-23
Magnifier: Add option to display grid over the image
FrHun
2022-12-23
Magnifier: Allow locking location at current cursor position
FrHun
2022-12-14
LibFileSystemAccessClient: Rename `try_save_file` =>
Lucas CHOLLET
2022-12-10
Magnifier: Add a manual to Help menu and propagate construction errors
thankyouverycool
2022-12-10
Magnifier: Standardize File menu
thankyouverycool
2022-12-10
Magnifier: Remove always_on_top_action
thankyouverycool
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-19
Magnifier+ThemeEditor: Use CommonMenus::make_accessibility_menu()
thankyouverycool
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-25
Applications: Use new global variables at /sys/kernel/ directory
Liav A
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-10-21
Magnifier: Increase window size
crpz1
2022-10-21
Magnifier: Add Always on Top
crpz1
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-10-03
Userland: Unveil /proc/all in applications which require it
Timothy Flynn
2022-10-03
Userland: Tighten promises by removing 'proc' where it isn't used
Timothy Flynn
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-10-01
Magnifier: Don't error if cancelling capture save
MacDue
2022-09-26
Magnifier: Add the option to save captures
Roberto Bampi
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-18
Userland: Always construct Application with try_create()
Sam Atkins
2022-04-03
Applications: Use default execpromises parameter to `pledge(..)`
Brian Gianforcaro
2022-02-25
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
Itamar
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-02-13
Magnifier: Add missing icons
electrikmilk
2021-12-28
Magnifier: Add colorblind preview options
TheGrizzlyDev
2021-12-20
Magnifier: Add timeline for easy checking of animations
Junior Rantila
2021-11-28
Magnifier: Use LibMain
Marcus Nilsson
2021-09-17
Magnifier: Add 8x magnification and pausing
Marcus Nilsson
2021-09-08
Magnifier: Remove unnecessary global cursor tracking
Ben Wiederhake
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-04
Magnifier: Make a custom 16x16 icon for this app + tweak 32x32 version
Andreas Kling
2021-07-04
Magnifier: Make the main widget a GUI::Frame
Andreas Kling
2021-07-04
WindowServer: Make most remaining WindowServer IPC calls async
Andreas Kling
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-07
WindowServer+Magnifier: Make Magnifier buttery smooth :^)
Andreas Kling
2021-06-07
Magnifier: Use a GUI::DisplayLink to drive the screen captures
Andreas Kling
2021-06-06
Magnifier: Add desktop display scale awareness
Eugene Barnett
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-11
Magnifier: Make window resizable
Linus Groh
2021-05-11
Userland: Implement a magnifier app
Valtteri Koskivuori