Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-18 | Add libclist moduleHEADmaster | ||
2022-03-21 | Updated GTK runtime for Windows. | ||
This should fix a reported AltGr key handling issue. | |||
2022-03-19 | Small code cleanup. | ||
2022-03-19 | Updated documentation on rearranging tabs and `move_buffer()`. | ||
2022-03-19 | Minor refactoring and code cleanup. | ||
Use table library for removing buffers and views from their respective registry tables, use | |||
2022-03-18 | Added `move_buffer()` function and made tabs rearrangeable via drag and drop. | ||
2022-03-17 | Updated Lua autocompletion and documentation. | ||
2022-03-17 | Updated manual regarding copying and pasting of rectangular selections. | ||
2022-03-17 | Fixed calling `view:set_theme()` from the command entry. | ||
2022-03-17 | Fixed "Find Next" for zero-width regex searches. | ||
"Find Prev" still does not work and appears to be a Scintilla bug. | |||
2022-03-17 | Fixed search wrapping indicator not showing up in the statusbar. | ||
It was being overwritten by the "Match X/Y" indicator. | |||
2022-03-11 | Resize line number margin on reset. | ||
This reflects any font-size/theme changes made. | |||
2022-03-11 | Updated gtkosx theme to highlight default buttons. | ||
2022-03-09 | Patch gtkosx theme to make pane separators more visible. | ||
2022-03-07 | Added `ui.find.show_filenames_in_progressbar` option. | ||
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-05 | Fixed macOS Makefile regression introduced recently. | ||
2022-03-04 | Fixed GitHub workflow. | ||
2022-03-03 | Updated docker image size estimate. | ||
2022-03-03 | Allow making Textadept.app directly. | ||
This allows for easier development/use on macOS. | |||
2022-03-03 | Updated GitHub workflow to use typed inputs. | ||
2022-03-02 | Updated nightly download link for Windows. | ||
2022-03-02 | Updated for 11.4 nightly. | ||
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-02 | Document GTK 3 theme options in the manual. | ||
2022-03-02 | Restored accidental deletion of API docs. | ||
2022-03-02 | Updated manual to specify 64-bit Windows is required. | ||
2022-03-02 | Updated documentation on preferred use of GTK 3. | ||
Also updated download and install sizes. | |||
2022-03-02 | Renamed Windows rc target so it matches existing convention. | ||
2022-03-02 | Fixed build issues introduced in the previous commit. | ||
2022-03-01 | Build with GTK3 by default on Linux using new textadept-build:v2.0 Docker image. | ||
Build with GTK 2 using new GTK2 flag. | |||
2022-03-01 | Removed debug line in Makefile. | ||
2022-03-01 | Updated Makefile rules elsewhere in documentation. | ||
2022-03-01 | Updated tests to pass on macOS. | ||
2022-03-01 | Build macOS executables using GTK 3. | ||
Requires my new gtkosx archive. The minimum required macOS is now 10.10 (Yosemite). | |||
2022-02-28 | Use WinApi instead of GLib/GTK to read from single-instance pipe. | ||
For some reason, GTK 3 and its GLib cannot read from the pipe. | |||
2022-02-27 | Build 64-bit Windows executables using GTK 3. | ||
Requires my new gtkwin archive. | |||
2022-02-27 | Use icon names from the Free Desktop Icon Naming Specification. | ||
Requires latest gtDialog. | |||
2022-02-27 | Fixed CPU busy waiting on spawned process exit in some cases. | ||
Also improved process cleanup. | |||
2022-02-27 | Updated alpha of brace matches. | ||
The Scintilla default appears to have changed recently to be dimmer. | |||
2022-02-26 | Updated tests to pass on Win32. | ||
Use '\' where required, close files instead of flushing, and handle CRLF newlines where required. | |||
2022-02-26 | Use more local functions in test.lua. | ||
2022-02-26 | Improve Windows network directory path handling. | ||
2022-02-26 | Fixed another bug introduced during Makefile refactor. | ||
For the git repo, put the piped expression on its own line. | |||
2022-02-26 | Fixed bug introduced during refactor. | ||
For the git repo, a space is inserted and breaks the directory path. | |||
2022-02-25 | When updating Scintilla from hg, preserve the current revision. | ||
Otherwise it'll update to tip instead of staying at a particular tag. | |||
2022-02-25 | Updated scintilla.patch with fix for a memory leak. | ||
2022-02-25 | Compile Windows executables with POSIX threads (pthreads). | ||
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-25 | Remove symlinked files from macOS archive. | ||
This was done previously, but got lost in the Makefile refactor. | |||
2022-02-25 | Include 'format' module in GitHub releases. | ||
2022-02-25 | Seventh pass refactoring Makefile. | ||
Mainly fixes for regressions introduced during the refactor. | |||
2022-02-25 | Sixth pass refactoring Makefile. | ||
Consolidate release rules into one and eliminate recursive makes. Also use real executable targets, not phony ones. |