aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-18Add libclist moduleHEADmasterAlessandro Iezzi
2022-03-21Updated GTK runtime for Windows.mitchell
This should fix a reported AltGr key handling issue.
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
Use table library for removing buffers and views from their respective registry tables, use
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
"Find Prev" still does not work and appears to be a Scintilla bug.
2022-03-17Fixed search wrapping indicator not showing up in the statusbar.mitchell
It was being overwritten by the "Match X/Y" indicator.
2022-03-11Resize line number margin on reset.mitchell
This reflects any font-size/theme changes made.
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
Showing filenames can actually slow down searches on computers with really fast SSDs. Informal tests with a PCIe 3.0 x4 SSD show a ~25% speedup when not showing filenames.
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
This allows for easier development/use on macOS.
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
Lots of changes are in store for the next release, so label the intermediate state in an attempt to minimize confusion. The docs are published immediately on GitHub.
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
Also updated download and install sizes.
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
Build with GTK 2 using new GTK2 flag.
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
Requires my new gtkosx archive. The minimum required macOS is now 10.10 (Yosemite).
2022-02-28Use WinApi instead of GLib/GTK to read from single-instance pipe.mitchell
For some reason, GTK 3 and its GLib cannot read from the pipe.
2022-02-27Build 64-bit Windows executables using GTK 3.mitchell
Requires my new gtkwin archive.
2022-02-27Use icon names from the Free Desktop Icon Naming Specification.mitchell
Requires latest gtDialog.
2022-02-27Fixed CPU busy waiting on spawned process exit in some cases.mitchell
Also improved process cleanup.
2022-02-27Updated alpha of brace matches.mitchell
The Scintilla default appears to have changed recently to be dimmer.
2022-02-26Updated tests to pass on Win32.mitchell
Use '\' where required, close files instead of flushing, and handle CRLF newlines where required.
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
For the git repo, put the piped expression on its own line.
2022-02-26Fixed bug introduced during refactor.mitchell
For the git repo, a space is inserted and breaks the directory path.
2022-02-25When updating Scintilla from hg, preserve the current revision.mitchell
Otherwise it'll update to tip instead of staying at a particular tag.
2022-02-25Updated scintilla.patch with fix for a memory leak.mitchell
2022-02-25Compile Windows executables with POSIX threads (pthreads).mitchell
Scintilla is starting to make use of C++11 threads, but MinGW does not provide native Win32 theads. Only pthreads are available. This should be okay since it appears Gtk uses pthreads.
2022-02-25Remove symlinked files from macOS archive.mitchell
This was done previously, but got lost in the Makefile refactor.
2022-02-25Include 'format' module in GitHub releases.mitchell
2022-02-25Seventh pass refactoring Makefile.mitchell
Mainly fixes for regressions introduced during the refactor.
2022-02-25Sixth pass refactoring Makefile.mitchell
Consolidate release rules into one and eliminate recursive makes. Also use real executable targets, not phony ones.