labwc/include/config
David Turner ce0d2c2966
ssd: add window drop-shadows (#1648)
Add optional drop-shadows to windows using server-side decoration.
Shadows can be enabled/disabled rc.xml and their appearance configured
in themerc.  The default is no shadows to preserve current behaviour.

The shadows are drawn in fixed corner and edge buffers shared between
all windows, the edges are scaled to size depending on the size of each
window.  Two sets of buffers are used to give the different appearances
for active and inactive windows.  I use separate corner/edge buffers for
a few reasons:

- It avoids needing to store a separate large shadow buffer per window
- It avoids needing to redraw the shadows when the window is being
  resized
- Compositing the shadows onto the desktop should be faster as there are
  overall fewer pixels to blend, and scaling up the edge buffers only
  requires reading a tiny buffer which is then replicated.
2024-04-22 19:27:53 +01:00
..
default-bindings.h Fix some header includes detected by clangd 2024-04-21 21:58:57 +02:00
keybind.h keybinds: add optional layoutDependent argument 2023-09-11 15:41:19 +02:00
libinput.h Optimize the code based on the suggestions 2024-03-20 22:52:19 +00:00
mousebind.h includes: identifier consistency in include guards 2023-05-13 22:29:21 +01:00
rcxml.h ssd: add window drop-shadows (#1648) 2024-04-22 19:27:53 +01:00
session.h Fix various typos across the codebase 2024-03-08 13:59:20 +01:00
tablet.h input: move function to config 2024-01-22 21:50:18 +00:00
touch.h Fix some header includes detected by clangd 2024-04-21 21:58:57 +02:00