| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-20 | Add mouse grab (#1501) | Guldoman | |
| * Add mouse grab We now also send mouse movement events only to the interested view. * Add deprecation messages handler * Make various `View`s respect `on_mouse_left` * `StatusView` * `TitleView` * `TreeView` * `ToolbarView` * Fix scrollbar in `TreeView` not updating We were in some cases sending outdated mouse positions to the scrollbar, which made it think that the mouse was hovering it. This also updates the hovered item more responsively during scroll. | |||
| 2023-05-06 | Allowed for overrides of toolbar items, so plugins can add things if they ↵ | Adam | |
| want to with different fonts. (#1157) | |||
| 2022-12-20 | `toolbarview`: Remove tooltip when hidden (#1251) | Guldoman | |
| 2022-08-09 | Steps to generalize toolbar and treeview. (#1088) | Adam | |
| 2022-05-31 | plugins: dropped --lite-xl version tag | jgmdev | |
| 2022-04-03 | Bumping version numbers. | Adam Harrison | |
| 2021-12-30 | Update toolbarview.lua | Nightwing | |
| 2021-12-30 | [Fix] Pointer Bug in ToolBar plugin | Nightwing | |
| Fixes an issue where the pointer moves down when "open user module" button is spammed | |||
| 2021-08-17 | 2.0 changelog and modversion updates. | Adam Harrison | |
| 2021-05-05 | Introduce new plugin versioning tag mod-version | Francesco Abbate | |
| New plugins should use the version tag: -- mod-version: 1 The old version tag "-- lite-xl 1.16" will be considerer equivalent to mod-version 1. | |||
| 2021-04-06 | Add plugin verification by version tag | Francesco Abbate | |
| 2021-02-27 | Ensure treeview is large enough to show toolbar | Francesco Abbate | |
| 2021-02-27 | Fix resize behavior of treeview and toolbar | Francesco Abbate | |
| Now toolbarview always compute up-to-date sizes and spacing to adapt to changes in icon big font. For treeview and toolbarview revert the goto_size approach to use the original approach of rxi/lite. In order to make it work when user resizes dragging the divider we use the view optional method set_target_size(). This latter changes the view's target size instead of changing its size right away. The size is only changed by the lite's layout and animation system. Remove the config.treeview_size variable that was no longer working because plugins are loaded before the user's config. | |||
| 2021-02-21 | Minor toobar tooltip adjustment | Francesco Abbate | |
| 2021-02-21 | Fix the flashing tooltip issue | Francesco Abbate | |
| 2021-02-21 | Don't show partially hidden icons in toolbar | Francesco Abbate | |
| 2021-02-20 | Fix tooltip from ghost toolbar | Francesco Abbate | |
| Github issue: https://github.com/franko/lite-xl/issues/48 | |||
| 2021-02-19 | Add toolbar tooltips | Francesco Abbate | |
| 2021-02-19 | Add new toolbar buttons and tips | Francesco Abbate | |
| 2021-02-15 | Adding final details for toolbarview plugin | Francesco Abbate | |
| 2021-02-15 | Implement proper layout of toolbar | Francesco Abbate | |
| 2021-02-13 | Add hover and click functions for toolbar | Francesco Abbate | |
| 2021-02-12 | Show a dummy toolbar | Francesco Abbate | |
| Does not do anything for the moment | |||
