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
Age
Commit message (
Expand
)
Author
2021-06-27
Made sure ARGS worked backwards-compatibly.
simplifying-main
Adam Harrison
2021-06-27
Added in command line parsing in lua.
Adam Harrison
2021-06-24
Changed over ctrl+w keybinding over to cmd+w, as per #311.
Adam Harrison
2021-06-24
Renamed dev-utils directory to scripts
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
Merge branch 'master-fix'
Francesco Abbate
2021-06-21
update application icon files
Ulhar
2021-06-21
Added in lineguide to core.
Adam Harrison
2021-06-21
Add a C API copy method for font_desc objects
Francesco Abbate
2021-06-20
Fixed regex replace.
Adam Harrison
2021-06-20
Fixed a minor bug.
Adam Harrison
2021-06-20
Added in tooltips, the ability to swap between different find modes with a ke...
Adam Harrison
2021-06-20
Integrate language_cpp plugins from lite-pugins
v1.16.12
Francesco Abbate
2021-06-20
Bump version 1.16.2 and update changelog
Francesco Abbate
2021-06-20
Abstracted out draw caret, so that the line guide can draw under it. (#287)
Adam
2021-06-20
Merge pull request #289 from jgmdev/close-hook
Jefferson González
2021-06-20
Added Doc:on_close() for plugins
jgmdev
2021-06-18
Fixed minor bugs; swap no longer returns from get.
Adam Harrison
2021-06-18
Merge pull request #255 from adamharrison/Multicursor
Adam
2021-06-18
Rebased, and added the ability for ctrl to just create new cursors.
Adam Harrison
2021-06-18
Fixed recursion error.
Adam Harrison
2021-06-18
Removed unecessary check.
Adam Harrison
2021-06-18
Made get_selections a bit more flexible.
Adam Harrison
2021-06-18
Added in the ability to iterate through cursors backwards.
Adam Harrison
2021-06-18
Used routine to add cursors in order correctly.
Adam Harrison
2021-06-18
Introduced the constraint that all cursors must be in order.
Adam Harrison
2021-06-18
Ensured that textual inputs sort cursors so that we don't get *real* weird be...
Adam Harrison
2021-06-18
Fixed merging. Fixed selection undo stack.
Adam Harrison
2021-06-18
Used an inappropriate function in a selection loop.
Adam Harrison
2021-06-18
Added in cursor merging behaviour.
Adam Harrison
2021-06-18
That's what I get for not testing after a 'simple' refactor.
Adam Harrison
2021-06-18
Added in missing boolean.
Adam Harrison
2021-06-18
Removed unecessary elses.
Adam Harrison
2021-06-18
Fixed error.
Adam Harrison
2021-06-18
Cleaned up functions.
Adam Harrison
2021-06-18
Fixed tabbing spaces.
Adam Harrison
2021-06-18
Allows for rectangular selections with ctrl; also fixed tabbing.
Adam Harrison
2021-06-18
Added in multiple clipboard line buffers.
Adam Harrison
2021-06-18
Fixed undo stack.
Adam Harrison
2021-06-18
Changed iterator behaviour to avoid allocating a closure each time.
Adam Harrison
2021-06-18
Initial commit of multicursor. Next step is to investigate how multicursor wo...
Adam Harrison
2021-06-18
Merge pull request #286 from jgmdev/reproc-merge
Jefferson González
2021-06-18
Merge reproc changes from dev.
jgmdev
2021-06-18
ignore SIGPIPE from subprocesses spawned with reproc
lqdev
2021-06-18
Merge pull request #283 from vincens2005/master
Adam
2021-06-18
Provide specific syntax plugin for C++
Francesco Abbate
2021-06-17
clicking the empty space where the x was no longer closes the tab
cukmekerb
2021-06-17
added config.tab_close_button option to hide X on tabs
cukmekerb
[next]