[gimp] (65 commits) Non-fast-forward update to branch wip/Jehan/classy-GIMP
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] (65 commits) Non-fast-forward update to branch wip/Jehan/classy-GIMP
- Date: Thu, 15 Aug 2019 20:59:35 +0000 (UTC)
The branch 'wip/Jehan/classy-GIMP' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
2abd145... app, pdb, libgimp: add a new GimpImage class for plug-ins.
5bf3516... libgimp: change all non-generated API to use GimpImage.
5688980... libgimp: create and use gimp_image_new_by_id().
599eda8... libgimp: generate functions both for old and new GimpImage
bcadfe1... pdb: keep both the old and new API alive.
b1f305c... libgimp: update non-generated API to allow old and new API.
8c12591... plug-ins: keep building all plug-ins with old API.
bce5033... libgimp: allow object GimpImage as procedure parameter.
a3b0eb4... libgimp, pdb: add GimpItem > GimpDrawable > GimpLayer class
9398a30... libgimp: update non-generated API using GimpItem/GimpDrawab
c1cd8b0... plug-ins: ported a few plug-ins to new GimpImage/GimpDrawab
e413e82... libgimp: allow object GParamSpec for GimpItem and child cla
46354e6... plug-ins: C goat-exercise now ported to new GimpImage/GimpD
887e8e0... plug-ins: port JavaScript goat-exercise to new GimpImage AP
b325c3e... plug-ins: use GimpDrawable class in Python goat-exercise.
51edd2b... app: fix a warning.
9562e5f... pdb, libgimp: now make all ID types classes of their own.
18909f1... libgimp: fix the non-generated API with the new class types
189b0e5... libgimpwidgets: fix a warning.
aab0f1a... libgimp, pdb: no need to create deprecated versions for pri
c1559f5... libgimp: nicer API for functions returning a list.
96943cd... libgimp: support all GimpItem subclasses as argument and re
0996691... libgimp: GimpSaveProcedure() now uses GimpImage/GimpDrawabl
8d314d1... plug-ins: port file-ico to the new GimpImage/GimpDrawable o
951610a... plug-ins: port file-pat to GimpImage/GimpDrawable.
1580549... plug-in: port file-gbr to GimpImage/GimpDrawable.
fdd1120... plug-ins: port file-gih to GimpImage/GimpDrawable.
6879f08... plug-ins: port file-desktop-link to GimpImage/GimpDrawable.
70cd4d8... plug-ins: port file-compressor to GimpImage/GimpDrawable.
3143a34... plug-ins: port file-raw plug-ins to GimpImage/GimpDrawable.
Commits added to the branch:
0246f34... libgimp: remove some more cruft that is no longer needed (*)
037421d... plug-ins: port film to GimpPlugIn (*)
0b5f5bf... plug-ins: port gfig to GimpPlugIn (*)
30c3fd4... plug-ins: port fractal-explorer to GimpPlugIn (*)
5b076e9... libgimp: remove legacy support from gimpbrush,pattern,..sel (*)
6801857... libgimp: remove all support for temp procs from gimplegacy. (*)
9965641... libgimp: gimp_pdb_temp_name() can also go, bye... (*)
ff5dd3f... plug-ins: port animation-play to GimpPlugIn (*)
b6ca0c4... plug-ins: port unit-editor to GimpPlugIn (*)
e67c922... libgimp: gimpdb-private.h was removed. (*)
f8895f7... Revert "libgimp: gimpdb-private.h was removed." (*)
2cc080c... libgimp, devel-docs: why bother having docs for gimplegacy. (*)
bb8d18e... plug-ins: port mail to GimpPlugIn (*)
31bee77... libgimp: s/gimpdb-private.h/gimppdb-private.h/ (*)
b007269... Use g_strlcpy() instead of strncpy() everywhere (*)
1a5243b... Update Catalan translation (*)
5c4fa2d... plug-ins: port screenshot to GimpPlugIn (*)
b3a05a9... plug-ins: port colormap-remap to GimpPlugIn (*)
1bfa52b... libgimp: remove gimp_plugin_icon_register() (*)
1bf90ec... Remove GIMP_TYPE_INT8 and GimpParamSpecInt8 (*)
5a09523... Remove GIMP_TYPE_INT32 and GimpParamSpecInt32 (*)
350abba... Remove GIMP_TYPE_INT16 and GimpParamSpecInt16 (*)
652fd75... Rename GIMP_TYPE_INT8_ARRAY to GIMP_TYPE_UINT8_ARRAY (*)
4fa0845... pdb: remove int16 from the PDB types and rename int8 to uch (*)
0e1f745... app: s/INT32/INT/ in error messages when installing plug-in (*)
449e84c... pdb: use guint for tatoo, guide, sample point, which they a (*)
c6fa23c... plug-ins: port file-exr to GimpPlugIn (*)
7edd287... file-exr: use gimp_pdb_get_last_error() instead of gimp_get (*)
ebc0998... plug-ins: port file-sgi to GimpPlugIn (*)
4204c7f... app, pdb, libgimp: add a new GimpImage class for plug-ins.
94d66be... libgimp: change all non-generated API to use GimpImage.
cb110e5... libgimp: create and use gimp_image_new_by_id().
f940dce... libgimp: generate functions both for old and new GimpImage
214384b... pdb: keep both the old and new API alive.
63178f5... libgimp: update non-generated API to allow old and new API.
f0732a2... plug-ins: keep building all plug-ins with old API.
9845f86... libgimp: allow object GimpImage as procedure parameter.
bce369b... libgimp, pdb: add GimpItem > GimpDrawable > GimpLayer class
a0258bb... libgimp: update non-generated API using GimpItem/GimpDrawab
2b729f5... plug-ins: ported a few plug-ins to new GimpImage/GimpDrawab
1769482... libgimp: allow object GParamSpec for GimpItem and child cla
67c77dd... plug-ins: C goat-exercise now ported to new GimpImage/GimpD
157de49... plug-ins: port JavaScript goat-exercise to new GimpImage AP
8c16d8b... plug-ins: use GimpDrawable class in Python goat-exercise.
dc95d47... app: fix a warning.
e8df473... pdb, libgimp: now make all ID types classes of their own.
f727efd... libgimp: fix the non-generated API with the new class types
5c06474... libgimpwidgets: fix a warning.
ecc49b7... libgimp, pdb: no need to create deprecated versions for pri
d90e07e... libgimp: nicer API for functions returning a list.
f747c55... libgimp: support all GimpItem subclasses as argument and re
7cdc6fc... libgimp: GimpSaveProcedure() now uses GimpImage/GimpDrawabl
18e3fff... plug-ins: port file-ico to the new GimpImage/GimpDrawable o
1d13fd0... plug-ins: port file-pat to GimpImage/GimpDrawable.
c099efe... plug-in: port file-gbr to GimpImage/GimpDrawable.
7377dbe... plug-ins: port file-gih to GimpImage/GimpDrawable.
03bd25b... plug-ins: port file-desktop-link to GimpImage/GimpDrawable.
3aeaa88... plug-ins: port file-compressor to GimpImage/GimpDrawable.
64e40b6... plug-ins: port file-raw plug-ins to GimpImage/GimpDrawable.
52a33dc... plug-ins: improve parameter creation on Python 3 goat-exerc
3831a8e... libgimp: s/gimp_image_new_by_id()/gimp_image_get_by_id()/
a114563... libgimp: s/gimp_display_new_by_id/gimp_display_get_by_id/
f697b02... libgimp: GimpItem now also belong to libgimp.
88bd1ff... app, libgimp: add some first concept of signalling to plug-
07b6871... plug-ins: implement handling of "destroyed" in the 3 goat-e
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]