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
/
init.lua
Age
Commit message (
Expand
)
Author
2025-06-27
Made error.new if passed an error simply return that error.
Adam Harrison
2025-06-27
Created error class and transparent throw.
Adam Harrison
2025-06-27
Clarified stack traces when require is involved.
Adam Harrison
2025-04-08
core: fix not passing window when configuring borderless mode
Takase
2025-04-08
SDL3 port (#1756)
Jan
2025-03-15
Project Rework (#1455)
Adam
2024-06-22
move window creation and management to Lua (#1751)
Jan
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-03-28
Fixed some typos in core.init (#1755)
PerilousBooklet
2024-01-21
Fix comment typos in data/core/{init.lua,dirwatch.lua} (#1549)
Luke aka SwissalpS
2023-11-29
Fix `core.redraw` when window is not focused (#1601)
Guldoman
2023-11-29
Fix `dirmonitor` sorting issues (#1599)
Guldoman
2023-11-29
Fix running `core.step` when receiving an event while not waiting
Guldoman
2023-10-18
Ignore keypresses during IME composition (#1573)
Guldoman
2023-08-18
fix(core): defer core:open-log until everything is loaded (#1585)
Takase
2023-08-01
Fixed things for when a thread requests a redraw. (#1570)
Adam
2023-06-09
When logging don't use `core.status_view` if not yet initialized
Guldoman
2023-05-20
Add mouse grab (#1501)
Guldoman
2023-04-07
Add View dragging (#1402)
Jan
2023-04-07
Added in support for foreground and background events. (#1395)
Adam
2023-04-07
Added in explicit touchscreen keyboard support. (#1389)
Adam
2023-03-29
Disable `trimwhitespace` and `drawwhitespace` via their configs (#1446)
Adam
2023-03-29
Limit `core.threads` without a timeout to run 30 times per second
Guldoman
2023-03-28
Made things clearer, as per jgm's suggestion.
Adam Harrison
2023-03-28
Made coroutines make more sense, and fixed a bug. (#1381)
Adam
2023-02-06
NagView: properly rescale on scale change (#1379)
Jefferson González
2023-02-01
Make mod-version follow semver (#1036)
Guldoman
2023-01-30
Getting rid of annoying forward slash on windows. (#1345)
Adam
2023-01-19
Added in Config Postload (#1336)
Adam
2022-12-30
Minor typos in init text
Dave
2022-12-27
Fix two typos in data/init.lua (#1272)
Simon Krauter
2022-12-27
Add example settings to _overwrite_ an existing key binding (#1270)
Martin Ashby
2022-11-07
traceback: some lua versions do not support message as nil
jgmdev
2022-10-19
make the default core.ignore_files more specific (#1160)
Takase
2022-10-15
Add IME support (#991)
Guldoman
2022-10-13
dirmonitor: add watch to subdirs on file limit mode (#1155)
Jefferson González
2022-10-11
dirwatch: exit coroutine if project not open anymore to properly gargage coll...
Jefferson González
2022-08-20
Added a smoothing and strikethrough option to font loading. (#1087)
Aqil Contractor
2022-07-15
Add font style options in user module
cisoun
2022-06-28
Fix opening `LogView` when reloading customizations
Guldoman
2022-06-07
initial documentation for better code completion
jgmdev
2022-06-07
Merge pull request #1022 from Guldoman/PR_annoy_on_reload_error
Jefferson González
2022-06-07
Merge pull request #1010 from Guldoman/PR_improve_multiproject_treeview
Jefferson González
2022-06-05
Open `LogView` on user/project module reload error
Guldoman
2022-06-02
style: move default colors to its own style file
jgmdev
2022-06-01
Add `common.is_absolute_path`
Guldoman
2022-05-31
Merge pull request #1005 from Guldoman/PR_improve_logs
Jefferson González
2022-05-31
plugins: only check mod version
jgmdev
2022-05-31
Expose function to create custom log entries
Guldoman
[next]