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
/
view.lua
Age
Commit message (
Expand
)
Author
2025-03-15
add a __tostring method to every object (#1534)
ThaCuber
2023-08-26
Add `NaN` guard to `View:update_scrollbar`
Guldoman
2023-08-20
Fix `scrollbar` misinterpreting `percent` (#1587)
Guldoman
2023-04-07
Add View dragging (#1402)
Jan
2023-04-07
Added in explicit touchscreen keyboard support. (#1389)
Adam
2022-11-01
Add more options to `Scrollbar` (#1174)
Guldoman
2022-10-18
Fixup minor drawing issue.
Adam
2022-10-15
Refactor scrollbar into its own file (#1124)
Guldoman
2022-10-15
Add IME support (#991)
Guldoman
2022-10-11
Add on_scale_change event to View (#1146)
Jefferson González
2022-06-07
initial documentation for better code completion
jgmdev
2022-04-28
Send `mouseleft` event when the mouse leaves the window (#928)
Guldoman
2022-04-26
Clamp scroll position when dragging the scrollbar without animations
Guldoman
2022-04-26
Don't animate scrolling by dragging the scroll bar (#940)
Guldoman
2022-04-25
Add animation categories to enable finer transitions control (#941)
Guldoman
2022-04-12
Fix missing pixel in scrollbar
Guldoman
2022-04-12
Add scrollbar "track" and resize on hover
Guldoman
2022-03-01
Use epsilon to compare values in `move_towards`
Guldoman
2022-02-15
Allow intercepting `filedropped` events
Guldoman
2021-11-23
Manual merge of into .
Adam Harrison
2021-11-14
Also changed docview mousewheel into a scroll command.
Adam Harrison
2021-11-14
Moved commands out to the outer event loop.
Adam Harrison
2021-11-14
Added in double, and triple clicking.
Adam Harrison
2021-11-14
Added in clicks to keymap.
Adam Harrison
2021-10-10
Fix dirty pixels problem on window's right side
Francesco Abbate
2021-09-08
Revert horizontal scroll implementation
Guldoman
2021-08-30
Split vertical and horizontal scrollbar-related functions and variables
Guldoman
2021-08-30
Add horizontal scrollbar
Guldoman
2021-08-30
Extend `View` to allow horizontal scrolling
Guldoman
2021-08-27
Introduce View objects context property
Francesco Abbate
2021-07-15
Revert "fix number of parameters passed to self:move_towards"
takase1121
2021-07-15
fix number of parameters passed to self:move_towards
takase1121
2021-03-20
Minor simplification of animation rate adjustment
Francesco Abbate
2021-03-18
Compute animation rate only if needed
Francesco Abbate
2021-03-10
Make animation speed independent of config.fps, add config.animation_rate to ...
liquidev
2021-02-21
Add config.transitions to enable/disable transitions
Francesco Abbate
2020-05-19
Added core.set_active_view(); removed `focusable` boolean from View
rxi
2020-05-02
Added scroll bounds
rxi
2020-05-01
Improved handling of zero-sized locked nodes on RootView
rxi
2020-04-30
Changed `View:get_content_offset()` to round resultant values
rxi
2019-12-28
Initial commit
rxi