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