summaryrefslogtreecommitdiff
path: root/Userland/Utilities/shot.cpp
AgeCommit message (Expand)Author
2022-10-12shot: Add ability to edit in PixelPaintJeremy Borgman
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-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
2022-02-01shot: Port to LibMainalexmajor
2021-11-05shot: Fix hanging due to zero sized RectAziz Berkay Yesilyurt
2021-11-02Services: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-08-28shot: Get only cropped region from WindowServerMustafa Quraish
2021-08-01shot: Make output filename a hyperlink when applicableRyan Liptak
2021-07-10Utilities: Use alpha channel instead of opacity in shotAziz Berkay Yesilyurt
2021-07-09Userland: Add ability to capture rectangular region in shotAziz Berkay Yesilyurt
2021-07-09Revert "Userland: Add ability to screenshot rectangular region in `shot` (#85...Ali Mohammad Pur
2021-07-09Userland: Add ability to screenshot rectangular region in `shot` (#8515)Aziz Berkay Yesilyurt
2021-07-07Userland: Convert delay option to unsigned for shotAziz Berkay Yesilyurt
2021-06-20WindowServer: Enable screen capture to span multiple screensTom
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-11WindowServer: Add Optional<Gfx::IntRect> argument to get_screen_bitmap()Valtteri Koskivuori
2021-05-03Userland: Make IPC results with one return value available directlyGunnar Beutner
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-19LibGfx: Improve PNG encoder API somewhatAndreas Kling
2021-03-27Utilities: Add a delay option to the "shot" utilitycheb
2021-03-27shot: Added option to output to clipboard instead of filenetworkException
2021-03-26Utilities: Add a simple "shot" utility for grabbing screenshots :^)Andreas Kling