gimp/app/file-data
Michael Natterer de121374ef Change the "handles uri" flag of file procedures to "handle remote"
And always pass URIs to all file procedures, the ones what didn't
register as "handles remove" will only ever get local file:// URIs.

Change all file plug-ins (also legacy ones) to expect URIs instead
of filenames, and convert to local paths in the plug-in.

The wire protocol should now be almost 100% clean of non-UTF-8 strings.
2019-08-19 12:05:12 +02:00
..
.gitignore
Makefile.am app: new "gex" format (GIMP Extension). 2019-04-12 18:49:18 +02:00
file-data-gbr.c app: fix undoing image parasite attach/detach to emit the right signals 2019-05-30 16:51:29 +02:00
file-data-gbr.h app: factor file_gbr_drawable_to_brush() out of file_gbr_image_to_brush() 2019-03-03 19:44:02 +01:00
file-data-gex.c app: rename gimp_rec_rm() to gimp_file_delete_recursive() 2019-05-31 17:11:50 +02:00
file-data-gex.h app: new "gex" format (GIMP Extension). 2019-04-12 18:49:18 +02:00
file-data-gih.c app: fix undoing image parasite attach/detach to emit the right signals 2019-05-30 16:51:29 +02:00
file-data-gih.h app, plug-ins: move file-gih-load from the file-gih plug-in to the core 2019-02-19 23:41:34 +01:00
file-data-pat.c app: fix undoing image parasite attach/detach to emit the right signals 2019-05-30 16:51:29 +02:00
file-data-pat.h app: move file-pat-load from the file-pat plug-in to the core 2019-02-11 18:35:07 +01:00
file-data.c Change the "handles uri" flag of file procedures to "handle remote" 2019-08-19 12:05:12 +02:00
file-data.h