Skip to content
Snippets Groups Projects
  1. Feb 28, 2024
  2. Feb 27, 2024
  3. Feb 25, 2024
    • Gaël Bonithon's avatar
      Do not use g_log_set_always_fatal() · e1fd0576
      Gaël Bonithon authored
      It's often confusing, even when you're used to it but have forgotten
      it's there. It's possible and more practical to use the G_DEBUG
      environment variable instead.
      e1fd0576
  4. Feb 22, 2024
  5. Feb 08, 2024
  6. Feb 06, 2024
  7. Jan 31, 2024
  8. Jan 25, 2024
  9. Jan 11, 2024
  10. Dec 22, 2023
  11. Dec 06, 2023
  12. Dec 05, 2023
  13. Nov 27, 2023
  14. Nov 26, 2023
  15. Nov 24, 2023
  16. Nov 23, 2023
    • Gaël Bonithon's avatar
      libxfce4panel: Fix custom menu items management · 7ee275c0
      Gaël Bonithon authored
      To avoid duplicate entries in the context menu, custom menu items should
      be destroyed whenever xfce_panel_plugin_menu_destroy() is called, not
      only when plugin->priv->menu != NULL, as this menu is only created the
      first time it's when shown.
      
      However, doing this reveals an additional call to
      xfce_panel_plugin_menu_destroy() in xfce_panel_plugin_set_locked(),
      which empties the menu after being populated by the plugin. I think this
      call could simply be removed, but in any case it should only occur if
      the plugin is locked, as there's no reason to empty the menu otherwise.
      
      Fixes: #804
      Related: 99127d1d, fb37ad2c
      7ee275c0
    • Gaël Bonithon's avatar
      panel: Fix previous commit · fcea1db7
      Gaël Bonithon authored
      The XfceSMClient instance returned by xfce_sm_client_get() should only
      be unreffed once, i.e. it is *not* transfer full contrary to what the
      doc says.
      fcea1db7
  17. Nov 21, 2023
  18. Nov 19, 2023
  19. Nov 18, 2023
  20. Nov 15, 2023
  21. Oct 26, 2023
  22. Oct 23, 2023
  23. Oct 09, 2023
  24. Oct 08, 2023
  25. Oct 07, 2023
  26. Oct 04, 2023
  27. Oct 02, 2023
  28. Sep 29, 2023
  29. Sep 27, 2023
  30. Sep 14, 2023
  31. Sep 12, 2023
  32. Sep 11, 2023
  33. Sep 09, 2023
Loading