| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-13 | integrate NagView | Takase | |
| 2021-03-09 | more stylish tabs (#95) | liquidev | |
| 2021-03-06 | Fix error related to panes resize along y | Francesco Abbate | |
| 2021-03-03 | Show complete tab name when close butto is not there | Francesco Abbate | |
| 2021-02-27 | Draw divider for inactive tabs | Francesco Abbate | |
| 2021-02-27 | Keep active view when closing inactive tabs | Francesco Abbate | |
| 2021-02-27 | Ensure tab's text and close button don't overlaps | Francesco Abbate | |
| 2021-02-27 | Show tab close button when hovering inactive tabs | Francesco Abbate | |
| 2021-02-27 | Implement close button for tabs | 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-20 | Fix treeview missing clamp bug | Francesco Abbate | |
| Github issue: https://github.com/franko/lite-xl/issues/44 | |||
| 2021-02-15 | Fix treesize toggle command and transition | Francesco Abbate | |
| 2021-02-15 | Implement proper layout of toolbar | Francesco Abbate | |
| 2021-02-11 | Show resize cursor only when panes are resizable | Francesco Abbate | |
| 2021-02-11 | Makes resizable attribute explicit in Node:split() | Francesco Abbate | |
| 2021-02-11 | More accurate implementation for x and y axis | Francesco Abbate | |
| 2021-02-09 | First preliminary implementation of treeview resize | Francesco Abbate | |
| Works but only cover resize along x. | |||
| 2020-12-30 | Lite XL modification to welcome screen | Francesco Abbate | |
| 2020-12-28 | Fix find in project problem with get_active_view | Francesco Abbate | |
| 2020-12-15 | Fix bug with lost primary node in rootview | Francesco Abbate | |
| It was possible to lose the primary node thus possibly preventing the opening of new documents. | |||
| 2020-12-15 | Use get_primary_node instead of Rootview:get_primary_view | Francesco Abbate | |
| 2020-12-10 | Automatically reload style when saving the project user module | Francesco Abbate | |
| 2020-12-08 | Fix centerings of text in EmptyView | Francesco Abbate | |
| 2020-12-08 | Move project manager into core init file | Francesco Abbate | |
| 2020-12-08 | Fix behavior of project manager to store directories | Francesco Abbate | |
| 2020-12-06 | Reword name for identifying primary view | Francesco Abbate | |
| 2020-12-06 | Use original document views node to open a new document | Francesco Abbate | |
| Used when the active view is a locked node. | |||
| 2020-12-06 | Preliminary version of project manager | Francesco Abbate | |
| Adapted from contribute rxi/lite-plugins but changed to avoid restarting the application when switching project. Current problem: - the reload of the treeview take some time without any feedback for the user | |||
| 2020-11-21 | Fix cursor blinking problem | Francesco Abbate | |
| The problem was that when the editor had no events the cursor was not blinking because the event loop was blocking on wait_event. Now we no longer calls wait_event without a timeout if the windows has the focus. When the window has the focus the timeout is set to 1 / fps so that the cursor can blinks. In addition we react to the "focus lost" event to ensure the documents are redrawn without the cursor. | |||
| 2020-11-16 | Fix error when opening the first document if project view was active | Francesco Abbate | |
| 2020-06-03 | Made tab's text left-aligned if wider than the tab | rxi | |
| 2020-05-30 | Improved RootView's EmptyView | rxi | |
| 2020-05-30 | Renamed core:command/file-finder => core:find-command/file | rxi | |
| 2020-05-26 | Changed EmptyView text from `empty` to `lite` | rxi | |
| 2020-05-23 | Minor renaming in rootview | rxi | |
| 2020-05-22 | Made RootView:open_doc() try to use previous node if current node is locked | rxi | |
| 2020-05-19 | Added core.set_active_view(); removed `focusable` boolean from View | rxi | |
| 2020-05-07 | Fixed RootView's EmptyView keymap text | rxi | |
| Broke due to command renaming | |||
| 2020-05-01 | Improved handling of zero-sized locked nodes on RootView | rxi | |
| 2020-04-19 | Removed fake mouse-moved event on scroll change | rxi | |
| This ends up causing more problems than it solves; Fixes #29 | |||
| 2020-04-12 | Fixed error on setting active view when closing certain splits in RootView | rxi | |
| 2019-12-28 | Initial commit | rxi | |
