aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/ui.lua
Commit message (Expand)AuthorAge
* Use icon names from the Free Desktop Icon Naming Specification.Gravatar mitchell2022-02-27
* Improve Windows network directory path handling.Gravatar mitchell2022-02-26
* Fixed potential crash caused by r3219.Gravatar mitchell2022-02-24
* Fixed bug in `ui.goto_file()` when specifying preferred view.Gravatar mitchell2022-02-23
* Updated copyright year.Gravatar mitchell2022-01-31
* Fixed incorrect bitwise operation.Gravatar mitchell2021-06-12
* Do not attempt to restore the selection when typing after selecting/deleting ...Gravatar mitchell2021-06-08
* Do not attempt to restore the selection when typing after selecting/deleting ...Gravatar mitchell2021-05-29
* Replaced `events.FILE_{BEFORE,AFTER}_RELOAD` with `events.BUFFER_{BEFORE,AFTE...Gravatar mitchell2021-04-30
* Addressed some minor Luacheck issues.Gravatar mitchell2021-04-14
* Initial pass reformatting all code.Gravatar mitchell2021-04-11
* Added `ui.SHOW_ALL_TABS` option for `ui.tabs`.Gravatar mitchell2021-02-09
* Updated copyright information.Gravatar mitchell2021-01-29
* Fixed bug restoring view state in an intermediate buffer after closing one.Gravatar mitchell2021-01-24
* Code cleanup.Gravatar mitchell2020-10-20
* Increase the width of dialogs that hold filenames in the terminal version.Gravatar mitchell2020-10-05
* Updated copyright information.Gravatar mitchell2020-09-29
* Added `events.FILE_{BEFORE,AFTER}_RELOAD` and save/restore bookmarks.Gravatar mitchell2020-09-19
* Added `ui.update()` for unit tests.Gravatar mitchell2020-09-19
* Updated LuaDoc to avoid writing '{{'.Gravatar mitchell2020-09-13
* Lots of documentation updates.Gravatar mitchell2020-09-13
* Added `ui.find.active` and prevent word highlighting when searching.Gravatar mitchell2020-09-07
* Fixed some issues with r2916 discovered when running tests.Gravatar mitchell2020-08-22
* Improve handling of print buffers and splits.Gravatar mitchell2020-08-22
* Do not remove initial 'Untitled' buffer during `ui._print()`.Gravatar mitchell2020-08-22
* Removed "View EOL" buffer setting.Gravatar mitchell2020-08-10
* Try to avoid using `lexer` as a string, as it overshadows the `lexer` module.Gravatar mitchell2020-08-04
* Moved word highlighting back into editing module and disable by default.Gravatar mitchell2020-07-25
* Make `ui.highlight_words` a multi-option setting.Gravatar mitchell2020-07-19
* Minor LuaDoc updates and spelling corrections.Gravatar mitchell2020-07-16
* Limit word highlighting to single words.Gravatar mitchell2020-07-13
* Auto-highlight all occurrences of selected words and find results.Gravatar mitchell2020-07-13
* Renamed `ui.bufstatusbar_text` to `ui.buffer_statusbar_text`.Gravatar mitchell2020-06-28
* Allow views to be used as buffers and update API.Gravatar mitchell2020-05-25
* Only print post-initialization errors to buffers.Gravatar mitchell2020-04-05
* Fixed stale statusbar issues introduced recently.Gravatar mitchell2020-03-30
* Switched to 1-based indices for buffer positions, lines, and countable entities.Gravatar mitchell2020-03-26
* Use the statusbar to indicate an active snippet.Gravatar mitchell2020-03-22
* Added `ui.dialogs.progressbar()` and utilize it with Find in Files.Gravatar mitchell2020-03-18
* Use a default width for `ui.dialogs.filteredlist` dialogs.Gravatar mitchell2020-03-16
* Detect and allow jumping to internal Lua errors.Gravatar mitchell2020-03-16
* More code cleanup, refactoring, and formatting.Gravatar mitchell2020-03-11
* Core code cleanup, reformat, refactoring, and bugfixes.Gravatar mitchell2020-03-10
* Added test suite and API type checking for more helpful error messages.Gravatar mitchell2020-03-03
* Autopair, typeover, and backspace delete match works with multiple selection.Gravatar mitchell2020-02-28
* Fixed bugs in return values for standard_dropdown and msgbox dialogs.Gravatar mitchell2020-02-26
* Removed '_' mnemonics from locale keys.Gravatar mitchell2020-02-21
* Tweaked localization keys.Gravatar mitchell2020-02-21
* Update the buffer z-order list when switching between views too.Gravatar mitchell2020-02-07
* Updated copyright year.Gravatar mitchell2019-12-31