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-29
added `@W`, `@P`, `@V` and `@Y` command variants
Robin Haberkorn
5
-140
/
+144
2025-03-23
grosciteco: fixed topic collection
Robin Haberkorn
1
-1
/
+1
2025-03-23
the ES command (send Scintilla message) now supports passing both wParam and ...
Robin Haberkorn
6
-18
/
+44
2025-03-23
refactored Lexilla/Scintillua support: it's now in teco_create_lexer()
Robin Haberkorn
1
-59
/
+80
2025-03-23
sciteco(7): fixed formatting of some tables
Robin Haberkorn
1
-4
/
+4
2025-03-23
the ^W immediate editing command now mimics `Y` more closely and also rubs ou...
Robin Haberkorn
4
-11
/
+31
2025-03-22
build nightlies on Ubuntu 24.04 as well
Robin Haberkorn
2
-2
/
+2
2025-03-22
added `P` command as a reverse form of `W`
Robin Haberkorn
5
-9
/
+49
2025-03-22
factored out all cursor movement and deletion commands into the new compilati...
Robin Haberkorn
4
-599
/
+676
2025-03-22
harmonized all word-movement and deletion commands: they move/delete until th...
Robin Haberkorn
8
-34
/
+109
2025-03-21
fixed rubout of Q-Register specifications
Robin Haberkorn
5
-4
/
+18
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
[next]