Skip to content
Snippets Groups Projects
  1. Mar 19, 2022
  2. Dec 29, 2021
  3. Nov 20, 2021
  4. Nov 11, 2021
  5. Nov 10, 2021
  6. Oct 03, 2021
  7. Sep 29, 2021
  8. Aug 30, 2021
  9. Aug 26, 2021
  10. Aug 16, 2021
  11. Aug 08, 2021
  12. Aug 01, 2021
  13. Jul 23, 2021
  14. Jun 30, 2021
  15. May 26, 2021
  16. May 22, 2021
  17. May 19, 2021
  18. May 18, 2021
  19. May 06, 2021
  20. May 05, 2021
  21. May 04, 2021
  22. May 03, 2021
  23. Apr 22, 2021
  24. Apr 21, 2021
    • Gaël Bonithon's avatar
      Fix Gtk-CRITICAL when showing main menu · c7a737b2
      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.
      c7a737b2
    • O H's avatar
      Require glib 2.60 · 5017e8f8
      O H authored and Simon Steinbeiß's avatar Simon Steinbeiß committed
      
      G_GNUC_FALLTHROUGH is available since glib 2.60.0.
      
      Fixes commit ecf8b5b2
      
      Signed-off-by: default avatarOlaf Hering <olaf@aepfle.de>
      5017e8f8
    • O H's avatar
      remove obsolete GTK_CHECK_VERSION checks · 5b650223
      O H authored and Simon Steinbeiß's avatar Simon Steinbeiß committed
      
      Since commit 2c910275 gtk 3.22 is required.
      
      Signed-off-by: default avatarOlaf Hering <olaf@aepfle.de>
      5b650223
    • O H's avatar
      fix function prototypes · 5b6f996b
      O H authored and Simon Steinbeiß's avatar Simon Steinbeiß committed
      
      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: default avatarOlaf Hering <olaf@aepfle.de>
      5b6f996b
    • O H's avatar
      Remove GSourceFunc casts · 8099dbf7
      O H authored and Simon Steinbeiß's avatar Simon Steinbeiß committed
      
      Convert the callbacks into a real GSourceFunc.
      
      Some code movement to remove declarations.
      
      Signed-off-by: default avatarOlaf Hering <olaf@aepfle.de>
      8099dbf7
  25. Apr 17, 2021
  26. Mar 13, 2021
  27. Mar 11, 2021
Loading