The Wayback Machine - https://web.archive.org/web/20220109014830/https://gitlab.xfce.org/apps/mousepad/-/commits/master
  1. 05 Jan, 2022 1 commit
  2. 01 Jan, 2022 1 commit
  3. 29 Dec, 2021 1 commit
  4. 24 Dec, 2021 1 commit
  5. 14 Dec, 2021 1 commit
  6. 10 Dec, 2021 1 commit
  7. 03 Dec, 2021 1 commit
  8. 02 Dec, 2021 1 commit
  9. 26 Nov, 2021 2 commits
  10. 24 Nov, 2021 1 commit
  11. 21 Nov, 2021 1 commit
  12. 17 Nov, 2021 1 commit
  13. 13 Nov, 2021 2 commits
  14. 11 Nov, 2021 2 commits
  15. 03 Nov, 2021 1 commit
  16. 30 Oct, 2021 1 commit
  17. 28 Oct, 2021 1 commit
    • Gaël Bonithon's avatar
      Drop restrictions on URI scheme · ff06d7df
      Gaël Bonithon authored
      What was implemented in !112 (and the related commits that followed)
      for the trash can, actually allows to do without any restrictions on the
      URI scheme. This completes the switch to GFile in !64, so that Mousepad
      no longer necessarily relies on the existence of a local path to manage
      a file, but can do so entirely via the GFile abstraction.
      
      This allows in particular to open files via the network in https, or any
      other URI scheme supported by GIO, which is left to impose its own
      restrictions, collected via the error handling already in place.
      
      That said, the existence of the file locally remains the normal and
      preferred mode of use. Nothing is done in particular to overcome the
      slowness that can occur when opening a file via the network, where
      simple existence tests can take a few tenths of a second.
      
      Consequently, without even invoking security issues, the Flatpak version
      should remain delivered without network access by default.
      ff06d7df
  18. 26 Oct, 2021 1 commit
  19. 25 Oct, 2021 1 commit
  20. 23 Oct, 2021 1 commit
  21. 20 Oct, 2021 1 commit
  22. 19 Oct, 2021 1 commit
  23. 18 Oct, 2021 3 commits
  24. 17 Oct, 2021 12 commits