lite-xl/src
Guldoman 12bae1ec95 Avoid drawing hidden text in `DocView:draw_line_text` (#1298)
* Stop drawing text past the `DocView` edge in `DocView:draw_line_text`

* Don't add draw commands if they fall outside the latest clip

The check was previously done with the window rect, so this will reduce 
a bit more the number of commands sent.
2023-08-07 14:50:43 +01:00
..
api Updated dummy method signature to match prototypes. 2023-08-07 14:50:43 +01:00
bundle_open.m Takes kivutar's changes into account, cleaning things up slightly. 2021-12-15 20:31:24 -05:00
dirmonitor.o innosetup changes 2023-01-08 20:52:15 +00:00
main.c replace uses of SDL_Window with RenWindow (#1319) 2023-08-07 14:50:43 +01:00
meson.build Replace deprecated meson feature `gui_app` with `win_subsystem` 2022-11-15 16:57:50 +01:00
rencache.c Avoid drawing hidden text in `DocView:draw_line_text` (#1298) 2023-08-07 14:50:43 +01:00
rencache.h Use Lua string length instead of relying on `strlen` (#1262) 2022-12-26 13:49:07 -04:00
renderer.c replace uses of SDL_Window with RenWindow (#1319) 2023-08-07 14:50:43 +01:00
renderer.h Use Lua string length instead of relying on `strlen` (#1262) 2022-12-26 13:49:07 -04:00
renwindow.c Create Renderer Only When It Doesn't Exist (#1315) 2023-08-07 14:50:43 +01:00
renwindow.h Make usage of SDL renderer optional 2021-04-29 14:15:24 +02:00
unidata.h Update unidata to version 15.0 (#1122) 2022-09-19 21:27:54 -04:00
utfconv.h fix utfconv.h duplicate functions 2022-11-14 21:59:32 +08:00