aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-06-19the SciTECO data installation path is now configurable via --with-scitecodatadirRobin Haberkorn1-1/+1
2023-06-18fixed caret scrolling on startupRobin Haberkorn2-91/+93
2023-05-14resolved warning in gtk-label.c due to wrong enum typeRobin Haberkorn1-1/+1
2023-05-14FreeBSD: fixed the poll-thread memory limiting implementation - it's the defa...Robin Haberkorn1-4/+17
2023-05-12fixup EC on Win32 and interruptions via CTRL+CRobin Haberkorn1-33/+82
2023-05-09fixup: building on UNIXRobin Haberkorn1-1/+1
2023-05-09fixed CTRL+C interruptions on Windows; optimized CTRL+C polling on Gtk+Robin Haberkorn5-88/+125
2023-04-29fixed <EC> interruptions on Gtk+ (and probably on PDCurses/Win32)Robin Haberkorn2-6/+30
2023-04-27Gtk: fixed scrolling in the command line widgetRobin Haberkorn1-7/+2
2023-04-27Gtk: fixed entering dead keysRobin Haberkorn1-25/+63
2023-04-20Curses: do not allow typing any non-ASCII characters - fixes crashes on PDCur...Robin Haberkorn1-1/+1
2023-04-19fixup: reverted the last Scintilla patch and unref Scintilla objects via g_ob...Robin Haberkorn1-9/+1
2023-04-18fixup a6b5394086260c262e393dd113057916fd14134b: emit undo tokens for insert_lenRobin Haberkorn1-11/+14
2023-04-18no longer try to avoid automatic scrolling - this is patched out of Scintilla...Robin Haberkorn7-44/+30
2023-04-16updated Scintilla to v5.3.4, Scinterm to v4.1 and Lexilla to v5.2.4Robin Haberkorn1-0/+11
2023-04-16fixed interruptions of commands with string arguments in interactive modeRobin Haberkorn1-4/+12
2023-04-14allow disabling Lexilla (Lexer) support by specifying --without-lexillaRobin Haberkorn2-4/+14
2023-04-13cmdline.c: fixed rubbing out words (^W) and possible chrashesRobin Haberkorn1-17/+10
2023-04-13cmdline.c: simplified the rubin-caseRobin Haberkorn2-13/+6
2023-04-13fixed typing in characters of the rubbed-out command-lineRobin Haberkorn1-11/+12
2023-04-05updated copyright to 2023Robin Haberkorn61-61/+61
2023-04-05default font is now "Monospace" instead of CourierRobin Haberkorn1-1/+1
2022-12-10fixed pass-through loops: especially :> and :F<Robin Haberkorn1-15/+46
2022-11-28fixed a number of crashes due to empty string arguments or uninitialized regi...Robin Haberkorn9-5/+18
2022-11-20bumped required PDCursesMod version to v4.3.4 or laterRobin Haberkorn1-16/+0
2022-11-20fixed teco_qreg_table_set_environ() on Win32: sometimes keys unexpectedly beg...Robin Haberkorn1-1/+13
2022-11-20teco_qreg_table_set_environ() will now use g_get_environ() instead of g_liste...Robin Haberkorn1-9/+5
2022-06-22PDCursesMod/WinGUI now uses the polling fallback again with a temporary worka...Robin Haberkorn1-76/+14
2022-06-21updated copyright to 2022 and updated TODORobin Haberkorn61-61/+61
2022-06-21avoid unnecessary creation of undo tokensRobin Haberkorn2-5/+8
2022-06-21fixed rubout of certain constructs like Ifoo$FRX$$Robin Haberkorn3-4/+17
2022-06-21better support recent versions of PDCursesMod (used to be the Win32a-port)Robin Haberkorn1-1/+2
2022-06-21PDCursesMod: fixed the light black color on all GUI backends (e.g. WinGUI)Robin Haberkorn1-0/+4
2022-06-21PDCurses: fixed CTRL+C interruptions on WinCON and WinGUIRobin Haberkorn1-28/+87
2022-06-21Gtk+: fixed interpretation of Alt-Gr-keypressesRobin Haberkorn1-1/+6
2022-06-21Gtk+: Stop memory limiting when idlingRobin Haberkorn1-0/+8
2022-01-15fixup: use a dedicated input queue data structures (teco_interface.input_queue)Robin Haberkorn1-22/+35
2021-12-22Curses: added teco_interface_is_interrupted() fallback and standardized how t...Robin Haberkorn2-10/+58
2021-12-19safer use of memcpy() and memchr(): we must not pass in NULL pointersRobin Haberkorn5-6/+19
2021-10-24removed -rdynamic linker flag: should speed up release/nightly builds and dec...Robin Haberkorn1-6/+0
2021-10-24added Mac OS nightly builds (#8)Robin Haberkorn1-4/+3
2021-10-24fixed <U> command: -Uq is equivalent to -1Uq again.Robin Haberkorn1-1/+1
2021-10-15Gtk: disabled ^Z suspension on Unix for the time beingRobin Haberkorn2-13/+3
2021-10-15Gtk: solve the key-repeat problem once and for all (or improved on it at least)Robin Haberkorn1-1/+2
2021-10-15Gtk: prevent hard to predict teco_interface_key_pressed_cb() recursionsRobin Haberkorn1-1/+5
2021-10-13GTK: Support for Xembed protocol via --xembedRobin Haberkorn1-1/+18
2021-10-13GTK: revised the key processing again to prevent crashesRobin Haberkorn1-41/+35
2021-10-13improved default selection colors and made them configurable via color.tesRobin Haberkorn3-2/+9
2021-10-13GTK: fixed teco_view_free() (hopefully)Robin Haberkorn1-20/+7
2021-10-13GTK: prevent crashes when pressing keys very quicklyRobin Haberkorn1-1/+2