1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 04:31:00 +00:00
serenity/Applications
Andreas Kling d4818dd2dd WindowServer: Give windows a "background color" to use for missing parts.
When resizing a window, we often end up having to paint some part of it
without coverage in the current backing store. This patch makes those cases
look nicer by having a fallback background color for each window, passed
along with the CreateWindow client message.
2019-04-10 14:29:47 +02:00
..
About LibC: Run constructors on process startup. 2019-03-27 12:48:21 +01:00
Downloader LibGUI: Make GSocket connection asynchronous. 2019-04-08 04:56:11 +02:00
FileManager LibGUI: Move frame painting from GFrame to StylePainter. 2019-04-10 03:43:46 +02:00
FontEditor LibGUI: Add a simple GGroupBox widget. 2019-04-10 05:52:15 +02:00
IRCClient LibGUI: Turn GTextBox into a wrapper around a single-line GTextEditor. 2019-04-10 03:08:29 +02:00
Launcher Launcher: Add tooltips to LauncherButtons. 2019-04-09 02:21:24 +02:00
ProcessManager AK: Add Eternal<T> and use it in various places. 2019-04-03 16:52:25 +02:00
Taskbar LibGUI: Move frame painting from GFrame to StylePainter. 2019-04-10 03:43:46 +02:00
Terminal WindowServer: Give windows a "background color" to use for missing parts. 2019-04-10 14:29:47 +02:00
TextEditor LibGUI: Turn GTextBox into a wrapper around a single-line GTextEditor. 2019-04-10 03:08:29 +02:00