aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2022-11-20fixed nightly builds on Win32/Gtk: the libffi DLL name has changedRobin Haberkorn1-1/+1
2022-11-20fixed nightly builds on Win32: the PCRE DLL name has changedRobin Haberkorn1-2/+2
2022-11-20bumped required PDCursesMod version to v4.3.4 or laterRobin Haberkorn3-26/+3
2022-11-20test suite: temporarily disabled the "Pattern matching overflow" test caseRobin Haberkorn1-7/+9
2022-11-20fixed teco_qreg_table_set_environ() on Win32: sometimes keys unexpectedly beg...Robin Haberkorn1-1/+13
2022-11-20Github workflows: no longer try to build on deprecated runners like ubuntu-18...Robin Haberkorn2-3/+3
2022-11-20teco_qreg_table_set_environ() will now use g_get_environ() instead of g_liste...Robin Haberkorn1-9/+5
2022-11-20added .gitattributes to disable automatic EOL transformations by GitRobin Haberkorn1-0/+4
2022-06-22PDCursesMod/WinGUI now uses the polling fallback again with a temporary worka...Robin Haberkorn2-76/+21
2022-06-21fixed win32-curses CI builds: build-wingui/contrib and build-wincon/contrib w...Robin Haberkorn1-1/+1
2022-06-21updated copyright to 2022 and updated TODORobin Haberkorn64-63/+68
2022-06-21avoid unnecessary creation of undo tokensRobin Haberkorn2-5/+8
2022-06-21fixed rubout of certain constructs like Ifoo$FRX$$Robin Haberkorn3-4/+17
2022-06-21Nightly builds: the PDCurses package will now contain both WinCON (sciteco.ex...Robin Haberkorn1-7/+20
2022-06-21better support recent versions of PDCursesMod (used to be the Win32a-port)Robin Haberkorn3-10/+14
2022-06-21PDCursesMod: fixed the light black color on all GUI backends (e.g. WinGUI)Robin Haberkorn1-0/+4
2022-06-21PDCurses: fixed CTRL+C interruptions on WinCON and WinGUIRobin Haberkorn1-28/+87
2022-06-21Gtk+: fixed interpretation of Alt-Gr-keypressesRobin Haberkorn1-1/+6
2022-06-21Gtk+: Stop memory limiting when idlingRobin Haberkorn1-0/+8
2022-01-15fixed CI builds on WindowsRobin Haberkorn2-3/+3
2022-01-15fixup: use a dedicated input queue data structures (teco_interface.input_queue)Robin Haberkorn1-22/+35
2021-12-22Curses: added teco_interface_is_interrupted() fallback and standardized how t...Robin Haberkorn2-10/+58
2021-12-19safer use of memcpy() and memchr(): we must not pass in NULL pointersRobin Haberkorn6-6/+23
2021-10-24removed -rdynamic linker flag: should speed up release/nightly builds and dec...Robin Haberkorn1-6/+0
2021-10-24fixed testsuite on Mac OS: skip the recursion overflow test caseRobin Haberkorn1-2/+3
2021-10-24added Mac OS nightly builds (#8)Robin Haberkorn3-15/+80
2021-10-24added ./configure --enable-debug and make sure that NDEBUG is defined properlyRobin Haberkorn4-5/+11
2021-10-24upgraded ax_cxx_compile_stdcxx.m4Robin Haberkorn1-39/+19
2021-10-24fixed <U> command: -Uq is equivalent to -1Uq again.Robin Haberkorn1-1/+1
2021-10-24bumped Scinterm to new HEAD: this fixes formatting issues during horizontal s...Robin Haberkorn1-0/+0
2021-10-24statically link Win32 Curses nightly builds and enable test suitesRobin Haberkorn1-17/+20
2021-10-15Gtk: disabled ^Z suspension on Unix for the time beingRobin Haberkorn3-13/+18
2021-10-15Gtk: solve the key-repeat problem once and for all (or improved on it at least)Robin Haberkorn1-1/+2
2021-10-15Gtk: prevent hard to predict teco_interface_key_pressed_cb() recursionsRobin Haberkorn1-1/+5
2021-10-13GTK: Support for Xembed protocol via --xembedRobin Haberkorn2-3/+22
2021-10-13GTK: revised the key processing again to prevent crashesRobin Haberkorn1-41/+35
2021-10-13improved default selection colors and made them configurable via color.tesRobin Haberkorn6-4/+19
2021-10-13GTK: fixed teco_view_free() (hopefully)Robin Haberkorn1-20/+7
2021-10-13GTK: prevent crashes when pressing keys very quicklyRobin Haberkorn1-1/+2
2021-10-13build Lexilla with BASE_FLAGS='' - fixes Mac OS buildsRobin Haberkorn1-0/+6
2021-10-13only build Scintilla and Lexilla static librariesRobin Haberkorn1-2/+2
2021-10-12fixed Debian packages: don't use curly brace expansions as they are not portableRobin Haberkorn4-5/+12
2021-10-12CI on MacOS should only use ClangRobin Haberkorn1-0/+4
2021-10-11updated TODORobin Haberkorn1-11/+16
2021-10-11fixed crashes when the Q-Reg stack is non-empty at exitRobin Haberkorn4-3/+7
2021-10-11Gtk+ 3 UI: Don't use deprecated functions and make sure that the UI is update...Robin Haberkorn1-37/+38
2021-10-11optimized caret scrolling: this is a costly operation and is now done only on...Robin Haberkorn9-35/+54
2021-10-11optimized character representation settingRobin Haberkorn5-33/+15
2021-10-11upgraded to Scintilla 5.1.3 and Scinterm 3.1Robin Haberkorn96-235/+285
2021-10-08resolved some autoreconf warningsRobin Haberkorn1-5/+1