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