aboutsummaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)Author
2025-03-23common: allow / and \ as PATHSEP on Windows when fuzzy matching files (#1992)Takase
2025-03-23fix: use current char to determine `col` in `DocView:get_x_offset_col` (#1946)Guldoman
2025-03-23add a __tostring method to every object (#1534)ThaCuber
2025-03-11Disable a compatibility io overwrite on LuaJIT (#229)Jefferson González
2025-03-09Perform collectgarbage step instead of collect (#226)Jefferson González
2025-03-06Sync lua-compat-5.3 with upstream (#224)Jefferson González
2025-02-25Added more annotation subtypes (#220)Jefferson González
2025-02-17Fix handling of documents Bytes Order Mark (BOM) (#218)Jefferson González
2025-01-30Update CSS plugin to support more units (#2010)Programutox
2025-01-13feat: add support for tab stops (#1945)Guldoman
2025-01-13Fix treeview new dir/folder path suggestions (#208)Jefferson González
2025-01-13fix: only allow backslash as path separator in Windows in `common.path_sugges...Guldoman
2025-01-13docview: prevent overscroll when DocView size is less than lh * 2 (#1971)Takase
2025-01-13check item type before creating input text (#1904)Josh Piasecki
2025-01-13allow `/` for path suggestions in all OSesThaCuber
2024-10-31Add `minimum_thumb_size` and `{contracted,expanded}_scrollbar_margin` to `Scr...Guldoman
2024-10-31Add `inclusive` parameter to `Doc:get_text` (#1586)Guldoman
2024-10-31Fix multi-type usage in delimited patterns (#1740)Guldoman
2024-10-31Add support for relative `require`s (#1634)Guldoman
2024-10-31process: migrate arg validation and checking to Luatakase1121
2024-10-16Respect multi-byte sequences on SHIFT_JIS ¥ handling (#202)Jefferson González
2024-10-09treeview: remove unused code lite-xl/lite-xl#1895Guldoman
2024-10-03Add a .exe to .com console wrapper on windows (#199)Jefferson González
2024-10-03Fix DirWatch check duplication on multiple mode (#197)Jefferson González
2024-10-02Fully move autoreload cleanup from co to Doc:on_close (#194)Jefferson González
2024-10-02Restore DirWatch unwatch/watch behavior (#193)Jefferson González
2024-10-02CLI subcommands: allow skipping invalid arguments (#192)Jefferson González
2024-10-02Always keep default scale updated on scale changes (#190)Jefferson González
2024-09-28Make the input latency reduction toggleable (#188)Jefferson González
2024-09-28Fix language_js embedded html matching (#187)Jefferson González
2024-09-28Check valid line state on retokenization check (#186)Jefferson González
2024-09-15Use project version as mods version (#184)Jefferson González
2024-09-14Add primary selection support (#1729)Guldoman
2024-09-14Added in keyboard shortcut tooltips. (lite-xl/lite-xl#1880)Adam Harrison
2024-09-14DocView: check token_count not 0 (lite-xl/lite-xl#1879)Adam Harrison
2024-09-12Document lax param and use on tokenizer ulen calls (#183)Jefferson González
2024-09-10Do not delete highlighter on doc closejgmdev
2024-09-10Update widgets subproject to newest. (#180)Jefferson González
2024-09-10Process TitleView button actions on mouse release (#178)Jefferson González
2024-09-10Introduce new ignore files handling functions (#177)Jefferson González
2024-09-09Reduce the amount of co-routines needed on startup (#176)Jefferson González
2024-09-09Lower input latency improving co-routine scheduling and tokenizer (#174)Jefferson González
2024-09-04Do not maximize window on macOS at startup (#175)Jefferson González
2024-09-02findfile: use project when resolving file path (#169)Jefferson González
2024-09-02If all documents are closed chdir to root project (#168)Jefferson González
2024-09-02IPC Plugin: restore current project working dir (#167)Jefferson González
2024-09-01Don't trust weak table keys to clean cached items (#164)Jefferson González
2024-08-30Fix issues with window size restoration (spotted on Windows) (#162)Jefferson González
2024-08-27Rescale the EmptyView icons font on instantiation (#156)Jefferson González
2024-08-27When scale changes rescale item sizes on LogView (#154)Jefferson González