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
/
interface.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-1
/
+1
2023-06-18
fixed caret scrolling on startup
Robin Haberkorn
1
-61
/
+64
2023-05-09
fixed CTRL+C interruptions on Windows; optimized CTRL+C polling on Gtk+
Robin Haberkorn
1
-22
/
+25
2023-04-27
Gtk: fixed scrolling in the command line widget
Robin Haberkorn
1
-7
/
+2
2023-04-27
Gtk: fixed entering dead keys
Robin Haberkorn
1
-25
/
+63
2023-04-19
fixup: reverted the last Scintilla patch and unref Scintilla objects via g_ob...
Robin Haberkorn
1
-9
/
+1
2023-04-18
no longer try to avoid automatic scrolling - this is patched out of Scintilla...
Robin Haberkorn
1
-5
/
+2
2023-04-05
updated copyright to 2023
Robin Haberkorn
1
-1
/
+1
2022-11-28
fixed a number of crashes due to empty string arguments or uninitialized regi...
Robin Haberkorn
1
-0
/
+1
2022-06-21
updated copyright to 2022 and updated TODO
Robin Haberkorn
1
-1
/
+1
2022-06-21
Gtk+: fixed interpretation of Alt-Gr-keypresses
Robin Haberkorn
1
-1
/
+6
2022-06-21
Gtk+: Stop memory limiting when idling
Robin Haberkorn
1
-0
/
+8
2021-12-22
Curses: added teco_interface_is_interrupted() fallback and standardized how t...
Robin Haberkorn
1
-0
/
+10
2021-10-15
Gtk: disabled ^Z suspension on Unix for the time being
Robin Haberkorn
1
-9
/
+0
2021-10-15
Gtk: solve the key-repeat problem once and for all (or improved on it at least)
Robin Haberkorn
1
-1
/
+2
2021-10-15
Gtk: prevent hard to predict teco_interface_key_pressed_cb() recursions
Robin Haberkorn
1
-1
/
+5
2021-10-13
GTK: Support for Xembed protocol via --xembed
Robin Haberkorn
1
-1
/
+18
2021-10-13
GTK: revised the key processing again to prevent crashes
Robin Haberkorn
1
-41
/
+35
2021-10-13
improved default selection colors and made them configurable via color.tes
Robin Haberkorn
1
-1
/
+2
2021-10-13
GTK: fixed teco_view_free() (hopefully)
Robin Haberkorn
1
-20
/
+7
2021-10-13
GTK: prevent crashes when pressing keys very quickly
Robin Haberkorn
1
-1
/
+2
2021-10-11
Gtk+ 3 UI: Don't use deprecated functions and make sure that the UI is update...
Robin Haberkorn
1
-37
/
+38
2021-10-11
optimized caret scrolling: this is a costly operation and is now done only on...
Robin Haberkorn
1
-0
/
+10
2021-10-11
upgraded to Scintilla 5.1.3 and Scinterm 3.1
Robin Haberkorn
1
-2
/
+2
2021-10-08
revised icon loading on Windows and packaging again
Robin Haberkorn
1
-19
/
+28
2021-06-08
Gtk UI: fixed lookup of icons and fallback.css on Windows
Robin Haberkorn
1
-33
/
+39
2021-06-08
get rid of the GObject Builder (GOB2): converted teco-gtk-info-popup.gob and ...
Robin Haberkorn
1
-2
/
+2
2021-05-30
THE GREAT CEEIFICATION EVENT
Robin Haberkorn
1
-0
/
+1203