picom/src
Yuxuan Shui 6c925e78ac
backend/dummy: set quirks backend ops
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
2024-04-17 13:31:34 +01:00
..
backend backend/dummy: set quirks backend ops 2024-04-17 13:31:34 +01:00
fuzzer
atom.c atom: fix segfault when atom is not in the cache 2024-02-19 21:48:35 +00:00
atom.h atom: add a mock for struct atom 2024-02-18 19:38:48 +00:00
c2.c c2: fix error on older gcc 2024-02-21 12:19:03 +00:00
c2.h Add prototype picom-inspect 2024-02-20 13:51:37 +00:00
cache.c cache: zero initialize the key string 2024-02-18 01:16:58 +00:00
cache.h cache: support string without a NUL terminator 2024-02-18 00:56:20 +00:00
common.h core: track if root is damaged 2024-04-14 09:22:12 +01:00
compiler.h compiler: add polyfill for typeof() 2024-02-19 15:12:58 +00:00
config.c options: add always_rebind_pixmap debug option 2024-04-14 09:22:07 +01:00
config.h options: add always_rebind_pixmap debug option 2024-04-14 09:22:07 +01:00
config_libconfig.c win: fix incorrect wintype atoms 2024-02-20 00:41:55 +00:00
dbus.c wm: separate out window management into a file 2024-03-26 18:02:24 +00:00
dbus.h dbus: make cdbus a bit more self-contained 2024-03-26 12:40:11 +00:00
diagnostic.c
diagnostic.h
err.h
event.c event: fix window damage tracking 2024-04-14 09:22:10 +01:00
event.h
file_watch.c
file_watch.h
inspect.c event: delayed handling of reparent notifies 2024-03-26 12:22:59 +00:00
inspect.h Add prototype picom-inspect 2024-02-20 13:51:37 +00:00
kernel.c
kernel.h
list.h
log.c
log.h
meson.build wm: separate out window management into a file 2024-03-26 18:02:24 +00:00
meta.h
opengl.c wm: separate out window management into a file 2024-03-26 18:02:24 +00:00
opengl.h
options.c options: fix missing postprocess of transparent-clipping-exclude list 2024-04-12 14:26:30 +01:00
options.h core: factor out freeing struct options members into a function 2024-02-20 00:44:11 +00:00
picom.c picom: fix custom animated shaders 2024-04-17 12:14:50 +00:00
picom.h dbus: reduce usage of struct session 2024-03-26 12:40:06 +00:00
picom.modulemap
region.h region: fix log level check in dump_region 2024-04-16 08:27:04 +01:00
render.c backend: xrender: implement the new new new backend interface 2024-04-14 09:15:50 +01:00
render.h
rtkit.c
rtkit.h
statistics.c
statistics.h
string_utils.c
string_utils.h
transition.c transition: add transition event callback 2024-03-26 11:34:52 +00:00
transition.h transition: add transition event callback 2024-03-26 11:34:52 +00:00
types.h backend: gl: change how coordinates are modeled 2024-04-14 09:17:24 +01:00
uthash_extra.h
utils.c utils: don't set realtime scheduling again if we already tried 2024-03-03 15:20:55 +00:00
utils.h utils: steal updated container_of macro from linux 2024-04-16 08:27:07 +01:00
vblank.c core: disable realtime scheduling by default 2024-03-03 15:20:52 +00:00
vblank.h core: disable realtime scheduling by default 2024-03-03 15:20:52 +00:00
vsync.c
vsync.h
win.c backend: gl: implement the new new new backend interface 2024-04-14 09:17:34 +01:00
win.h win: store if transparent-clipping is enabled for window 2024-04-12 14:23:01 +01:00
win_defs.h win: restructure window states 2024-03-26 11:36:08 +00:00
wm.c wm: add a function to count managed windows 2024-04-02 04:02:05 +01:00
wm.h wm: add a function to count managed windows 2024-04-02 04:02:05 +01:00
x.c backend: xrender: implement the new new new backend interface 2024-04-14 09:15:50 +01:00
x.h backend: xrender: implement the new new new backend interface 2024-04-14 09:15:50 +01:00
xrescheck.c
xrescheck.h