Skip to content
Snippets Groups Projects
  1. Jan 13, 2023
  2. Jan 02, 2023
  3. Dec 31, 2022
  4. Dec 15, 2022
  5. Dec 05, 2022
  6. Nov 30, 2022
  7. Nov 04, 2022
  8. Nov 02, 2022
  9. Oct 31, 2022
  10. Oct 29, 2022
  11. Oct 28, 2022
  12. Oct 26, 2022
  13. Oct 19, 2022
  14. Sep 17, 2022
    • Gaël Bonithon's avatar
      garcon: Escape '%' when building command from URL desktop files · f33c23d2
      Gaël Bonithon authored
      Since Garcon reduces the case of URL desktop files to the case of a
      classic file with an Exec key of value `exo-open 'URL'`, and there is no
      reliable way to distinguish the two cases from the outside when invoking
      `garcon_menu_item_get_command()`, Garcon must escape the '%' characters
      in the URL as if they appeared in the value of an Exec key.
      
      Fixes: #31
      f33c23d2
  15. Sep 10, 2022
  16. Sep 05, 2022
  17. Jul 16, 2022
  18. Jul 11, 2022
  19. Jun 25, 2022
  20. Jun 10, 2022
  21. Jun 08, 2022
    • Gaël Bonithon's avatar
      garcon-gtk: Disconnect reload callback on finalize · 1ea47477
      Gaël Bonithon authored
      GarconMenu and GarconGtkMenu have separate life cycles. Therefore, there
      is no assurance that the GarconMenu is finalized when the GarconGtkMenu
      releases the reference to it upon its own finalization.
      
      Xfdesktop, for example, keeps the same GarconMenu throughout its
      lifecycle, while it creates a new GarconGtkMenu each time its context
      menu is shown.
      
      Fixes: #27
      Related: !18
      1ea47477
  22. May 15, 2022
Loading