aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-18Add libclist moduleHEADmasterAlessandro Iezzi
2022-03-21Updated GTK runtime for Windows.mitchell
2022-03-19Small code cleanup.mitchell
2022-03-19Updated documentation on rearranging tabs and `move_buffer()`.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-03-17Updated Lua autocompletion and documentation.mitchell
2022-03-17Updated manual regarding copying and pasting of rectangular selections.mitchell
2022-03-17Fixed calling `view:set_theme()` from the command entry.mitchell
2022-03-17Fixed "Find Next" for zero-width regex searches.mitchell
2022-03-17Fixed search wrapping indicator not showing up in the statusbar.mitchell
2022-03-11Resize line number margin on reset.mitchell
2022-03-11Updated gtkosx theme to highlight default buttons.mitchell
2022-03-09Patch gtkosx theme to make pane separators more visible.mitchell
2022-03-07Added `ui.find.show_filenames_in_progressbar` option.mitchell
2022-03-05Fixed macOS Makefile regression introduced recently.mitchell
2022-03-04Fixed GitHub workflow.mitchell
2022-03-03Updated docker image size estimate.mitchell
2022-03-03Allow making Textadept.app directly.mitchell
2022-03-03Updated GitHub workflow to use typed inputs.mitchell
2022-03-02Updated nightly download link for Windows.mitchell
2022-03-02Updated for 11.4 nightly.mitchell
2022-03-02Document GTK 3 theme options in the manual.mitchell
2022-03-02Restored accidental deletion of API docs.mitchell
2022-03-02Updated manual to specify 64-bit Windows is required.mitchell
2022-03-02Updated documentation on preferred use of GTK 3.mitchell
2022-03-02Renamed Windows rc target so it matches existing convention.mitchell
2022-03-02Fixed build issues introduced in the previous commit.mitchell
2022-03-01Build with GTK3 by default on Linux using new textadept-build:v2.0 Docker image.mitchell
2022-03-01Removed debug line in Makefile.mitchell
2022-03-01Updated Makefile rules elsewhere in documentation.mitchell
2022-03-01Updated tests to pass on macOS.mitchell
2022-03-01Build macOS executables using GTK 3.mitchell
2022-02-28Use WinApi instead of GLib/GTK to read from single-instance pipe.mitchell
2022-02-27Build 64-bit Windows executables using GTK 3.mitchell
2022-02-27Use icon names from the Free Desktop Icon Naming Specification.mitchell
2022-02-27Fixed CPU busy waiting on spawned process exit in some cases.mitchell
2022-02-27Updated alpha of brace matches.mitchell
2022-02-26Updated tests to pass on Win32.mitchell
2022-02-26Use more local functions in test.lua.mitchell
2022-02-26Improve Windows network directory path handling.mitchell
2022-02-26Fixed another bug introduced during Makefile refactor.mitchell
2022-02-26Fixed bug introduced during refactor.mitchell
2022-02-25When updating Scintilla from hg, preserve the current revision.mitchell
2022-02-25Updated scintilla.patch with fix for a memory leak.mitchell
2022-02-25Compile Windows executables with POSIX threads (pthreads).mitchell
2022-02-25Remove symlinked files from macOS archive.mitchell
2022-02-25Include 'format' module in GitHub releases.mitchell
2022-02-25Seventh pass refactoring Makefile.mitchell
2022-02-25Sixth pass refactoring Makefile.mitchell