aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2025-02-16implemented mouse support via special ^KMOUSE and <EJ> with negative keysRobin Haberkorn1-0/+4
2025-01-19file and directory auto completions can now be case-insensitiveRobin Haberkorn1-1/+1
2024-12-28Scintilla/Gtk apparently no longer depends on g_module and we draw in g_modul...Robin Haberkorn1-2/+1
2024-12-24added AX_WITH_CURSES for more robust ncurses checksRobin Haberkorn1-14/+12
2024-12-23uploaded target release to v2.3.0Robin Haberkorn1-1/+1
2024-12-22support external Scintilla lexer libraries and Scintillua in particularRobin Haberkorn1-1/+1
2024-12-09prepared v2.2.0 releasev2.2.0Robin Haberkorn1-1/+1
2024-11-18fixed some common typos: "ie." and "eg.", "ocur" instead of "occur"Robin Haberkorn1-2/+2
2024-11-10fixed installation with absolute "scitecodatadir" (ie. if building non-reloca...Robin Haberkorn1-2/+2
2024-11-10changed target release to v2.1.1Robin Haberkorn1-1/+1
2024-11-05fully support relocatable binaries, improving AppImagesRobin Haberkorn1-4/+13
2024-11-03Added "infinite monkey"-style test (refs #26)Robin Haberkorn1-0/+4
2024-10-16set target release to v2.2.0Robin Haberkorn1-1/+1
2024-09-21disable shared libraries by defaultRobin Haberkorn1-1/+6
2024-09-16updated lists of external links in sciteco(1) and sciteco(7)Robin Haberkorn1-5/+1
2024-09-09disable unused Scintilla features at build timeRobin Haberkorn1-1/+3
2024-09-09define G_DISABLE_ASSERT unless --enable-debug is specifiedRobin Haberkorn1-0/+4
2024-09-09prefer libncursesw (widechar variant) (refs #5)Robin Haberkorn1-1/+6
2024-08-23fully support out of tree buildsRobin Haberkorn1-6/+6
2024-03-27don't check for -pthread on MinGWRobin Haberkorn1-7/+8
2023-07-05set target release to v2.1.0Robin Haberkorn1-1/+1
2023-06-19the SciTECO data installation path is now configurable via --with-scitecodatadirRobin Haberkorn1-9/+14
2023-05-14FreeBSD: fixed the poll-thread memory limiting implementation - it's the defa...Robin Haberkorn1-3/+5
2023-05-09fixed CTRL+C interruptions on Windows; optimized CTRL+C polling on Gtk+Robin Haberkorn1-1/+1
2023-04-16updated Scintilla to v5.3.4, Scinterm to v4.1 and Lexilla to v5.2.4Robin Haberkorn1-2/+8
2023-04-14allow disabling Lexilla (Lexer) support by specifying --without-lexillaRobin Haberkorn1-2/+6
2022-11-20bumped required PDCursesMod version to v4.3.4 or laterRobin Haberkorn1-7/+0
2022-06-22PDCursesMod/WinGUI now uses the polling fallback again with a temporary worka...Robin Haberkorn1-0/+7
2022-06-21better support recent versions of PDCursesMod (used to be the Win32a-port)Robin Haberkorn1-7/+9
2021-10-24added ./configure --enable-debug and make sure that NDEBUG is defined properlyRobin Haberkorn1-0/+3
2021-10-11upgraded to Scintilla 5.1.3 and Scinterm 3.1Robin Haberkorn1-6/+18
2021-10-08resolved some autoreconf warningsRobin Haberkorn1-5/+1
2021-10-08PDCurses support: automatically detect PDC_WIDERobin Haberkorn1-1/+6
2021-06-08improved PDCurses detectionRobin Haberkorn1-4/+13
2021-06-08get rid of the GObject Builder (GOB2): converted teco-gtk-info-popup.gob and ...Robin Haberkorn1-2/+0
2021-06-05use memory polling (--disable-malloc-replacement) on Mac OS XRobin Haberkorn1-10/+6
2021-05-30fixed Clang buildsRobin Haberkorn1-0/+4
2021-05-30THE GREAT CEEIFICATION EVENTRobin Haberkorn1-56/+80
2018-06-11improved Emscripten support: fixed configure-checks, generate *.js and detect...Robin Haberkorn1-5/+15
2017-08-24fixed memory leaks and memory measurement leaks by removing -fsized-deallocationRobin Haberkorn1-23/+0
2017-04-30removed CLANG and HAVE_SIZED_DEALLOCATION conditionalsRobin Haberkorn1-4/+6
2017-03-14added ./configure --with-interface=netbsd-curses and improved NetBSD-curses s...Robin Haberkorn1-6/+14
2017-03-08yet another revision of memory limiting: the glibc mallinfo() approach has be...Robin Haberkorn1-9/+29
2017-03-06roll back to the old mallinfo() implementation of memory limiting on Linux an...Robin Haberkorn1-9/+11
2017-03-05fixed check for dlsym() on Linux where we need to link against libdlRobin Haberkorn1-0/+3
2017-03-05replaced Linux-specific mallinfo()-based memory limiting with a more portable...Robin Haberkorn1-8/+11
2017-03-03build system portability fixesRobin Haberkorn1-6/+20
2016-11-22partially reversed/fixed-up b7ff56db631: avoid g_slice allocators and perform...Robin Haberkorn1-0/+2
2016-11-20fixed glib warnings about using g_mem_set_vtable() and revised memory limitingRobin Haberkorn1-2/+6
2016-11-18implemented self-documenting (online) help systemRobin Haberkorn1-5/+14