[gimp] (55 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] (55 commits) Non-fast-forward update to branch wip/Jehan/classy-GIMP
- Date: Tue, 20 Aug 2019 10:18:06 +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:
880b75e... app, pdb, libgimp: add a new GimpImage class for plug-ins.
251fba8... libgimp: change all non-generated API to use GimpImage.
72110d3... libgimp: create and use gimp_image_new_by_id().
a65307a... libgimp: generate functions both for old and new GimpImage
f55cbf5... pdb: keep both the old and new API alive.
88ac5d7... libgimp: update non-generated API to allow old and new API.
5cead80... plug-ins: keep building all plug-ins with old API.
5f2a37d... libgimp: allow object GimpImage as procedure parameter.
ebbdca0... libgimp, pdb: add GimpItem > GimpDrawable > GimpLayer class
ed02bbf... libgimp: update non-generated API using GimpItem/GimpDrawab
2c6bd54... plug-ins: ported a few plug-ins to new GimpImage/GimpDrawab
8122fca... libgimp: allow object GParamSpec for GimpItem and child cla
4ed94f6... plug-ins: C goat-exercise now ported to new GimpImage/GimpD
22c9545... plug-ins: port JavaScript goat-exercise to new GimpImage AP
75faa62... plug-ins: use GimpDrawable class in Python goat-exercise.
cc41af7... pdb, libgimp: now make all ID types classes of their own.
fc12011... libgimp: fix the non-generated API with the new class types
77fe545... libgimp, pdb: no need to create deprecated versions for pri
e41ab50... libgimp: nicer API for functions returning a list.
60a95be... libgimp: support all GimpItem subclasses as argument and re
c222daf... libgimp: GimpSaveProcedure() now uses GimpImage/GimpDrawabl
6d488f8... libgimp: GimpImageProcedure now uses GimpImage/GimpDrawable
5f588d1... plug-ins: port file-ico to the new GimpImage/GimpDrawable o
43c5c1f... plug-ins: port file-pat to GimpImage/GimpDrawable.
5fe751e... plug-in: port file-gbr to GimpImage/GimpDrawable.
e3f91f5... plug-ins: port file-gih to GimpImage/GimpDrawable.
b14cfa3... plug-ins: port file-desktop-link to GimpImage/GimpDrawable.
1ec5c11... plug-ins: port file-compressor to GimpImage/GimpDrawable.
0081a02... plug-ins: port file-raw plug-ins to GimpImage/GimpDrawable.
1d575ab... plug-ins: improve parameter creation on Python 3 goat-exerc
5c73c31... libgimp: s/gimp_image_new_by_id()/gimp_image_get_by_id()/
cb9111c... libgimp: s/gimp_display_new_by_id/gimp_display_get_by_id/
4f142c5... libgimp: GimpItem now also belong to libgimp.
3143fd5... app, libgimp: add some first concept of signalling to plug-
db39ea3... plug-ins: implement handling of "destroyed" in the 3 goat-e
64c6f3d... plug-ins: port file-sgi to GimpImage/GimpDrawable.
f547487... plug-ins: port file-exr to GimpImage/GimpDrawable.
086cf54... plug-ins: port colormap-remap to GimpImage/GimpDrawable.
05a462a... plug-ins: port screenshot to GimpImage/GimpDrawable.
a63c321... plug-ins: port file-png to GimpImage/GimpDrawable.
1b2ce11... plug-ins: port mail to GimpImage/GimpDrawable.
aed71ba... plug-ins: port file-tiff to GimpImage|Drawable|Vectors, etc
a6fbee8... plug-ins: unit-editor does not need GimpImage porting.
8576227... plug-ins: port fractal-explorer to GimpImage|Drawable.
6787365... plug-ins: port gfig to GimpImage|Drawable.
31ff511... plug-ins: port print to GimpImage/GimpDrawable/etc.
2ce72f5... plug-ins: port pagecurl to GimpImage/GimpDrawable.
9235e0f... plug-ins: port film to GimpImage/GimpDrawable.
ff3927f... plug-ins: port file-ps to GimpImage/GimpDrawable.
7064f53... plug-ins: port file-psd to GimpImage/GimpDrawable.
c296766... app, libgimp: add a "destroyed" signal on libgimp's GimpIte
11dda21... libgimp: make sure gimp_item_get_by_id() allocates the righ
Commits added to the branch:
0340c4a... libgimp/ documentation typo fixes (*)
115f9fc... Remove Bugzilla from the desktop file (*)
c27bb78... app, pdb, libgimp: add a new GimpImage class for plug-ins.
1eb8448... libgimp: change all non-generated API to use GimpImage.
3fec1a5... libgimp: create and use gimp_image_new_by_id().
500af13... libgimp: generate functions both for old and new GimpImage
41b03aa... pdb: keep both the old and new API alive.
6e9c877... libgimp: update non-generated API to allow old and new API.
efc0a9d... plug-ins: keep building all plug-ins with old API.
e0e860d... libgimp: allow object GimpImage as procedure parameter.
db1c275... libgimp, pdb: add GimpItem > GimpDrawable > GimpLayer class
7069b80... libgimp: update non-generated API using GimpItem/GimpDrawab
5541e5c... plug-ins: ported a few plug-ins to new GimpImage/GimpDrawab
bf0acd8... libgimp: allow object GParamSpec for GimpItem and child cla
26d3149... plug-ins: C goat-exercise now ported to new GimpImage/GimpD
fb68c38... plug-ins: port JavaScript goat-exercise to new GimpImage AP
fc068f9... plug-ins: use GimpDrawable class in Python goat-exercise.
930acc5... pdb, libgimp: now make all ID types classes of their own.
b127c76... libgimp: fix the non-generated API with the new class types
0ff02d7... libgimp, pdb: no need to create deprecated versions for pri
64ca6da... libgimp: nicer API for functions returning a list.
f3d2df9... libgimp: support all GimpItem subclasses as argument and re
86c8d9e... libgimp: GimpSaveProcedure() now uses GimpImage/GimpDrawabl
488d040... libgimp: GimpImageProcedure now uses GimpImage/GimpDrawable
e1784bc... plug-ins: port file-ico to the new GimpImage/GimpDrawable o
ce1b00e... plug-ins: port file-pat to GimpImage/GimpDrawable.
f41949a... plug-in: port file-gbr to GimpImage/GimpDrawable.
20aabd4... plug-ins: port file-gih to GimpImage/GimpDrawable.
5d90865... plug-ins: port file-desktop-link to GimpImage/GimpDrawable.
0f68935... plug-ins: port file-compressor to GimpImage/GimpDrawable.
054b3fe... plug-ins: port file-raw plug-ins to GimpImage/GimpDrawable.
df24695... plug-ins: improve parameter creation on Python 3 goat-exerc
534a7fe... libgimp: s/gimp_image_new_by_id()/gimp_image_get_by_id()/
452776a... libgimp: s/gimp_display_new_by_id/gimp_display_get_by_id/
ec43594... libgimp: GimpItem now also belong to libgimp.
417e913... app, libgimp: add some first concept of signalling to plug-
37c5e6d... plug-ins: implement handling of "destroyed" in the 3 goat-e
b809c3b... plug-ins: port file-sgi to GimpImage/GimpDrawable.
799f62b... plug-ins: port file-exr to GimpImage/GimpDrawable.
eb1a978... plug-ins: port colormap-remap to GimpImage/GimpDrawable.
a0d31ad... plug-ins: port screenshot to GimpImage/GimpDrawable.
e073a58... plug-ins: port file-png to GimpImage/GimpDrawable.
dc94805... plug-ins: port mail to GimpImage/GimpDrawable.
7b5df8e... plug-ins: port file-tiff to GimpImage|Drawable|Vectors, etc
e245b2b... plug-ins: unit-editor does not need GimpImage porting.
8014037... plug-ins: port fractal-explorer to GimpImage|Drawable.
a098309... plug-ins: port gfig to GimpImage|Drawable.
b9a1a11... plug-ins: port print to GimpImage/GimpDrawable/etc.
26c32ff... plug-ins: port pagecurl to GimpImage/GimpDrawable.
4971c26... plug-ins: port film to GimpImage/GimpDrawable.
23a05bd... plug-ins: port file-ps to GimpImage/GimpDrawable.
8f46d34... plug-ins: port file-psd to GimpImage/GimpDrawable.
2fc844f... app, libgimp: add a "destroyed" signal on libgimp's GimpIte
32b98e4... libgimp: make sure gimp_item_get_by_id() allocates the righ
aff5054... app, libgimp: support passing arguments to signals from cor
(*) 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]