app: extensions can now install splashes.
commit7d611e713c5e616eb25aa14c0d433314a585f1af
authorJehan <jehan@girinstud.io>
Tue, 7 Aug 2018 10:40:28 +0000 (7 12:40 +0200)
committerJehan <jehan@girinstud.io>
Tue, 7 Aug 2018 13:51:54 +0000 (7 15:51 +0200)
treef4d3c1dd6486059eb7b1e1e0405ab28877f7fa81
parentc7b5977637c28b7ca991cb6e36c9e3352d27967e
app: extensions can now install splashes.

Not the most useful type of extensions per-se, but a lot of people seem
to appreciate creating and installing new splashes. Let's make it easy
to install as extensions.
Note that extension splashes are cumulative. So if you enabled several
splash extensions at once, an image would be chosen in random amongst
all of them.
app/core/gimp.c
app/core/gimpextension.c
app/core/gimpextension.h
app/core/gimpextensionmanager.c
app/gui/gui.c
app/gui/splash.c
app/gui/splash.h