Commit Graph

365 Commits

Author SHA1 Message Date
07c3f6bee3 New upstream version 2.10.0 2018-04-27 11:44:24 -04:00
566351d422 New upstream version 2.10.0~RC2 2018-04-19 11:58:35 -04:00
4bcc1183e5 devel-docs: add new libgimp functions 2018-04-16 21:45:21 +02:00
50536e1c38 Bug 795230 - Rename Blend tool and provide PDB compatibility
Add new PDB group "drawable_edit" which has all procedures from the
"edit" group which are not cut/copy/paste.

The new group's procedures don't have opacity, paint_mode
etc. arguments but take them from the context instead. Unlike the old
gimp-edit-fill, gimp-drawable-edit-fill now uses the context's opacity
and paint_mode.

The new gimp-drawable-edit-gradient-fill procedure uses even more
context properties which are also newly added with this commit
(gradient_color_space, gradient_repeat_mode, gradient_reverse).

And some cleanup in context.pdb.

This is still WIP, nothing in the edit group is depcreated yet.
2018-04-15 15:28:50 +02:00
6ee700fd3d New upstream version 2.10.0~RC1 2018-03-28 12:37:30 -04:00
4e910d9e95 New upstream version 2.8.22 2018-03-28 09:56:30 -04:00
d20171d478 devel-docs: add some missing newly added functions 2017-06-03 21:32:33 +02:00
bf21bc1476 devel-docs: add missing stuff to *-sections.txt files 2017-03-10 23:52:59 +01:00
b364563165 New upstream version 2.8.20 2017-03-04 16:10:34 -05:00
0d5fa53b0e devel-docs: add new stuff to *-sections.txt, and cleanup 2016-09-21 15:47:02 +02:00
7c6d74dc87 Imported Upstream version 2.8.18 2016-07-14 16:43:52 -04:00
66d1b776a9 Imported Upstream version 2.8.16 2015-11-24 14:17:30 -05:00
5522170d56 devel-docs: remove a template file that should not be in git 2015-06-02 02:48:46 +02:00
a7b84ded8e Bug 325564 - Use CIE LCH instead of HSL for layer mode Color
Add Hue, Chroma, Color and Lightness layer modes in LCH color space.
2015-06-02 01:37:26 +02:00
bcdc7d6c72 devel-docs: more updates 2015-06-01 00:44:35 +02:00
8005eea835 Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments
because it confuses gtk-doc and breaks some links. Also change the
"Index of new symbols in GIMP 2.x" sections to be what seems to be the
modern standard (looked at the GLib and GTK+ docs), and update some
other stuff.
2015-05-31 21:18:09 +02:00
c1e0929e61 devel-docs: add "Index of new symbols in GIMP 2.10" 2015-05-30 23:20:00 +02:00
bc4cf9918f Bug 673501 - Issue with Overlay
GIMP's OVERLAY mode was identical to SOFTLIGHT. This commit fixes the
issue and introduces a NEW_OVERLAY mode and enum value.

- change gimp:overlay-mode to be a real (svg-ish) overlay mode
- when compositing, map OVERLAY to gimp:softlight-mode
- when compisiting, map NEW_OVERLAY to gimp:overlay-mode
- bump the XCF version when NEW_OVERLAY is used
- map OVERLAY to SOFTLIGHT when loading and saving XCF
- map OVERLAY to softlight in all PDB setters
- map OVERLAY to softlight when deserializing a GimpContext
- change all paint mode menus to show an entry for NEW_OVERLAY
  instead of OVERLAY
- change PSP, PSD and OpenRaster to use NEW_OVERLAY

