Commit Graph

33665 Commits

Author SHA1 Message Date
Ed J 41d932cf48 Make INSTALL be generated by autoconf/configure - automatically updates version numbers. 2014-02-03 14:55:26 -05:00
Christian Kirbach 8b89fdb307 Updated German translation 2014-02-02 20:21:29 +01:00
Daniel Sabo db52f88308 app: Set Gimp specific TileHandler properties
Remove a dependency on GEGL setting Gimp specific properties
on custom tile handlers.
2014-02-02 02:12:02 -08:00
Daniel Mustieles b0470a61b7 Revert "Updated FSF's address"
This reverts commit f8667c675b.
2014-01-31 16:57:21 +01:00
Daniel Mustieles f8667c675b Updated FSF's address 2014-01-31 14:27:44 +01:00
Téo Mazars 54f83a5ba2 plug-ins: don't check biClrUsed if bpp > 8 (in bug 697431) 2014-01-30 20:35:45 +01:00
Michael Natterer fcecafa479 Bug 723213 - colors/levels/auto is broken for high bitdepth images
Port gimp_levels_config_stretch_channel() to histograms with
variable number of bins. Still behaves differently for different
bit depths tho.
2014-01-30 00:19:37 +01:00
Michael Natterer 5054241ca6 Bug 722034 - Incorrect snapping behaviour for scale tool
Always snap to the center of transform tool handles.
2014-01-29 23:40:35 +01:00
Michael Natterer 219bf35299 Bug 723177 - After opening an ICC profile with a long description...
...dialogs are too wide

Ellipsize GimpColorProfileComboBox' label.
2014-01-28 18:54:46 +01:00
Michael Natterer 7fca15c27d Bug 722975 - crash when removing tag from palette while filtering by same tag
Each of the following cleans up tag refcounting, fixes access to
released memory, or other small glitches. Not sure which change
actually fixed the bug:

gimp_data_remove_tag(): remove the found tag, not the passed in tag
(which is to be treated only as a value for comparison).

gimp_tagged_remove_tag(): don't continue the loop after the tag to
remove has been found, there can only be one matching tag, and the
list element has become invalid.

gimptagentry.c: keep references around for the members of
entry->common_tags, and make sure the references are always dropped
properly. In assign_tags(), reference the "add" and "remove" lists for
paranoia and safety reasons.
2014-01-26 21:03:28 +01:00
Michael Natterer 6e07c83978 Bug 722939 - asking for an absolute path as gimpdir results in a path...
...relative to the home folder

If an absolute path was given to the --with-gimpdir configure option,
use that path literally.
2014-01-25 19:03:40 +01:00
Michael Bauer e8a180c0d5 Added Scottish Gaelic translation 2014-01-22 20:13:35 +01:00
Michael Henning 6faeef6335 build/win: Upgrade gettext to 0.18.3.2 2014-01-21 14:29:18 -05:00
Michael Henning 6a9ada2fac build/win: Upgrade gdk-pixbuf2 to 2.30.3 2014-01-20 11:13:56 -05:00
Michael Henning 3e63af2732 build/win: Upgrade libpng to 1.6.8 2014-01-19 11:21:05 -05:00
Michael Henning d9a46884bc build/win: Upgrade freetype2 to 2.5.2 2014-01-18 10:35:35 -05:00
Michael Henning 3e87ba740c build/win: Upgrade poppler to 0.24.5 2014-01-16 21:52:26 -05:00
Michael Henning 0ca7b9a811 build/win: Upgrade gdk-pixbuf2 to 2.30.2 2014-01-12 20:03:25 -05:00
Michael Natterer 14af14bbb7 po: add drawable-color-cmds.c to POTFILES.in 2014-01-13 01:28:09 +01:00
Michael Natterer a96a0d0bed pdb: add translation context to the newly added PDB functions 2014-01-13 01:27:37 +01:00
Michael Natterer 28db68e56c libgimp: fix typo in gimp.def 2014-01-12 23:25:21 +01:00
Michael Natterer b4462e9e19 app,libgimp,pdb: add a "drawable_color" PDB group
Which contains all the API from the "color" group, but with a
gimp_drawable namespace and with support for high bit depths. The
group is actually a copy of "color" with cruft removed and some API
ported to using float instead of integer API.

Deprecated all "color" functions that already have a ported version in
"drawable_color".

