gimp/plug-ins/file-webp
Michael Natterer e16c8a2352 Move the new "default_new_layer_mode" APIs to the image...
...in both the core and libgimp.

Images now know what the default mode for new layers is:

- NORMAL for empty images
- NORMAL for images with any non-legacy layer
- NORMAL_LEGAVY for images with only legacy layers

This changes behavior when layers are created from the UI, but *also*
when created by plug-ins (yes there is a compat issue here):

- Most (all?) single-layer file importers now create NORMAL layers
- Screenshot, Webpage etc also create NORMAL layers

Scripts that create images from scratch (logos etc) should not be
affected because they usually have NORMAL_LEGACY hardcoded.

3rd party plug-ins and scripts will also behave old-style unless they
get ported to gimp_image_get_default_new_layer_mode().
2017-08-21 20:18:00 +02:00
..
.gitignore
Makefile.am
file-webp-dialog.c plug-ins: WebP kmax hint text not properly displayed for origin value. 2017-08-01 19:39:35 +02:00
file-webp-dialog.h plug-ins: cleanup in file-webp, mostly simplify the save dialog 2016-08-10 21:49:23 +02:00
file-webp-load.c Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
file-webp-load.h
file-webp-save.c Bug 775026 - webp-save: expose more saving options in the UI 2016-11-26 00:55:19 +01:00
file-webp-save.h Bug 775026 - webp-save: expose more saving options in the UI 2016-11-26 00:55:19 +01:00
file-webp.c Bug 775026 - webp-save: expose more saving options in the UI 2016-11-26 00:55:19 +01:00
file-webp.h plug-ins: lots of cleanup and fixes in file-webp 2016-09-04 17:57:52 +02:00