index
:
lite-xl
2.1-prep
Merged
PR/adjust-renwindow-docs
PR/clarify-stack-traces-for-require
PR/update-windows-server-image
PR/window-allocation
additional-userdir-envvar
animations-adjust
build/sdl3-force-falllback
console-based-lite-project
core/sdl-callback
cpath-changes
debug-font-rendering-clean
dependabot/github_actions/github-actions-c35c0c8c33
dmon-1
dmon-2.0.3
dmon-atomic-load-store
dmon-debug
dmon-integration
dmon-luajit-2.0.3
dmon-no-timeout-select
files-commands
fira-font
fix-2.0.1
fix-autoreload-large-files
fix-bug-removed-project
fix-configs-set-to-true
fix-dir-monitor-symlinks
fix-dmon-add-dir-asserts
fix-inotify-asserts
fix-inotify-problem
fix-invisible-node-click-intercept
fix-javascript-regexp-syntax
fix-network-volumes
fix-pgid-on-deatch
fix-remove-view-context
fix-treeview-dircache
fix-win32-process-arguments
font-jetbrainsmono
ime-text-editing
improve-lcd-weights
incremental-folder-scan
link-remove-unused-function
master
master-2.0
master-2.0.4
master-2.1
master-luajit-2.0
master-luajit21-2.0
mem-leak-debug
merge-master-2.0
notebook-view
path-ignore-files
platform-requires
popen-light
port-build-lhelper-2
project-based-2
project-based-3
project-based-4
project-based-4-wip-changes
release/v2.1.x
rencache-texture
repl
revert-853-process-api
scroll_size_update_once_2
simplifying-main
soft-line-wrap-2.0
start-file-in-place
testing-detect-indent-changes
treeview-fix
use-tabs-margin
use-tabs-margin-2.0
use-tabs-margin-luajit-2.0
using-luajit
using-luajit-2
using-luajit-2.0.3
using-luajit-3
vim-mode
voronianski-color-schemes
workspace-fixes
zlog-dmon-logging
A lightweight text editor written in Lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
core
Age
Commit message (
Expand
)
Author
2025-11-25
Fixed timeout in process:wait; comparaison was incorrect, and would generally...
Adam Harrison
2025-11-24
fix(doc): don't modify `doc` with empty clipboard paste (#2185)
Guldoman
2025-11-23
EmptyView no keybinding for commands bug (#1953)
Josh Piasecki
2025-09-13
Context Menu Rework (#2122)
Adam
2025-09-13
Update keymap.lua (#2089)
Syntonica
2025-09-10
Allow for negative priority numbers.
Adam Harrison
2025-09-04
feat: add SDL file picker (#2072)
Guldoman
2025-09-01
Resolved some type-complaints that are detected by LuaLS (#2120)
Alexander Björkman
2025-08-29
Improve folder drag-and-drop experience (#1830)
Takase
2025-08-29
Documentation for core.dirwatch (#1565)
Takase
2025-08-29
Changed to use deprecation log instead of regular warn so as to not spam logs...
Adam
2025-08-29
Added in check for the blink timer so that we don't needlessly redraw. (#2053)
Adam
2025-08-29
Rearrange Plugin Loading and SDL Initialization (#1881)
Adam
2025-06-18
Coroutine Process Fix (#2099)
Adam
2025-06-13
Made findfile update suggestions as more results come in. (#2039)
Adam
2025-04-08
core: fix not passing window when configuring borderless mode
Takase
2025-04-08
SDL3 port (#1756)
Jan
2025-03-16
balance computed directory list, remove recursive function invocation (#1991)
Jan
2025-03-15
syntax: warn against malformed patterns and disable them (#2029)
Takase
2025-03-15
common: allow / and \ as PATHSEP on Windows when fuzzy matching files (#1992)
Takase
2025-03-15
fix: use current char to determine `col` in `DocView:get_x_offset_col` (#1946)
Guldoman
2025-03-15
add a __tostring method to every object (#1534)
ThaCuber
2025-03-15
Project Rework (#1455)
Adam
2024-12-18
feat: add support for tab stops (#1945)
Guldoman
2024-12-04
fix: only allow backslash as path separator in Windows in `common.path_sugges...
Guldoman
2024-12-02
docview: prevent overscroll when DocView size is less than lh * 2 (#1971)
Takase
2024-12-02
allow `/` for path suggestions in all OSes
ThaCuber
2024-10-22
Add `minimum_thumb_size` and `{contracted,expanded}_scrollbar_margin` to `Scr...
Guldoman
2024-10-22
Add `inclusive` parameter to `Doc:get_text` (#1586)
Guldoman
2024-10-22
feat(core.emptyview): add name to emptyview (#1569)
Takase
2024-10-22
Fix multi-type usage in delimited patterns (#1740)
Guldoman
2024-10-22
Add support for relative `require`s (#1634)
Guldoman
2024-10-22
Allow writing to hidden files on Windows (#1653)
Takase
2024-10-22
process: migrate arg validation and checking to Lua
takase1121
2024-09-13
Add primary selection support (#1729)
Guldoman
2024-09-03
Configurable statusview icon (#1617)
Takase
2024-07-22
Revert "fix: avoid following symlinks in `common.rm`"
Takase
2024-07-22
fix: avoid following symlinks in `common.rm`
Guldoman
2024-06-30
(fix): passed missing core.window to set_window_mode call (#1836)
Adam
2024-06-24
core/doc: fix wrong table index in Doc:merge_cursors
takase1121
2024-06-24
fix(doc): convert `Doc:merge_cursors` parameter from "selection index" to tab...
Guldoman
2024-06-23
core/rootview: fix dnd multiple folders into dock (#1828)
Takase
2024-06-22
move window creation and management to Lua (#1751)
Jan
2024-06-22
Expand Process API (#1757)
Adam
2024-06-22
macos: support drag-and-drop and default file associations (#1822)
Takase
2024-06-05
fix: avoid iterating over a changing table in `run_threads` (#1794)
Guldoman
2024-04-15
Skip patterns matching nothing in `tokenizer` (#1743)
Guldoman
2024-03-28
Fixed some typos in core.init (#1755)
PerilousBooklet
2024-03-05
Improve `CommandView` and `autocomplete` scroll behavior (#1732)
Guldoman
2024-01-21
Fix comment typos in data/core/{init.lua,dirwatch.lua} (#1549)
Luke aka SwissalpS
[next]