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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-21
don't use TECO_DEFINE_UNDO_OBJECT_OWN() for what are essentially scalars
Robin Haberkorn
2
-8
/
+14
2025-03-19
fixup cddc9bf83eb5cd2c69626b31ae7373342523b626: errors must be printed before...
Robin Haberkorn
1
-6
/
+4
2025-03-19
fixup cddc9bf83eb5cd2c69626b31ae7373342523b626: avoid g_prefix_error_literal()
Robin Haberkorn
1
-1
/
+1
2025-03-19
fixed leaking data on rubout
Robin Haberkorn
5
-16
/
+29
2025-03-17
fixed leaking partially built string arguments in case of errors
Robin Haberkorn
1
-0
/
+1
2025-03-17
free some global objects even in the error case, in order to appease Valgrind
Robin Haberkorn
1
-14
/
+18
2025-03-17
fixed memory leak when seeing an existing label (exactly the same or redefini...
Robin Haberkorn
1
-17
/
+15
2025-03-17
test suite: perform leak checking when run under Valgrind
Robin Haberkorn
1
-1
/
+1
2025-03-16
CI: fixup - CFLAGS should not expand to "false"
Robin Haberkorn
1
-2
/
+2
2025-03-16
CI: perhaps fixed address sanitizing
Robin Haberkorn
1
-4
/
+9
2025-03-16
CI: enable address sanitizer when building with Clang
Robin Haberkorn
1
-1
/
+3
2025-03-16
prefer native C/C++ compilers
Robin Haberkorn
1
-6
/
+7
2025-03-16
further improved monochrome terminal support: fixed reverse text on reverse b...
Robin Haberkorn
4
-28
/
+72
2025-03-15
Curses: use special ellipsis symbol instead of "..." when truncating strings
Robin Haberkorn
3
-15
/
+38
2025-03-13
updated Scinterm: my monochrome patch was merged only with some modifications
Robin Haberkorn
3
-8
/
+12
2025-03-13
rewrote <W> command on the same basis as <V> and <Y>
Robin Haberkorn
3
-63
/
+68
2025-03-12
sciteco lexer: enable 2-char soft tabs by default
Robin Haberkorn
1
-0
/
+4
2025-03-08
Asciidoc, Markdown and Git lexers: enable word wrapping by default
Robin Haberkorn
3
-0
/
+6
2025-03-08
added "email" lexer for writing mails
Robin Haberkorn
3
-1
/
+37
2025-03-08
fixed the `Y` command: no longer delete any characters after dot
Robin Haberkorn
2
-31
/
+28
2025-03-08
README: added repology badges for some of the repository
Robin Haberkorn
1
-1
/
+5
2025-03-07
ncurses: support monochrome terminals
Robin Haberkorn
3
-12
/
+27
2025-03-04
grosciteco(1): fixed the example
Robin Haberkorn
1
-2
/
+1
2025-03-03
rename sample.teco_ini to fallback.teco_ini and mung it by default
Robin Haberkorn
11
-24
/
+51
2025-03-02
NEWS: there are FreeBSD binary packages now
Robin Haberkorn
1
-1
/
+0
2025-03-02
refactored GTK implementation of teco_view_t into its own file
Robin Haberkorn
3
-96
/
+127
2025-03-02
GTK: always scroll caret when window size changes
Robin Haberkorn
2
-50
/
+59
2025-03-02
GTK: set the mouse cursor on the Scintilla view to signal business and on the...
Robin Haberkorn
3
-3
/
+61
2025-03-01
CI: the IRC posting is now in a separate workflow and runs only after success...
Robin Haberkorn
2
-17
/
+33
2025-03-01
CI: fixed posting of latest commits into the IRC channel
Robin Haberkorn
1
-10
/
+17
2025-03-01
GTK: improved the RGB values of the 16 default colors
Robin Haberkorn
1
-18
/
+48
2025-03-01
fixed clicking the file completion popup in ~/
Robin Haberkorn
2
-1
/
+5
2025-03-01
CI: post all new commits into the IRC channel
Robin Haberkorn
1
-0
/
+10
2025-02-28
cheat sheet: removed reference to M#xc, mention mouse support and :EF
Robin Haberkorn
2
-8
/
+20
2025-02-27
implemented ncurses clipboard support via external processes
Robin Haberkorn
6
-53
/
+254
2025-02-27
updated Scinterm: fixes superfluous window refreshes, which resulted in flick...
Robin Haberkorn
1
-0
/
+0
2025-02-27
EC/EG command: check for null-bytes in $COMSPEC/$SHELL
Robin Haberkorn
1
-6
/
+10
2025-02-24
fixup: removed the `?` rubout test case
Robin Haberkorn
1
-6
/
+0
2025-02-24
fixed rubbing out `?` (help) after editing a Q-Register
Robin Haberkorn
3
-4
/
+11
2025-02-24
Gtk: fixed MOUSE macro invocation when detecting double/triple clicks
Robin Haberkorn
1
-1
/
+5
2025-02-24
Curses: fixed flickering when scrolling through the auto-completion popup (or...
Robin Haberkorn
2
-8
/
+14
2025-02-24
Curses: avoid completing filenames when clicking the upper border of the popu...
Robin Haberkorn
1
-0
/
+4
2025-02-23
updated TODO
Robin Haberkorn
1
-11
/
+49
2025-02-23
support mouse interaction with popup windows
Robin Haberkorn
22
-59
/
+454
2025-02-16
only scroll the caret if dot changes
Robin Haberkorn
2
-15
/
+28
2025-02-16
implemented mouse support via special ^KMOUSE and <EJ> with negative keys
Robin Haberkorn
11
-61
/
+439
2025-02-15
fixup: set the GH_TOKEN environment variable to fix using the `gh` tool in ni...
Robin Haberkorn
1
-0
/
+2
2025-02-15
nightly builds: use Github API to download pkg2appimage tool
Robin Haberkorn
1
-2
/
+2
2025-02-15
redefining labels is a warning now
Robin Haberkorn
5
-64
/
+94
2025-01-20
AppImage: added AppStream metadata
Robin Haberkorn
4
-0
/
+58
[next]