1. 22 Ara, 2017 1 kayıt (commit)
  2. 21 Ara, 2017 2 kayıt (commit)
  3. 19 Ara, 2017 1 kayıt (commit)
  4. 17 Ara, 2017 1 kayıt (commit)
  5. 04 Ara, 2017 4 kayıt (commit)
  6. 03 Ara, 2017 1 kayıt (commit)
  7. 19 Kas, 2017 4 kayıt (commit)
  8. 16 Kas, 2017 1 kayıt (commit)
  9. 14 Kas, 2017 3 kayıt (commit)
  10. 13 Kas, 2017 2 kayıt (commit)
  11. 09 Kas, 2017 2 kayıt (commit)
  12. 07 Kas, 2017 4 kayıt (commit)
  13. 06 Kas, 2017 5 kayıt (commit)
  14. 05 Kas, 2017 3 kayıt (commit)
  15. 04 Kas, 2017 1 kayıt (commit)
  16. 29 Eki, 2017 2 kayıt (commit)
    • Enrico Tröger's avatar
      Use utils_get_uri_file_prefix() as file URI prefix · cb669e2a
      Enrico Tröger yazdı
      utils_get_uri_file_prefix() gives "file:///" for Windows and
      "file://" for all other platforms. So we don't need "g_path_skip_root()"
      any longer.
      Using "g_path_skip_root()" removed the drive letter from the URI which
      worked only as long as the file to be opened was on drive C: (or
      whatever drive Windows considers as the default). But since local file
      URIs including the drive letter are supported on Windows, we should use
      it, so opening files on other drives works as well.
      
      Fixes #1018.
      cb669e2a
    • Enrico Tröger's avatar
      Use utility function to get a file URI prefix · a1991c4d
      Enrico Tröger yazdı
      On Windows, we need "file:///" for local file URIs while on all other
      platforms the prefix is "file://" for absolute filenames.
      The utility function saves us from replicating the platform
      specific logic.
      a1991c4d
  17. 25 Eki, 2017 1 kayıt (commit)
  18. 17 Eki, 2017 1 kayıt (commit)
  19. 16 Eki, 2017 1 kayıt (commit)