gimp/app/file
Martin Nordholts 1662ff2523 app: Keep track of GimpImage export dirtiness
Since save and export are separate activities we need to keep track of
image dirtiness for both of them. For this purpose, add a
'export_dirty' member to GimpImage which has the same semantics as
'dirty', but for export. Set it to clean whenever a document is
exported by whatever means. Do this with a new function
gimp_image_export_clean_all(). Also add gimp_image_is_export_dirty().
2009-07-05 09:28:52 +02:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am app: Introduce gimpfile.h 2009-04-30 20:00:18 +02:00
file-open.c app: Keep track of GimpImage export dirtiness 2009-07-05 09:28:52 +02:00
file-open.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
file-procedure.c app: Add file_procedure_in_group() 2009-05-16 09:47:36 +02:00
file-procedure.h app: Add file_procedure_in_group() 2009-05-16 09:47:36 +02:00
file-save.c app: Keep track of GimpImage export dirtiness 2009-07-05 09:28:52 +02:00
file-save.h app: Emit the GimpImage::exported signal when image is exported 2009-05-16 13:02:55 +02:00
file-utils.c app: Support NULL ext to file_utils_uri_with_new_ext() 2009-07-02 22:17:35 +02:00
file-utils.h app: Support default types for save and export 2009-05-16 13:02:54 +02:00
gimp-file.h app: Remember last export URI for each image 2009-05-16 13:02:54 +02:00
makefile.msc updated and removed -GD to let msvc9 complain less 2007-12-09 14:11:09 +00:00