1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:58:12 +00:00
serenity/Userland/Services/WindowServer
Liav A d5b97eb41e Kernel+Userland: Provide bytes count for a DisplayConnector framebuffer
This value will be used later on by WindowServer to reject resolutions
that will request a mapping that will overflow the hardware framebuffer
max length.
2022-09-24 15:38:56 +01:00
..
Animation.cpp WindowServer: Fix animation crash 2022-03-18 20:00:30 +01:00
Animation.h WindowServer: Fix animation crash 2022-03-18 20:00:30 +01:00
AppletManager.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
AppletManager.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Button.cpp WindowServer: Fix crash when hovering over title buttons 2022-05-18 19:05:18 +02:00
Button.h WindowServer: Support hover icons for title buttons 2022-05-03 22:00:14 +02:00
CMakeLists.txt WindowServer: Create the VirtualScreenBackend 2022-04-21 13:41:55 +02:00
Compositor.cpp WindowServer+DisplaySettings: Capitalize display mode dropdown 2022-08-24 12:17:30 +02:00
Compositor.h WindowServer: Fix animated cursor not starting after cursor theme switch 2022-06-10 20:51:55 +01:00
ConnectionFromClient.cpp Browser+LibGUI+WindowServer: Open Button menus uniformly 2022-09-08 10:17:27 +01:00
ConnectionFromClient.h Browser+LibGUI+WindowServer: Open Button menus uniformly 2022-09-08 10:17:27 +01:00
Cursor.cpp Base+WindowServer+LibGfx: Add new DragCopy Cursor 2022-08-31 17:29:44 +01:00
Cursor.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Event.h WindowServer: Don't start a drag and drop unless holding Primary mouse 2022-08-16 16:43:27 +02:00
EventLoop.cpp Userland: Move HID input device nodes to /dev/input/{mouse,keyboard} 2022-09-11 19:51:23 +01:00
EventLoop.h Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
HardwareScreenBackend.cpp Kernel+Userland: Provide bytes count for a DisplayConnector framebuffer 2022-09-24 15:38:56 +01:00
HardwareScreenBackend.h Userland: Remove stale remainders of old framebuffer devices 2022-07-23 10:42:08 +01:00
HitTestResult.h WindowServer: Make hit test results richer 2021-06-18 17:40:05 +02:00
KeymapSwitcher.cpp Keymap+WindowServer: Add context menu to keymap applet 2022-07-21 16:40:47 +02:00
KeymapSwitcher.h Keymap+WindowServer: Add context menu to keymap applet 2022-07-21 16:40:47 +02:00
main.cpp WindowServer: Unveil only subdirectories in /dev directory 2022-09-11 19:51:23 +01:00
Menu.cpp WindowServer: Add unadjusted position members to Menu 2022-09-08 23:21:54 +01:00
Menu.h WindowServer: Add unadjusted position members to Menu 2022-09-08 23:21:54 +01:00
Menubar.cpp LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindows 2022-08-25 13:28:50 +02:00
Menubar.h WindowServer: Update menu buttons' rects on font change 2022-03-14 22:29:57 +01:00
MenuItem.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
MenuItem.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
MenuManager.cpp LibGUI+WindowServer: Notify Windows on input preemption 2022-09-08 23:21:54 +01:00
MenuManager.h LibGUI+WindowServer: Notify Windows on input preemption 2022-09-08 23:21:54 +01:00
MultiScaleBitmaps.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
MultiScaleBitmaps.h WindowServer: Fix crash when hovering over title buttons 2022-05-18 19:05:18 +02:00
Overlays.cpp WindowServer: Place drag and drop overlay at the cursor position 2022-08-31 17:29:44 +01:00
Overlays.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Screen.cpp Kernel+Userland: Rename FB.h => Graphics.h 2022-07-23 10:42:08 +01:00
Screen.h WindowServer: Drop support for the DisplayConnector write interface 2022-06-06 20:11:05 +01:00
ScreenBackend.h Kernel+Userland: Provide bytes count for a DisplayConnector framebuffer 2022-09-24 15:38:56 +01:00
ScreenLayout.cpp WindowServer: Add API to set/get screen layouts 2021-06-20 14:57:26 +02:00
ScreenLayout.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
ScreenLayout.ipp Kernel+Userland: Rename FB.h => Graphics.h 2022-07-23 10:42:08 +01:00
SystemEffects.h WindowServer: Add missing includes 2022-09-18 13:27:24 -04:00
VirtualScreenBackend.cpp Everywhere: Split Error::from_string_literal and Error::from_string_view 2022-07-12 23:11:35 +02:00
VirtualScreenBackend.h Everywhere: Purge all support and usage of framebuffer devices 2022-05-05 20:55:57 +02:00
Window.cpp WindowServer: Let Windows handle InputLeft events when blocked 2022-09-08 23:21:54 +01:00
Window.h WindowServer: Use nearest modeless window for modal Taskbar rects 2022-08-25 13:28:50 +02:00
WindowClient.ipc LibGUI+WindowServer: Notify Windows on input preemption 2022-09-08 23:21:54 +01:00
WindowFrame.cpp WindowServer: Add unadjusted position members to Menu 2022-09-08 23:21:54 +01:00
WindowFrame.h LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindows 2022-08-25 13:28:50 +02:00
WindowManager.cpp LibGUI+WindowServer: Notify Windows on input preemption 2022-09-08 23:21:54 +01:00
WindowManager.h LibGUI+WindowServer: Notify Windows on input preemption 2022-09-08 23:21:54 +01:00
WindowManagerClient.ipc LibGUI+Taskbar+WindowServer: Prevent minimization when blocked 2022-08-26 12:48:05 +02:00
WindowManagerServer.ipc Keymap+WindowServer: Add context menu to keymap applet 2022-07-21 16:40:47 +02:00
WindowMode.h LibGUI+WindowServer: Notify Windows on input preemption 2022-09-08 23:21:54 +01:00
WindowServer.ipc Browser+LibGUI+WindowServer: Open Button menus uniformly 2022-09-08 10:17:27 +01:00
WindowStack.cpp WindowServer: Move "automatic cursor tracking window" to WindowManager 2022-08-16 00:58:26 +02:00
WindowStack.h Everywhere: Use my very shiny serenityos.org email :^) 2022-09-12 15:13:12 +01:00
WindowSwitcher.cpp WindowServer: Always restore modal chain when clicking a window 2022-08-26 12:48:05 +02:00
WindowSwitcher.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
WindowType.h LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindows 2022-08-25 13:28:50 +02:00
WMConnectionFromClient.cpp WindowServer: Always restore modal chain when clicking a window 2022-08-26 12:48:05 +02:00
WMConnectionFromClient.h Keymap+WindowServer: Add context menu to keymap applet 2022-07-21 16:40:47 +02:00