aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Update to latest gtDialog to fix GTK3 compile error.Gravatar mitchell2020-08-17
* Updated some documentation and use macOS instead of Mac OSX.Gravatar mitchell2020-08-17
* Describe changes in patch files.Gravatar mitchell2020-08-14
* Fixed regression involving SCNotifications and text.Gravatar mitchell2020-08-09
* Updated find & replace pane key bindings.Gravatar mitchell2020-08-08
* Code cleanup, modernization, and reformatting.Gravatar mitchell2020-08-04
* Prefer passing env table to `os.spawn()`.Gravatar mitchell2020-08-04
* Updated to latest gtDialog to prevent Escape from closing progressbar dialogs.Gravatar mitchell2020-08-04
* Updated to latest Scintilla hg to get `lexer.fold_consecutive_lines()`.Gravatar mitchell2020-08-03
* Once again removed accidencally committed changes.Gravatar mitchell2020-07-29
* Updated for 11.0 alpha 3.Gravatar mitchell2020-07-28
* Updated to Scintilla 3.21.0.Gravatar mitchell2020-07-27
* Small code cleanup.Gravatar mitchell2020-07-27
* Use monospaced font in the Find & Replace Pane entries.Gravatar mitchell2020-07-26
* Find & Replace Pane now allows file filters to be specified for Find in Files.Gravatar mitchell2020-07-25
* Fixed initial setting of `ui.find.replace_entry_text` in the GUI.Gravatar mitchell2020-07-25
* Fixed bug in incremental find in the terminal version.Gravatar mitchell2020-07-25
* More code cleanup.Gravatar mitchell2020-07-25
* Moved incremental find into Find & Replace Pane.Gravatar mitchell2020-07-25
* Updated to latest Scintilla hg for curses' `scintilla_get_clipboard()`.Gravatar mitchell2020-07-24
* Code cleanup.Gravatar mitchell2020-07-24
* Updated to latest Scintilla for new `lexer.fold*` API.Gravatar mitchell2020-07-18
* Call `os.spawn()` exit callback after `proc:wait()`.Gravatar mitchell2020-07-15
* `ui.dialogs.optionselect()` changes `informative_text` option to `text`.Gravatar mitchell2020-07-14
* Test setting styles directly via `lexer.styles`.Gravatar mitchell2020-07-13
* Read from system `LUA_PATH` and `LUA_CPATH` instead of custom env vars.Gravatar mitchell2020-07-12
* Reverted accidental commit of experimental changes.Gravatar mitchell2020-07-08
* Added `lexer.colors` and `lexer.styles` and updated themes to utilize them.Gravatar mitchell2020-07-07
* Renamed `ui.bufstatusbar_text` to `ui.buffer_statusbar_text`.Gravatar mitchell2020-06-28
* Fixed potential hangs on curses with `os.spawn()`.Gravatar mitchell2020-06-22
* Update to latest Scintilla revision for LexLPeg crash fix.Gravatar mitchell2020-06-20
* Fixed toggling of Find & Replace pane visibility with `ui.find.focus()`.Gravatar mitchell2020-06-11
* Updated for 11.0 alpha 2.Gravatar mitchell2020-05-31
* Fixed compile error on Windows.Gravatar mitchell2020-05-27
* Updated to latest Scintilla with ability to get style number from name.Gravatar mitchell2020-05-26
* Allow views to be used as buffers and update API.Gravatar mitchell2020-05-25
* Changed `os.spawn()` exit callback and `spawn_proc:wait()` behavior.Gravatar mitchell2020-05-24
* Updated to Scintilla 3.20.0.Gravatar mitchell2020-05-09
* Updated to latest Scintilla hg with lexer updates.Gravatar mitchell2020-04-25
* Updated Scintilla hg to get curses improvements.Gravatar mitchell2020-04-07
* Updated Scintilla hg to get curses improvements.Gravatar mitchell2020-04-05
* Updated Lua autocompletion and documentation.Gravatar mitchell2020-03-31
* Fixed Win32 curses issues.Gravatar mitchell2020-03-30
* Updated for 11.0 alpha.Gravatar mitchell2020-03-29
* Updated to latest Scintilla to fix embedded lexer issue.Gravatar mitchell2020-03-29
* Removed accidentally committed experimental function.Gravatar mitchell2020-03-26
* Fixed GUI find history.Gravatar mitchell2020-03-26
* Switched to 1-based indices for buffer positions, lines, and countable entities.Gravatar mitchell2020-03-26
* Refactored buffer and view metamethods by splitting them up.Gravatar mitchell2020-03-25
* Renamed callback function.Gravatar mitchell2020-03-23