c2357721e5
* refactor(native_api_header): upgrade header files to Lua 5.4. Almost all of the symbols in this file was from 5.2. This will obviously not work because some function signatures have changed and some have completely wrong return values, etc. This commit updates the header files to Lua 5.4 based on the source code and changes a few things. * refactor(plugin_api): move the header into include/ * fix(lite_xl_plugin_api.h): include stdlib to avoid errors with exit * refactor(lite_xl_plugin_api.h): do not return in SYMBOL_WRAP_CALL * fix(lite_xl_plugin_api.h): fix wrong way of passing varargs * fix(lite_xl_plugin_api.h): fix differing lua_rawlen definition * fix(lite_xl_plugin_api.h): fix fallback function signature * fix(lite_xl_plugin_api.h): fix conversion from void * to function pointer |
||
---|---|---|
.. | ||
cross | ||
icons | ||
include | ||
linux | ||
macos | ||
windows | ||
README.md |
README.md
Resources
This folder contains resources that is used for building or packaging the project.
Build
cross/*.txt
: Meson cross files for cross-compiling lite-xl on other platforms.
Packaging
icons/icon.{icns,ico,inl,rc,svg}
: lite-xl icon in various formats.linux/org.lite_xl.lite_xl.appdata.xml
: AppStream metadata.linux/org.lite_xl.lite_xl.desktop
: Desktop file for Linux desktops.macos/appdmg.png
: Background image for packaging MacOS DMGs.macos/Info.plist.in
: Template for generatinginfo.plist
on MacOS. Seemacos/macos-retina-display.md
for details.windows/001-lua-unicode.diff
: Patch for allowing Lua to load files with UTF-8 filenames on Windows.
Development
lite_xl_plugin_api.h
: Native plugin API header. See the contents oflite_xl_plugin_api.h
for more details.