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
/
Utilities
/
shot.cpp
Age
Commit message (
Expand
)
Author
2022-10-12
shot: Add ability to edit in PixelPaint
Jeremy Borgman
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-02-25
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
Itamar
2022-02-01
shot: Port to LibMain
alexmajor
2021-11-05
shot: Fix hanging due to zero sized Rect
Aziz Berkay Yesilyurt
2021-11-02
Services: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-08-28
shot: Get only cropped region from WindowServer
Mustafa Quraish
2021-08-01
shot: Make output filename a hyperlink when applicable
Ryan Liptak
2021-07-10
Utilities: Use alpha channel instead of opacity in shot
Aziz Berkay Yesilyurt
2021-07-09
Userland: Add ability to capture rectangular region in shot
Aziz Berkay Yesilyurt
2021-07-09
Revert "Userland: Add ability to screenshot rectangular region in `shot` (#85...
Ali Mohammad Pur
2021-07-09
Userland: Add ability to screenshot rectangular region in `shot` (#8515)
Aziz Berkay Yesilyurt
2021-07-07
Userland: Convert delay option to unsigned for shot
Aziz Berkay Yesilyurt
2021-06-20
WindowServer: Enable screen capture to span multiple screens
Tom
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-11
WindowServer: Add Optional<Gfx::IntRect> argument to get_screen_bitmap()
Valtteri Koskivuori
2021-05-03
Userland: Make IPC results with one return value available directly
Gunnar Beutner
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-19
LibGfx: Improve PNG encoder API somewhat
Andreas Kling
2021-03-27
Utilities: Add a delay option to the "shot" utility
cheb
2021-03-27
shot: Added option to output to clipboard instead of file
networkException
2021-03-26
Utilities: Add a simple "shot" utility for grabbing screenshots :^)
Andreas Kling