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-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
2025-01-19
Mac OS nightly builds are relocatable now
Robin Haberkorn
1
-1
/
+4
2025-01-19
support :EF for saving a file before closing it
Robin Haberkorn
4
-46
/
+60
2025-01-19
file and directory auto completions can now be case-insensitive
Robin Haberkorn
2
-8
/
+70
2025-01-13
updated copyright to 2025
Robin Haberkorn
67
-67
/
+67
2025-01-13
mention the Alpine package and updated TODO
Robin Haberkorn
3
-4
/
+18
2024-12-30
support +line[,column] and filename:line:column syntaxes when opening files
Robin Haberkorn
7
-35
/
+94
2024-12-28
updated cheat sheet: @Xq, S...$^SC and lots of microtypographic improvements
Robin Haberkorn
1
-46
/
+54
2024-12-28
website: added v2.3.0 screenshot
Robin Haberkorn
1
-0
/
+4
2024-12-28
Debian: disabled parallel builds when running the test suite
Robin Haberkorn
2
-3
/
+3
2024-12-28
Scintilla/Gtk apparently no longer depends on g_module and we draw in g_modul...
Robin Haberkorn
1
-2
/
+1
2024-12-28
avoid some compiler warnings
Robin Haberkorn
3
-4
/
+4
[next]