Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2022-02-24 | Fifth pass refactoring Makefile. | ||
Regrouped and rearranged rules. | |||
2022-02-24 | Fourth pass refactoring Makefile. | ||
Allow building Linux, Windows, and macOS binaries concurrently and/or in the same area. | |||
2022-02-24 | Third pass refactoring Makefile. | ||
Always use functions to construct object lists. | |||
2022-02-24 | Second pass refactoring Makefile. | ||
Allow both the GUI and terminal version to be compiled concurrently. | |||
2022-02-24 | Ensure preferred "lexer.trigger.ext" snippet files are used over "trigger.ext". | ||
The filesystem may yield the latter first. | |||
2022-02-24 | Fixed potential crash caused by r3219. | ||
Ensure the view exists. | |||
2022-02-23 | First pass refactoring Makefile. | ||
Reduce repetition of rules and recipes, use wildcards for sources, prefer ':=' for assignment, and use .PHONY rules. | |||
2022-02-23 | Use Makefile variables more often. | ||
2022-02-23 | Fixed `ui.update()` on macOS when monitoring output of spawned processes. | ||
Also removed unnecessary #if tests. | |||
2022-02-23 | Fixed bug in `ui.goto_file()` when specifying preferred view. | ||
2022-02-15 | Updated to Lua 5.4.4. | ||
2022-02-15 | Updated to Scintilla 5.2.0. | ||