- Feb 11, 2025
-
-
Andre Miranda authored
Co-authored-by:
Gaël Bonithon <gael@xfce.org>
-
Andre Miranda authored
-
- Sep 06, 2024
-
-
Andre Miranda authored
-
- Sep 04, 2024
-
-
Andre Miranda authored
It used to mean 150 pixels when the app was written in gtk2 Now that 150 means 150 characters that's way too long
-
- Aug 27, 2024
-
-
Gaël Bonithon authored
The GSList head changes when buttons are added to the group, so it should not be used that way. This avoids a segfault when closing the prefs dialog: Program terminated with signal SIGSEGV, Segmentation fault. #0 gtk_radio_button_destroy (widget=0x5a4874b6d730) at ../gtk/gtk/gtkradiobutton.c:609 609 tmp_button->priv->group = priv->group;
-
- Jun 06, 2024
-
-
Gaël Bonithon authored
-
- Nov 16, 2023
-
-
Klemens Nanni authored
For getaddrinfo(3). There should be no user action required, the settings GUI still defaults to 2628 as port. Technically, one can now specify "dict" as port, assuming a respective services(5) entry points to, e.g. 2628/tcp.
-
- Nov 12, 2023
-
-
Klemens Nanni authored
Replace harcoded AF_INET/old-style gethostnyname(3) with its modern, address-family agnostic replacement. Now all of "dict.org", "127.0.0.1", "::1" and "localhost" just work. getaddrinfo(3) takes both host and service/port as string, so a follow-up commit will deal with the internal int -> char* conversion.
-
- Apr 22, 2023
-
-
Gaël Bonithon authored
-
- Apr 21, 2023
-
-
Gaël Bonithon authored
-
- Dec 31, 2022
-
-
Gaël Bonithon authored
Improves consistency with other components and ensures that the icon is properly scaled and sharp when UI scale > 1.
-
- Feb 14, 2022
-
-
Andre Miranda authored
-
Andre Miranda authored
-
- Jan 21, 2022
-
-
Hunter Turcin authored
-
Andre Miranda authored
Closes #6
-
- Nov 11, 2021
-
-
Andre Miranda authored
Closes #5
-
Andre Miranda authored
Also set 10 as the minimal size Closes #4
-
- Nov 09, 2021
-
-
- Dec 13, 2020
-
-
O H authored
Convert the callback into a real GSourceFunc. Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
- Dec 04, 2020
-
-
Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
- Oct 15, 2020
-
-
Andre Miranda authored
-
Andre Miranda authored
-
- Oct 01, 2020
-
-
Andre Miranda authored
pango_font_description_get_size is in points (or device units), not pixels.
-
- Sep 21, 2020
-
-
Maurizio Galli (m4u9) authored
-
- Oct 04, 2019
-
-
Andre Miranda authored
-
- Aug 02, 2019
-
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
- Jun 09, 2019
-
-
- Dec 13, 2018
-
-
- Nov 19, 2018
-
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
- Jun 01, 2018
-
-
Andre Miranda authored
-
- May 26, 2018
-
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
The workaround proposed by gtk authors is not only complicated, it also add a very ugly left padding that's impossible to remove AFAICT. So let's keep the deprecated widget while it's around.
-
Andre Miranda authored
I'm going to revert part of this code in the next commit. The reason I'm pushing this is because it can useful for gtk4.
-
- Jun 12, 2017
-
-
Andre Miranda authored
-