[gimp] (88 commits) Non-fast-forward update to branch wip/nielsdg/gimpbject-declare-derivable



The branch 'wip/nielsdg/gimpbject-declare-derivable' 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:

  eb72540... app/core: Don't save private pointer
  5bd3acc... app/core: Use G_DECLARE_DERIVABLE_TYPE() for GimpObject

Commits added to the branch:

  e9443b2... libgimpbase: add gimp_value_array_new_from_types() (*)
  ee0b06c... libgimp: remove all validation code from gimp_value_set_foo (*)
  a0ee939... pdb: "gtype", "dup_value_func" and "take_value_func" to all (*)
  af5c587... pdb, libgimp: port lib.pl to the new GType based libgimp AP (*)
  1a8d300... pdb: remove an obsolete snippet from lib.pl (*)
  afe0bcb... libgimpwidgets: introspect libgimpwidgets. (*)
  62d87f1... plug-ins: port python-console to new GObject-introspected A (*)
  9691d73... libgimpwidgets: make a proper function out of the macro... (*)
  f1351df... plug-ins: replace set_alternative_button_order_from_array() (*)
  2c97bc8... libgimpconfig: make gimp_scanner_parse_float() less strict (*)
  82dd465... app: use g_ascii_dtostr() in plug-in-rc.c it's locale-indep (*)
  65a8ae2... libgimpbase: make the GimpParamSpecUnit struct public (*)
  e36028d... app, libgimp, libgimpbase: forgot to support GIMP_TYPE_UNIT (*)
  82cfa9c... libgimpwidgets: fix annotations in GimpDialog. (*)
  c0fb662... Use g_ascii_dtostr() instead of g_ascii_formatd() (*)
  67f33cb... plug-ins: add button mnemonics. (*)
  84ff060... libgimp: GValue of type GEnum not possible. (*)
  2d471ce... libgimpconfig: fix float parsing in gimp_config_deserialize (*)
  a47789f... plug-ins: and in ifs-compose too... (*)
  271c656... pdb, libgimp: fix enum type generation in the libgimp PDB w (*)
  a001ce2... build: .gitlab-ci.yml: change babl build to meson (*)
  7a9e0d9... libgimp: add more registering API to GimpPlugIn and GimpPro (*)
  1e10cfc... plug-ins: register an icon for goat-exercise (*)
  ab94251... app: remove gimp_gegl_rectangle_align_to_tile_grid() (*)
  69ce5e7... app: in gimp_gegl_buffer_copy(), allow tiles outside the ab (*)
  5798cef... app: add gimp_gegl_buffer_dup() (*)
  2d80d4d... app: use gimp_gegl_buffer_dup() everywhere (*)
  fb679f9... app: guarantee fully-COWed copies in more cases in paint co (*)
  2331b88... app: fix #include in gimpdrawable.c (*)
  b687f11... pdb, libgimp: fix some annotations in gimp.c and gimp_pdb.c (*)
  0a02855... Revert "pdb, libgimp: fix some annotations in gimp.c and gi (*)
  d64c0eb... libgimp: change GimpPlugIn and GimpProcedures so temp procs (*)
  1c65080... plug-ins: follow gimp_procedure_new() API change in goat-ex (*)
  9411659... plug-ins: port help to the new plug-in API, to test temp pr (*)
  46cacb5... plug-ins: help: use new API to call the help browser (*)
  6a0ef1f... plug-ins: help: remove the temp proc using new API (*)
  7b7c518... libgimp: move the old plug-in and procedure api to gimplega (*)
  e9c0732... libgimp: move old plug-in and procedure registering/calling (*)
  6f8e063... libgimp: reindent gimp.h (*)
  a42cb80... libgimp: forgot the disable-single-include guard in gimpleg (*)
  c1499f8... libgimp: move more stuff to gimplegacy.c (*)
  7201be7... libgimp: add gimp-private.h for private stuff shared betwee (*)
  7dec3aa... libgimp: move gimp_plugin_icon_register() to gimplegacy.[ch (*)
  8c4f73d... app, libgimp: add copyright notices to the new stuff, minor (*)
  833666d... pdb, libgimp: append _pdb for gtk-doc SECTION names of pdb  (*)
  a198b5a... libgimpwidgets: fix annotation. (*)
  c4ff1d0... Update Spanish translation (*)
  16043ce... Revert "pdb, libgimp: append _pdb for gtk-doc SECTION names (*)
  63695b4... libgimbase: merge gimpparam.h into gimpparamspecs.h (*)
  826c09b... libgimp: keep gimplegacy as introspectable, at least tempor (*)
  32c6c2a... libgimp: add some annotations. (*)
  076fc4e... Update Catalan translation (*)
  cd1ba1c... pdb, libgimp: add proper support for multiline section comm (*)
  1291769... libgimp: some fixes in GimpPlugin. (*)
  5b6cfd9... pdb, libgimp: generate (transfer full) annotations for libg (*)
  e8c6ab7... pdb: add (element-type foo) annotations to all returned arr (*)
  f02a218... pdb, libgimp: add (out) annotations to everything returned  (*)
  4a0f60d... libgimp: fix GimpPlugin virtual method documentation. (*)
  1ab62fa... po-plug-ins, po-python: skip/add new python plug-in files. (*)
  e73916e... pdb, libgimp: annotate input arrays with (element-type foo) (*)
  a40f139... pdb, libgimp: annotate input arrays with (array length=foo) (*)
  05e68da... pdb, libgimp: add (array length=foo) annotations for out ar (*)
  a87104f... pdb, libgimp: fix missing colons at end of annotations. (*)
  ac0c3cf... pdb: remove some formerly manually added annotations. (*)
  f7fbdc8... libgimpwidgets: add a bunch of (transfer) values. (*)
  8c978f4... libgimpcolor: some more (transfer) annotations. (*)
  6fe2508... libgimp*: fix various missing (transfer) annotations. (*)
  3016dfb... libgimpwidgets: add many missing (transfer) annotations. (*)
  1099d60... libgimpmodule: annotate one function, now warning-free (*)
  83ecbc8... libgimpwidgets: fix GimpScaleEntry annotations (*)
  e7f0414... libgimpwidgets: fix a doc glitch in GimpStringComboBox (*)
  1627aac... libgimp, libgimpbase: add some documentation for new functi (*)
  0ccb40f... pdb, libgimp: hide more functions that have new API in gimp (*)
  acf3673... devel-docs: update the libgimpbase docs (*)
  0ec7534... devel-docs: update the libgimpcolor docs (*)
  d66b845... libgimpbase: capitalize some docs section titles (*)
  bbf4270... libgimpcolor: fix "Since:" on gimp_param_spec_rgb_get_defau (*)
  498d478... libgimp: fix annotation for gimp_procedure_add_argument() (*)
  9926e3f... app: forgot to add support for GP_PARAM_DEF_TYPE_UNIT to pl (*)
  ea53089... libgimpwidgets: add a bunch of missing (transfer) annotatio (*)
  bdac38a... libgimpwidgets: add and fix some annotations (*)
  c12c031... pdb, libgimp*: add (out caller-allocates) to all GimpRGB* r (*)
  c9d6f93... devel-docs: update the libgimpbase docs (*)
  254dee3... devel-docs: update the libgimp docs (*)
  67a0451... libgimp: transfer ownership of @error parameter to... (*)
  0cfaeb7... pdb: remove the section docs for the plug-in group (*)
  238a14b... app/core: Don't save private pointer
  92c0816... app/core: Use G_DECLARE_DERIVABLE_TYPE() for GimpObject

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