lite-xl/src
Jefferson González baa8f528f1 Fix for api_require wrong macro && conditions (#1465)
This mistake escaped my eyes when reviewing #1437 and causes
some symbols to not be exported, because the preprocessor macros
are expecting multiple LUA versions to evaluate as true at once.
The fix is to replace `&&` with `||`.
2023-08-07 14:50:58 +01:00
..
api Fix for api_require wrong macro && conditions (#1465) 2023-08-07 14:50:58 +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 fix: fix differing stacktrace on stdout and file (#1404) 2023-08-07 14:50:58 +01:00
meson.build Add manifest on Windows (#1405) 2023-08-07 14:50:58 +01:00
rencache.c Aggregate `SDL_Surface`s and their scale in `RenSurface` (#1429) 2023-08-07 14:50:58 +01:00
rencache.h Improve text width calculation precision (#1408) 2023-08-07 14:50:58 +01:00
renderer.c Aggregate `SDL_Surface`s and their scale in `RenSurface` (#1429) 2023-08-07 14:50:58 +01:00
renderer.h Aggregate `SDL_Surface`s and their scale in `RenSurface` (#1429) 2023-08-07 14:50:58 +01:00
renwindow.c Aggregate `SDL_Surface`s and their scale in `RenSurface` (#1429) 2023-08-07 14:50:58 +01:00
renwindow.h Aggregate `SDL_Surface`s and their scale in `RenSurface` (#1429) 2023-08-07 14:50:58 +01: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