aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Collapse)Author
2018-02-28Updated to Scintillua, Scinterm, gtDialog, and lspawn tip.mitchell
2018-02-28More Makefile tweaks.mitchell
2018-02-27Makefile updates for build server.mitchell
2018-02-25Attempt to fix some compiler warnings and errors recently introduced.mitchell
2018-02-24Terminal key sequence for Ctrl+Space is now 'c ' instead of 'c@'.mitchell
2018-02-24Define header flags in source code rather than in Makefile.mitchell
Requires lspawn r60 (changeset 9a8b4b5e4137) and gtdialog r112 (changeset 6435a42450c7).
2018-02-24Provide minimal support for GTK 3 and ignore deprecations.mitchell
Textadept will never be targeted at GTK 3 or higher.
2018-02-19Use pkg-config cflags and libs for ncurses if available.mitchell
2018-02-19More backport fixes to compile on build server.mitchell
Requires Scinterm r168 (changeset 46e218082338).
2018-02-18Backported some previous Scintilla 4.0.0 changes that broke Scinterm.mitchell
Requires Scinterm r167 (changeset a0a536a4fe7e).
2018-01-25Fixed warnings/errors when running LuaJIT's "clean" rule with clang, not gcc.mitchell
2018-01-25Updated copyright year.mitchell
2017-12-31Fixed Scintillua link.mitchell
2017-12-31Use a more recent version of Scintillua that has migrated lexers.mitchell
2017-11-12Buffer settings on startup apply to subsequent buffers.mitchell
As a result, no need for a *properties.lua* file anymore. Also, renamed `ui.set_theme()` to `buffer.set_theme()`.
2017-08-28Updated to latest Scinterm revision.mitchell
2017-08-19Updated to Scintillua 3.7.5-1.mitchell
2017-06-25Updated to gtDialog 1.4.mitchell
2017-06-25Updated to Scinterm 1.9.mitchell
2017-06-21Sort Scintilla backport patches before applying them.mitchell
2017-04-30Install Textadept icons to /usr/share/pixmaps; src/Makefilemitchell
2017-04-30Updated to Scintillua 3.7.4-1; src/Makefilemitchell
2017-04-20Fixed .desktop file icon path issue caused by r2318; src/Makefilemitchell
2017-04-07Effectively updated to Scintilla 3.7.4 with select backports to 3.7.3.mitchell
Scintilla 3.7.4 requires a C++11 compiler, which I do not have.
2017-03-15Prior to patching termkey, make sure it is write-able; src/Makefilemitchell
2017-02-28Use a more recent version of Scintillua; src/Makefilemitchell
2017-02-22Updated to Scintillua 3.7.3; src/Makefilemitchell
2017-02-22Updated to Scintilla 3.7.3; src/Makefilemitchell
2017-02-22Tweaked `make clean-deps` rule; src/Makefilemitchell
2017-02-12Improved build for when dependencies are updated, and added summary to manual.mitchell
2017-02-02Updated to Lua 5.3.4.mitchell
2016-12-31Updated copyright information.mitchell
2016-12-30Updated to Scintilla 3.7.2.mitchell
2016-12-05Updated to Scintilla 3.7.1.mitchell
2016-11-01Improvements and fixes to the `install` rule; src/Makefilemitchell
Thanks to Pedro Andres Aranda Gutierrez.
2016-10-31Automatically install/uninstall .desktop files as necessary; src/Makefilemitchell
2016-10-19Updated to Scintilla 3.7.0.mitchell
2016-09-15Updated to Scintilla 3.6.7 and Scintillua 3.6.7-1.mitchell
2016-08-29Updated to gtdialog 1.3; src/Makefilemitchell
2016-07-04Replaced Lua pattern matching with Regex via Scintilla and TRE.mitchell
As a result, changed `ui.find.lua` to `ui.find.regex` Also removed luautf8 dependency since it is no longer needed. Regex replacements cannot contain embedded Lua code. Jumping to "find in files" results selects those results instead of just jumping to their respective lines.
2016-07-04Fixed OSX build; src/Makefilemitchell
libgthread.dylib is still required by at least libgtkmacintegration.dylib.
2016-06-11Updated to Lua 5.3.3.mitchell
2016-06-05Updated to Scintilla 3.6.6; src/Makefilemitchell
2016-04-26Updated Scintilla, Scinterm, and lspawn; src/Makefilemitchell
2016-03-26Always link to iconv on BSD; src/Makefilemitchell
Do not assume GTK+'s pkg-config lib flags give iconv.
2016-03-26Support UTF-8 Lua pattern matching.mitchell
Makes use of an external luautf8 library, but only a subset of it.
2016-03-18Updated to Scintilla and Scintillua 3.6.4; src/Makefilemitchell
2016-02-29Temporarily use latest version of Scintillua; src/Makefilemitchell
2016-02-25Updated to lspawn 1.4; src/Makefilemitchell
2016-02-03Updated to Scinterm 1.7; src/Makefilemitchell