These changes should (redundantly) make sure that no OVERLAY enum
value is used in the core any longer because it gets mapped to
SOFTLIGHT at all entry points, with the downside of introducing a
setter/getter asymmetry when OVERLAY was set in a PDB api.
2015-04-29 13:32:58 -04:00
bf2f572083 Imported Upstream version 2.8.14 2014-09-20 13:16:57 -04:00
189c329a2c devel-docs: update the docs a bit 2014-07-02 13:53:22 +02:00
a261cf93d0 devel-docs: no need any longer to ignore gimpcompat.h, it's gone 2014-05-19 03:11:03 +02:00
a4223766f2 all,libgimp*: move GimpConvolveType and GimpInkBlobType to libgimpbase
and make GimpConvolveType's values sane.
2014-04-29 22:44:58 +02:00
2ff414d799 app,libgimp,pdb: remove enum GimpConvolutionType from the public API
It was exported accidentially and never used for anything.
2014-04-27 23:05:12 +02:00
b8aa0b67d1 Imported Upstream version 2.8.10 2013-12-04 20:45:50 -05:00
a7debe0231 Imported Upstream version 2.8.6 2013-07-01 20:23:15 -04:00
08fdee2b19 Imported Upstream version 2.8.4 2013-02-23 11:28:27 -05:00
3e7e28c5ef Imported Upstream version 2.8.2 2012-09-09 22:04:14 -04:00
f03e90f6fe Imported Upstream version 2.8.0 2012-05-05 12:33:49 +02:00
7aa7472f4a devel-docs: Fix compilation, include gegl.h 2012-05-02 21:03:03 +02:00
a9ee07da43 devel-docs: updated so the latest additions and changes show up 2012-03-12 20:11:20 +01:00
3fcab19200 Imported Upstream version 2.6.12 2012-02-18 13:51:51 -05:00
408595d9d5 devel-docs: update .gitignore 2011-12-03 23:36:24 +01:00
ebbad40885 Doc fixes in both source comments and gtk-doc files 2011-11-25 21:39:55 +01:00
374dd50c43 libgimp: add gimp_layer_new_from_surface()
and to enable that, make libgimp depend on Cairo.
2011-04-20 23:58:00 +02:00
26bf2b0cd7 Make libgimp depend on GdkPixbuf
Move the pixbuf layer and image thumbnail function from libgimpui to
libgimp and move gimp_layer_new_from_pixbuf() to gimplayer.[ch] where
it belongs. Change gimp-2.0.pc accordingly, adapt plug-in Makefiles
and update devel-docs.
2011-04-20 20:04:35 +02:00
d2828cb279 devel-docs: add lots of missing functions to foo-sections.txt 2011-04-14 22:01:33 +02:00
b67aa5fe8b devel-docs: add --name-space=gimp to MKDB_OPTIONS 2011-04-14 21:27:29 +02:00
f4b311d558 devel-docs: add newly generated templates to .gitignore 2011-03-15 22:43:49 +01:00
c913c1512a libgimp, plug-ins: change the parasite function calls in more places 2011-03-02 21:57:37 +01:00
44c4ec2fc8 devel-docs: update libgimp docs with the new functions 2011-02-14 14:15:34 +01:00
04341c96c0 Imported Upstream version 2.6.10 2010-08-11 01:28:26 -04:00
d302c2222c Imported Upstream version 2.6.8 2010-08-11 01:27:39 -04:00
6a2ceb16e3 Imported Upstream version 2.6.7 2010-08-11 01:27:19 -04:00
50c86845f0 Imported Upstream version 2.6.6 2010-08-11 01:27:05 -04:00
3cf24830db Imported Upstream version 2.6.4 2010-08-11 01:26:34 -04:00
15545dd8aa Imported Upstream version 2.6.3 2010-08-11 01:26:23 -04:00
96563501af Imported Upstream version 2.6.2 2010-08-11 01:26:11 -04:00
0e546c590e Imported Upstream version 2.6.1 2010-08-11 01:25:55 -04:00
94f5319c14 Imported Upstream version 2.6.0 2010-08-11 01:25:38 -04:00
826f4b0313 Imported Upstream version 2.4.7 2010-08-11 01:25:24 -04:00