lite-xl/src/api
Francesco Abbate cb08c5cbb7 Fix dirty pixels problem on window's right side
The last column of pixel on the window's right side isn't correctly
drawn and pixels appear dirty and more noticeably when the a NagView
message was previously shown, a stripe of red pixels remains on the right.

We use now a more souding roundig scheme. Now the rectangles to clip or to
draw are passed around as Lua numbers without any rounding. In turns, when
the rect coordinates are passed to the renderer we ensure the border of the
rect are correctly snapped to the pixel's grid. It works by computing the
coordinates of the edges, round them to integers and then compute the rect's
width based on the rounded coordinates values.
2021-10-10 14:52:55 +02:00
..
api.c Merge reproc changes from dev. 2021-06-18 14:19:09 -04:00
api.h refactor process.c 2021-07-15 18:01:24 -04:00
cp_replace.c Implement unicode character replacements 2021-04-01 18:05:59 +02:00
process.c Merged dev to master. 2021-07-20 14:39:50 -04:00
regex.c Merged dev to master. 2021-07-20 14:39:50 -04:00
renderer.c Fix dirty pixels problem on window's right side 2021-10-10 14:52:55 +02:00
renderer_font.c Add a C API copy method for font_desc objects 2021-06-21 11:18:52 +02:00
system.c Report dmon modify events 2021-10-08 23:13:50 +02:00