aboutsummaryrefslogtreecommitdiff
path: root/data/core/rootview.lua
AgeCommit message (Expand)Author
2025-03-15add a __tostring method to every object (#1534)ThaCuber
2024-06-23core/rootview: fix dnd multiple folders into dock (#1828)Takase
2024-06-22macos: support drag-and-drop and default file associations (#1822)Takase
2023-11-29Fixed issue with set_target_size passing the wrong value to plugins (#1657)Daniel Margarido
2023-05-20Add mouse grab (#1501)Guldoman
2023-04-22Added in double-clicking on emptyview and tab bar. (#1478)Adam
2023-04-07Add View dragging (#1402)Jan
2023-02-09Make tab scrolling more flexible (#1384)Guldoman
2023-02-06Correct the inverted tabs scrollingjgmdev
2023-02-06Make mouse scrollwheel hovering tabs scroll the tab bar (#1314)Eric Gaudet
2022-10-15Add IME support (#991)Guldoman
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