[gimp] (57 commits) Non-fast-forward update to branch wip/Jehan/classy-GIMP



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:

  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.
  179a6ea... pdb, libgimp: now make all ID types classes of their own.
  23d378f... libgimp: fix the non-generated API with the new class types
  8093f5c... libgimpwidgets: fix a warning.
  c2b0e90... libgimp, pdb: no need to create deprecated versions for pri
  524cfe2... libgimp: nicer API for functions returning a list.
  828e2df... libgimp: support all GimpItem subclasses as argument and re
  a59e071... libgimp: GimpSaveProcedure() now uses GimpImage/GimpDrawabl
  9ac923e... plug-ins: port file-ico to the new GimpImage/GimpDrawable o
  b27a3f3... plug-ins: port file-pat to GimpImage/GimpDrawable.
  010b8a9... plug-in: port file-gbr to GimpImage/GimpDrawable.
  94210ce... plug-ins: port file-gih to GimpImage/GimpDrawable.
  eb96cae... plug-ins: port file-desktop-link to GimpImage/GimpDrawable.
  baa5e82... plug-ins: port file-compressor to GimpImage/GimpDrawable.
  eb43c65... plug-ins: port file-raw plug-ins to GimpImage/GimpDrawable.
  af8fd2a... plug-ins: improve parameter creation on Python 3 goat-exerc
  79b0ebf... libgimp: s/gimp_image_new_by_id()/gimp_image_get_by_id()/
  6852910... libgimp: s/gimp_display_new_by_id/gimp_display_get_by_id/
  1673893... libgimp: GimpItem now also belong to libgimp.
  845a429... app, libgimp: add some first concept of signalling to plug-
  1b87608... plug-ins: implement handling of "destroyed" in the 3 goat-e
  77224b6... plug-ins: port file-sgi to GimpImage/GimpDrawable.
  c194476... plug-ins: port file-exr to GimpImage/GimpDrawable.
  88766a5... plug-ins: port colormap-remap to GimpImage/GimpDrawable.
  4259623... plug-ins: port screenshot to GimpImage/GimpDrawable.

Commits added to the branch:

  284ba5c... libgimpconfig: Prevent GIR conflicts in GimpConfigWriter (*)
  1320a22... libgimpbase: update the def file. (*)
  ef5c091... plug-ins: add Python and JavaScript files to the DIST. (*)
  a09b7a9... plug-ins: add a Lua goat-exercise. (*)
  bbfa8f8... plug-ins: Lua goat-exercise now showing its own source too. (*)
  0abdbeb... plug-ins: fix and install the Lua goat-exercise. (*)
  4900dde... gitlab-ci: build with --with-lua=force. (*)
  d6b33f9... build: .gitlab-ci.yml: GEGL is switching to meson exclusive (*)
  732d7c6... plug-ins: port file-png to GimpPlugIn (*)
  a4fb6b9... Update Swedish translation (*)
  253a163... plug-ins: port file-tiff to GimpPlugIn (*)
  dcf648d... Update Swedish translation (*)
  515dcbb... libgimp: remove gimp_get_pdb_error() (*)
  9e9e6f0... app: fix a warning. (*)
  f22290e... libgimpwidgets: fix a warning. (*)
  91bde62... plug-ins: make mail more robust. (*)
  fefe904... app, pdb, libgimp: add a new GimpImage class for plug-ins.
  169668e... libgimp: change all non-generated API to use GimpImage.
  4644d9a... libgimp: create and use gimp_image_new_by_id().
  9a901b8... libgimp: generate functions both for old and new GimpImage 
  01cfd3a... pdb: keep both the old and new API alive.
  58213b2... libgimp: update non-generated API to allow old and new API.
  e3659f6... plug-ins: keep building all plug-ins with old API.
  ccd8a3d... libgimp: allow object GimpImage as procedure parameter.
  dd3e843... libgimp, pdb: add GimpItem > GimpDrawable > GimpLayer class
  3cac2a0... libgimp: update non-generated API using GimpItem/GimpDrawab
  289ac6c... plug-ins: ported a few plug-ins to new GimpImage/GimpDrawab
  a982862... libgimp: allow object GParamSpec for GimpItem and child cla
  1fce030... plug-ins: C goat-exercise now ported to new GimpImage/GimpD
  929c370... plug-ins: port JavaScript goat-exercise to new GimpImage AP
  f64382e... plug-ins: use GimpDrawable class in Python goat-exercise.
  d77bf41... pdb, libgimp: now make all ID types classes of their own.
  24bbb79... libgimp: fix the non-generated API with the new class types
  cdf79ce... libgimp, pdb: no need to create deprecated versions for pri
  b2e35cc... libgimp: nicer API for functions returning a list.
  bee3402... libgimp: support all GimpItem subclasses as argument and re
  73d0792... libgimp: GimpSaveProcedure() now uses GimpImage/GimpDrawabl
  4403a3f... plug-ins: port file-ico to the new GimpImage/GimpDrawable o
  3d38cf8... plug-ins: port file-pat to GimpImage/GimpDrawable.
  bc405b4... plug-in: port file-gbr to GimpImage/GimpDrawable.
  68e51ec... plug-ins: port file-gih to GimpImage/GimpDrawable.
  8ddb7fe... plug-ins: port file-desktop-link to GimpImage/GimpDrawable.
  589ba2b... plug-ins: port file-compressor to GimpImage/GimpDrawable.
  d3d0d58... plug-ins: port file-raw plug-ins to GimpImage/GimpDrawable.
  3174e3c... plug-ins: improve parameter creation on Python 3 goat-exerc
  61bca87... libgimp: s/gimp_image_new_by_id()/gimp_image_get_by_id()/
  62e5de7... libgimp: s/gimp_display_new_by_id/gimp_display_get_by_id/
  9ee8750... libgimp: GimpItem now also belong to libgimp.
  eb653bf... app, libgimp: add some first concept of signalling to plug-
  eaff396... plug-ins: implement handling of "destroyed" in the 3 goat-e
  15145b8... plug-ins: port file-sgi to GimpImage/GimpDrawable.
  89b9355... plug-ins: port file-exr to GimpImage/GimpDrawable.
  6e51bc9... plug-ins: port colormap-remap to GimpImage/GimpDrawable.
  90210d9... plug-ins: port screenshot to GimpImage/GimpDrawable.
  b121c36... plug-ins: port file-png to GimpImage/GimpDrawable.
  70c46e3... plug-ins: port mail to GimpImage/GimpDrawable.
  39d403b... plug-ins: port file-tiff to GimpImage|Drawable|Vectors, etc

(*) 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]