1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:28:11 +00:00
serenity/Libraries
Andreas Kling aa2224a2f0 GWidget: Add set_preferred_size(width, height) overload.
It was annoying to always write set_preferred_size({ width, height }). :^)
2019-07-20 22:39:24 +02:00
..
LibAudio AWavLoader: Share code between 24/16/8 bit reading 2019-07-18 13:45:10 +02:00
LibC Kernel: Only allow superuser to halt() the system (#342) 2019-07-19 13:08:26 +02:00
LibCore CEventLoop: Use Vector::prepend(Vector&&) to shuffle events to outer loop. 2019-07-20 16:11:45 +02:00
LibDraw LibDraw: Add orientation-based size helpers to Size as well. 2019-07-20 22:16:40 +02:00
LibGUI GWidget: Add set_preferred_size(width, height) overload. 2019-07-20 22:39:24 +02:00
LibHTML LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
LibM Libraries: Unbreak "make install" with new directory locations. 2019-07-04 16:41:42 +02:00