1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 09:27:35 +00:00
serenity/Userland/Services
Joe Bentley 9df79a77da WindowServer: Add message to notify clients of applet area resize
Applets and windows would like to be able to know when the applet
area has been resized. For example, this happens asynchronously after
an applet has been resized, so we cannot then rely on the applet area
position synchronously after resizing. This adds a new message
applet_area_rect_changed and associated Event AppletAreaRectChange,
and the appropriate virtual functions.
2021-08-31 16:49:22 +02:00
..
AudioServer AudioServer: Expose the ability to get and set the sample rate 2021-08-27 23:35:27 +04:30
ChessEngine Services: Remove unused header includes 2021-08-01 08:10:16 +02:00
Clipboard Services: Remove unused header includes 2021-08-01 08:10:16 +02:00
ConfigServer ConfigServer: Update the configuration cache on file changes 2021-08-27 13:31:45 +02:00
CrashDaemon Everywhere: Core dump => Coredump 2021-08-23 00:02:09 +02:00
DHCPClient Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
EchoServer Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
FileOperation FileOperation: Don't follow symlinks 2021-08-08 14:24:54 +02:00
FileSystemAccessServer FileSystemAccessServer: Add window title as parameter for opening file 2021-08-07 12:48:22 +02:00
ImageDecoder LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index) 2021-07-27 01:29:50 +02:00
InspectorServer InspectorServer: Use LocalSocket method to get pid 2021-07-01 17:49:18 +02:00
KeyboardPreferenceLoader Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open 2021-08-22 01:32:25 +02:00
LaunchServer Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open 2021-08-22 01:32:25 +02:00
LookupServer Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open 2021-08-22 01:32:25 +02:00
NotificationServer Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
RequestServer Services: Remove unused header includes 2021-08-01 08:10:16 +02:00
SpiceAgent LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
SQLServer SQLServer: Don't stat()-then-mkdir() when mkdir() alone is enough 2021-08-30 18:35:36 +02:00
SystemServer Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open 2021-08-22 01:32:25 +02:00
Taskbar Userland: Use Rect::centered_within() where useful 2021-08-31 01:35:08 +02:00
TelnetServer Userland: Fix PATH environment variable ordering 2021-08-12 18:56:30 +02:00
WebContent LibWeb+WebContent: Add a simple API for running arbitrary JavaScript 2021-08-24 16:56:42 +02:00
WebServer WebServer: Add 'Content-Type' header for error responses 2021-08-24 22:01:34 +02:00
WebSocket Services: Remove unused header includes 2021-08-01 08:10:16 +02:00
WindowServer WindowServer: Add message to notify clients of applet area resize 2021-08-31 16:49:22 +02:00
CMakeLists.txt Userland: Introduce ConfigServer and LibConfig 2021-08-26 00:54:27 +02:00