Commit Graph

33613 Commits

Author SHA1 Message Date
Pavol Klačanský 1f434e9688 Updated slovak translation 2013-12-22 16:12:27 +01:00
Pavol Klačanský 473cfdc03a Updated slovak translation 2013-12-22 16:09:04 +01:00
Téo Mazars 1a8848be87 plug-ins: fix segfault in apply-canvas 2013-12-21 15:52:09 +01:00
Michael Henning 51a145474d plug-ins: In file-fits, EXTEND should be a boolean. 2013-12-20 17:59:15 -05:00
Michael Natterer 81c02e7db1 Bug 720492 - Letter spacing in Text Tool not reset to default
Also reset the "letter-spacing" property in gimp_text_options_reset().
2013-12-20 13:11:53 +01:00
Marco Ciampa 7674ae76c7 Updated italian translation. 2013-12-18 17:46:54 +01:00
SimaMoto,RyōTa bebccb4a28 Bug 720598 - Mistaken description for 'New Guides from Selection
Use original desc. for 'New Guides from Selection', it was
accidentially changed in commit 6239dddda3.
2013-12-18 00:33:57 +01:00
Rafael Ferreira f592894b9a Updated Brazilian Portuguese translation for plug-ins
Since the 'git cherry-pick 36d15343c22f' (from branch gimp-2-8) returned too much error, I msgmerge'd gimp-2-8 and committed again
2013-12-16 05:12:05 -02:00
Daniel Sabo dca3559f13 app: Allow painting in Foreground Select's preview mode 2013-12-14 02:49:00 -08:00
Jehan 2707cff890 app: update a comment for translators.
The current comment is technical and not meant for translators, but it
ends up in po file. Move it where it won't be extracted and add a real
comment for translators. Ideally this string should not be extracted by
xgettext, but it won't verify domains.
2013-12-14 10:26:55 +13:00
Daniel Sabo e9d3bf8f19 Improve Foreground Select tool's GUI
* Add a dialog with Preview, Apply, and Reset buttons instead of
  depending only on hidden keyboard shortcuts.
* Change default paint mode to Unknown.
* Disable engine list when there is only one engine available.
* Hide useless Anti-Alias toggle.
* Write to selection instead of the layer mask.
2013-12-13 12:20:19 -08:00
Piotr Drąg 33b7c897de Updated Polish translation 2013-12-13 18:49:41 +01:00
Joao S. O. Bueno c01e568ab9 Updated Brazilian Portuguese translation
Conflicts:
	po/pt_BR.po
2013-12-12 00:20:49 -02:00
Rodolfo Ribeiro Gomes d5af6bfbc9 Updated Brazilian Portuguese translation
Conflicts:
	po/pt_BR.po
2013-12-12 00:18:21 -02:00
Rafael Ferreira f50aecf8a3 Revert "2 small, but important fixes to pt_BR translation"
This reverts commit acb7e89c41.

