[gimp] (64 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] (64 commits) Non-fast-forward update to branch wip/Jehan/classy-GIMP
- Date: Sun, 18 Aug 2019 19:57:43 +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:
e6e97bd... app, pdb, libgimp: add a new GimpImage class for plug-ins.
d96031f... libgimp: change all non-generated API to use GimpImage.
b9bf141... libgimp: create and use gimp_image_new_by_id().
a22705f... libgimp: generate functions both for old and new GimpImage
b71c54e... pdb: keep both the old and new API alive.
1418a75... libgimp: update non-generated API to allow old and new API.
b3f7cf3... plug-ins: keep building all plug-ins with old API.
75dd083... libgimp: allow object GimpImage as procedure parameter.
fa9c376... libgimp, pdb: add GimpItem > GimpDrawable > GimpLayer class
fbdedb3... libgimp: update non-generated API using GimpItem/GimpDrawab
d3cdbfc... plug-ins: ported a few plug-ins to new GimpImage/GimpDrawab
b464d5d... libgimp: allow object GParamSpec for GimpItem and child cla
a2fa5a4... plug-ins: C goat-exercise now ported to new GimpImage/GimpD
d255783... plug-ins: port JavaScript goat-exercise to new GimpImage AP
b410eec... plug-ins: use GimpDrawable class in Python goat-exercise.
da84239... pdb, libgimp: now make all ID types classes of their own.
d78a5e3... libgimp: fix the non-generated API with the new class types
514fa27... libgimp, pdb: no need to create deprecated versions for pri
9f18f03... libgimp: nicer API for functions returning a list.
c3314ba... libgimp: support all GimpItem subclasses as argument and re
f5f367c... libgimp: GimpSaveProcedure() now uses GimpImage/GimpDrawabl
054cc3a... plug-ins: port file-ico to the new GimpImage/GimpDrawable o
e8c34de... plug-ins: port file-pat to GimpImage/GimpDrawable.
860fbbf... plug-in: port file-gbr to GimpImage/GimpDrawable.
f0e6760... plug-ins: port file-gih to GimpImage/GimpDrawable.
31901a8... plug-ins: port file-desktop-link to GimpImage/GimpDrawable.
b8278df... plug-ins: port file-compressor to GimpImage/GimpDrawable.
0fa9196... plug-ins: port file-raw plug-ins to GimpImage/GimpDrawable.
06ba343... plug-ins: improve parameter creation on Python 3 goat-exerc
6efebe1... libgimp: s/gimp_image_new_by_id()/gimp_image_get_by_id()/
e8b4bea... libgimp: s/gimp_display_new_by_id/gimp_display_get_by_id/
50e39cb... libgimp: GimpItem now also belong to libgimp.
631707b... app, libgimp: add some first concept of signalling to plug-
75dc5a6... plug-ins: implement handling of "destroyed" in the 3 goat-e
f724373... plug-ins: port file-sgi to GimpImage/GimpDrawable.
27e6369... plug-ins: port file-exr to GimpImage/GimpDrawable.
283e83f... plug-ins: port colormap-remap to GimpImage/GimpDrawable.
ac825ea... plug-ins: port screenshot to GimpImage/GimpDrawable.
bd93bc0... plug-ins: port file-png to GimpImage/GimpDrawable.
3a49452... plug-ins: port mail to GimpImage/GimpDrawable.
6303122... plug-ins: port file-tiff to GimpImage|Drawable|Vectors, etc
028e62f... plug-ins: unit-editor does not need GimpImage porting.
538f74c... plug-ins: port fractal-explorer to GimpImage|Drawable.
aeaa8e3... plug-ins: port gfig to GimpImage|Drawable.
Commits added to the branch:
93cd5b0... Update Korean translation (*)
293d909... plug-ins: port file-psd to GimpPlugIn (*)
b610475... libgimp: remove gimp_register_file_handler_priority() (*)
11ce199... app: stop canonicalizing procedure names (*)
f480d02... libgimp: add precondition checks for gimp_is_canonical_iden (*)
98bfe06... libgimp: add GimpImageProcedure with (run_mode, image, draw (*)
d89e6ca... plug-ins: port goat-exercise-c to GimpFileProcedure (*)
15019fe... plug-ins: port many plug-ins from GimpProcedure to GimpImag (*)
d7e42b2... libgimp: move the GimpProcedure icon API next to the menu A (*)
ea4fe02... libgimpwidgets: some docs fixes (*)
b250af3... devel-docs: some doc updates (*)
17648ea... plug-ins: port file-fig-load to GimpPlugIn (*)
5a09042... Update Polish translation (*)
b444954... plug-ins: port file-ps to GimpPlugIn (*)
81bb323... libgimpconfig: add weird hack to gimp_scanner_parse_float() (*)
011ae15... plug-ins: canonicalize curve-bend. (*)
5b3e8e1... plug-ins: fix pagecurl arguments order after GimpImageProce (*)
936ed47... app, pdb, libgimp: add a new GimpImage class for plug-ins.
14b20c1... libgimp: change all non-generated API to use GimpImage.
39f6f52... libgimp: create and use gimp_image_new_by_id().
24dc324... libgimp: generate functions both for old and new GimpImage
b61c1e7... pdb: keep both the old and new API alive.
5ccf9d6... libgimp: update non-generated API to allow old and new API.
68a50a9... plug-ins: keep building all plug-ins with old API.
e116a43... libgimp: allow object GimpImage as procedure parameter.
fbbfc59... libgimp, pdb: add GimpItem > GimpDrawable > GimpLayer class
2667e6e... libgimp: update non-generated API using GimpItem/GimpDrawab
1cc6518... plug-ins: ported a few plug-ins to new GimpImage/GimpDrawab
b709e15... libgimp: allow object GParamSpec for GimpItem and child cla
931cebe... plug-ins: C goat-exercise now ported to new GimpImage/GimpD
7e7ad68... plug-ins: port JavaScript goat-exercise to new GimpImage AP
d1c9f7c... plug-ins: use GimpDrawable class in Python goat-exercise.
4254a24... pdb, libgimp: now make all ID types classes of their own.
8ec14b3... libgimp: fix the non-generated API with the new class types
b6187ef... libgimp, pdb: no need to create deprecated versions for pri
904b69d... libgimp: nicer API for functions returning a list.
701fb67... libgimp: support all GimpItem subclasses as argument and re
81c5820... libgimp: GimpSaveProcedure() now uses GimpImage/GimpDrawabl
6ecaac4... libgimp: GimpImageProcedure now uses GimpImage/GimpDrawable
4b641ce... plug-ins: port file-ico to the new GimpImage/GimpDrawable o
edc246f... plug-ins: port file-pat to GimpImage/GimpDrawable.
4feb00b... plug-in: port file-gbr to GimpImage/GimpDrawable.
e14a676... plug-ins: port file-gih to GimpImage/GimpDrawable.
54fd9be... plug-ins: port file-desktop-link to GimpImage/GimpDrawable.
675605b... plug-ins: port file-compressor to GimpImage/GimpDrawable.
1d38573... plug-ins: port file-raw plug-ins to GimpImage/GimpDrawable.
84ad402... plug-ins: improve parameter creation on Python 3 goat-exerc
e074842... libgimp: s/gimp_image_new_by_id()/gimp_image_get_by_id()/
74d6f00... libgimp: s/gimp_display_new_by_id/gimp_display_get_by_id/
4240413... libgimp: GimpItem now also belong to libgimp.
a0003df... app, libgimp: add some first concept of signalling to plug-
ac0648b... plug-ins: implement handling of "destroyed" in the 3 goat-e
cf7c17a... plug-ins: port file-sgi to GimpImage/GimpDrawable.
94b4ab5... plug-ins: port file-exr to GimpImage/GimpDrawable.
62eb565... plug-ins: port colormap-remap to GimpImage/GimpDrawable.
d81bceb... plug-ins: port screenshot to GimpImage/GimpDrawable.
3a525e4... plug-ins: port file-png to GimpImage/GimpDrawable.
1cfb20c... plug-ins: port mail to GimpImage/GimpDrawable.
877a902... plug-ins: port file-tiff to GimpImage|Drawable|Vectors, etc
542c29d... plug-ins: unit-editor does not need GimpImage porting.
edbfd67... plug-ins: port fractal-explorer to GimpImage|Drawable.
08f722f... plug-ins: port gfig to GimpImage|Drawable.
c698ee8... plug-ins: port print to GimpImage/GimpDrawable/etc.
e1e93a1... plug-ins: port pagecurl to GimpImage/GimpDrawable.
(*) 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]