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
2023-05-14
FreeBSD: fixed test suite
Robin Haberkorn
2
-3
/
+5
2023-05-12
fixup EC on Win32 and interruptions via CTRL+C
Robin Haberkorn
1
-33
/
+82
2023-05-09
fixup: building on UNIX
Robin Haberkorn
1
-1
/
+1
2023-05-09
fixed CTRL+C interruptions on Windows; optimized CTRL+C polling on Gtk+
Robin Haberkorn
6
-89
/
+126
2023-04-29
fixed <EC> interruptions on Gtk+ (and probably on PDCurses/Win32)
Robin Haberkorn
2
-6
/
+30
2023-04-27
Gtk: fixed scrolling in the command line widget
Robin Haberkorn
1
-7
/
+2
2023-04-27
Gtk: fixed entering dead keys
Robin Haberkorn
1
-25
/
+63
2023-04-20
Curses: do not allow typing any non-ASCII characters - fixes crashes on PDCur...
Robin Haberkorn
1
-1
/
+1
2023-04-19
fixup: reverted the last Scintilla patch and unref Scintilla objects via g_ob...
Robin Haberkorn
2
-9
/
+1
2023-04-19
updated Scintilla: fixes crashes and warnings on startup with Gtk+
Robin Haberkorn
1
-0
/
+0
2023-04-18
fixup a6b5394086260c262e393dd113057916fd14134b: emit undo tokens for insert_len
Robin Haberkorn
1
-11
/
+14
2023-04-18
no longer try to avoid automatic scrolling - this is patched out of Scintilla...
Robin Haberkorn
9
-53
/
+33
2023-04-16
added Asciidoc lexer config
Robin Haberkorn
2
-1
/
+30
2023-04-16
updated Scintilla to v5.3.4, Scinterm to v4.1 and Lexilla to v5.2.4
Robin Haberkorn
7
-4
/
+543
2023-04-16
fixed interruptions of commands with string arguments in interactive mode
Robin Haberkorn
1
-4
/
+12
2023-04-14
allow disabling Lexilla (Lexer) support by specifying --without-lexilla
Robin Haberkorn
5
-86
/
+104
2023-04-13
cmdline.c: fixed rubbing out words (^W) and possible chrashes
Robin Haberkorn
2
-21
/
+10
2023-04-13
cmdline.c: simplified the rubin-case
Robin Haberkorn
2
-13
/
+6
2023-04-13
fixed typing in characters of the rubbed-out command-line
Robin Haberkorn
1
-11
/
+12
2023-04-05
fixed nightly Debian/Ubuntu builds
Robin Haberkorn
1
-1
/
+1
2023-04-05
Nightly Builds: hopefully fixed the Ubuntu builds
Robin Haberkorn
1
-4
/
+4
2023-04-05
updated copyright to 2023
Robin Haberkorn
63
-63
/
+63
2023-04-05
updated TODO
Robin Haberkorn
1
-4
/
+73
2023-04-05
fixed formatting of dates in manpages
Robin Haberkorn
1
-1
/
+1
2023-04-05
Troff documents: fixed monospaced example blocks
Robin Haberkorn
3
-15
/
+15
2023-04-05
default font is now "Monospace" instead of Courier
Robin Haberkorn
2
-3
/
+3
2023-04-05
sciteco.tmac: also set the LL register (refs #11)
Robin Haberkorn
1
-1
/
+5
2023-04-05
fixed grosciteco for newer Groff versions (refs #11)
Robin Haberkorn
1
-0
/
+1
2022-12-10
fixed pass-through loops: especially :> and :F<
Robin Haberkorn
3
-20
/
+80
2022-12-03
fixup: bundle Gtk+ Win32 pixbuf loader DLLs into the package root
Robin Haberkorn
1
-6
/
+4
2022-12-03
nightly builds Win32 Gtk
Robin Haberkorn
1
-2
/
+2
2022-12-03
mingw-bundledlls: blacklisted dwrite.dll
Robin Haberkorn
1
-1
/
+1
2022-12-03
simplified win32 packaging using mingw-bundedlls
Robin Haberkorn
4
-19
/
+171
2022-12-01
testsuite: added (known bug) testcases for dangling else- and end-if statements
Robin Haberkorn
1
-0
/
+6
2022-12-01
sciteco(1) manpage: All UIs support ^C interruptions now
Robin Haberkorn
1
-2
/
+1
2022-12-01
nightly builds: create Mac OS *.pkg packages
Robin Haberkorn
1
-2
/
+7
2022-11-28
fixed a number of crashes due to empty string arguments or uninitialized regi...
Robin Haberkorn
10
-7
/
+34
2022-11-27
Nightly Builds are uploaded as a Github release now instead of artefacts
Robin Haberkorn
2
-68
/
+72
2022-11-27
added Markdown and YAML lexer configs
Robin Haberkorn
3
-1
/
+53
2022-11-22
scite2co.lua: avoid unnecessary string concatenations with io.write()
Robin Haberkorn
1
-9
/
+9
2022-11-22
scite2co.lua: support generating substyles
Robin Haberkorn
1
-19
/
+48
2022-11-21
improved the C/C++ and Gob lexers
Robin Haberkorn
4
-4
/
+13
2022-11-21
added lexers for Python and Linux Device Trees
Robin Haberkorn
3
-1
/
+96
2022-11-20
fixed nightly builds on Win32/Gtk: the libffi DLL name has changed
Robin Haberkorn
1
-1
/
+1
2022-11-20
fixed nightly builds on Win32: the PCRE DLL name has changed
Robin Haberkorn
1
-2
/
+2
2022-11-20
bumped required PDCursesMod version to v4.3.4 or later
Robin Haberkorn
3
-26
/
+3
2022-11-20
test suite: temporarily disabled the "Pattern matching overflow" test case
Robin Haberkorn
1
-7
/
+9
2022-11-20
fixed teco_qreg_table_set_environ() on Win32: sometimes keys unexpectedly beg...
Robin Haberkorn
1
-1
/
+13
2022-11-20
Github workflows: no longer try to build on deprecated runners like ubuntu-18...
Robin Haberkorn
2
-3
/
+3
2022-11-20
teco_qreg_table_set_environ() will now use g_get_environ() instead of g_liste...
Robin Haberkorn
1
-9
/
+5
[next]