Created inconsistence with one translation from Damned Lies. Going to commit it again later.
2013-12-12 00:07:22 -02:00
Marco Ciampa b81b526c35 updated italian translation. 2013-12-11 17:28:13 +01:00
João S. O. Bueno acb7e89c41 2 small, but important fixes to pt_BR translation 2013-12-11 02:00:54 -02:00
Jehan 735f00b886 Bug 679214 - widget direction set to system locale, not user-set lang
In particular a RTL-localized OS, where the user sets GIMP to a LTR lang
would still have a RTL UI (menus, etc.). And vice versa.
2013-12-11 13:14:09 +13:00
Michael Natterer 00cd9b4e47 app: add some CPPFLAGS in core/Makefile.am to fix the build on OSX 2013-12-11 00:41:24 +01:00
Jehan 8707701bee Bug 720163 - Typo fix for a console gimp-error message
s/configuation/configuration/
2013-12-10 14:48:08 +13:00
Michael Henning 8b42761414 build/win: Include gdb and debug info in all builds. 2013-12-09 15:49:55 -05:00
Simone Karin Lehmann 513ef7fd5d Use 'About GIMP' in help menu on OS X+Win, correct German translation
Use 'About GIMP' in help menu on OS X, use '_About' on Linux.
Slightly modified by Sven Claussner to use 'About GIMP' on Windows.
Apply German translation patch.
2013-12-09 21:17:29 +01:00
Elle Stone a4821914d3 Bug 720045 - Add black point compensation to Preferences/Color Management
Make black point compensation configurable separately for both proof
and display.
2013-12-09 02:23:31 +01:00
Michael Natterer 6a02f4a19e app: fix formatting in gimpselection.c 2013-12-08 23:43:47 +01:00
Jehan 44fe30ef80 libgimpthumb: fix "assignment discards ‘const’ qualifier" warning. 2013-12-05 22:18:15 +13:00
Jehan 79cab368d3 libgimpthumb: adds "Since: GIMP 2.10" information to gimp_thumb_get_thumb_base_dir() 2013-12-05 22:16:48 +13:00
Jehan 6c4d8c45b7 libgimpthumb: new function gimp_thumb_get_thumb_base_dir()
Also use this new function in the gimp-thumbnail-list tool, which must
always use the same thumbnail folder as GIMP core.
2013-12-05 21:20:28 +13:00
Jehan 7ef45be890 app: handle migration on OSX of GIMP 2.8.2's config folder.
GIMP 2.8.2's config was "~/Library/Gimp/x.y", before it got moved to
"~/Library/Application Support/x.y" and after being saved in the home
like other UNIXes. The migration code will now check all 3 places in the
right order on OSX.
Thanks to Simone Karin Lehmann for the original proposition.
2013-12-05 11:48:20 +13:00
Piotr Drąg 2244d4b5e2 Updated Polish translation 2013-12-04 19:31:21 +01:00
Jehan 1e8ed15c13 libgimpthumb: fix error message when thumbnails dir detection fails.
We are now using the Freedesktop standard for the thumbnails dir, which
is not relative to home anymore.
2013-12-04 23:03:53 +13:00
Nils Philippsen 23f685931e file-xwd: sanity check # of colors and map entries (CVE-2013-1978)
The number of colors in an image shouldn't be higher than the number of
colormap entries. Additionally, consolidate post error cleanup in
load_image().
2013-12-04 10:59:46 +01:00
Nils Philippsen 32ae0f83e5 file-xwd: sanity check colormap size (CVE-2013-1913) 2013-12-04 10:59:46 +01:00
Michael Henning f3b78cb218 build/win: Upgrade harfbuzz to 0.9.24 2013-12-03 17:52:56 -05:00
Daniel Sabo 845139f910 gegl-tool: Blacklist "display" ops by category 2013-12-03 09:43:00 -08:00
Michael Henning c3911bd0f5 build/win: Upgrade freetype2 to 2.5.1 2013-12-02 20:13:32 -05:00
Kevin Cozens a7e24a64b7 Fixed an error in the close-port function. Closes bug #719396. 2013-12-02 19:46:18 -05:00
Jehan 4e7bfb4e81 app: a bunch of actions which should be inactive when there is no image 2013-12-03 13:23:31 +13:00
Michael Natterer 56cdf642fc Bug 719662 - plug-in-borderaverage returns a garbage alpha value
Return a fully opaque color instead of a random-memory alpha value.
2013-12-01 23:00:24 +01:00
Michael Natterer 0e1978d273 Bug 719634 - Palette editor not working for New Palettes (cannot drop colors)
Allow to drop colors also on the palette view's parent viewport, so
colors can be dropped everywhere inside the scrolled window, also when
the palette view is invisible because it has zero colors. Also allow
dropping of palettes on the viewport to change the editor's active
palette.
2013-12-01 18:04:51 +01:00
Michael Henning 007faf2b32 build/win: Upgrade poppler to 0.24.4 2013-12-01 11:33:38 -05:00
Téo Mazars 9e429993c7 app: add gegl:wind to Filters -> Distorts 2013-12-01 12:57:15 +01:00
Michael Henning 95becc7615 Bug 719593 - On clang, brush outline is not displayed
Don't access path_data->len after path_data has been freed.
2013-11-30 16:34:37 -05:00
Michael Natterer 6c73f28b6d Bug 719560 - Build failure with freetype 2.5.1
Apply patch from su-v that fixes the freetype include to
the madness devised and recommended by freetype.
2013-11-29 21:57:46 +01:00
Michael Natterer 2eb74becb8 app: add G_GNUC_PRINTF() to places where the args are a va_list
The trick is to use G_GNUC_PRINTF (n, 0).
2013-11-29 00:33:05 +01:00
Michael Natterer 297ff1ea0f plug-ins: port file-csource to GIO 2013-11-29 00:05:38 +01:00
Michael Natterer e0edc568aa devel-docs: clarify where to announce a release in release-howto.txt 2013-11-29 00:03:45 +01:00
Massimo Valentini b81641e25f app: fix two typos 2013-11-28 19:44:45 +01:00
Nils Philippsen 2e6af22686 initialize length to appease cppcheck
The code was technically correct previously: It wrote the uninitialized
length only as a placeholder to overwrite it later on. Yet it's better
to not confuse tools (or people) analysing the code. Besides that having
0 for the length in the file while the payload is being written may aid
debugging e.g. crashes in that code later on.
2013-11-28 17:43:14 +01:00
Michael Natterer 99937ddfce libgimpbase: add gimp_output_stream_[v]printf()
Temporary, to be removed when we depend on glib 2.40, which will
clearly be before gimp 2.10
2013-11-28 00:29:43 +01:00
Michael Henning d22d5d1ed9 build/win: Upgrade libpng to 1.6.7 2013-11-24 16:07:14 -05:00