1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-16 11:21:00 +00:00
serenity/Userland/Services/WindowServer
2022-04-01 21:24:45 +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 Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Button.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CMakeLists.txt Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
Compositor.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Compositor.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ConnectionFromClient.cpp Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
ConnectionFromClient.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Cursor.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Cursor.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Event.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
EventLoop.cpp Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
EventLoop.h Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
HitTestResult.h WindowServer: Make hit test results richer 2021-06-18 17:40:05 +02:00
KeymapSwitcher.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
KeymapSwitcher.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
main.cpp LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods 2022-02-16 19:49:41 -05:00
Menu.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Menu.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Menubar.cpp LibGUI, WindowServer: Greatly simplify menubar logic 2021-08-02 00:39:15 +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 Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
MenuManager.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
MultiScaleBitmaps.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
MultiScaleBitmaps.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Overlays.cpp WindowServer: Pick font with glyphs for digits for ScreenNumberOverlay 2022-01-17 02:10:09 +01:00
Overlays.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Screen.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Screen.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ScreenLayout.cpp WindowServer: Add API to set/get screen layouts 2021-06-20 14:57:26 +02:00
ScreenLayout.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ScreenLayout.ipp LibCore+Everywhere: Return ErrorOr from ConfigFile::sync() 2022-02-16 19:49:41 -05:00
Window.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Window.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
WindowClient.ipc WindowServer+LibGUI: Expose raw scroll wheel values to applications 2022-03-27 01:11:27 +01:00
WindowFrame.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
WindowFrame.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
WindowManager.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
WindowManager.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
WindowManagerClient.ipc LibGUI+WindowServer: Add new WMEvent Super+Digit 2022-02-24 18:57:20 +00:00
WindowManagerServer.ipc Everywhere: Replace "virtual desktop" => "workspace" 2021-11-13 12:48:43 +01:00
WindowServer.ipc WindowServer: Add IPC call to remove a menu's item 2022-02-21 16:31:56 +01:00
WindowStack.cpp Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
WindowStack.h Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
WindowSwitcher.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
WindowSwitcher.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
WindowType.h WindowServer: Add sanity checks to create_window IPC 2021-06-03 08:27:57 +02:00
WMConnectionFromClient.cpp Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
WMConnectionFromClient.h Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00