aboutsummaryrefslogtreecommitdiff
path: root/src/api
AgeCommit message (Expand)Author
2025-06-29One byte is enough for process __gc LuaJIT userdatajgmdev
2025-06-27Better solution to call process __gc on LuaJITjgmdev
2025-06-27Avoid process thread leak on LuaJITjgmdev
2025-06-20Silence thirdparty library compiler warnings (#271)Jefferson González
2025-06-20rework dirmonitors to be able to support multiple backends (#266)Jan
2025-06-06Fix regex find_offsets not substracting offset (#245)Jefferson González
2025-04-02Fix crash on out of window mouse events (#231)Jefferson González
2025-03-23renderer: pass errors via SDL_SetError (#1919)Takase
2025-03-09Fix invalid size given to _wgetcwd (#227)Jefferson González
2025-03-06Sync lua-compat-5.3 with upstream (#224)Jefferson González
2025-02-27Silence shmem API compiler warnings (#223)Jefferson González
2025-02-17Fix handling of documents Bytes Order Mark (BOM) (#218)Jefferson González
2025-02-03Adjusted branding on renwindowjgmdev
2025-01-30Explicitly added missing headers (#209)Jefferson González
2025-01-30Added in stdlib as per #2014. (#2017)Adam
2025-01-13feat: add support for tab stops (#1945)Guldoman
2025-01-13process: call poll_process when getting returncodetakase1121
2025-01-13Additional corrections to system.get_file_infojgmdev
2025-01-13process: do not return nil until process exited (#1973)Takase
2025-01-13Explicitly include limits.h on utf8 lib (#207)Jefferson González
2024-10-31Revert "Restore some stat macros"jgmdev
2024-10-31Restore some stat macrosjgmdev
2024-10-31Additional small fixes for windows as part of the process API move to lua.Adam Harrison
2024-10-31Fixed minor typo from merge of #1854 for windows builds.Adam Harrison
2024-10-31arena_allocator: return lxl_arena instead of initializing an existing structtakase1121
2024-10-31process: migrate arg validation and checking to Luatakase1121
2024-10-31Implement logic for tracking target window (#1891)Jan
2024-10-08api/system: make stat() call consistent across platforms (#195)takase1121
2024-09-14Add primary selection support (#1729)Guldoman
2024-09-13Removed draw asserts for window renderer, because certain commands between fr...Adam
2024-09-03regex api: use proper type for `options` parameter (#171)Jefferson González
2024-09-02Fix regex api wrong value set to regex.ENDANCHORED (#170)Jefferson González
2024-08-26Return actual scale on get_scale() for macOS too (#143)Jefferson González
2024-08-23Fix scaling logic regressions (#134)Jefferson González
2024-07-30Corrected behaviour of regex.matchjgmdev
2024-07-29Fix mistake on regex.find not using index varjgmdev
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-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-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-05process: fix unitialized variables (#1719)Takase
2024-01-22Add system.setenv (#1706)Chloé Vulquin
2024-01-22process: style changes (#1709)Takase