picom/src
Yuxuan Shui 959f400ae1
WIP core: struct sesion is now opaque
2024-03-24 13:53:50 +00:00
..
backend WIP core: struct sesion is now opaque 2024-03-24 13:53:50 +00:00
fuzzer c2: add a libfuzzer fuzzer for c2 2024-02-17 16:48:58 +00:00
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 WIP core: struct sesion is now opaque 2024-03-24 13:53:50 +00:00
compiler.h compiler: add polyfill for typeof() 2024-02-19 15:12:58 +00:00
config.c WIP core: struct sesion is now opaque 2024-03-24 13:53:50 +00:00
config.h core: disable realtime scheduling by default 2024-03-03 15:20:52 +00:00
config_libconfig.c win: fix incorrect wintype atoms 2024-02-20 00:41:55 +00:00
dbus.c WIP core: struct sesion is now opaque 2024-03-24 13:53:50 +00:00
dbus.h dbus: make cdbus a bit more self-contained 2024-03-24 13:52:05 +00:00
diagnostic.c WIP core: struct sesion is now opaque 2024-03-24 13:53:50 +00:00
diagnostic.h
err.h
event.c WIP core: struct sesion is now opaque 2024-03-24 13:53:50 +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
inspect.c Add prototype picom-inspect 2024-02-20 13:51:37 +00:00
inspect.h Add prototype picom-inspect 2024-02-20 13:51:37 +00:00
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 transition: add a generic animated transition mechanism 2024-03-24 13:19:19 +00:00
meta.h
opengl.c WIP core: struct sesion is now opaque 2024-03-24 13:53:50 +00:00
opengl.h WIP core: struct sesion is now opaque 2024-03-24 13:53:50 +00:00
options.c core: disable realtime scheduling by default 2024-03-03 15:20:52 +00:00
options.h core: factor out freeing struct options members into a function 2024-02-20 00:44:11 +00:00
picom.c WIP core: struct sesion is now opaque 2024-03-24 13:53:50 +00:00
picom.h WIP core: struct sesion is now opaque 2024-03-24 13:53:50 +00:00
picom.modulemap
region.h region: address some clang-tidy issues, run clang-format 2023-08-11 00:47:14 +03:00
render.c WIP core: struct sesion is now opaque 2024-03-24 13:53:50 +00:00
render.h backend: gl: don't force fbconfig info on to heap 2024-02-14 19:42:40 +00:00
rtkit.c core: support setting realtime priority using rtkit 2024-02-16 19:58:38 +00:00
rtkit.h core: support setting realtime priority using rtkit 2024-02-16 19:58:38 +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
transition.c transition: add transition event callback 2024-03-24 13:19:25 +00:00
transition.h transition: add transition event callback 2024-03-24 13:19:25 +00:00
types.h
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: BUG_ON was not doing what the comment says 2024-02-18 19:25:43 +00: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 WIP core: struct sesion is now opaque 2024-03-24 13:53:50 +00:00
vsync.h
win.c WIP core: struct sesion is now opaque 2024-03-24 13:53:50 +00:00
win.h WIP core: struct sesion is now opaque 2024-03-24 13:53:50 +00:00
win_defs.h win: restructure window states 2024-03-24 13:19:27 +00:00
x.c WIP core: struct sesion is now opaque 2024-03-24 13:53:50 +00:00
x.h c2: remove type specifiers 2024-02-18 18:45:20 +00:00
xrescheck.c
xrescheck.h