aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* 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
* Do not consider theme files as countable lines of code.Gravatar mitchell2019-09-19
* Removed unnecessary Scintilla patch.Gravatar mitchell2019-09-01
* Updated for 10.6.Gravatar mitchell2019-08-30
* Updated to Scintilla 3.11.0.Gravatar mitchell2019-08-30
* Added support for ksh and mksh shells.Gravatar mitchell2019-08-05
* Fail more gracefully when attempting to create buffers on init.Gravatar mitchell2019-07-30
* Updated to latest Scintilla LongTerm3 revision.Gravatar mitchell2019-07-11
* Updated for 10.5.Gravatar mitchell2019-06-30
* Updated to Scintilla 3.10.6.Gravatar mitchell2019-06-30
* Updated default main window size and some default dialog sizes.Gravatar mitchell2019-05-03
* Updated Scintilla revision to fix compile error on old Mac OSX SDK.Gravatar mitchell2019-04-27
* Updated for 10.4.Gravatar mitchell2019-04-26
* Do not emit an `events.SAVE_POINT_LEFT` event for unfocused views.Gravatar mitchell2019-04-18
* Updated to Scintilla 3.10.4.Gravatar mitchell2019-04-17