lite-xl/src
Francesco Abbate f5ede27e91 No longer use gamma correction
Text looks more correct without the gamma correction. With gamma correction
text looks too bold in dark mode and too light in light mode. This
behavior is a sign that gamma correction is not the right thing to do.

The problem is seen with gamma at 1.5 used previously but is even worst
if a gamma value of 2.2, the theoretical value, is used.
2020-06-16 14:43:03 +02:00
..
api Add meson build configuration 2020-05-25 12:22:23 +02:00
main.c Version 1.07 2020-06-07 14:02:45 +01:00
meson.build Move font renderer in a separate folder as a library 2020-06-04 18:52:01 +02:00
rencache.c Added rencache invalidation on window-exposed event 2020-05-22 09:00:48 +01:00
rencache.h Added rencache invalidation on window-exposed event 2020-05-22 09:00:48 +01:00
renderer.c No longer use gamma correction 2020-06-16 14:43:03 +02:00
renderer.h Initial commit 2019-12-28 11:17:56 +00:00