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
2025-04-19
Gtk: fixed setting the mouse cursor after changing the active buffer
Robin Haberkorn
2
-2
/
+12
2025-04-18
Gtk: prevent drag-and-drop interaction and block more possibly dangerous touc...
Robin Haberkorn
1
-1
/
+12
2025-04-16
curses: minor cleanup - avoid preprocessor statements
Robin Haberkorn
1
-11
/
+6
2025-04-15
try hard to preserve the vertical scrolling position when auto-scrolling dot
Robin Haberkorn
2
-5
/
+23
2025-04-13
Gtk: do not attempt automatic ANSI key translation for dead keys
Robin Haberkorn
1
-0
/
+5
2025-04-13
fixed error message for nW and nP if it would move the pointer beyond the doc...
Robin Haberkorn
1
-2
/
+2
2025-04-13
Curses: the mouse now scrolls two lines per event in the popup window
Robin Haberkorn
1
-2
/
+2
2025-04-13
PDCurses/Win: more or less fixed mouse support
Robin Haberkorn
1
-6
/
+37
2025-04-13
fixed undoing bitfields on Windows
Robin Haberkorn
15
-182
/
+178
2025-04-10
fixed formatting of the smallest possible integer
Robin Haberkorn
2
-2
/
+3
2025-04-09
fixup: <EI> command can be at-modified as in `@EI/foo/`
Robin Haberkorn
1
-1
/
+2
2025-04-09
tightened rules for specifying modifiers
Robin Haberkorn
4
-49
/
+157
2025-04-08
minor improvements of TECO_DEFINE_STATE_COMMENT() documentation
Robin Haberkorn
1
-2
/
+6
2025-04-08
improved rubbing out commands with modifiers
Robin Haberkorn
2
-57
/
+105
2025-04-04
scroll caret __almost__ always automatically after key presses
Robin Haberkorn
2
-7
/
+10
2025-03-29
^W also rubs out/in `@` and `:` modifiers
Robin Haberkorn
1
-0
/
+15
2025-03-29
added `@W`, `@P`, `@V` and `@Y` command variants
Robin Haberkorn
3
-134
/
+138
2025-03-23
the ES command (send Scintilla message) now supports passing both wParam and ...
Robin Haberkorn
2
-18
/
+44
2025-03-23
refactored Lexilla/Scintillua support: it's now in teco_create_lexer()
Robin Haberkorn
1
-59
/
+80
2025-03-23
the ^W immediate editing command now mimics `Y` more closely and also rubs ou...
Robin Haberkorn
3
-6
/
+28
2025-03-22
added `P` command as a reverse form of `W`
Robin Haberkorn
3
-4
/
+38
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
3
-22
/
+95
2025-03-21
fixed rubout of Q-Register specifications
Robin Haberkorn
4
-4
/
+12
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
4
-16
/
+26
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-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
1
-7
/
+11
2025-03-13
rewrote <W> command on the same basis as <V> and <Y>
Robin Haberkorn
1
-61
/
+57
2025-03-08
added "email" lexer for writing mails
Robin Haberkorn
1
-0
/
+1
2025-03-08
fixed the `Y` command: no longer delete any characters after dot
Robin Haberkorn
1
-31
/
+23
2025-03-07
ncurses: support monochrome terminals
Robin Haberkorn
1
-11
/
+26
2025-03-03
rename sample.teco_ini to fallback.teco_ini and mung it by default
Robin Haberkorn
1
-2
/
+24
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
1
-47
/
+59
2025-03-02
GTK: set the mouse cursor on the Scintilla view to signal business and on the...
Robin Haberkorn
2
-0
/
+60
2025-03-01
fixed clicking the file completion popup in ~/
Robin Haberkorn
2
-1
/
+5
2025-02-27
implemented ncurses clipboard support via external processes
Robin Haberkorn
1
-39
/
+210
2025-02-27
EC/EG command: check for null-bytes in $COMSPEC/$SHELL
Robin Haberkorn
1
-6
/
+10
2025-02-24
fixed rubbing out `?` (help) after editing a Q-Register
Robin Haberkorn
1
-2
/
+2
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
support mouse interaction with popup windows
Robin Haberkorn
20
-55
/
+431
[next]