Age | Commit message (Expand) | Author |
2021-04-14 | Addressed some minor Luacheck issues. |  mitchell |
2021-04-11 | Initial pass reformatting all code. |  mitchell |
2021-02-09 | Added `ui.SHOW_ALL_TABS` option for `ui.tabs`. |  mitchell |
2021-01-29 | Updated copyright information. |  mitchell |
2021-01-24 | Fixed bug restoring view state in an intermediate buffer after closing one. |  mitchell |
2020-10-20 | Code cleanup. |  mitchell |
2020-10-05 | Increase the width of dialogs that hold filenames in the terminal version. |  mitchell |
2020-09-29 | Updated copyright information. |  mitchell |
2020-09-19 | Added `events.FILE_{BEFORE,AFTER}_RELOAD` and save/restore bookmarks. |  mitchell |
2020-09-19 | Added `ui.update()` for unit tests. |  mitchell |
2020-09-13 | Updated LuaDoc to avoid writing '{{'. |  mitchell |
2020-09-13 | Lots of documentation updates. |  mitchell |
2020-09-07 | Added `ui.find.active` and prevent word highlighting when searching. |  mitchell |
2020-08-22 | Fixed some issues with r2916 discovered when running tests. |  mitchell |
2020-08-22 | Improve handling of print buffers and splits. |  mitchell |
2020-08-22 | Do not remove initial 'Untitled' buffer during `ui._print()`. |  mitchell |
2020-08-10 | Removed "View EOL" buffer setting. |  mitchell |
2020-08-04 | Try to avoid using `lexer` as a string, as it overshadows the `lexer` module. |  mitchell |
2020-07-25 | Moved word highlighting back into editing module and disable by default. |  mitchell |
2020-07-19 | Make `ui.highlight_words` a multi-option setting. |  mitchell |
2020-07-16 | Minor LuaDoc updates and spelling corrections. |  mitchell |
2020-07-13 | Limit word highlighting to single words. |  mitchell |
2020-07-13 | Auto-highlight all occurrences of selected words and find results. |  mitchell |
2020-06-28 | Renamed `ui.bufstatusbar_text` to `ui.buffer_statusbar_text`. |  mitchell |
2020-05-25 | Allow views to be used as buffers and update API. |  mitchell |
2020-04-05 | Only print post-initialization errors to buffers. |  mitchell |
2020-03-30 | Fixed stale statusbar issues introduced recently. |  mitchell |
2020-03-26 | Switched to 1-based indices for buffer positions, lines, and countable entities. |  mitchell |
2020-03-22 | Use the statusbar to indicate an active snippet. |  mitchell |
2020-03-18 | Added `ui.dialogs.progressbar()` and utilize it with Find in Files. |  mitchell |
2020-03-16 | Use a default width for `ui.dialogs.filteredlist` dialogs. |  mitchell |
2020-03-16 | Detect and allow jumping to internal Lua errors. |  mitchell |
2020-03-11 | More code cleanup, refactoring, and formatting. |  mitchell |
2020-03-10 | Core code cleanup, reformat, refactoring, and bugfixes. |  mitchell |
2020-03-03 | Added test suite and API type checking for more helpful error messages. |  mitchell |
2020-02-28 | Autopair, typeover, and backspace delete match works with multiple selection. |  mitchell |
2020-02-26 | Fixed bugs in return values for standard_dropdown and msgbox dialogs. |  mitchell |
2020-02-21 | Removed '_' mnemonics from locale keys. |  mitchell |
2020-02-21 | Tweaked localization keys. |  mitchell |
2020-02-07 | Update the buffer z-order list when switching between views too. |  mitchell |
2019-12-31 | Updated copyright year. |  mitchell |
2019-11-13 | Make new arguments to `events.TAB_CLICKED` backwards-compatible. |  mitchell |
2019-11-07 | Changed `events.TAB_CLICKED` to emit button clicked as well as modifier keys. |  mitchell |
2019-09-25 | Fixed opening of non-UTF-8-encoded filenames dropped into a view. |  mitchell |
2019-09-20 | Do not restore rectangular selection mode on buffer switch. |  mitchell |
2019-09-20 | Restore rectangular selection state when switching between buffers. |  mitchell |
2019-09-19 | Restore virtual space state when switching between buffers. |  mitchell |
2019-09-19 | Fixed bug introduced in r2623. |  mitchell |
2019-09-19 | Properly handle absolute paths in run output and case-insensitivity on Windows. |  mitchell |
2019-08-07 | Improve caret sticky behavior when switching between buffers. |  mitchell |