ladybird/Services/WindowServer
Andreas Kling 3717e5dbae WindowServer: Add a GetGlobalCursorPosition IPC request
This tells you where the mouse cursor is in screen coordinates.
2020-12-28 21:28:40 +01:00
..
AppletManager.cpp Everywhere: Tweak "2020-2020" => "2020" in copyright headers 2020-12-25 12:24:05 +01:00
AppletManager.h Everywhere: Tweak "2020-2020" => "2020" in copyright headers 2020-12-25 12:24:05 +01:00
Button.cpp WindowServer: Fix flickering 2020-08-18 12:12:27 +02:00
Button.h Services: Convert WindowFrame button bitmaps to themable PNGs 2020-08-01 07:56:48 +02:00
ClientConnection.cpp WindowServer: Add a GetGlobalCursorPosition IPC request 2020-12-28 21:28:40 +01:00
ClientConnection.h WindowServer: Add a GetGlobalCursorPosition IPC request 2020-12-28 21:28:40 +01:00
CMakeLists.txt Clipboard: Move the system clipboard to a dedicated service process :^) 2020-05-14 22:53:58 +02:00
Compositor.cpp WindowServer: Remove unnecessary clang-format disabler comment 2020-12-28 11:41:09 +01:00
Compositor.h WindowServer: Don't lookup configuration values in compose() 2020-12-28 11:41:09 +01:00
Cursor.cpp WindowServer: Validate cursor type in SetWindowCursor message handler 2020-12-25 23:07:06 +01:00
Cursor.h WindowServer: Add the ability to animate cursors 2020-12-17 19:40:05 +01:00
Event.h LibGUI+WindowServer: Make DragOperation hold a MimeData instance 2020-11-08 21:46:13 +01:00
EventLoop.cpp LibIPC+Services: Make ClientConnection take socket as NonnullRefPtr 2020-07-06 13:30:11 +02:00
EventLoop.h Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
main.cpp WindowServer+LibVT: Convert some dbgprintf() to dbg() 2020-08-18 17:19:52 +02:00
Menu.cpp LibGUI+WindowServer: Tweak hover shadows slightly 2020-12-27 18:43:34 +01:00
Menu.h AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe 2020-11-10 19:11:52 +01:00
MenuBar.cpp Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
MenuBar.h Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
MenuItem.cpp WindowServer: Add support for default MenuItem 2020-07-11 11:45:49 +02:00
MenuItem.h WindowServer: Add support for default MenuItem 2020-07-11 11:45:49 +02:00
MenuManager.cpp WindowServer: Don't crash when pressing return after opening menu 2020-12-07 19:40:12 +01:00
MenuManager.h WindowServer: Make Menus the input window when showing them 2020-07-15 22:02:53 +02:00
Screen.cpp WindowServer: Close the framebuffer fd in ~Screen() 2020-08-17 18:05:35 +02:00
Screen.h Kernel: Move headers intended for userspace use into Kernel/API/ 2020-07-04 17:22:23 +02:00
Window.cpp Base: Rename maximize/minimize icons to a more generic name 2020-12-28 11:40:35 +01:00
Window.h WindowServer: Allow for more flexible tiling 2020-12-06 00:19:04 +01:00
WindowClient.ipc LibGUI+WindowServer: Make DragOperation hold a MimeData instance 2020-11-08 21:46:13 +01:00
WindowFrame.cpp Base: Rename maximize/minimize icons to a more generic name 2020-12-28 11:40:35 +01:00
WindowFrame.h WindowServer: Fix flickering 2020-08-18 12:12:27 +02:00
WindowManager.cpp WindowServer: Don't lookup configuration values in compose() 2020-12-28 11:41:09 +01:00
WindowManager.h WindowServer: Put tooltip windows above notification windows 2020-12-19 19:23:47 +01:00
WindowServer.ipc WindowServer: Add a GetGlobalCursorPosition IPC request 2020-12-28 21:28:40 +01:00
WindowSwitcher.cpp AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe 2020-11-10 19:11:52 +01:00
WindowSwitcher.h LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
WindowType.h Services: Renamed from Servers 2020-05-08 21:57:44 +02:00