picom/src
Yuxuan Shui 88d360ad6d
test c2_list_postprocess
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
2024-02-17 02:22:39 +00:00
..
backend backend: give images a type 2024-02-15 13:48:47 +00:00
fuzzer fuzzer/c2: add roundtrip test 2024-02-17 01:54:43 +00:00
atom.c fixup! atom: add a mock for struct atom 2024-02-17 02:21:50 +00:00
atom.h fixup! atom: add a mock for struct atom 2024-02-17 02:21:50 +00:00
c2.c test c2_list_postprocess 2024-02-17 02:22:39 +00:00
c2.h fuzzer/c2: add roundtrip test 2024-02-17 01:54:43 +00:00
cache.c cache: remove unused function cache_invalidate 2024-02-16 00:42:22 +00:00
cache.h cache: remove unused function cache_invalidate 2024-02-16 00:42:22 +00:00
common.h c2: start to separate some state out of session_t 2024-02-16 16:42:48 +00:00
compiler.h compiler: abort in debug build if unreachable() is reached 2024-02-15 13:58:27 +00:00
config.c fix most of build warnings on openbsd 2024-02-14 02:19:16 +03:00
config.h fix a bunch of typos in comments 2024-01-31 06:09:28 +03:00
config_libconfig.c options: use of sw-opti is now an error 2024-01-14 17:04:58 +00:00
dbus.c win: store focused state in struct managed_win 2024-02-15 11:22:07 +00: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 c2: store tracked property values per-window 2024-02-16 17:23:07 +00:00
event.h
file_watch.c fix a bunch of typos in comments 2024-01-31 06:09:28 +03:00
file_watch.h
kernel.c fix a bunch of typos in comments 2024-01-31 06:09:28 +03:00
kernel.h
list.h cache: redesign 2024-02-16 00:38:38 +00:00
log.c backend: gl: use libepoxy's has_*_extension 2024-02-11 02:07:05 +00:00
log.h log: add a new log level, verbose 2023-12-18 04:11:18 +00:00
meson.build c2: add a libfuzzer fuzzer for c2 2024-02-17 00:03:56 +00:00
meta.h
opengl.c backend: gl: don't force fbconfig info on to heap 2024-02-14 19:42:40 +00:00
opengl.h backend: gl: don't force fbconfig info on to heap 2024-02-14 19:42:40 +00:00
options.c fix a bunch of typos in comments 2024-01-31 06:09:28 +03:00
options.h
picom.c c2: start to separate some state out of session_t 2024-02-16 16:42:48 +00:00
picom.h picom: address some clang-tidy issues 2023-08-11 01:38:22 +03:00
picom.modulemap
region.h
render.c Merge pull request #1190 from yshui/cache-fbconfig 2024-02-14 23:23:29 +03:00
render.h backend: gl: don't force fbconfig info on to heap 2024-02-14 19:42:40 +00:00
statistics.c fix a bunch of typos in comments 2024-01-31 06:09:28 +03: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 fix a bunch of typos in comments 2024-01-31 06:09:28 +03:00
utils.h utils: try to avoid variable shadowing in some macros 2024-02-16 12:42:14 +00:00
vblank.c fix most of build warnings on openbsd 2024-02-14 02:19:16 +03:00
vblank.h vblank: add GLX_SGI_video_sync based scheduler 2023-12-19 23:27:12 +00:00
vsync.c
vsync.h
win.c c2: match using stored window properties 2024-02-16 17:23:50 +00:00
win.h c2: store tracked property values per-window 2024-02-16 17:23:07 +00:00
win_defs.h fix a bunch of typos in comments 2024-01-31 06:09:28 +03:00
x.c x: wid_get_text_prop doesn't need the whole session_t 2024-02-16 15:50:28 +00:00
x.h x: wid_get_text_prop doesn't need the whole session_t 2024-02-16 15:50:28 +00:00
xrescheck.c
xrescheck.h