aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-05-14FreeBSD: fixed test suiteRobin Haberkorn2-3/+5
2023-05-12fixup EC on Win32 and interruptions via CTRL+CRobin Haberkorn1-33/+82
2023-05-09fixup: building on UNIXRobin Haberkorn1-1/+1
2023-05-09fixed CTRL+C interruptions on Windows; optimized CTRL+C polling on Gtk+Robin Haberkorn6-89/+126
2023-04-29fixed <EC> interruptions on Gtk+ (and probably on PDCurses/Win32)Robin Haberkorn2-6/+30
2023-04-27Gtk: fixed scrolling in the command line widgetRobin Haberkorn1-7/+2
2023-04-27Gtk: fixed entering dead keysRobin Haberkorn1-25/+63
2023-04-20Curses: do not allow typing any non-ASCII characters - fixes crashes on PDCur...Robin Haberkorn1-1/+1
2023-04-19fixup: reverted the last Scintilla patch and unref Scintilla objects via g_ob...Robin Haberkorn2-9/+1
2023-04-19updated Scintilla: fixes crashes and warnings on startup with Gtk+Robin Haberkorn1-0/+0
2023-04-18fixup a6b5394086260c262e393dd113057916fd14134b: emit undo tokens for insert_lenRobin Haberkorn1-11/+14
2023-04-18no longer try to avoid automatic scrolling - this is patched out of Scintilla...Robin Haberkorn9-53/+33
2023-04-16added Asciidoc lexer configRobin Haberkorn2-1/+30
2023-04-16updated Scintilla to v5.3.4, Scinterm to v4.1 and Lexilla to v5.2.4Robin Haberkorn7-4/+543
2023-04-16fixed interruptions of commands with string arguments in interactive modeRobin Haberkorn1-4/+12
2023-04-14allow disabling Lexilla (Lexer) support by specifying --without-lexillaRobin Haberkorn5-86/+104
2023-04-13cmdline.c: fixed rubbing out words (^W) and possible chrashesRobin Haberkorn2-21/+10
2023-04-13cmdline.c: simplified the rubin-caseRobin Haberkorn2-13/+6
2023-04-13fixed typing in characters of the rubbed-out command-lineRobin Haberkorn1-11/+12
2023-04-05fixed nightly Debian/Ubuntu buildsRobin Haberkorn1-1/+1
2023-04-05Nightly Builds: hopefully fixed the Ubuntu buildsRobin Haberkorn1-4/+4
2023-04-05updated copyright to 2023Robin Haberkorn63-63/+63
2023-04-05updated TODORobin Haberkorn1-4/+73
2023-04-05fixed formatting of dates in manpagesRobin Haberkorn1-1/+1
2023-04-05Troff documents: fixed monospaced example blocksRobin Haberkorn3-15/+15
2023-04-05default font is now "Monospace" instead of CourierRobin Haberkorn2-3/+3
2023-04-05sciteco.tmac: also set the LL register (refs #11)Robin Haberkorn1-1/+5
2023-04-05fixed grosciteco for newer Groff versions (refs #11)Robin Haberkorn1-0/+1
2022-12-10fixed pass-through loops: especially :> and :F<Robin Haberkorn3-20/+80
2022-12-03fixup: bundle Gtk+ Win32 pixbuf loader DLLs into the package rootRobin Haberkorn1-6/+4
2022-12-03nightly builds Win32 GtkRobin Haberkorn1-2/+2
2022-12-03mingw-bundledlls: blacklisted dwrite.dllRobin Haberkorn1-1/+1
2022-12-03simplified win32 packaging using mingw-bundedllsRobin Haberkorn4-19/+171
2022-12-01testsuite: added (known bug) testcases for dangling else- and end-if statementsRobin Haberkorn1-0/+6
2022-12-01sciteco(1) manpage: All UIs support ^C interruptions nowRobin Haberkorn1-2/+1
2022-12-01nightly builds: create Mac OS *.pkg packagesRobin Haberkorn1-2/+7
2022-11-28fixed a number of crashes due to empty string arguments or uninitialized regi...Robin Haberkorn10-7/+34
2022-11-27Nightly Builds are uploaded as a Github release now instead of artefactsRobin Haberkorn2-68/+72
2022-11-27added Markdown and YAML lexer configsRobin Haberkorn3-1/+53
2022-11-22scite2co.lua: avoid unnecessary string concatenations with io.write()Robin Haberkorn1-9/+9
2022-11-22scite2co.lua: support generating substylesRobin Haberkorn1-19/+48
2022-11-21improved the C/C++ and Gob lexersRobin Haberkorn4-4/+13
2022-11-21added lexers for Python and Linux Device TreesRobin Haberkorn3-1/+96
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