Commit Graph
10 Commits
Author SHA1 Message Date
Alex 00a3e490c6 Merge remote-tracking branch 'origin/master' into dwl/hide-title
# Conflicts:
#	include/modules/dwl/window.hpp
#	src/modules/dwl/window.cpp
2026-07-03 22:26:42 +02:00
Prakhar Chhalotre 3e7976c8eb fix: use pango markup for consistent formatting in format and tooltip-format 2026-02-13 02:23:16 +05:30
Alex 47fb21a2c1 chore: upgrade to clang-format@21 2026-02-04 09:24:14 +01:00
Alex Denes 5ab852ff52 dwl/window: allow hiding of title when either inactive or empty 2025-05-05 16:38:59 +00:00
Alex Denes 8685e88ec4 dwl/window: add .active styling class for active windows 2025-02-08 04:01:11 +00:00
Alex 481b01d9af fix: lint 2025-01-25 09:31:32 +01:00
K. Adam Christensen 157ea44510 Escape markup characters in dwl/window
Without this, markup characters like [&><] will be injected directly
into the Label. Escaping them makes sure that the values will be printed
exactly as they appear in the window title or layout symbol.

Signed-off-by: K. Adam Christensen <pope@shifteleven.com>
2024-12-14 09:06:13 -08:00
Eldar Yusupov df1a9c5509 Remove listener when window is destroyed (#3215) 2024-05-06 10:51:14 +02:00
Alex 19f3ce6f85 fix: lint 2024-03-22 23:21:57 +01:00
Eldar Yusupov 17734f0364 Add dwl/window module 2024-03-14 23:51:46 +03:00