[gimp] (58 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:

  3c86ec2... app, pdb, libgimp: add a new GimpImage class for plug-ins.
  0b8a823... libgimp: change all non-generated API to use GimpImage.
  fa040ea... libgimp: create and use gimp_image_new_by_id().
  76c1068... libgimp: generate functions both for old and new GimpImage 
  76c7400... pdb: keep both the old and new API alive.
  e33d37e... libgimp: update non-generated API to allow old and new API.
  95ae8c0... plug-ins: keep building all plug-ins with old API.
  d44a39b... libgimp: allow object GimpImage as procedure parameter.
  4b7d83e... libgimp, pdb: add GimpItem > GimpDrawable > GimpLayer class
  ef6236b... libgimp: update non-generated API using GimpItem/GimpDrawab
  b850d91... plug-ins: ported a few plug-ins to new GimpImage/GimpDrawab
  cb4b986... libgimp: allow object GParamSpec for GimpItem and child cla
  279222c... plug-ins: C goat-exercise now ported to new GimpImage/GimpD
  451906b... plug-ins: port JavaScript goat-exercise to new GimpImage AP
  0fdc510... plug-ins: use GimpDrawable class in Python goat-exercise.
  5133c4e... pdb, libgimp: now make all ID types classes of their own.
  4f492da... libgimp: fix the non-generated API with the new class types
  74f660d... libgimp, pdb: no need to create deprecated versions for pri
  68bd049... libgimp: nicer API for functions returning a list.
  bd106db... libgimp: support all GimpItem subclasses as argument and re
  c6ce86d... libgimp: GimpSaveProcedure() now uses GimpImage/GimpDrawabl
  a90edcf... libgimp: GimpImageProcedure now uses GimpImage/GimpDrawable
  7b11bcc... plug-ins: port file-ico to the new GimpImage/GimpDrawable o
  dfbbdac... plug-ins: port file-pat to GimpImage/GimpDrawable.
  47b9790... plug-in: port file-gbr to GimpImage/GimpDrawable.
  7ac2255... plug-ins: port file-gih to GimpImage/GimpDrawable.
  136dd72... plug-ins: port file-desktop-link to GimpImage/GimpDrawable.
  c4dfeaa... plug-ins: port file-compressor to GimpImage/GimpDrawable.
  7ea02fe... plug-ins: port file-raw plug-ins to GimpImage/GimpDrawable.
  e51fccb... plug-ins: improve parameter creation on Python 3 goat-exerc
  2cfbaa0... libgimp: s/gimp_image_new_by_id()/gimp_image_get_by_id()/
  5b1a221... libgimp: s/gimp_display_new_by_id/gimp_display_get_by_id/
  0076906... libgimp: GimpItem now also belong to libgimp.
  fb0d986... app, libgimp: add some first concept of signalling to plug-
  da51e74... plug-ins: implement handling of "destroyed" in the 3 goat-e
  3258a80... plug-ins: port file-sgi to GimpImage/GimpDrawable.
  19ec412... plug-ins: port file-exr to GimpImage/GimpDrawable.
  deb3942... plug-ins: port colormap-remap to GimpImage/GimpDrawable.
  278f677... plug-ins: port screenshot to GimpImage/GimpDrawable.
  4f6594c... plug-ins: port file-png to GimpImage/GimpDrawable.
  7bf35e4... plug-ins: port mail to GimpImage/GimpDrawable.
  1510748... plug-ins: port file-tiff to GimpImage|Drawable|Vectors, etc
  bc925b9... plug-ins: unit-editor does not need GimpImage porting.
  b6e47ba... plug-ins: port fractal-explorer to GimpImage|Drawable.
  20047f3... plug-ins: port gfig to GimpImage|Drawable.
  c331fce... plug-ins: port print to GimpImage/GimpDrawable/etc.
  5085417... plug-ins: port pagecurl to GimpImage/GimpDrawable.
  5072353... plug-ins: port film to GimpImage/GimpDrawable.
  d6f81f1... plug-ins: port file-ps to GimpImage/GimpDrawable.
  5718efc... plug-ins: port file-psd to GimpImage/GimpDrawable.
  bbc1fee... app, libgimp: add a "destroyed" signal on libgimp's GimpIte
  3104341... libgimp: make sure gimp_item_get_by_id() allocates the righ

Commits added to the branch:

  09eaf02... libgimp: add a gazillion of macros to gimpprocedure-params. (*)
  4cb4b3e... plug-ins: port all plug-ins to the new macros (*)
  6ed2d03... libgimp: use the new macros in all non-generated files (*)
  0f273a5... app, libgimp: also UTF-8-validate all elements of PDB strin (*)
  4c3f3c4... plug-ins: port file-pdf-load to GimpPlugIn (*)
  2b31099... plug-ins: port file-wmf to GimpPlugIn (*)
  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

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