aboutsummaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)Author
2025-04-09core: use SDL3 application callbackscore/sdl-callbacktakase1121
2025-04-08core: fix not passing window when configuring borderless modeTakase
2025-04-08SDL3 port (#1756)Jan
2025-03-17Fixed minor bug relating to the new project reworok changes, which stopped ne...Adam Harrison
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-15language_cpp: add back digit separators (#2026)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
2025-01-28Update CSS plugin to support more units (#2010)Programutox
2024-12-18feat: add support for tab stops (#1945)Guldoman
2024-12-04Revert "New-File ending in slash creates new folder instead (#1898)"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-02check item type before creating input text (#1904)Josh Piasecki
2024-12-02New-File ending in slash creates new folder instead (#1898)Josh Piasecki
2024-12-02allow `/` for path suggestions in all OSesThaCuber
2024-11-25Install plugins with lpm inside meson (#1951)Takase
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-22improve projectsearch (#1876)ThaCuber
2024-10-22process: migrate arg validation and checking to Luatakase1121
2024-10-21treeview: remove unused code (#1895)Guldoman
2024-10-02Add keyboard shortcut to tooltips in `ToolbarView` (#1880)Adam
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-07-04add cudaaia29
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-23fix(autoreload): wait a second before automatically reloading a file (#1823)Guldoman
2024-06-22move window creation and management to Lua (#1751)Jan
2024-06-22Expand Process API (#1757)Adam
2024-06-22Handle static constexpr in language_cpp (#1806)fgelm01
2024-06-22macos: support drag-and-drop and default file associations (#1822)Takase
2024-06-21Update language_python.lua (#1723)Gaspartcho
2024-06-20Add support for binary integer literals. (#1819)fgelm01
2024-06-20language_cpp: backport number highlighting from c (#1818)Takase
2024-06-20improve number highlighting for c (#1752)ThaCuber
2024-06-05fix: avoid iterating over a changing table in `run_threads` (#1794)Guldoman
2024-06-05Change co_wait to co_await in language_cpp (#1800)fgelm01