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
38 hours
scintilla: use new version of the ptrdiff_t-compatibility patch
master-fmsbw-ci
Robin Haberkorn
1
-0
/
+0
3 days
throw an error immediately after nEB if n != 0
Robin Haberkorn
4
-22
/
+29
4 days
20-freebsd14-osx-sciteco: fixed linking against the system's libncurses
Robin Haberkorn
1
-1
/
+1
4 days
./configure: define TE_CHECK_MODULES() which takes static linking into account
Robin Haberkorn
3
-23
/
+27
4 days
AX_WITH_NCURSES: support $CURSES_CFLAGS and $CURSES_LIBS
Robin Haberkorn
2
-96
/
+62
4 days
removed remaining references to Github projects and updated TODO
Robin Haberkorn
4
-12
/
+39
6 days
removed the Github CI workflows: this is now fully replaced by the fmsbw.de F...
Robin Haberkorn
3
-526
/
+0
6 days
10-freebsd14-msys-sciteco: also build Doxygen documentation
Robin Haberkorn
1
-1
/
+4
6 days
added 20-freebsd14-osx-sciteco: this builds OS X nightly binaries via osxcross
Robin Haberkorn
3
-3
/
+78
9 days
added high-contrast color scheme
Robin Haberkorn
4
-0
/
+42
9 days
mention both mailing list and personal mail in `sciteco --help`
Robin Haberkorn
2
-2
/
+2
12 days
updated all links to the new "Knowledge Base" and mention mailing lists
Robin Haberkorn
6
-23
/
+25
12 days
CI: fixed Windows LTO builds
Robin Haberkorn
1
-21
/
+17
13 days
50-ubuntu22-appimage: build AppImages as part of the new fmsbw.de-based CI
Robin Haberkorn
3
-4
/
+30
2025-09-24
./configure --with-launcher=LAUNCHER can be used to run SciTECO with a launch...
Robin Haberkorn
3
-5
/
+11
2025-09-23
freebsd14-msys-sciteco: build Win64 Gtk binaries as well
Robin Haberkorn
1
-7
/
+63
2025-09-23
freebsd14-msys-sciteco: disable LTO for the time being
Robin Haberkorn
1
-3
/
+5
2025-09-23
freebsd14-msys-sciteco: force cross compilation in ./configure
Robin Haberkorn
1
-9
/
+21
2025-09-22
testsuite: disable testcases with Valgrind only when detecting the fmsbw.de C...
Robin Haberkorn
1
-2
/
+2
2025-09-22
website: allow build.tes to be called from out-of-tree builds
Robin Haberkorn
3
-10
/
+15
2025-09-22
fmsbw.de CI job now also cross-compiles the Windows PDCurses binaries
Robin Haberkorn
2
-34
/
+120
2025-09-21
when running the testsuite with --verbose, also turn off colors (--color=never)
Robin Haberkorn
3
-8
/
+8
2025-09-21
testsuite: disable test cases when running with --valgrind
Robin Haberkorn
1
-0
/
+6
2025-09-21
moved most resources to fmsbw.de
Robin Haberkorn
21
-50
/
+87
2025-09-15
fnkeys.tes: fixed clicking the fold margin
Robin Haberkorn
1
-1
/
+1
2025-09-14
ncurses: avoid the middle mouse button workaround in newer ncurses versions
Robin Haberkorn
2
-11
/
+10
2025-09-09
work around ncurses mouse handling bugs
Robin Haberkorn
2
-53
/
+113
2025-09-02
fixed help for EO (program version) command
Robin Haberkorn
1
-1
/
+1
2025-09-02
nightly workflow: try to build on Ubuntu 22.04
Robin Haberkorn
1
-1
/
+1
2025-09-02
added help topcic for ":O"
Robin Haberkorn
1
-1
/
+1
2025-09-02
build woman-pages via templates since pattern rules with grouped targets appe...
Robin Haberkorn
1
-3
/
+12
2025-09-02
nightly builds: install some more Ubuntu packages required by pkg2appimage
Robin Haberkorn
1
-1
/
+1
2025-09-02
nightly workflow: try `apt update` before installing packages
Robin Haberkorn
1
-0
/
+3
2025-09-02
fixed parallel builds of the woman pages
Robin Haberkorn
1
-2
/
+2
2025-09-02
fixup 9425ad37ec95a40dc039169031259161c92cc217: fixed error handling in ED hooks
Robin Haberkorn
1
-2
/
+2
2025-09-02
nightly workflow: don't build Ubuntu packages and AppImages are now based on ...
Robin Haberkorn
3
-56
/
+19
2025-08-31
NEWS: fixed markdown table
Robin Haberkorn
1
-3
/
+5
2025-08-31
README: mention OBS release and nightly builds
Robin Haberkorn
3
-23
/
+32
2025-08-31
support <:O>: if a label is not found, continue execution after the go-to sta...
Robin Haberkorn
10
-39
/
+101
2025-08-30
the computed go-to command (O) is now 0-indexed and all invalid indexes and e...
Robin Haberkorn
7
-25
/
+50
2025-08-28
bumped minimum Gtk version to 3.24
Robin Haberkorn
5
-9
/
+3
2025-08-27
avoid g_prefix_error_literal(), which requires glib 2.70
Robin Haberkorn
1
-2
/
+2
2025-08-27
readded the executable flag to debian/sciteco-gtk.install
Robin Haberkorn
1
-0
/
+2
2025-08-26
bumped minimum GCC version to v8.1
Robin Haberkorn
4
-2
/
+10
2025-08-26
scintilla: the NetBSD support patch has been revised again
Robin Haberkorn
1
-0
/
+0
2025-08-23
scintilla: the NetBSD-support patch has been rebased
Robin Haberkorn
1
-0
/
+0
2025-08-22
bumped Scintilla to v5.5.7
Robin Haberkorn
1
-0
/
+0
2025-08-21
support Groff v1.19.2 as still used by default on NetBSD 10
Robin Haberkorn
5
-7
/
+15
2025-08-21
fully support NetBSD with its native libcurses
Robin Haberkorn
6
-8
/
+56
2025-08-19
AX_WITH_NCURSES: also check for NCURSEN_VERSION
Robin Haberkorn
1
-2
/
+6
[next]