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-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
2022-11-20
added .gitattributes to disable automatic EOL transformations by Git
Robin Haberkorn
1
-0
/
+4
2022-06-22
PDCursesMod/WinGUI now uses the polling fallback again with a temporary worka...
Robin Haberkorn
2
-76
/
+21
2022-06-21
fixed win32-curses CI builds: build-wingui/contrib and build-wincon/contrib w...
Robin Haberkorn
1
-1
/
+1
2022-06-21
updated copyright to 2022 and updated TODO
Robin Haberkorn
64
-63
/
+68
2022-06-21
avoid unnecessary creation of undo tokens
Robin Haberkorn
2
-5
/
+8
2022-06-21
fixed rubout of certain constructs like Ifoo$FRX$$
Robin Haberkorn
3
-4
/
+17
2022-06-21
Nightly builds: the PDCurses package will now contain both WinCON (sciteco.ex...
Robin Haberkorn
1
-7
/
+20
2022-06-21
better support recent versions of PDCursesMod (used to be the Win32a-port)
Robin Haberkorn
3
-10
/
+14
2022-06-21
PDCursesMod: fixed the light black color on all GUI backends (e.g. WinGUI)
Robin Haberkorn
1
-0
/
+4
2022-06-21
PDCurses: fixed CTRL+C interruptions on WinCON and WinGUI
Robin Haberkorn
1
-28
/
+87
2022-06-21
Gtk+: fixed interpretation of Alt-Gr-keypresses
Robin Haberkorn
1
-1
/
+6
2022-06-21
Gtk+: Stop memory limiting when idling
Robin Haberkorn
1
-0
/
+8
2022-01-15
fixed CI builds on Windows
Robin Haberkorn
2
-3
/
+3
2022-01-15
fixup: use a dedicated input queue data structures (teco_interface.input_queue)
Robin Haberkorn
1
-22
/
+35
2021-12-22
Curses: added teco_interface_is_interrupted() fallback and standardized how t...
Robin Haberkorn
2
-10
/
+58
2021-12-19
safer use of memcpy() and memchr(): we must not pass in NULL pointers
Robin Haberkorn
6
-6
/
+23
2021-10-24
removed -rdynamic linker flag: should speed up release/nightly builds and dec...
Robin Haberkorn
1
-6
/
+0
2021-10-24
fixed testsuite on Mac OS: skip the recursion overflow test case
Robin Haberkorn
1
-2
/
+3
2021-10-24
added Mac OS nightly builds (#8)
Robin Haberkorn
3
-15
/
+80
2021-10-24
added ./configure --enable-debug and make sure that NDEBUG is defined properly
Robin Haberkorn
4
-5
/
+11
2021-10-24
upgraded ax_cxx_compile_stdcxx.m4
Robin Haberkorn
1
-39
/
+19
2021-10-24
fixed <U> command: -Uq is equivalent to -1Uq again.
Robin Haberkorn
1
-1
/
+1
2021-10-24
bumped Scinterm to new HEAD: this fixes formatting issues during horizontal s...
Robin Haberkorn
1
-0
/
+0
[next]