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