lite-xl/src
Francesco Abbate 1b39a4cb37 WIP: introducing the RenCache as a Lua parameter
WIP, probably doesn't compile.

Working to introduce the RenCache object as an argument to the renderer.draw_*
operations from the Lua side.

To not disrupt the existing code the first argument, the RenCache, is added optionally.
If not given the global window's RenCache object is used.
2021-06-25 15:33:12 +02:00
..
api WIP: introducing the RenCache as a Lua parameter 2021-06-25 15:33:12 +02:00
bundle_open.m Enable lite-xl to be started from a symlink to the deployed binary (#249) 2021-06-03 21:48:15 +02:00
fontdesc.c Scale fonts context menu (#246) 2021-06-03 22:49:37 +02:00
fontdesc.h Scale fonts context menu (#246) 2021-06-03 22:49:37 +02:00
main.c WIP: introducing the RenCache as a Lua parameter 2021-06-25 15:33:12 +02:00
meson.build Add PCRE to support regular expressions 2021-06-02 21:27:00 +02:00
rencache.c WIP: introducing the RenCache as a Lua parameter 2021-06-25 15:33:12 +02:00
rencache.h WIP: introducing the RenCache as a Lua parameter 2021-06-25 15:33:12 +02:00
renderer.c WIP: introducing the RenCache as a Lua parameter 2021-06-25 15:33:12 +02:00
renderer.h WIP: working on the draw_image rencache command 2021-06-14 17:48:06 +02:00
renwindow.c More accurate update rects / show window / present sequence 2021-05-06 09:00:36 +02:00
renwindow.h Introduce RenSurface as a target for rencache 2021-06-11 15:26:29 +02:00