Hyprland/src/protocols/core
Tom Englund 12d9901472
protocols: refactor protocol logging to a macro (#7324)
this avoids the usage of the unique_ptr PROTO::protocol before it has
been constructed incase one wants to log something inside the
constructor itself, move the logging to macros and print file:linenumber
on ERR,CRIT,WARN and classname on the rest of the levels.
2024-08-15 17:16:18 +01:00
..
Compositor.cpp protocols: refactor protocol logging to a macro (#7324) 2024-08-15 17:16:18 +01:00
Compositor.hpp wayland/compositor: introduce client commit events 2024-08-07 17:04:49 +02:00
DataDevice.cpp protocols: refactor protocol logging to a macro (#7324) 2024-08-15 17:16:18 +01:00
DataDevice.hpp core: Move to hyprutils for Math 2024-06-19 16:20:15 +02:00
Output.cpp wayland/output: avoid sending events to dead outputs 2024-07-22 16:56:51 +02:00
Output.hpp wayland/output: avoid sending events to dead outputs 2024-07-22 16:56:51 +02:00
Seat.cpp protocols: refactor protocol logging to a macro (#7324) 2024-08-15 17:16:18 +01:00
Seat.hpp core/surface/buffer: Buffer lock/release fixes (#7110) 2024-07-31 21:47:26 +02:00
Shm.cpp protocols: refactor protocol logging to a macro (#7324) 2024-08-15 17:16:18 +01:00
Shm.hpp Core: Move to aquamarine (#6608) 2024-07-21 13:09:54 +02:00
Subcompositor.cpp protocols: refactor protocol logging to a macro (#7324) 2024-08-15 17:16:18 +01:00
Subcompositor.hpp wayland/surface: fixup self-owning surface roles 2024-08-03 17:58:06 +02:00