1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 17:37:35 +00:00
serenity/Userland
Cody Hein 074ba104c8 PixelPaint: Single-clicking the BrushTool now adds to undo_stack
Simple change, prior to this BrushTool and EraseTool would not
have update the undo_stack for the ImageEditor unless you were
clicking and dragging.
2022-12-12 17:34:35 +00:00
..
Applets LibCore: Rename Stream::read_all to read_until_eof 2022-12-12 14:16:42 +01:00
Applications PixelPaint: Single-clicking the BrushTool now adds to undo_stack 2022-12-12 17:34:35 +00:00
BuggieBox Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00
Demos LibCore: Use Core::Stream for ProcessStatisticsReader 2022-12-10 11:49:24 +00:00
DevTools LibCore: Propagate errors from Stream::*_entire_buffer 2022-12-12 14:16:42 +01:00
DynamicLoader AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Games Games: Add ColorLines 2022-12-12 17:30:04 +00:00
Libraries LibCompress: Port DeflateDecompressor to Core::Stream 2022-12-12 16:21:39 +00:00
Services LibCore: Rename Stream::read_all to read_until_eof 2022-12-12 14:16:42 +01:00
Shell Shell: Disable interactive mode on '-c' 2022-12-12 13:57:06 +00:00
Utilities shuf: Use the newly introduced AK::shuffle function 2022-12-12 16:23:03 +00:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00