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
path:
root
/
configure.ac
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-03
require isatty() on UNIX
Robin Haberkorn
1
-1
/
+2
2025-07-20
FreeBSD: enable dlmalloc by default (--enable-malloc-replacement)
Robin Haberkorn
1
-3
/
+1
2025-04-03
the tutorial is now built along with all other HTML documents if --enable-htm...
Robin Haberkorn
1
-4
/
+4
2025-03-29
bumped target release to v2.4.0 and updated README and TODO
Robin Haberkorn
1
-1
/
+1
2025-03-16
prefer native C/C++ compilers
Robin Haberkorn
1
-6
/
+7
2025-02-27
implemented ncurses clipboard support via external processes
Robin Haberkorn
1
-1
/
+1
2025-02-16
implemented mouse support via special ^KMOUSE and <EJ> with negative keys
Robin Haberkorn
1
-0
/
+4
2025-01-19
file and directory auto completions can now be case-insensitive
Robin Haberkorn
1
-1
/
+1
2024-12-28
Scintilla/Gtk apparently no longer depends on g_module and we draw in g_modul...
Robin Haberkorn
1
-2
/
+1
2024-12-24
added AX_WITH_CURSES for more robust ncurses checks
Robin Haberkorn
1
-14
/
+12
2024-12-23
uploaded target release to v2.3.0
Robin Haberkorn
1
-1
/
+1
2024-12-22
support external Scintilla lexer libraries and Scintillua in particular
Robin Haberkorn
1
-1
/
+1
2024-12-09
prepared v2.2.0 release
v2.2.0
Robin Haberkorn
1
-1
/
+1
2024-11-18
fixed some common typos: "ie." and "eg.", "ocur" instead of "occur"
Robin Haberkorn
1
-2
/
+2
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-05
fully support relocatable binaries, improving AppImages
Robin Haberkorn
1
-4
/
+13
2024-11-03
Added "infinite monkey"-style test (refs #26)
Robin Haberkorn
1
-0
/
+4
2024-10-16
set target release to v2.2.0
Robin Haberkorn
1
-1
/
+1
2024-09-21
disable shared libraries by default
Robin Haberkorn
1
-1
/
+6
2024-09-16
updated lists of external links in sciteco(1) and sciteco(7)
Robin Haberkorn
1
-5
/
+1
2024-09-09
disable unused Scintilla features at build time
Robin Haberkorn
1
-1
/
+3
2024-09-09
define G_DISABLE_ASSERT unless --enable-debug is specified
Robin Haberkorn
1
-0
/
+4
2024-09-09
prefer libncursesw (widechar variant) (refs #5)
Robin Haberkorn
1
-1
/
+6
2024-08-23
fully support out of tree builds
Robin Haberkorn
1
-6
/
+6
2024-03-27
don't check for -pthread on MinGW
Robin Haberkorn
1
-7
/
+8
2023-07-05
set target release to v2.1.0
Robin Haberkorn
1
-1
/
+1
2023-06-19
the SciTECO data installation path is now configurable via --with-scitecodatadir
Robin Haberkorn
1
-9
/
+14
2023-05-14
FreeBSD: fixed the poll-thread memory limiting implementation - it's the defa...
Robin Haberkorn
1
-3
/
+5
2023-05-09
fixed CTRL+C interruptions on Windows; optimized CTRL+C polling on Gtk+
Robin Haberkorn
1
-1
/
+1
2023-04-16
updated Scintilla to v5.3.4, Scinterm to v4.1 and Lexilla to v5.2.4
Robin Haberkorn
1
-2
/
+8
2023-04-14
allow disabling Lexilla (Lexer) support by specifying --without-lexilla
Robin Haberkorn
1
-2
/
+6
2022-11-20
bumped required PDCursesMod version to v4.3.4 or later
Robin Haberkorn
1
-7
/
+0
2022-06-22
PDCursesMod/WinGUI now uses the polling fallback again with a temporary worka...
Robin Haberkorn
1
-0
/
+7
2022-06-21
better support recent versions of PDCursesMod (used to be the Win32a-port)
Robin Haberkorn
1
-7
/
+9
2021-10-24
added ./configure --enable-debug and make sure that NDEBUG is defined properly
Robin Haberkorn
1
-0
/
+3
2021-10-11
upgraded to Scintilla 5.1.3 and Scinterm 3.1
Robin Haberkorn
1
-6
/
+18
2021-10-08
resolved some autoreconf warnings
Robin Haberkorn
1
-5
/
+1
2021-10-08
PDCurses support: automatically detect PDC_WIDE
Robin Haberkorn
1
-1
/
+6
2021-06-08
improved PDCurses detection
Robin Haberkorn
1
-4
/
+13
2021-06-08
get rid of the GObject Builder (GOB2): converted teco-gtk-info-popup.gob and ...
Robin Haberkorn
1
-2
/
+0
2021-06-05
use memory polling (--disable-malloc-replacement) on Mac OS X
Robin Haberkorn
1
-10
/
+6
2021-05-30
fixed Clang builds
Robin Haberkorn
1
-0
/
+4
2021-05-30
THE GREAT CEEIFICATION EVENT
Robin Haberkorn
1
-56
/
+80
2018-06-11
improved Emscripten support: fixed configure-checks, generate *.js and detect...
Robin Haberkorn
1
-5
/
+15
2017-08-24
fixed memory leaks and memory measurement leaks by removing -fsized-deallocation
Robin Haberkorn
1
-23
/
+0
2017-04-30
removed CLANG and HAVE_SIZED_DEALLOCATION conditionals
Robin Haberkorn
1
-4
/
+6
2017-03-14
added ./configure --with-interface=netbsd-curses and improved NetBSD-curses s...
Robin Haberkorn
1
-6
/
+14
2017-03-08
yet another revision of memory limiting: the glibc mallinfo() approach has be...
Robin Haberkorn
1
-9
/
+29
2017-03-06
roll back to the old mallinfo() implementation of memory limiting on Linux an...
Robin Haberkorn
1
-9
/
+11
[next]