lite-xl/src/api
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.c Add PCRE to support regular expressions 2021-06-02 21:27:00 +02:00
api.h WIP: introducing the RenCache as a Lua parameter 2021-06-25 15:33:12 +02:00
cp_replace.c Implement unicode character replacements 2021-04-01 18:05:59 +02:00
regex.c Changed regex error handling, so that errors can be handled gracefully in lua, and made it so gsub returns the exact matches and replacements. 2021-06-04 23:58:17 -04:00
renderer.c WIP: introducing the RenCache as a Lua parameter 2021-06-25 15:33:12 +02:00
renderer_font.c Introduce RenSurface as a target for rencache 2021-06-11 15:26:29 +02:00
system.c WIP: introducing the RenCache as a Lua parameter 2021-06-25 15:33:12 +02:00