1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:48:10 +00:00
serenity/Applications
Andreas Kling 99b98dc653 WindowServer: Merge WM_WindowAdded and WM_WindowStateChanged.
These events are identical, so it's silly to send both. Just broadcast
window state changes everywhere instead, it doesn't matter when it was
added as clients are learning about this asynchronously anyway.
2019-04-05 15:01:28 +02:00
..
About LibC: Run constructors on process startup. 2019-03-27 12:48:21 +01:00
FileManager FileManager: Rename DirectoryTableView => DirectoryView. 2019-04-02 14:43:56 +02:00
FontEditor FontEditor: Break out classes into separate files. 2019-04-03 15:23:13 +02:00
IRCClient IRCClient: Crash if server name resolution fails. 2019-04-02 20:42:59 +02:00
Launcher Move LibGUI/GStyle to SharedGraphics/StylePainter. 2019-03-28 17:32:38 +01:00
ProcessManager AK: Add Eternal<T> and use it in various places. 2019-04-03 16:52:25 +02:00
Taskbar WindowServer: Merge WM_WindowAdded and WM_WindowStateChanged. 2019-04-05 15:01:28 +02:00
Terminal Terminal+LibGUI: Make the terminal cursor blink. 2019-03-30 21:40:57 +01:00
TextEditor Tweak the look of various UI surfaces and buttons. 2019-03-27 20:48:23 +01:00