summaryrefslogtreecommitdiff
path: root/Userland/Applications/Magnifier
AgeCommit message (Expand)Author
2023-01-13Userland: Remove a bunch of unveil calls on /sys/kernel/processesLiav A
2023-01-08Magnifier: Port to `Core::Stream`Lucas CHOLLET
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-23Magnifier: Add ability to drag the location when it is lockedFrHun
2022-12-23Magnifier: Remember grid colorFrHun
2022-12-23Magnifier: Eliminate flickering when downsizingFrHun
2022-12-23Magnifier: Prevent 0 size that otherwise hangsFrHun
2022-12-23Magnifier: Add option to choose grid colorFrHun
2022-12-23Magnifier: Add option to display grid over the imageFrHun
2022-12-23Magnifier: Allow locking location at current cursor positionFrHun
2022-12-14LibFileSystemAccessClient: Rename `try_save_file` =>Lucas CHOLLET
2022-12-10Magnifier: Add a manual to Help menu and propagate construction errorsthankyouverycool
2022-12-10Magnifier: Standardize File menuthankyouverycool
2022-12-10Magnifier: Remove always_on_top_actionthankyouverycool
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-19Magnifier+ThemeEditor: Use CommonMenus::make_accessibility_menu()thankyouverycool
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-25Applications: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-10-21Magnifier: Increase window sizecrpz1
2022-10-21Magnifier: Add Always on Topcrpz1
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-10-03Userland: Unveil /proc/all in applications which require itTimothy Flynn
2022-10-03Userland: Tighten promises by removing 'proc' where it isn't usedTimothy Flynn
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
2022-10-01Magnifier: Don't error if cancelling capture saveMacDue
2022-09-26Magnifier: Add the option to save capturesRoberto Bampi
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-18Userland: Always construct Application with try_create()Sam Atkins
2022-04-03Applications: Use default execpromises parameter to `pledge(..)`Brian Gianforcaro
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-02-13Magnifier: Add missing iconselectrikmilk
2021-12-28Magnifier: Add colorblind preview optionsTheGrizzlyDev
2021-12-20Magnifier: Add timeline for easy checking of animationsJunior Rantila
2021-11-28Magnifier: Use LibMainMarcus Nilsson
2021-09-17Magnifier: Add 8x magnification and pausingMarcus Nilsson
2021-09-08Magnifier: Remove unnecessary global cursor trackingBen Wiederhake
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-04Magnifier: Make a custom 16x16 icon for this app + tweak 32x32 versionAndreas Kling
2021-07-04Magnifier: Make the main widget a GUI::FrameAndreas Kling
2021-07-04WindowServer: Make most remaining WindowServer IPC calls asyncAndreas Kling
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-07WindowServer+Magnifier: Make Magnifier buttery smooth :^)Andreas Kling
2021-06-07Magnifier: Use a GUI::DisplayLink to drive the screen capturesAndreas Kling
2021-06-06Magnifier: Add desktop display scale awarenessEugene Barnett
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-11Magnifier: Make window resizableLinus Groh
2021-05-11Userland: Implement a magnifier appValtteri Koskivuori