1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:58:11 +00:00
serenity/Userland
Daniel Bertalan bb26cea291 WindowServer: Don't use GNU-style designator
Clang throws a fit when it encounters this code, since we already have
the standardized designated initializer syntax in C++20, which we should
use.
2021-07-14 13:12:25 +02:00
..
Applets Everywhere: Don't promote float to double where not needed 2021-07-08 10:11:00 +02:00
Applications Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
Demos AK+Userland: Add generic AK::abs() function and use it 2021-07-08 10:11:00 +02:00
DevTools UserpaceEmulator: Handle possibly unaligned IO 2021-07-14 11:26:34 +04:30
DynamicLoader DynamicLoader: Add RELA support for self-relocations 2021-07-13 23:20:36 +02:00
Games Breakout: Only paint areas that needs to be updated 2021-07-12 12:26:15 +02:00
Libraries Base+LibGUI: Add icon to the Rename action 2021-07-14 13:05:01 +02:00
Services WindowServer: Don't use GNU-style designator 2021-07-14 13:12:25 +02:00
Shell Shell: Add unalias builtin 2021-07-13 11:57:11 +04:30
Utilities Utilities: Add an implementation of 'comm' 2021-07-14 14:13:25 +04:30
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00