Skip to content
Snippets Groups Projects
  1. Mar 23, 2025
  2. Mar 22, 2025
  3. Mar 12, 2025
  4. Mar 04, 2025
  5. Feb 14, 2025
  6. Feb 07, 2025
  7. Feb 03, 2025
  8. Jan 28, 2025
  9. Jan 23, 2025
  10. Jan 22, 2025
  11. Jan 01, 2025
  12. Dec 31, 2024
  13. Dec 17, 2024
  14. Dec 15, 2024
  15. Dec 01, 2024
  16. Nov 19, 2024
  17. Nov 13, 2024
  18. Nov 02, 2024
  19. Nov 01, 2024
  20. Oct 02, 2024
  21. Oct 01, 2024
  22. Sep 09, 2024
  23. Jul 06, 2024
  24. Jun 25, 2024
    • Gaël Bonithon's avatar
      gepub-thumbnailer: Fix create_from_mime() · 6adedd8f
      Gaël Bonithon authored
      * This function should return NULL iff error is set, otherwise a "ready"
        signal can be emitted when there is no thumbnail.
      * Do not filter mime types, let gdk_pixbuf_loader_new_with_mime_type()
        do it and set error appropriately.
      * Do not report error from gdk_pixbuf_loader_close().
      6adedd8f
  25. Jun 06, 2024
  26. Jun 04, 2024
  27. Mar 27, 2024
    • Gaël Bonithon's avatar
      xdg-cache: Fix and optimize xdg_cache_cache_is_thumbnail() · 3389bc5e
      Gaël Bonithon authored
      We query this state quite often, so let's cache what we can. Also:
      * A file is a thumbnail if it's in a flavor directory, not in a
        subdirectory (although this is unlikely). So let's use
        g_file_has_parent() instead of g_file_has_prefix().
      * For shared repositories, let's also be more precise than g_strrstr().
      3389bc5e
Loading