This is unfinished WIP, some functions in "drawable_color" still have
the old API.
2014-01-12 23:12:21 +01:00
Daniel Sabo afc40ffda0 Add automake 1.13+ test outputs to .gitignore 2014-01-10 15:31:34 -08:00
João S. O. Bueno 8449c3b11b Creates a FileChooserbutton that can pick new filenames. Fixes #699978 2014-01-09 00:45:34 -02:00
João S. O. Bueno 8a202e7618 Completes addition of histogram-export to text plug-in. Addresses #356760 2014-01-08 20:26:22 -02:00
João S. O. Bueno 8c14f3822a Adds generated files after hue-saturation-overlap call. Addresses #634008 2014-01-08 20:20:05 -02:00
João S. O. Bueno 1ad14fa6d6 Export image histogram to text file 2014-01-08 10:41:52 -02:00
João S. O. Bueno 858c39dc23 libgimp: add gimp_hue_saturation_overlap(...) to gimp.def 2014-01-06 13:27:35 -02:00
João S. O. Bueno ba45413742 Revert "gimp.def change due to<tab> SNAFU
This reverts commit 2ad6f86ec1.
2014-01-06 13:25:18 -02:00
João S. O. Bueno 2ad6f86ec1 libgimp: add gimp_hue_saturation_overlap(...) to gimp.def 2014-01-06 13:12:39 -02:00
João S. O. Bueno 5e08d39bc6 Fixes pt_BR translation for 'clear document history' button 2014-01-06 13:02:30 -02:00
João S. O. Bueno 9c4995d7b0 Adds a hue-saturation PDB call with the 'overlap' parameter. Fixes #634008 2014-01-06 00:43:07 -02:00
Michael Natterer 84c132addc Bug 721553 - License text contains obsolete FSF postal address
These files were forgotten when changing license from GPL2 to GPL3.
2014-01-05 14:25:46 +01:00
João S. O. Bueno b9b7604e31 Adds secondary palette sorting channel, clean-up, help text 2014-01-05 05:14:38 -02:00
João S. O. Bueno 16766f3b41 Remove accelerator markers from tooltips for python-fu dialogs 2014-01-05 04:42:39 -02:00
Konfrare Albert 1fb10e5c68 [l10n] Update Catalan translation 2014-01-04 23:48:20 +01:00
Aurimas Černius 87f3a2f808 Updated Lithuanian translation 2014-01-04 23:46:38 +02:00
Michael Natterer ef85845372 app: add gimp_paint_options_set_default_brush_size()
and use it globally instead of two different methods, one of which was
forgotten to be ported to the new aspect ratio range where 0.0 means
1:1. Add a FIXME comment in paint_tools.pdb where I think setting the
default size is a bug, see #721249.
2014-01-04 15:48:34 +01:00
Konfrare Albert 465d50f40c [l10n] Update Catalan translation 2014-01-04 01:18:43 +01:00
Michael Natterer 0475868147 plug-ins: port file-xmc to GEGL 2014-01-01 23:59:48 +01:00
Michael Natterer 938d8921e8 plug-ins: port file-sunras to GEGL, and globally apply some coding style 2014-01-01 22:28:08 +01:00
Michael Natterer 09c8e0cd78 plug-ins: add G_GNUC_PRINTF() to the tiff warning/error functions 2014-01-01 19:54:20 +01:00
Michael Natterer 2ea1c6e9a1 plug-ins, pdb: remove the apply-canvas plug-in and add a compat procedure 2014-01-01 19:21:00 +01:00
Michael Natterer ca938c1275 app: add gegl:texturize-canvas to the menus as "Apply Canvas" 2014-01-01 19:07:48 +01:00
Mark Schmitz 3afc53d866 Bug 720711 - gimpressionist: Background paper is not aligned...
...with the painted image

gimpressionist: fix alignment of image and background paper.
Additionally the resize function is now skipped for a scale of 100%.
2014-01-01 18:46:22 +01:00
Michael Natterer 254b86d4fa Bug 721215 - Preprocessor string concatenation and translation...
...don't work together

gimp_config_file_copy(): build the error format string separately and
in a way that is parsable by xgettext.
2014-01-01 16:32:27 +01:00
saul 598673bc83 Bug 721058 - Shadow layer for Drop Shadow filter in wrong stack position
Fix layer stack positioning for Drop Shadow.
2014-01-01 15:01:16 +01:00
Marco Ciampa 026ce8f5b8 Updated italian translation 2013-12-28 16:58:17 +01:00
Michael Natterer 262d312dfc app: make GimpCurveView's cursor label look pretty for 0..100 ranges
and generally clean up the cursor label code a bit.
2013-12-26 16:33:59 +01:00
Elle Stone f79bff0719 Increase Levels, Curves increments to 10000.
1000 increments is not enough for just barely noticeable
shadow adjustments in linear gamma color spaces.
2013-12-26 15:41:02 +01:00