lite-xl/src
Francesco Abbate c9669410ad Fix macOS build issue with recent commit
Add objc_args in meson when compiling to pass C defines also to
bundle_open.m.

Default "bundle" option to false to have by default a unix-like
build and install.

In the run-local script always expect that "bundle" option is to
false to have a unix-like install.

In the build-package script pass the -Dbundle=true option when
building on macos.

When setting the resouce path revert to original method using

[[NSBundle mainBundle] resourcePath]

to have the real resource path when the bundle option will be
activated. With the recent commit the function
set_macos_bundle_resources will be called only if the "bundle"
option is activate and is not used in unix-like mode.
2021-08-19 14:33:39 -07:00
..
api Merged dev to master. 2021-07-20 14:39:50 -04:00
bundle_open.m Fix macOS build issue with recent commit 2021-08-19 14:33:39 -07: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 Merge remote-tracking branch 'harens/macos-bundle' 2021-08-19 11:32:36 +02:00
meson.build Fix macOS build issue with recent commit 2021-08-19 14:33:39 -07:00
rencache.c Fix crash problem with rencache and font access 2021-05-21 23:38:54 +02:00
rencache.h Fix crash problem with rencache and font access 2021-05-21 23:38:54 +02:00
renderer.c Reverted if guard. 2021-06-09 19:34:02 -04:00
renderer.h Make usage of SDL renderer optional 2021-04-29 14:15:24 +02:00
renwindow.c More accurate update rects / show window / present sequence 2021-05-06 09:00:36 +02:00
renwindow.h Make usage of SDL renderer optional 2021-04-29 14:15:24 +02:00