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
/
statusview.lua
Age
Commit message (
Expand
)
Author
2025-03-15
add a __tostring method to every object (#1534)
ThaCuber
2025-03-15
Project Rework (#1455)
Adam
2024-09-03
Configurable statusview icon (#1617)
Takase
2023-11-29
Text overwriting (#1495)
ThaCuber
2023-08-26
feat(statusview): make a separate item for doc position percent (#1579)
sammyette
2023-05-20
Add mouse grab (#1501)
Guldoman
2023-04-17
StatusView compat fix with older Lua runtimes
jgmdev
2023-04-10
feat: add statusview item to show selections (#1445)
sammyette
2022-12-06
feat: encode home in statusview file path (#1224)
sammy
2022-11-24
statusview: respect right padding of item tooltip
jgmdev
2022-10-15
Refactor scrollbar into its own file (#1124)
Guldoman
2022-08-09
Steps to generalize toolbar and treeview. (#1088)
Adam
2022-07-22
Fix "hard" indent column info on status view. (#1078)
ian`
2022-07-13
Make `StatusView:add_item` accept a table
Guldoman
2022-06-11
Downgrade `StatusView:get_items` deprecation message to warning
Guldoman
2022-06-07
initial documentation for better code completion
jgmdev
2022-05-12
adjust and consolidate duplicated predicate code
jgmdev
2022-04-25
Add animation categories to enable finer transitions control (#941)
Guldoman
2022-03-21
statusview: added functions for easy custom item ordering
jgmdev
2022-03-11
statusview: added ability to hide and commands
jgmdev
2022-02-28
StatusView: added items hovered option for bg color and param to on_draw as s...
jgmdev
2022-02-28
StatusView: reposition left and right panel offsets on window resize.
jgmdev
2022-02-24
StatusView: restored indent confirmed
jgmdev
2022-02-24
StatusView: add spaces as separate items instead of pre-pending them to items.
jgmdev
2022-02-24
StatusView: implemented and applied get_item_visible_area.
jgmdev
2022-02-24
StatusView: better calculate panel sizes and handle out of bounds drags.
jgmdev
2022-02-23
StatusView: implemented dragging and scrolling.
jgmdev
2022-02-23
Show hand cursor on clickable elements as suggested by @Guldoman
jgmdev
2022-02-23
StatusView v2.0, some changes include:
jgmdev
2022-02-21
Improvements to the StatusView
jgmdev
2021-12-31
Migrate to Lua 5.4
Jan200101
2021-12-11
Also fixed statusview.
Adam Harrison
2021-11-20
Use the new `Doc:get_indent_info` throughout `core`
Guldoman
2021-10-12
Added in support for font groupings.
Adam Harrison
2021-03-05
Do not assume doc.indent_info is present
Francesco Abbate
2021-02-21
Fix the flashing tooltip issue
Francesco Abbate
2021-02-20
Fix indent spaces/tabs labeling
Francesco Abbate
2021-02-19
Automatic keep adjusting indent size
Francesco Abbate
2021-02-19
Add toolbar tooltips
Francesco Abbate
2020-12-28
Change project files output to not include a prefix '/' in filename
Francesco Abbate
2020-12-27
Fix project search and status view for new add directory feature
Francesco Abbate
2020-12-26
Test configuration with project_files stored separately for each directory
Francesco Abbate
2020-05-19
Added core.set_active_view(); removed `focusable` boolean from View
rxi
2020-05-12
Made clicking the message on the StatusView open a LogView
rxi
2020-05-03
Made separator and separator2 fields of StatusView
rxi
2020-05-03
Added StatusView:get_items()
rxi
2020-05-03
Simplified StatusView item drawing
rxi
2020-05-01
Minor cleanup in core.statusview and core.commands.core
rxi
2019-12-28
Initial commit
rxi