aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2024-11-17updated TODO and ChangeLog for v2.1.1 releasev2.1.1Robin Haberkorn2-1/+62
2024-11-11session.tes: store the current tab style (width and hard-tabs); fixed for fil...Robin Haberkorn2-0/+5
2024-11-10Win32: fixed Unicode commandlines with newer MinGW runtimesRobin Haberkorn3-5/+18
2024-11-10fixed installation with absolute "scitecodatadir" (ie. if building non-reloca...Robin Haberkorn1-2/+2
2024-11-10changed target release to v2.1.1Robin Haberkorn1-1/+1
2024-11-10updated grosciteco.tes(1): mention new macros, changed command lines and rest...Robin Haberkorn2-1/+19
2024-11-10updated TODORobin Haberkorn2-4/+24
2024-11-10grosciteco: basic support for GNU pic graphicsRobin Haberkorn1-26/+52
2024-11-10grosciteco: support .SCITECO_STARTSTYLING and .SCITECO_SETSTYLING macrosRobin Haberkorn2-1/+21
2024-11-10grosciteco: added some more quote glyphsRobin Haberkorn1-0/+2
2024-11-07if a macro ends without finding a goto label, always throw a 'Label "..." not...Robin Haberkorn1-7/+7
2024-11-07grosciteco: fixed the CuXXXX postprocessor command, ie. insertion of characte...Robin Haberkorn1-1/+1
2024-11-07grosciteco: fixed styling of multi-byte text (ie. non-latin characters)Robin Haberkorn1-1/+1
2024-11-07test suite: fixed failure detection in the commandline-editing test casesRobin Haberkorn3-3/+17
2024-11-06fixed the Q-Reg spec machine used for implementing S^EGq$ (match one of chara...Robin Haberkorn4-21/+33
2024-11-06fixed possible crashes during --fake-cmdlineRobin Haberkorn2-4/+6
2024-11-05fixup: fixed Windows buildsRobin Haberkorn1-1/+1
2024-11-05fully support relocatable binaries, improving AppImagesRobin Haberkorn11-64/+153
2024-11-04monkey-test.apl: avoid some bogus failures due to insufficient handling of th...Robin Haberkorn2-6/+6
2024-11-03fixed assertions in ^EGq search construct for Q-Registers with uninitialized ...Robin Haberkorn2-1/+6
2024-11-03Added "infinite monkey"-style test (refs #26)Robin Haberkorn6-0/+129
2024-10-30CI: disabled Valgrind altogetherRobin Haberkorn1-2/+2
2024-10-30CI: Valgrind does not work in the Ubuntu runners, so let's try it under Mac OSRobin Haberkorn1-4/+4
2024-10-30fixup: make sure the correct PCs, pointing directly at the command that faile...Robin Haberkorn1-2/+7
2024-10-30fixed invalid memory access when executing the F< command (but only when jump...Robin Haberkorn3-6/+6
2024-10-30testsuite: added --valgrind option for running SciTECO under Valgrind (memcheck)Robin Haberkorn3-3/+10
2024-10-29fixed <N> (search all) crashes before invocations of <S> (closes #26)Robin Haberkorn2-0/+8
2024-10-29updated TODORobin Haberkorn1-9/+17
2024-10-29PDCurses: filter out bogus double keypresses in combination with CTRL (refs #20)Robin Haberkorn1-0/+12
2024-10-29mingw-bundledlls: blacklist additional DLLsRobin Haberkorn1-2/+3
2024-10-29teco_interface_cmdline_update() now protects against batch mode (--fake-cmdline)Robin Haberkorn1-0/+7
2024-10-28Mac OS nightly builds: automatically extract package versionRobin Haberkorn1-1/+2
2024-10-28added hidden --fake-cmdline parameter for testing command-line editingRobin Haberkorn4-5/+29
2024-10-28fixed rubbing out <:Xq>, <:^Uq> and other append-to-register operationsRobin Haberkorn4-31/+29
2024-10-25hopefully fixed win32-gtk nightly builds: explicitly draw in librsvg and pixb...Robin Haberkorn1-4/+4
2024-10-24<EC>: fixed hangs on UNIXRobin Haberkorn1-3/+13
2024-10-21fixed some interruptions of <EC> on Win32Robin Haberkorn2-6/+30
2024-10-21GTK/Win32: include trailing null byte in gtk_selection_data_set_text()Robin Haberkorn1-1/+6
2024-10-21<EC>: fixed insertion of data garbage (invalid reads) and omissionsRobin Haberkorn2-8/+18
2024-10-21GTK/Win32: fixed clipboard retrieval (trailing nulls)Robin Haberkorn1-0/+5
2024-10-21fixed EOL conversion on UTF-8 textsRobin Haberkorn4-6/+8
2024-10-19<EC>: perhaps fixed race conditions and problems when creating and terminatin...Robin Haberkorn3-4/+35
2024-10-19Scinterm: fixed building on older versions of Mac OSRobin Haberkorn1-0/+0
2024-10-18fixed the "Editing local registers in macro calls" checkRobin Haberkorn5-6/+13
2024-10-18FreeBSD package: changed website to https://rhaberkorn.github.io/sciteco/Robin Haberkorn1-1/+1
2024-10-18updated Scinterm: italic and underline styles are now supported on CursesRobin Haberkorn2-3/+2
2024-10-16set target release to v2.2.0Robin Haberkorn2-2/+2
2024-10-16grosciteco: support glyphs.pcRobin Haberkorn1-0/+1
2024-10-16updated FreeBSD port for v2.1.0 releasev2.1.0Robin Haberkorn2-7/+7
2024-10-16Revert "replaced bool completely with gboolean"Robin Haberkorn2-7/+10