- Mar 19, 2022
-
-
Anonymous authored
92 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Dec 29, 2021
-
-
Anonymous authored
56 translated messages, 36 untranslated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Nov 20, 2021
-
-
Avinash Sonawane authored
-
- Nov 11, 2021
-
-
Avinash Sonawane authored
-
Avinash Sonawane authored
Found by: scan-build
-
- Nov 10, 2021
-
-
Andre Miranda authored
Closes #29
-
- Oct 03, 2021
- Sep 29, 2021
-
-
abuyop authored
92 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Aug 30, 2021
-
-
Stergios Gemelas authored
92 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Aug 26, 2021
-
-
Andrij Mizyk authored
92 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Aug 16, 2021
-
-
Stergios Gemelas authored
89 translated messages, 3 untranslated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Aug 08, 2021
-
-
Anonymous authored
92 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Aug 01, 2021
-
-
Emanuele Petriglia authored
92 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Jul 23, 2021
-
-
damufo authored
92 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
Toni Estévez authored
92 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
Robert Antoni Buj i Gelonch authored
92 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Jun 30, 2021
-
-
Theppitak Karoonboonyanan authored
92 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- May 26, 2021
-
-
Arnold Marko authored
92 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- May 22, 2021
-
-
Toni Estévez authored
92 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- May 19, 2021
-
-
Toni Estévez authored
92 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- May 18, 2021
-
-
Toni Estévez authored
92 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- May 06, 2021
-
-
Toni Estévez authored
92 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- May 05, 2021
-
-
Toni Estévez authored
92 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- May 04, 2021
-
-
Toni Estévez authored
92 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- May 03, 2021
-
-
Luna Jernberg authored
92 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Apr 22, 2021
-
-
This fixes a segmentation fault when trying to add clipman as panel plugin when it is already running as status icon.
-
Although it would be better to make full use of GApplication and thus let the registration process be handled internally after calling `g_application_run()`, this at least eliminates GLib-WARNING/GIO-CRITICAL at startup when running `xfce4-clipman`.
-
Using a static variable for the source id is not enough here, because the source is destroyed when the timeout handler returns FALSE, but the static id isn't reset. Hence, this causes a GLib-CRITICAL when trying to remove an already removed source on next function call. This commit fixes this issue, by keeping an approach localized to the timeout function, and based on the source status.
-
Andrij Mizyk authored
92 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
heskjestad authored
92 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Apr 21, 2021
-
-
Gaël Bonithon authored
`gtk_clipboard_wait_for_text()` is currently used to request clipboard text when populating the main menu. This synchronous request causes the event that triggers menu popup to be dispatched, resulting in a Gtk-CRITICAL when showing the menu. So let's use `gtk_clipboard_request_text()` instead, with the necessary adaptations.
-
G_GNUC_FALLTHROUGH is available since glib 2.60.0. Fixes commit ecf8b5b2 Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
Since commit 2c910275 gtk 3.22 is required. Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
plugin.c:63:1: error: no previous prototype for 'plugin_register' [-Werror=missing-prototypes] menu.c:57:42: error: no previous prototype for 'clipman_menu_get_type' [-Werror=missing-prototypes] menu.c:521:1: error: no previous prototype for 'clipman_menu_new' [-Werror=missing-prototypes] collector.c:50:47: error: no previous prototype for 'clipman_collector_get_type' [-Werror=missing-prototypes] collector.c:235:1: error: no previous prototype for 'clipman_collector_get' [-Werror=missing-prototypes] collector.c:251:1: error: no previous prototype for 'clipman_collector_show_actions' [-Werror=missing-prototypes] actions.c:59:45: error: no previous prototype for 'clipman_actions_get_type' [-Werror=missing-prototypes] actions.c:908:1: error: no previous prototype for 'clipman_actions_get' [-Werror=missing-prototypes] history.c:46:45: error: no previous prototype for 'clipman_history_get_type' [-Werror=missing-prototypes] history.c:419:1: error: no previous prototype for 'clipman_history_get' [-Werror=missing-prototypes] Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
Convert the callbacks into a real GSourceFunc. Some code movement to remove declarations. Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
- Apr 17, 2021
-
-
Luna Jernberg authored
88 translated messages, 4 untranslated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Mar 13, 2021
-
-
Toni Estévez authored
92 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Mar 11, 2021
-
-