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
/
src
Age
Commit message (
Expand
)
Author
2021-10-22
Merge pull request #612 from Guldoman/fix_regex
Francesco
2021-10-21
Force project rescan on network filesystems
Francesco Abbate
2021-10-21
Add a function to detect filesystem type on linux
Francesco Abbate
2021-10-11
Show error message when `pcre2_match` fails
Guldoman
2021-10-10
Do no add rencache a command for empty rectangles
Francesco Abbate
2021-10-10
Fix dirty pixels problem on window's right side
Francesco Abbate
2021-10-08
Report dmon modify events
Francesco Abbate
2021-10-08
Move dmon files into lib/dmon
Francesco Abbate
2021-10-08
Adopt new version of dmon
Francesco Abbate
2021-10-08
Implement directory monitoring using septag/dmon
Francesco Abbate
2021-10-02
Fix the size and blurriness of the icon on OSX (#553)
Jean-André Santoni
2021-10-02
Rearranged DPI calc so that on calc failure, returns 1. (#547)
Adam
2021-10-02
Potentially fixing issue with cache not invalidating on restart. (#548)
Adam
2021-10-02
Removed extra macros, used PLATFORM. Also removed MACOS, as it's redundant C ...
Adam Harrison
2021-10-02
Avoid unnecessary call to SDL_GetModState
Francesco Abbate
2021-10-02
Added in custom runtime environment variable for ease of testing. (#538)
Adam
2021-10-02
Fix numpad fn keys (#532)
Francesco
2021-08-19
Fix macOS build issue with recent commit
Francesco Abbate
2021-08-19
Conditionally disable macos bundle function
Francesco Abbate
2021-08-19
Merge remote-tracking branch 'harens/macos-bundle'
Francesco Abbate
2021-08-19
Update main.c
Nikolai Sinyov
2021-08-18
Add unix-like behaviour on macOS
harens
2021-08-17
remove extraneous DPI code
takase1121
2021-08-09
Updated Meson configuration
redtide
2021-07-20
Merged dev to master.
Adam Harrison
2021-07-15
remove duplicated constants
takase1121
2021-07-15
change double quotes to single quotes to reduce escaping
takase1121
2021-07-15
do not terminate process when read fails
takase1121
2021-07-15
fix wrongly spaced variable name
takase1121
2021-07-15
add generic read function
takase1121
2021-07-15
refactor process.c
takase1121
2021-06-29
Merge pull request #313 from jgmdev/add-system-rmdir
Adam
2021-06-28
Added system.rmdir(path)
jgmdev
2021-06-25
Use lite-xl as project and exacutable names
redtide
2021-06-24
Reorganization of data resources
redtide
2021-06-24
Merge pull request #296 from lite-xl/font-copy-api
Adam
2021-06-22
[api/process] added missing fields and minor fix to pid()
jgmdev
2021-06-21
Add a C API copy method for font_desc objects
Francesco Abbate
2021-06-18
Merge reproc changes from dev.
jgmdev
2021-06-18
ignore SIGPIPE from subprocesses spawned with reproc
lqdev
2021-06-12
Merge pull request #266 from adamharrison/QuickOptimization
Adam
2021-06-11
Fix whitespace errors
Francesco Abbate
2021-06-11
Group mouse move events from C API function
Francesco Abbate
2021-06-09
Reverted if guard.
Adam Harrison
2021-06-09
Added in #if guard for ARM achitectures.
Adam Harrison
2021-06-08
Replaced fill loop with SDL_FillRect.
Adam Harrison
2021-06-04
Changed regex error handling, so that errors can be handled gracefully in lua...
Adam Harrison
2021-06-03
Scale fonts context menu (#246)
Francesco
2021-06-03
Flush the SDL_QUIT event when Cmd+W is detected in SDL_KEYDOWN as well (#248)
Ferdinand Prantl
2021-06-03
Enable lite-xl to be started from a symlink to the deployed binary (#249)
Ferdinand Prantl
[next]