1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 23:41:00 +00:00
serenity/Userland
Marcus Nilsson 54852832b1 LibGUI/TabWidget: Make sure we don't act on two mouseup events
Make sure that even if we get two mouseup events, we do not try to
remove the same widget twice.
2021-06-20 21:48:29 +02:00
..
Applets Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Applications PixelPaint: Add basic support for closing tabs 2021-06-20 15:16:26 +02:00
Demos Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
DevTools LibJS: Replace boolean without_side_effects parameters with an enum 2021-06-17 16:52:15 +02:00
DynamicLoader Userland: Port UBSAN implementation to userspace 2021-05-27 15:18:03 +02:00
Games FlappyBug: Add missing component declaration 2021-06-20 11:13:30 +01:00
Libraries LibGUI/TabWidget: Make sure we don't act on two mouseup events 2021-06-20 21:48:29 +02:00
Services WindowServer: Reload icons on scale changes 2021-06-20 14:57:26 +02:00
Shell Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Utilities WindowServer: Enable screen capture to span multiple screens 2021-06-20 14:57:26 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00