aboutsummaryrefslogtreecommitdiff
path: root/src/textadept.c
AgeCommit message (Expand)Author
2022-03-19Small code cleanup.mitchell
2022-03-19Minor refactoring and code cleanup.mitchell
2022-03-18Added `move_buffer()` function and made tabs rearrangeable via drag and drop.mitchell
2022-02-28Use WinApi instead of GLib/GTK to read from single-instance pipe.mitchell
2022-02-23Fixed `ui.update()` on macOS when monitoring output of spawned processes.mitchell
2022-02-15Updated to Scintilla 5.2.0.mitchell
2022-01-31Updated copyright year.mitchell
2022-01-12Fixed menubar reset crash on macOS.mitchell
2021-12-02Reverted forward-looking change.mitchell
2021-11-29Updated to Scintilla 5.1.4.mitchell
2021-10-20Ensure the terminal cursor is visible for Find and Replace.mitchell
2021-07-27Attempt to work around autocompletion list not hiding when command entry hide...mitchell
2021-05-29Updated to Scintilla 5.0.3.mitchell
2021-05-01Reverted printing initialization errors to stderr.mitchell
2021-05-01Do not clobber user's terminal on initialization error.mitchell
2021-05-01Print initialization errors to stderr in addition to showing dialog.mitchell
2021-04-16Added ability to specify find & replace pane entry font via `ui.find.entry_fo...mitchell
2021-04-13Updated to Scintilla 5.0.1 and latest Scintillua and Scinterm.mitchell
2021-04-11Initial pass reformatting all code.mitchell
2021-02-13Take advantage of Scinterm being able to use a native terminal caret.mitchell
2021-02-09Fixed curses compile error introduced in previous commit.mitchell
2021-02-09Added `ui.SHOW_ALL_TABS` option for `ui.tabs`.mitchell
2021-02-08Expose "lines_added" field for SCN_MODIFIED notifications.mitchell
2021-01-29Updated copyright information.mitchell
2020-11-16Added `events.UNFOCUS` for when Textadept loses focus.mitchell
2020-11-16Code cleanup.mitchell
2020-11-16Keep focus on find & replace pane as necessary when refocusing window.mitchell
2020-10-20Ensure command entry is defocused properly in the terminal version.mitchell
2020-10-13Moved `ui.command_entry.active` into C.mitchell
2020-10-04Collect garbage on reset.mitchell
2020-09-29Updated copyright information.mitchell
2020-09-19Added `events.COMMAND_TEXT_CHANGED`.mitchell
2020-09-19Added `ui.update()` for unit tests.mitchell
2020-09-13Switch back to Scintilla default (4.x), Scinterm, and Scintillua.mitchell
2020-09-07Handle initial queries of `ui.find.find_text` and `repl_text` in curses.mitchell
2020-09-07Fixed emission of `events.UPDATE_UI` when resuming from suspend.mitchell
2020-09-07Added `ui.find.active` and prevent word highlighting when searching.mitchell
2020-08-22Fixed crashes introduced by r2915.mitchell
2020-08-22Only switch buffers during `buffer:delete()` if necessary.mitchell
2020-08-20Fixed keypress handler regression when compiling with modern MinGW-w64.mitchell
2020-08-17Updated some documentation and use macOS instead of Mac OSX.mitchell
2020-08-09Fixed regression involving SCNotifications and text.mitchell
2020-08-08Updated find & replace pane key bindings.mitchell
2020-07-29Once again removed accidencally committed changes.mitchell
2020-07-28Updated for 11.0 alpha 3.mitchell
2020-07-27Small code cleanup.mitchell
2020-07-26Use monospaced font in the Find & Replace Pane entries.mitchell
2020-07-25Find & Replace Pane now allows file filters to be specified for Find in Files.mitchell
2020-07-25Fixed initial setting of `ui.find.replace_entry_text` in the GUI.mitchell
2020-07-25Fixed bug in incremental find in the terminal version.mitchell