Skip to content
Snippets Groups Projects
  1. Dec 05, 2023
  2. Nov 27, 2023
  3. Nov 26, 2023
  4. Nov 24, 2023
  5. 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
  6. Nov 21, 2023
  7. Nov 19, 2023
  8. Nov 18, 2023
  9. Nov 15, 2023
  10. Oct 26, 2023
  11. Oct 23, 2023
  12. Oct 09, 2023
  13. Oct 08, 2023
  14. Oct 07, 2023
  15. Oct 04, 2023
  16. Oct 02, 2023
  17. Sep 29, 2023
  18. Sep 27, 2023
  19. Sep 14, 2023
  20. Sep 12, 2023
  21. Sep 11, 2023
  22. Sep 09, 2023
  23. Sep 08, 2023
  24. Sep 02, 2023
  25. Aug 30, 2023
  26. Aug 25, 2023
  27. Aug 23, 2023
  28. Aug 22, 2023
  29. Aug 20, 2023
    • Gaël Bonithon's avatar
      pager: Delay GdkScreen signal handlers · 69a8bdf1
      Gaël Bonithon authored
      This no longer seems necessary after the switch to libxfce4windowing for
      some reason, but it could become necessary again, and it's not a problem
      to give libwnck a little time to update the layout.
      
      Fixes: #784
      69a8bdf1
  30. Aug 19, 2023
Loading