aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-07-30Corrected behaviour of regex.matchjgmdev
2024-07-29Fix mistake on regex.find not using index varjgmdev
2024-07-13rebase: renderer rewrite glyph cache (lite-xl/lite-xl#1845)Takase
2024-07-13Revert "renderer: optimize glyphset loading lite-xl/lite-xl#1543"jgmdev
2024-07-07Port rest of regex functions from Lua to C (#120)Jefferson González
2024-07-03Fix thread initialization on non macOS bundle (#118)Jefferson González
2024-06-28If no surface return on font_render_glyph (#114)Jefferson González
2024-06-25Keep font scale updated for RENDERER backendGuldoman
2024-06-25Rebase window creation and management to Lua (#108)Jefferson González
2024-06-22fix(dirmonitor): avoid calling the change callback multiple times in the same...Guldoman
2024-06-12Auto chdir to project depending on active document (#93)Jefferson González
2024-05-23api/system: fix newlines returned by get_clipboard (#1788)Takase
2024-05-23build: fix dirmonitor backend selection (#1790)Guldoman
2024-05-13Disable assert on font resizing to allow fonts scanning. (#89)Jefferson González
2024-04-18Fix BufferSize in g_read for Windows (#1722)Andrei Vinca
2024-03-18Add SerenityOS platform support (#1745)Jan
2024-02-28Implement non-numlock keycode suggestions from #72 (#73)Jefferson González
2024-02-06Improvements to renderer.font.get_metadata() (#64)Jefferson González
2024-02-05Fix fast glyph loading build on MacOSXjgmdev
2024-02-05renderer: optimize glyphset loading lite-xl/lite-xl#1543takase1121
2024-02-05process: fix unitialized variables (#1719)Takase
2024-01-22Add system.setenv (#1706)Chloé Vulquin
2024-01-22process: style changes (#1709)Takase
2024-01-22Memory fixes (#1705)Chloé Vulquin
2024-01-15Limit max bytes read when detecting file encoding (#59)Jefferson González
2023-12-25Update thread initialization code to match main (#56)Jefferson González
2023-12-25Correct the runtime environment variable (#55)Jefferson González
2023-12-17Use cmalloc instead of malloc on render init (#51)Jefferson González
2023-12-06turn window_renderer into managed pointer (#1683)Jan
2023-12-01feat(process): allow commands and envs on proces_start (#1477)Takase
2023-12-01Use x offset to define render command rect in `rencache_draw_text` (#1618)Guldoman
2023-11-29Fix `dirmonitor` sorting issues (#1599)Guldoman
2023-11-21Fix editor crash on invalid UTF-8 (#38)Jefferson González
2023-11-20Limit `system.{sleep,wait_event}` to timeouts >= 0 lite-xl/lite-xl#1666Guldoman
2023-11-20Allow writing to hidden files on Windows lite-xl/lite-xl#1653takase1121
2023-11-19Fix an shmem segfault triggered on macOS (#44)Jefferson González
2023-11-09Set a minimum window size to prevent sizing issuesjgmdev
2023-11-08Call process.__gc() when restarting on LuaJITjgmdev
2023-11-07Better support the different supported runtimes (#40)Jefferson González
2023-10-31Expose lua_setglobal/getglobal implementations for LuaJITjgmdev
2023-10-27Fix old compilers error on utf8.cjgmdev
2023-10-27Updated luautf8 yet again to fix build issuesjgmdev
2023-10-27Update luautf8 to latest lite-xl/lite-xl#1613Dmitry Atamanov
2023-10-26Fixes to allow console output on windows (#37)Jefferson González
2023-10-22fix(dirmonitor): deadlock if error handler jumps somewhere else (#1647)Takase
2023-10-22Set SDL hint to prefer software render driver (#1646)Guldoman
2023-10-16fix: dim rendering when antialiasing is turned off (#1641)Takase
2023-08-09Added Mike Pall bitops library to non jit lua for consistencyjgmdev
2023-08-06Windows dark title bar theme supportjgmdev
2023-08-03Added compat for lua 5.4 userdata (uv) functionsjgmdev