Age | Commit message (Expand) | Author |
2022-02-27 | Use icon names from the Free Desktop Icon Naming Specification. |  mitchell |
2022-02-26 | Improve Windows network directory path handling. |  mitchell |
2022-02-24 | Fixed potential crash caused by r3219. |  mitchell |
2022-02-23 | Fixed bug in `ui.goto_file()` when specifying preferred view. |  mitchell |
2022-01-31 | Updated copyright year. |  mitchell |
2021-06-12 | Fixed incorrect bitwise operation. |  mitchell |
2021-06-08 | Do not attempt to restore the selection when typing after selecting/deleting ... |  mitchell |
2021-05-29 | Do not attempt to restore the selection when typing after selecting/deleting ... |  mitchell |
2021-04-30 | Replaced `events.FILE_{BEFORE,AFTER}_RELOAD` with `events.BUFFER_{BEFORE,AFTE... |  mitchell |
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 |