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
/
docview.lua
Age
Commit message (
Expand
)
Author
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
2024-12-18
feat: add support for tab stops (#1945)
Guldoman
2024-12-02
docview: prevent overscroll when DocView size is less than lh * 2 (#1971)
Takase
2024-06-22
move window creation and management to Lua (#1751)
Jan
2023-11-29
Reverted cursor API to something more compatible with old API. (#1674)
Adam
2023-11-29
Text overwriting (#1495)
ThaCuber
2023-08-04
Make `DocView` aware of scrollbars sizes (#1177)
Guldoman
2023-06-09
Show cursor at the start of the next line when selecting full lines (#761)
Guldoman
2023-04-07
Added in explicit touchscreen keyboard support. (#1389)
Adam
2023-03-28
Don't calculate widths per-uft8-char when not needed (#1409)
Guldoman
2023-02-09
fix incorrect x_offset if opened docs have different tab sizes (#1383)
vqn
2023-02-06
Improve `DocView:get_visible_line_range` precision (#1382)
Guldoman
2023-01-18
Avoid drawing hidden text in `DocView:draw_line_text` (#1298)
Guldoman
2022-12-20
Improve IME location updates (#1170)
Guldoman
2022-11-01
docview: support gutter click selection, fixes #1116 (#1169)
Jefferson González
2022-11-01
Add more options to `Scrollbar` (#1174)
Guldoman
2022-10-21
docview: do not render newline fixes #1164
jgmdev
2022-10-15
Refactor scrollbar into its own file (#1124)
Guldoman
2022-10-15
Add IME support (#991)
Guldoman
2022-06-07
initial documentation for better code completion
jgmdev
2022-05-30
Use new `CommandView:enter` options table
Guldoman
2022-05-30
Made moving to a line beyond the end of a document move the caret column to t...
Joshua Barretto
2022-04-24
Merge branch 'master' into master-2.1
Adam
2022-04-12
Show `arrow` cursor when hovering `DocView` scrollbar track
Guldoman
2022-04-12
Fix `DocView:on_mouse_released` not considering all parameters
Guldoman
2022-04-12
Avoid calling `View:scrollbar_overlaps_point` uselessly
Guldoman
2022-04-03
Apparenlty these were issues? What?
Adam Harrison
2022-04-03
Soft Line Wrapping (#636)
Adam
2022-03-17
Fixed a bunch of problems. Fixed left+click not allowing for square selection...
Adam Harrison
2022-02-15
Fixed rendering computations for y offset. (#843)
Adam
2022-02-11
Check entire selection to trigger `DocView:scroll_to_make_visible`
Guldoman
2021-12-20
Add for config.highlight_current_line new variant: no_selection
Jipok
2021-11-27
Merge pull request #682 from Guldoman/indent_refactor
Adam
2021-11-23
Manual merge of into .
Adam Harrison
2021-11-20
Use the new `Doc:get_indent_info` throughout `core`
Guldoman
2021-11-19
Selection expands by word or line on double or triple click followed by drag.
Joshua Minor
2021-11-16
Merge pull request #589 from adamharrison/clicks-keymap
Adam
2021-11-14
Rearranged things to make a bit more sense.
Adam Harrison
2021-11-14
Added in double, and triple clicking.
Adam Harrison
2021-11-14
Added in clicks to keymap.
Adam Harrison
2021-11-09
Highlight any line that contains a caret
Guldoman
2021-10-11
Correct Node's clipping rectangle
Francesco Abbate
2021-10-10
Fix clipping error in docview
Francesco Abbate
2021-10-02
Merge pull request #521 from adamharrison/remove-font-renderer
Francesco
2021-10-02
Add option to disable caret blinking (#572)
Guldoman
2021-10-02
Add option to disable scrolling past the end (#566)
Guldoman
2021-10-02
Add option to disable caret blinking (#572)
Guldoman
2021-09-30
Add option to disable scrolling past the end (#566)
Guldoman
2021-09-24
Removed font renderer.
Adam Harrison
[next]