serenity/Userland
Andreas Kling 1b897ec561 PixelPaint: Add a Selection class (ImageEditor has a Selection)
This will represent a complex, region-based selection in the future.
For now though, it's just a simple rectangle. :^)
2021-06-14 18:25:17 +02:00
..
Applets Applets/Network: Replace fprintf(stderr) with dbgln() 2021-05-31 17:44:01 +01:00
Applications PixelPaint: Add a Selection class (ImageEditor has a Selection) 2021-06-14 18:25:17 +02:00
Demos CatDog: Enhance the speech bubble artificial intelligence 2021-06-07 21:52:16 +02:00
DevTools HackStudio: Indicate git changes in the editor's gutter 2021-06-13 12:33:15 +01:00
DynamicLoader
Games Solitaire: Disable filling with background color during end animation 2021-06-13 19:29:52 +01:00
Libraries LibJS: Correctly parse yield-from expressions 2021-06-14 13:06:08 +01:00
Services WindowManager: Close tooltip child_windows of previously active window 2021-06-12 23:54:08 +04:30
Shell Userland: Allow building SerenityOS with -funsigned-char 2021-06-13 18:52:58 +02:00
Utilities Userland: Fix double line spacing in grep 2021-06-14 16:27:02 +02:00
CMakeLists.txt