| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-05 | Implement vim . commandvim-mode | Francesco Abbate | |
| 2021-04-05 | Implement vim r and ^ command | Francesco Abbate | |
| 2021-04-02 | Implement vim edit inside delimiters | Francesco Abbate | |
| 2021-04-02 | More complete vim command y | Francesco Abbate | |
| 2021-04-02 | Implement vim visual mode | Francesco Abbate | |
| 2021-04-02 | Add vim command 'b' | Francesco Abbate | |
| 2021-04-02 | Fix cursor display in command mode | Francesco Abbate | |
| 2021-04-02 | Let vim-mode accept textinput events as well as keypress | Francesco Abbate | |
| 2021-03-28 | More vim stuff | Francesco Abbate | |
| 2021-03-28 | Add begin-of-line vim command | Francesco Abbate | |
| 2021-03-28 | Implement mode dependent caret | Francesco Abbate | |
| 2021-03-27 | Add more vim crazyness | Francesco Abbate | |
| 2021-03-27 | Move vim function in a specific file | Francesco Abbate | |
| 2021-03-27 | Use global vim mode flag | Francesco Abbate | |
| 2021-03-25 | vim-mode: accept multi-digit command multiplier | Francesco Abbate | |
| 2021-03-25 | Replicate Vim backspace and CTRL-C behaviour (#129) | Robert Štojs | |
| 2021-03-24 | More accurate '$' and add 'd' vim action's objects | Francesco Abbate | |
| 2021-03-24 | Fix behavior of e and w vim objects | Francesco Abbate | |
| 2021-03-24 | Add undo command | Francesco Abbate | |
| Do not insert text in command mode | |||
| 2021-03-24 | Set the editing mode per view | Francesco Abbate | |
| 2021-03-23 | Fix a few things for vim mode | Francesco Abbate | |
| 2021-03-23 | First preliminary implementation of vim-mode | Francesco Abbate | |
| The basic is there and sort-of-work but largely incomplete and not yet usable. | |||
| 2021-03-20 | Prepare release 1.16.5v1.16.5 | Francesco Abbate | |
| 2021-03-20 | Prepare 1.16.4 releasev1.16.4 | Francesco Abbate | |
| 2021-03-20 | Minor simplification of animation rate adjustment | Francesco Abbate | |
| 2021-03-20 | Ensure plugin within a directory are loaded | Francesco Abbate | |
| Close #118 | |||
| 2021-03-20 | rename tooltip_alpha_step to tooltip_alpha_rate | takase1121 | |
| 2021-03-20 | set delay to 0.5 and disable animation | takase1121 | |
| 2021-03-20 | show tooltips only when hovering over text | takase1121 | |
| 2021-03-20 | prevent rendering tooltip when alpha is 0 | takase1121 | |
| 2021-03-18 | Compute animation rate only if needed | Francesco Abbate | |
| 2021-03-18 | tooltip enhancements (#114) | Takase | |
| Add a delay to show the tooltip and other improvements. | |||
| 2021-03-18 | Fix error introduced with commit c0ad86d | Francesco Abbate | |
| 2021-03-18 | Fix problem with tab size and subpixel positioning | Francesco Abbate | |
| Solve github issue https://github.com/franko/lite-xl/issues/109 | |||
| 2021-03-14 | normalize tooltip filename to home dir | takase1121 | |
| 2021-03-13 | add tooltips to treeview.lua (#100) | Takase | |
| 2021-03-13 | integrate NagView | Takase | |
| 2021-03-10 | Make animation speed independent of config.fps, add config.animation_rate to ↵ | liquidev | |
| fine-tune animation speed (#93) * animation rate config field * @franko's math magic to make it look more correct | |||
| 2021-03-09 | more stylish tabs (#95) | liquidev | |
| 2021-03-07 | Bump new version numberv1.16.3-lite-xl | Francesco Abbate | |
| 2021-03-07 | Merge remote-tracking branch 'origin/master' into subpixel-font-positioning-fix | Francesco Abbate | |
| 2021-03-07 | Ensure error and stack trace are written to stdout | Francesco Abbate | |
| To address https://github.com/franko/lite-xl/issues/87 | |||
| 2021-03-06 | Fix error related to panes resize along y | Francesco Abbate | |
| 2021-03-06 | Ensure filename are store relative to project directory | Francesco Abbate | |
| 2021-03-06 | Ensure filename are store relative to project directory | Francesco Abbate | |
| 2021-03-06 | Fix error related to panes resize along y | Francesco Abbate | |
| 2021-03-06 | Introduce subpixel text positioning within rencache | Francesco Abbate | |
| In order to fix the issue with cursor positioning a subpixel-aware draw text operation within rencache was required. With this modification the cursor positioning problem is completely resolved. A new function renderer.draw_text_subpixel is introduced to perform consecutive, inline, text drawings with subpixel accuracy. | |||
| 2021-03-06 | Mostly fix problem of offset with cursor positioning when using mouse | Francesco Abbate | |
| In order to get right the cursor position on text on mouse clicks it is needed to take into account text's subpixel positioning. This fix mostly corrects the problem but cursor positioning is still somewhat inaccurate for long lines due to repeated commands to draw a text along a line. Repeated draw text calls make the subpixel information lost and small errors will add-up. | |||
| 2021-03-06 | Enable customizing cursor speed (#80) | daubaris | |
| Addresses issue #65 | |||
| 2021-03-05 | Do not assume doc.indent_info is present | Francesco Abbate | |
