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
/
rootview.lua
Age
Commit message (
Expand
)
Author
2025-03-15
add a __tostring method to every object (#1534)
ThaCuber
2024-06-23
core/rootview: fix dnd multiple folders into dock (#1828)
Takase
2024-06-22
macos: support drag-and-drop and default file associations (#1822)
Takase
2023-11-29
Fixed issue with set_target_size passing the wrong value to plugins (#1657)
Daniel Margarido
2023-05-20
Add mouse grab (#1501)
Guldoman
2023-04-22
Added in double-clicking on emptyview and tab bar. (#1478)
Adam
2023-04-07
Add View dragging (#1402)
Jan
2023-02-09
Make tab scrolling more flexible (#1384)
Guldoman
2023-02-06
Correct the inverted tabs scrolling
jgmdev
2023-02-06
Make mouse scrollwheel hovering tabs scroll the tab bar (#1314)
Eric Gaudet
2022-10-15
Add IME support (#991)
Guldoman
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-25
Add animation categories to enable finer transitions control (#941)
Guldoman
2022-03-18
Merge pull request #755 from Jipok/draw_tab_rework
Jefferson González
2022-02-15
Allow intercepting `filedropped` events
Guldoman
2022-02-09
Fix cases of nil node.
jgmdev
2021-12-21
rootview.lua: Refactor Node:draw_tab
Jipok
2021-12-06
Split `Node` and `EmptyView` from `RootView`
Guldoman
2021-11-27
Merge pull request #693 from adamharrison/fix-scrollbar-split
Adam
2021-11-23
Fixed event propogation.
Adam Harrison
2021-11-23
Added in check to make sure you can use a scrollbar on a split.
Adam Harrison
2021-11-23
Manual merge of into .
Adam Harrison
2021-11-16
Fixed predicate and minor propogation issue.
Adam Harrison
2021-11-14
Rearranged things to make a bit more sense.
Adam Harrison
2021-11-14
Fixed propogation again.
Adam Harrison
2021-11-14
Propogated mouse clicks correctly.
Adam Harrison
2021-10-23
Select a new primary node when closing the current one
Guldoman
2021-10-21
Fix problem with treeview keeping the editor busy
Francesco Abbate
2021-10-11
Correct Node's clipping rectangle
Francesco Abbate
2021-10-10
Use rounded value for node's size when splitting
Francesco Abbate
2021-10-10
Fix dirty pixels problem on window's right side
Francesco Abbate
2021-10-02
Force showing tabs when dragging them
Guldoman
2021-10-02
Implement tab drag and drop
Guldoman
2021-10-02
Move single tab drawing to its own function
Guldoman
2021-09-17
Force showing tabs when dragging them
Guldoman
2021-09-17
Implement tab drag and drop
Guldoman
2021-09-17
Move single tab drawing to its own function
Guldoman
2021-09-15
Fix wrong locked sibling check
Guldoman
2021-09-15
Ensure that the primary node always has a `View`
Guldoman
2021-09-15
Only check if sibling is locked in the split direction
Guldoman
2021-09-15
Fix checking if sibling is locked when removing `View`s
Guldoman
2021-08-28
Merge remote-tracking branch 'origin/fix-2.0.1'
Francesco Abbate
2021-08-27
Introduce View objects context property
Francesco Abbate
2021-08-27
Revert "Further simplifies logic for active view in close-all command"
Francesco Abbate
2021-08-27
Allow tabs to always be visible
Guldoman
2021-08-27
Further simplifies logic for active view in close-all command
Francesco Abbate
2021-08-27
Simplify commit daf91676 about active view setting
Francesco Abbate
2021-08-27
Fix bug with close-all command
Francesco Abbate
2021-08-10
keep_inactive -> keep_active
Adam Harrison
[next]