aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
...
* 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
* Added unit tests for core code in textadept.c.Gravatar mitchell2020-03-23
* Utilize userdata parameter in signal callback functions.Gravatar mitchell2020-03-22
* More code cleanup, reformatting, refactoring, and bug fixing.Gravatar mitchell2020-03-22
* Fixed tab label display on Windows.Gravatar mitchell2020-03-19
* Store GTK find/replace history in reverse order.Gravatar mitchell2020-03-19
* Forgot to commit cdk.patch with widget needed for curses progressbar.Gravatar mitchell2020-03-18
* Added `ui.dialogs.progressbar()` and utilize it with Find in Files.Gravatar mitchell2020-03-18
* Fixed version determination for documentation generation.Gravatar mitchell2020-03-17
* Replaced `buffer.style_name` table with `buffer:name_of_style()`.Gravatar mitchell2020-03-11
* Updated to latest Scintilla required by r2699.Gravatar mitchell2020-03-10
* Support SCI_PRIVATELEXERCALL with SCI_LOADLEXERLIBRARY.Gravatar mitchell2020-03-08
* Added `_SCINTILLA.events` and use it for SCNotifications.Gravatar mitchell2020-02-24
* Enable batch mode for gpg signing.Gravatar mitchell2020-02-20
* Removed Makefile rule to create a ctags tags file.Gravatar mitchell2020-02-17
* Support more Alt and Shift+Alt keys in Win32 curses.Gravatar mitchell2020-02-07
* Fixed some Windows terminal version issues and updated to PDCurses 3.9.Gravatar mitchell2020-01-16
* Updated to scintilla hg tip to test the latest changes in nightly builds.Gravatar mitchell2020-01-09
* Updated scintilla.patch based on latest Scintilla LongTerm3 hg.Gravatar mitchell2020-01-07
* Updated copyright year.Gravatar mitchell2019-12-31
* Updated to Scintilla 3.11.2.Gravatar mitchell2019-12-31
* Updated for 10.8.Gravatar mitchell2019-12-31
* Make new arguments to `events.TAB_CLICKED` backwards-compatible.Gravatar mitchell2019-11-13
* Split Lua and Textadept autocompletion and documentation files.Gravatar mitchell2019-11-07
* Simplified some Makefile rules.Gravatar mitchell2019-11-07
* Changed `events.TAB_CLICKED` to emit button clicked as well as modifier keys.Gravatar mitchell2019-11-07
* Updated for 10.7.Gravatar mitchell2019-10-31
* Updated to Scintilla 3.11.1.Gravatar mitchell2019-10-26
* Ensure `events.BUFFER_BEFORE_SWITCH` is emitted properly during `buffer.new()`.Gravatar mitchell2019-10-06