Compare commits

...

3 Commits

Author SHA1 Message Date
b33b5ff0ce Prevent gtk_widget_error_bell() in clipboard watch
All checks were successful
Arch Linux AUR Success
Alpine 3.22 Success
I'm not sure if the position setting is necessary at all.
2025-11-23 16:42:40 +01:00
c204e4e094 Bump liberty and termo
All checks were successful
Alpine 3.20 Success
Arch Linux AUR Success
2025-04-23 22:00:17 +02:00
16e0ff2188 Make README.adoc a bit less confusing
All checks were successful
Alpine 3.20 Success
Arch Linux AUR Success
2024-12-19 15:29:58 +01:00
4 changed files with 8 additions and 6 deletions

View File

@@ -10,12 +10,14 @@ The program offers both a terminal user interface, and a GTK+ 3 based UI.
The styling of the latter will follow your theme, and may be customized The styling of the latter will follow your theme, and may be customized
from 'gtk.css'. from 'gtk.css'.
image::tdv.png[align="center"]
The project is covered by a permissive license, unlike vast majority of other The project is covered by a permissive license, unlike vast majority of other
similar projects, and can serve as a base for implementing other dictionary similar projects, and can serve as a base for implementing other dictionary
software. software.
Screenshot
----------
image::tdv.png[align="center"]
Packages Packages
-------- --------
Regular releases are sporadic. git master should be stable enough. Regular releases are sporadic. git master should be stable enough.

Submodule liberty updated: f04cc2c61e...0f20cce9c8

View File

@@ -146,8 +146,8 @@ on_selection_received (G_GNUC_UNUSED GtkClipboard *clipboard, const gchar *text,
gchar *trimmed = g_strstrip (g_strdup (text)); gchar *trimmed = g_strstrip (g_strdup (text));
gtk_entry_set_text (GTK_ENTRY (g.entry), trimmed); gtk_entry_set_text (GTK_ENTRY (g.entry), trimmed);
g_free (trimmed); g_free (trimmed);
g_signal_emit_by_name (g.entry,
"move-cursor", GTK_MOVEMENT_BUFFER_ENDS, 1, FALSE); gtk_editable_set_position (GTK_EDITABLE (g.entry), -1);
} }
static void static void

2
termo

Submodule termo updated: 2518b53e5a...f9a102456f