aboutsummaryrefslogtreecommitdiff
path: root/data/core
AgeCommit message (Expand)Author
2025-11-25Fixed timeout in process:wait; comparaison was incorrect, and would generally...Adam Harrison
2025-11-24fix(doc): don't modify `doc` with empty clipboard paste (#2185)Guldoman
2025-11-23EmptyView no keybinding for commands bug (#1953)Josh Piasecki
2025-09-13Context Menu Rework (#2122)Adam
2025-09-13Update keymap.lua (#2089)Syntonica
2025-09-10Allow for negative priority numbers.Adam Harrison
2025-09-04feat: add SDL file picker (#2072)Guldoman
2025-09-01Resolved some type-complaints that are detected by LuaLS (#2120)Alexander Björkman
2025-08-29Improve folder drag-and-drop experience (#1830)Takase
2025-08-29Documentation for core.dirwatch (#1565)Takase
2025-08-29Changed to use deprecation log instead of regular warn so as to not spam logs...Adam
2025-08-29Added in check for the blink timer so that we don't needlessly redraw. (#2053)Adam
2025-08-29Rearrange Plugin Loading and SDL Initialization (#1881)Adam
2025-06-18Coroutine Process Fix (#2099)Adam
2025-06-13Made findfile update suggestions as more results come in. (#2039)Adam
2025-04-08core: fix not passing window when configuring borderless modeTakase
2025-04-08SDL3 port (#1756)Jan
2025-03-16balance computed directory list, remove recursive function invocation (#1991)Jan
2025-03-15syntax: warn against malformed patterns and disable them (#2029)Takase
2025-03-15common: allow / and \ as PATHSEP on Windows when fuzzy matching files (#1992)Takase
2025-03-15fix: use current char to determine `col` in `DocView:get_x_offset_col` (#1946)Guldoman
2025-03-15add a __tostring method to every object (#1534)ThaCuber
2025-03-15Project Rework (#1455)Adam
2024-12-18feat: add support for tab stops (#1945)Guldoman
2024-12-04fix: only allow backslash as path separator in Windows in `common.path_sugges...Guldoman
2024-12-02docview: prevent overscroll when DocView size is less than lh * 2 (#1971)Takase
2024-12-02allow `/` for path suggestions in all OSesThaCuber
2024-10-22Add `minimum_thumb_size` and `{contracted,expanded}_scrollbar_margin` to `Scr...Guldoman
2024-10-22Add `inclusive` parameter to `Doc:get_text` (#1586)Guldoman
2024-10-22feat(core.emptyview): add name to emptyview (#1569)Takase
2024-10-22Fix multi-type usage in delimited patterns (#1740)Guldoman
2024-10-22Add support for relative `require`s (#1634)Guldoman
2024-10-22Allow writing to hidden files on Windows (#1653)Takase
2024-10-22process: migrate arg validation and checking to Luatakase1121
2024-09-13Add primary selection support (#1729)Guldoman
2024-09-03Configurable statusview icon (#1617)Takase
2024-07-22Revert "fix: avoid following symlinks in `common.rm`"Takase
2024-07-22fix: avoid following symlinks in `common.rm`Guldoman
2024-06-30(fix): passed missing core.window to set_window_mode call (#1836)Adam
2024-06-24core/doc: fix wrong table index in Doc:merge_cursorstakase1121
2024-06-24fix(doc): convert `Doc:merge_cursors` parameter from "selection index" to tab...Guldoman
2024-06-23core/rootview: fix dnd multiple folders into dock (#1828)Takase
2024-06-22move window creation and management to Lua (#1751)Jan
2024-06-22Expand Process API (#1757)Adam
2024-06-22macos: support drag-and-drop and default file associations (#1822)Takase
2024-06-05fix: avoid iterating over a changing table in `run_threads` (#1794)Guldoman
2024-04-15Skip patterns matching nothing in `tokenizer` (#1743)Guldoman
2024-03-28Fixed some typos in core.init (#1755)PerilousBooklet
2024-03-05Improve `CommandView` and `autocomplete` scroll behavior (#1732)Guldoman
2024-01-21Fix comment typos in data/core/{init.lua,dirwatch.lua} (#1549)Luke aka SwissalpS