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
/
interface-gtk
Age
Commit message (
Expand
)
Author
Files
Lines
30 hours
fixed clicking the "(Unnamed)" buffer in 0EB popups
HEAD
master-fmsbw-ci
master
Robin Haberkorn
3
-24
/
+37
5 days
fixup: renamed "backups" to "recovery files"
Robin Haberkorn
1
-7
/
+7
8 days
implemented backup file mechanism
Robin Haberkorn
1
-2
/
+21
2025-11-21
fixed scrolling the command line after clicking in the popup
Robin Haberkorn
1
-0
/
+1
2025-11-18
Curses: fixed displaying the popup with multi-line command lines
Robin Haberkorn
1
-1
/
+1
2025-11-09
allow configuring the command line height using h,5EJ
Robin Haberkorn
1
-6
/
+5
2025-11-08
the command line macro is now managed by a Scintilla view
Robin Haberkorn
1
-101
/
+7
2025-11-02
render tabs as "TAB" in the command-line and in SciTECO macros
Robin Haberkorn
1
-2
/
+8
2025-11-02
GTK: use the new SC_LINE_END_TYPE_HIDDEN for rendering the command line
Robin Haberkorn
1
-65
/
+13
2025-08-28
bumped minimum Gtk version to 3.24
Robin Haberkorn
2
-6
/
+0
2025-08-01
implemented the ^W command for refreshing the screen in loops, for sleeping a...
Robin Haberkorn
1
-14
/
+25
2025-07-31
implemented ^T command: allows typing by code and getting characters from std...
Robin Haberkorn
3
-0
/
+124
2025-07-26
implemented the <^A> command for printing arbitrary strings
Robin Haberkorn
1
-18
/
+6
2025-07-18
make some array declarations real constants
Robin Haberkorn
1
-1
/
+1
2025-07-16
the primary clipboard is now chosen by the 10th bit in the ED flags
Robin Haberkorn
1
-8
/
+4
2025-07-13
allow changing the default clipboard by setting the `~` integer
Robin Haberkorn
1
-6
/
+10
2025-07-01
GTK: handle (smooth) scrolling with a scroll controller
Robin Haberkorn
1
-15
/
+42
2025-06-12
GTK: fixed scrolling on systems that only support smooth scrolling
Robin Haberkorn
1
-4
/
+12
2025-05-02
auto-expand folds even after mouse events
Robin Haberkorn
1
-3
/
+2
2025-04-27
support folding via F1 and clicks in the folding margin
Robin Haberkorn
1
-0
/
+3
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-15
try hard to preserve the vertical scrolling position when auto-scrolling dot
Robin Haberkorn
1
-2
/
+8
2025-04-13
Gtk: do not attempt automatic ANSI key translation for dead keys
Robin Haberkorn
1
-0
/
+5
2025-04-04
scroll caret __almost__ always automatically after key presses
Robin Haberkorn
1
-2
/
+4
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-02-24
Gtk: fixed MOUSE macro invocation when detecting double/triple clicks
Robin Haberkorn
1
-1
/
+5
2025-02-23
support mouse interaction with popup windows
Robin Haberkorn
4
-16
/
+76
2025-02-16
only scroll the caret if dot changes
Robin Haberkorn
1
-8
/
+16
2025-02-16
implemented mouse support via special ^KMOUSE and <EJ> with negative keys
Robin Haberkorn
1
-23
/
+117
2025-01-13
updated copyright to 2025
Robin Haberkorn
5
-5
/
+5
2024-12-13
implemented Scintilla lexer for SciTECO code, i.e. TECO syntax highlighting
Robin Haberkorn
1
-1
/
+1
2024-11-05
fully support relocatable binaries, improving AppImages
Robin Haberkorn
1
-21
/
+11
2024-10-21
GTK/Win32: include trailing null byte in gtk_selection_data_set_text()
Robin Haberkorn
1
-1
/
+6
2024-10-21
GTK/Win32: fixed clipboard retrieval (trailing nulls)
Robin Haberkorn
1
-0
/
+5
2024-10-05
Gtk UI: support setting and getting clipboards containing null bytes
Robin Haberkorn
1
-9
/
+52
2024-09-12
function key macros have been reworked into a more generic key macro feature
Robin Haberkorn
1
-13
/
+35
2024-09-11
the SciTECO parser is Unicode-based now (refs #5)
Robin Haberkorn
1
-5
/
+5
2024-09-09
Xq and ]q inherit the document encoding from the source document (refs #5)
Robin Haberkorn
1
-1
/
+1
2024-09-09
Gtk: ignore the keyboard layout whereever possible (refs #5)
Robin Haberkorn
1
-22
/
+78
2024-09-09
input and displaying of Unicode characters is now possible (refs #5)
Robin Haberkorn
1
-8
/
+0
2024-02-03
GTK: allow disabling client-side decorations by setting $GTK_CSD=0
Robin Haberkorn
1
-7
/
+2
2024-02-03
Gtk: set icons a bit later after calling gtk_widget_show()
Robin Haberkorn
1
-39
/
+44
2024-01-21
updated copyright to 2024
Robin Haberkorn
5
-5
/
+5
2023-06-19
the SciTECO data installation path is now configurable via --with-scitecodatadir
Robin Haberkorn
1
-1
/
+1
2023-06-18
fixed caret scrolling on startup
Robin Haberkorn
1
-61
/
+64
2023-05-14
resolved warning in gtk-label.c due to wrong enum type
Robin Haberkorn
1
-1
/
+1
2023-05-09
fixed CTRL+C interruptions on Windows; optimized CTRL+C polling on Gtk+
Robin Haberkorn
1
-22
/
+25
[next]