1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-20 20:22:10 +00:00
serenity/Userland/Services/WindowServer
Tom 0138f13bfe WindowServer: Improvements to support alpha channel in window frames
This fixes some issues handling the alpha channel that may be present
in rendered window frames.

Fixes #5303
2021-02-13 00:39:33 +01:00
..
AppletManager.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
AppletManager.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
Button.cpp WindowServer: Vertically maximize window 2021-02-09 21:36:11 +01:00
Button.h WindowServer: Vertically maximize window 2021-02-09 21:36:11 +01:00
ClientConnection.cpp WindowServer: Don't re-render the window frame when not needed 2021-02-10 23:03:22 +01:00
ClientConnection.h Everywhere: Add semantically-missing includes 2021-02-08 18:03:57 +01:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
Compositor.cpp WindowServer: Fix compositing of fullscreen window 2021-02-11 13:12:17 +01:00
Compositor.h WindowServer: Rename WallpaperMode::{Scaled => Stretch} 2021-01-20 09:16:27 +01:00
Cursor.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-22 22:14:30 +01:00
Cursor.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
Event.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
EventLoop.cpp Everywhere: Hook up remaining debug macros to Debug.h. 2021-01-25 09:47:36 +01:00
EventLoop.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
main.cpp Everywhere: Remove more <AK/SharedBuffer.h> includes 2021-01-17 00:04:42 +01:00
Menu.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
Menu.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
MenuBar.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
MenuBar.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
MenuItem.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
MenuItem.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
MenuManager.cpp Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
MenuManager.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
Screen.cpp Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
Screen.h WindowServer: Make HighDPI aware 2021-01-15 19:10:16 +01:00
Window.cpp WindowServer: Recompute occlusions when changing window's alpha channel 2021-02-12 08:57:42 +01:00
Window.h WindowServer: Recompute occlusions when changing window's alpha channel 2021-02-12 08:57:42 +01:00
WindowClient.ipc WindowServer+LibGUI: Pass the system theme using Core::AnonymousBuffer 2021-01-16 17:20:53 +01:00
WindowFrame.cpp WindowServer: Improvements to support alpha channel in window frames 2021-02-13 00:39:33 +01:00
WindowFrame.h WindowServer: Improvements to support alpha channel in window frames 2021-02-13 00:39:33 +01:00
WindowManager.cpp WindowServer: Allow different shadows for active/inactive windows 2021-02-11 23:36:11 +01:00
WindowManager.h WindowServer: Properly determine where a window may be 2021-01-29 22:49:12 +01:00
WindowServer.ipc LibIPC: Stop sending client ID to clients 2021-02-01 11:32:00 +01:00
WindowSwitcher.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
WindowSwitcher.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
WindowType.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00