aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-11fixed crashes when the Q-Reg stack is non-empty at exitRobin Haberkorn3-3/+3
2021-10-11Gtk+ 3 UI: Don't use deprecated functions and make sure that the UI is update...Robin Haberkorn1-37/+38
2021-10-11optimized caret scrolling: this is a costly operation and is now done only on...Robin Haberkorn9-35/+54
2021-10-11optimized character representation settingRobin Haberkorn5-33/+15
2021-10-11upgraded to Scintilla 5.1.3 and Scinterm 3.1Robin Haberkorn9-60/+68
2021-10-08prevent deprecation warnings in Glib >= v2.70Robin Haberkorn1-3/+14
2021-10-08Gtk: fixed message bar's background colorRobin Haberkorn1-7/+7
2021-10-08fixed hiding savepoint files on Win32Robin Haberkorn1-1/+2
2021-10-08revised icon loading on Windows and packaging againRobin Haberkorn1-19/+28
2021-06-08Gtk UI: fixed lookup of icons and fallback.css on WindowsRobin Haberkorn1-33/+39
2021-06-08improved PDCurses detectionRobin Haberkorn1-61/+22
2021-06-08all SciTECO scripts used during the build process now always write files with...Robin Haberkorn1-1/+1
2021-06-08get rid of the GObject Builder (GOB2): converted teco-gtk-info-popup.gob and ...Robin Haberkorn9-716/+813
2021-06-08try G_SPAWN_LEAVE_DESCRIPTORS_OPEN when spawning processes: promises an "opti...Robin Haberkorn1-1/+6
2021-06-08added test suite cases for memory limiting and command executionRobin Haberkorn1-0/+5
2021-06-08Windows: normalize $COMSPECRobin Haberkorn3-4/+18
2021-06-05teco_memory_check() now checks for addition overflows and negative searches (...Robin Haberkorn2-1/+18
2021-06-05don't add -rdynamic when not replacing mallocRobin Haberkorn1-1/+4
2021-06-05when not replacing malloc with dlmalloc (--disable-malloc-replacement), don't...Robin Haberkorn1-1/+3
2021-06-05use memory polling (--disable-malloc-replacement) on Mac OS XRobin Haberkorn1-3/+11
2021-06-04guard against too low arguments to <S> by checking whether the memory limit w...Robin Haberkorn5-14/+28
2021-06-02avoid aliased functions, as they are not supported on Darwin (macOS)Robin Haberkorn1-1/+5
2021-06-02renamed scintilla.[ch] to symbols.[ch]: fixes builds on case-insensitive file...Robin Haberkorn6-5/+5