picom/src
Yuxuan Shui dc2d7b2876
options: use of respect-prop-shadow is now an error
Deprecated in v8.

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
2024-01-14 17:06:34 +00:00
..
backend Merge pull request #1156 from yshui/pacing-fixes 2024-01-14 15:46:24 +00:00
atom.c
atom.h atom: add atoms associated with the background pixmap 2023-06-18 14:57:50 +03:00
c2.c compiler: bring the unreachable macro in line with C23 2023-12-17 08:51:22 +00:00
c2.h
cache.c
cache.h
common.h core: refactor frame pacing 2023-12-19 23:26:59 +00:00
compiler.h compiler: use C23 auto when available 2023-12-17 08:55:23 +00:00
config.c Merge pull request #1156 from yshui/pacing-fixes 2024-01-14 15:46:24 +00:00
config.h core: add debug options to override the vblank scheduler 2023-12-19 23:27:14 +00:00
config_libconfig.c options: use of sw-opti is now an error 2024-01-14 17:04:58 +00:00
dbus.c dbus: address some clang-tidy issues 2023-08-11 01:04:58 +03:00
dbus.h
diagnostic.c backend: make target window a parameter of the init backend operation 2023-09-24 01:14:55 +03:00
diagnostic.h
err.h
event.c core: don't call schedule_render too early 2023-12-19 22:36:17 +00:00
event.h
file_watch.c
file_watch.h
kernel.c kernel: address some clang-tidy issues 2023-08-11 00:50:57 +03:00
kernel.h
list.h
log.c log: give verbose log level a color 2023-12-18 04:18:18 +00:00
log.h log: add a new log level, verbose 2023-12-18 04:11:18 +00:00
meson.build vblank: add GLX_SGI_video_sync based scheduler 2023-12-19 23:27:12 +00:00
meta.h
opengl.c opengl: address some clang-tidy issues 2023-09-15 00:43:15 +03:00
opengl.h opengl: address some clang-tidy issues 2023-09-15 00:43:15 +03:00
options.c options: use of respect-prop-shadow is now an error 2024-01-14 17:06:34 +00:00
options.h
picom.c core: reset msc counter if it went backwards 2024-01-14 15:41:41 +00:00
picom.h picom: address some clang-tidy issues 2023-08-11 01:38:22 +03:00
picom.modulemap
region.h region: address some clang-tidy issues, run clang-format 2023-08-11 00:47:14 +03:00
render.c compiler: use C23 auto when available 2023-12-17 08:55:23 +00:00
render.h core: isolate X connection with error handling into a struct 2023-07-04 16:24:53 +01:00
statistics.c core: don't always delay schedule_render to vblank 2023-12-19 23:27:11 +00:00
statistics.h core: don't always delay schedule_render to vblank 2023-12-19 23:27:11 +00:00
string_utils.c
string_utils.h string_utils: address some clang-tidy issues 2023-08-11 01:47:43 +03:00
types.h
uthash_extra.h
utils.c compiler: bring the unreachable macro in line with C23 2023-12-17 08:51:22 +00:00
utils.h core: don't call schedule_render too early 2023-12-19 22:36:17 +00:00
vblank.c vblank: add GLX_SGI_video_sync based scheduler 2023-12-19 23:27:12 +00:00
vblank.h vblank: add GLX_SGI_video_sync based scheduler 2023-12-19 23:27:12 +00:00
vsync.c core: isolate X connection with error handling into a struct 2023-07-04 16:24:53 +01:00
vsync.h
win.c compiler: use C23 auto when available 2023-12-17 08:55:23 +00:00
win.h win: address some clang-tidy issues, run clang-format 2023-08-11 01:09:56 +03:00
win_defs.h
x.c x: fix x_request_vblank_event 2023-12-19 23:27:07 +00:00
x.h core: refactor frame pacing 2023-12-19 23:26:59 +00:00
xrescheck.c
xrescheck.h