aboutsummaryrefslogtreecommitdiff
path: root/data/core/rootview.lua
AgeCommit message (Expand)Author
2022-06-07initial documentation for better code completionjgmdev
2022-04-28Send `mouseleft` event when the mouse leaves the window (#928)Guldoman
2022-04-25Add animation categories to enable finer transitions control (#941)Guldoman
2022-03-18Merge pull request #755 from Jipok/draw_tab_reworkJefferson González
2022-02-15Allow intercepting `filedropped` eventsGuldoman
2022-02-09Fix cases of nil node.jgmdev
2021-12-21rootview.lua: Refactor Node:draw_tabJipok
2021-12-06Split `Node` and `EmptyView` from `RootView`Guldoman
2021-11-27Merge pull request #693 from adamharrison/fix-scrollbar-splitAdam
2021-11-23Fixed event propogation.Adam Harrison
2021-11-23Added in check to make sure you can use a scrollbar on a split.Adam Harrison
2021-11-23Manual merge of into .Adam Harrison
2021-11-16Fixed predicate and minor propogation issue.Adam Harrison
2021-11-14Rearranged things to make a bit more sense.Adam Harrison
2021-11-14Fixed propogation again.Adam Harrison
2021-11-14Propogated mouse clicks correctly.Adam Harrison
2021-10-23Select a new primary node when closing the current oneGuldoman
2021-10-21Fix problem with treeview keeping the editor busyFrancesco Abbate
2021-10-11Correct Node's clipping rectangleFrancesco Abbate
2021-10-10Use rounded value for node's size when splittingFrancesco Abbate
2021-10-10Fix dirty pixels problem on window's right sideFrancesco Abbate
2021-10-02Force showing tabs when dragging themGuldoman
2021-10-02Implement tab drag and dropGuldoman
2021-10-02Move single tab drawing to its own functionGuldoman
2021-09-17Force showing tabs when dragging themGuldoman
2021-09-17Implement tab drag and dropGuldoman
2021-09-17Move single tab drawing to its own functionGuldoman
2021-09-15Fix wrong locked sibling checkGuldoman
2021-09-15Ensure that the primary node always has a `View`Guldoman
2021-09-15Only check if sibling is locked in the split directionGuldoman
2021-09-15Fix checking if sibling is locked when removing `View`sGuldoman
2021-08-28Merge remote-tracking branch 'origin/fix-2.0.1'Francesco Abbate
2021-08-27Introduce View objects context propertyFrancesco Abbate
2021-08-27Revert "Further simplifies logic for active view in close-all command"Francesco Abbate
2021-08-27Allow tabs to always be visibleGuldoman
2021-08-27Further simplifies logic for active view in close-all commandFrancesco Abbate
2021-08-27Simplify commit daf91676 about active view settingFrancesco Abbate
2021-08-27Fix bug with close-all commandFrancesco Abbate
2021-08-10keep_inactive -> keep_activeAdam Harrison
2021-08-10Added in close others, and refactored close all.Adam Harrison
2021-08-06Fix inactive divider intercepting mouse clicksFrancesco Abbate
2021-06-27Added in checks so that the entire thing isn't consumed.Adam Harrison
2021-06-27Created an extra command, to implement appropriat cmd+w behaviour on mac.Adam Harrison
2021-06-17clicking the empty space where the x was no longer closes the tabcukmekerb
2021-06-17added config.tab_close_button option to hide X on tabscukmekerb
2021-06-17Do not duplicate RootView method in contextmenuFrancesco Abbate
2021-06-12Added a check for duplicate tabs, also ensured that the appropriate view is s...Adam Harrison
2021-06-12Added in some more checks.Adam Harrison
2021-06-12Allows you to drag nodes around splits.Adam Harrison
2021-06-03Scale fonts context menu (#246)Francesco