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
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-10
fixed pass-through loops: especially :> and :F<
Robin Haberkorn
1
-15
/
+46
2022-11-28
fixed a number of crashes due to empty string arguments or uninitialized regi...
Robin Haberkorn
9
-5
/
+18
2022-11-20
bumped required PDCursesMod version to v4.3.4 or later
Robin Haberkorn
1
-16
/
+0
2022-11-20
fixed teco_qreg_table_set_environ() on Win32: sometimes keys unexpectedly beg...
Robin Haberkorn
1
-1
/
+13
2022-11-20
teco_qreg_table_set_environ() will now use g_get_environ() instead of g_liste...
Robin Haberkorn
1
-9
/
+5
2022-06-22
PDCursesMod/WinGUI now uses the polling fallback again with a temporary worka...
Robin Haberkorn
1
-76
/
+14
2022-06-21
updated copyright to 2022 and updated TODO
Robin Haberkorn
61
-61
/
+61
2022-06-21
avoid unnecessary creation of undo tokens
Robin Haberkorn
2
-5
/
+8
2022-06-21
fixed rubout of certain constructs like Ifoo$FRX$$
Robin Haberkorn
3
-4
/
+17
2022-06-21
better support recent versions of PDCursesMod (used to be the Win32a-port)
Robin Haberkorn
1
-1
/
+2
2022-06-21
PDCursesMod: fixed the light black color on all GUI backends (e.g. WinGUI)
Robin Haberkorn
1
-0
/
+4
2022-06-21
PDCurses: fixed CTRL+C interruptions on WinCON and WinGUI
Robin Haberkorn
1
-28
/
+87
2022-06-21
Gtk+: fixed interpretation of Alt-Gr-keypresses
Robin Haberkorn
1
-1
/
+6
2022-06-21
Gtk+: Stop memory limiting when idling
Robin Haberkorn
1
-0
/
+8
2022-01-15
fixup: use a dedicated input queue data structures (teco_interface.input_queue)
Robin Haberkorn
1
-22
/
+35
2021-12-22
Curses: added teco_interface_is_interrupted() fallback and standardized how t...
Robin Haberkorn
2
-10
/
+58
2021-12-19
safer use of memcpy() and memchr(): we must not pass in NULL pointers
Robin Haberkorn
5
-6
/
+19
2021-10-24
removed -rdynamic linker flag: should speed up release/nightly builds and dec...
Robin Haberkorn
1
-6
/
+0
2021-10-24
added Mac OS nightly builds (#8)
Robin Haberkorn
1
-4
/
+3
2021-10-24
fixed <U> command: -Uq is equivalent to -1Uq again.
Robin Haberkorn
1
-1
/
+1
2021-10-15
Gtk: disabled ^Z suspension on Unix for the time being
Robin Haberkorn
2
-13
/
+3
2021-10-15
Gtk: solve the key-repeat problem once and for all (or improved on it at least)
Robin Haberkorn
1
-1
/
+2
2021-10-15
Gtk: prevent hard to predict teco_interface_key_pressed_cb() recursions
Robin Haberkorn
1
-1
/
+5
2021-10-13
GTK: Support for Xembed protocol via --xembed
Robin Haberkorn
1
-1
/
+18
2021-10-13
GTK: revised the key processing again to prevent crashes
Robin Haberkorn
1
-41
/
+35
2021-10-13
improved default selection colors and made them configurable via color.tes
Robin Haberkorn
3
-2
/
+9
2021-10-13
GTK: fixed teco_view_free() (hopefully)
Robin Haberkorn
1
-20
/
+7
2021-10-13
GTK: prevent crashes when pressing keys very quickly
Robin Haberkorn
1
-1
/
+2
2021-10-11
fixed crashes when the Q-Reg stack is non-empty at exit
Robin Haberkorn
3
-3
/
+3
2021-10-11
Gtk+ 3 UI: Don't use deprecated functions and make sure that the UI is update...
Robin Haberkorn
1
-37
/
+38
2021-10-11
optimized caret scrolling: this is a costly operation and is now done only on...
Robin Haberkorn
9
-35
/
+54
2021-10-11
optimized character representation setting
Robin Haberkorn
5
-33
/
+15
2021-10-11
upgraded to Scintilla 5.1.3 and Scinterm 3.1
Robin Haberkorn
9
-60
/
+68
2021-10-08
prevent deprecation warnings in Glib >= v2.70
Robin Haberkorn
1
-3
/
+14
2021-10-08
Gtk: fixed message bar's background color
Robin Haberkorn
1
-7
/
+7
2021-10-08
fixed hiding savepoint files on Win32
Robin Haberkorn
1
-1
/
+2
2021-10-08
revised icon loading on Windows and packaging again
Robin Haberkorn
1
-19
/
+28
2021-06-08
Gtk UI: fixed lookup of icons and fallback.css on Windows
Robin Haberkorn
1
-33
/
+39
2021-06-08
improved PDCurses detection
Robin Haberkorn
1
-61
/
+22
2021-06-08
all SciTECO scripts used during the build process now always write files with...
Robin Haberkorn
1
-1
/
+1
2021-06-08
get rid of the GObject Builder (GOB2): converted teco-gtk-info-popup.gob and ...
Robin Haberkorn
9
-716
/
+813
2021-06-08
try G_SPAWN_LEAVE_DESCRIPTORS_OPEN when spawning processes: promises an "opti...
Robin Haberkorn
1
-1
/
+6
2021-06-08
added test suite cases for memory limiting and command execution
Robin Haberkorn
1
-0
/
+5
2021-06-08
Windows: normalize $COMSPEC
Robin Haberkorn
3
-4
/
+18
2021-06-05
teco_memory_check() now checks for addition overflows and negative searches (...
Robin Haberkorn
2
-1
/
+18
2021-06-05
don't add -rdynamic when not replacing malloc
Robin Haberkorn
1
-1
/
+4
2021-06-05
when not replacing malloc with dlmalloc (--disable-malloc-replacement), don't...
Robin Haberkorn
1
-1
/
+3
2021-06-05
use memory polling (--disable-malloc-replacement) on Mac OS X
Robin Haberkorn
1
-3
/
+11
2021-06-04
guard against too low arguments to <S> by checking whether the memory limit w...
Robin Haberkorn
5
-14
/
+28
2021-06-02
avoid aliased functions, as they are not supported on Darwin (macOS)
Robin Haberkorn
1
-1
/
+5
[prev]
[next]