.. |
backend
|
backend: refine the backend interface
|
2024-05-15 23:19:05 +01:00 |
fuzzer
|
c2: add a libfuzzer fuzzer for c2
|
2024-02-17 16:48:58 +00:00 |
renderer
|
win: make window and shadow offsets animatable
|
2024-05-19 22:04:14 +01: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: make override_redirect only match top-level windows without a client
|
2024-05-16 18:35:21 +01:00 |
c2.h
|
config: unify parsing of c2 rules
|
2024-05-12 11:14:06 +01: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: remove fade_timer from session
|
2024-05-19 22:04:18 +01:00 |
compiler.h
|
compiler: add polyfill for typeof()
|
2024-02-19 15:12:58 +00:00 |
config.c
|
options: fix default log level
|
2024-05-15 21:44:10 +01:00 |
config.h
|
config_libconfig: generate animation for legacy fading options
|
2024-05-19 22:04:10 +01:00 |
config_libconfig.c
|
config_libconfig: generate animation for legacy fading options
|
2024-05-19 22:04:10 +01:00 |
dbus.c
|
win: switch to use the new animation system
|
2024-05-19 22:04:13 +01:00 |
dbus.h
|
dbus: make cdbus a bit more self-contained
|
2024-03-26 12:40:11 +00:00 |
diagnostic.c
|
backend: make target window a parameter of the init backend operation
|
2023-09-24 01:14:55 +03:00 |
diagnostic.h
|
picom: make sure --diagnostics works when another picom is running
|
2020-03-11 19:15:26 +00:00 |
err.h
|
|
|
event.c
|
win: switch to use the new animation system
|
2024-05-19 22:04:13 +01:00 |
event.h
|
core: split out event code
|
2019-03-23 14:35:22 +00:00 |
file_watch.c
|
fix a bunch of typos in comments
|
2024-01-31 06:09:28 +03:00 |
file_watch.h
|
core: watch for configuration file changes
|
2019-11-10 18:58:01 +00:00 |
inspect.c
|
options: refactor option parsing
|
2024-05-12 17:16:02 +01:00 |
inspect.h
|
build: make libconfig mandatory
|
2024-04-20 16:25:08 +01:00 |
kernel.c
|
fix a bunch of typos in comments
|
2024-01-31 06:09:28 +03:00 |
kernel.h
|
backend: gl: use gaussian blur for shadow
|
2022-09-18 05:00:52 +01:00 |
list.h
|
cache: redesign
|
2024-02-16 00:38:38 +00:00 |
log.c
|
options: refactor option parsing
|
2024-05-12 17:16:02 +01:00 |
log.h
|
options: refactor option parsing
|
2024-05-12 17:16:02 +01:00 |
meson.build
|
Add animation script
|
2024-05-19 22:04:07 +01:00 |
meta.h
|
Add missing header file
|
2019-05-21 20:15:34 +01:00 |
opengl.c
|
common: remove OPENGL_MAX_DEPTH and it's uses
|
2024-04-29 17:17:59 +03:00 |
opengl.h
|
backend: gl: don't force fbconfig info on to heap
|
2024-02-14 19:42:40 +00:00 |
options.c
|
config_libconfig: generate animation for legacy fading options
|
2024-05-19 22:04:10 +01:00 |
options.h
|
options: refactor option parsing
|
2024-05-12 17:16:02 +01:00 |
picom.c
|
core: remove fade_timer from session
|
2024-05-19 22:04:18 +01:00 |
picom.h
|
dbus: reduce usage of struct session
|
2024-03-26 12:40:06 +00:00 |
picom.modulemap
|
rename: fix the name of the modulemap file
|
2019-10-24 19:41:35 +01:00 |
region.h
|
backend: decompose mask into source and target mask
|
2024-05-15 21:19:29 +01:00 |
render.c
|
win: switch to use the new animation system
|
2024-05-19 22:04:13 +01: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 |
script.c
|
Add animation script
|
2024-05-19 22:04:07 +01:00 |
script.h
|
Add animation script
|
2024-05-19 22:04:07 +01: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: add asnprintf
|
2024-05-05 15:07:58 +01:00 |
string_utils.h
|
string_utils: make starts_with return value more sensible
|
2024-05-09 05:27:44 +01:00 |
transition.c
|
transition: remove unused functions
|
2024-05-19 22:04:17 +01:00 |
transition.h
|
transition: remove unused functions
|
2024-05-19 22:04:17 +01:00 |
types.h
|
win: switch to use the new animation system
|
2024-05-19 22:04:13 +01:00 |
uthash_extra.h
|
win: track windows with a hash table
|
2019-05-21 20:15:27 +01:00 |
utils.c
|
utils: don't set realtime scheduling again if we already tried
|
2024-03-03 15:20:55 +00:00 |
utils.h
|
Add animation script
|
2024-05-19 22:04: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
|
core: isolate X connection with error handling into a struct
|
2023-07-04 16:24:53 +01:00 |
vsync.h
|
|
|
win.c
|
win: switch to use the new animation system
|
2024-05-19 22:04:13 +01:00 |
win.h
|
win: switch to use the new animation system
|
2024-05-19 22:04:13 +01:00 |
win_defs.h
|
win: switch to use the new animation system
|
2024-05-19 22:04:13 +01: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
|
|
|