aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/textadept.c
Commit message (Expand)AuthorAge
...
* 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
* Code cleanup.Gravatar mitchell2020-07-24
* 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 toggling of Find & Replace pane visibility with `ui.find.focus()`.Gravatar mitchell2020-06-11
* 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
* Fixed Win32 curses issues.Gravatar mitchell2020-03-30
* 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
* Added `ui.dialogs.progressbar()` and utilize it with Find in Files.Gravatar mitchell2020-03-18
* Support SCI_PRIVATELEXERCALL with SCI_LOADLEXERLIBRARY.Gravatar mitchell2020-03-08
* Added `_SCINTILLA.events` and use it for SCNotifications.Gravatar mitchell2020-02-24
* Fixed some Windows terminal version issues and updated to PDCurses 3.9.Gravatar mitchell2020-01-16
* Updated copyright year.Gravatar mitchell2019-12-31
* Make new arguments to `events.TAB_CLICKED` backwards-compatible.Gravatar mitchell2019-11-13
* Changed `events.TAB_CLICKED` to emit button clicked as well as modifier keys.Gravatar mitchell2019-11-07
* Ensure `events.BUFFER_BEFORE_SWITCH` is emitted properly during `buffer.new()`.Gravatar mitchell2019-10-06
* 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 default main window size and some default dialog sizes.Gravatar mitchell2019-05-03
* Do not emit an `events.SAVE_POINT_LEFT` event for unfocused views.Gravatar mitchell2019-04-18
* Updated copyright year.Gravatar mitchell2019-02-16
* Fix potential crashes in `string.iconv()` with tiny strings.Gravatar mitchell2018-10-31
* Attempt to fix key handling on international keyboards.Gravatar mitchell2018-10-16
* Experimentally move external lspawn module into Lua os module as a patch.Gravatar mitchell2018-10-14
* Added ability to save/restore persistent data during reset.Gravatar mitchell2018-09-10
* Refer to Lua's 'package.loaded' table name by constant, not literal.Gravatar mitchell2018-05-27
* Removed LuaJIT version of Textadept.Gravatar mitchell2018-04-25
* Updated Scintilla LongTerm3 branch reference to include many backports from 4.x.Gravatar mitchell2018-03-21
* Fixed initialization errors not showing in the terminal version.Gravatar mitchell2018-03-17
* Start using Scintilla's LongTerm3, which now includes Scintillua and Scinterm.Gravatar mitchell2018-03-12
* Attempt to fix some compiler warnings and errors recently introduced.Gravatar mitchell2018-02-25
* Define header flags in source code rather than in Makefile.Gravatar mitchell2018-02-24
* Provide minimal support for GTK 3 and ignore deprecations.Gravatar mitchell2018-02-24
* The terminal version can immediately focus a clicked view.Gravatar mitchell2018-02-21
* Fixed busy wait in second instance of Textadept on Windows.Gravatar mitchell2018-01-31
* Updated copyright year.Gravatar mitchell2018-01-25
* Fixed non-global buffer operations whose doc pointers are outside int range.Gravatar mitchell2017-11-18