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