Commit Graph

32506 Commits

Author SHA1 Message Date
Michael Natterer 4c90c51009 m4macros: remove gimpprint.m4, it's unused 2013-01-27 19:12:02 +01:00
Ville Skyttä 6b0d1038cc Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
Massimo Valentini 94a404ed24 Bug 639920: Gaussian blur can't work on specified selection
In presence of a selection extend the area processed
2013-01-27 17:04:04 +01:00
Ville Skyttä 79be7de82e Bug 692625 - Use image/x-pcx for PCX in desktop entry
Desktop entry: Use image/x-pcx as PCX MIME type to sync with
shared-mime-info.
2013-01-27 14:26:13 +01:00
Jehan 518e396ff4 Bug 692570 - GIMP fails to migrate binary files
Update the migration function so that it does not apply any restriction
on files where no explicit migration rules are set (for instance binary
files where no proper migration rules by regexp is possible).
2013-01-26 22:05:46 +09:00
Jehan 057d5be970 Bug 688316 - get_special_folder reverted to exact same implementation as glib.
I used SHGetFolderLocation, deprecated, which I thought was a better idea than
SHGetSpecialFolderLocation, deprecated as well, but also unsupported. But it
apparently won't compile on XP. Reverts back to glib exact copy.
2013-01-24 01:09:32 +09:00
Jernej Simončič 1043216424 Windows: #588015 - Make sure that GIMP is Terminal-Server-aware
(cherry picked from commit 4b9af78336)
2013-01-22 23:13:49 +01:00
Jehan 9fa112f6b3 Bug 690728: file-gif-save plug-in crops the actual image the user is working on.
Destructive behavior fixed by duplicating the image first, then deleting
the duplicate at the end.
2013-01-20 16:17:55 +09:00
Michael Natterer 5d07d8052c file-fits: more cleanup 2013-01-20 00:51:48 +01:00
Michael Natterer 9cff6a663c file-fits: change data types to CamelCase and constants to CAPS 2013-01-20 00:34:32 +01:00
Michael Natterer 95d7edf72b Bug 675069 - "Value" in po-plug-ins/ja.po is conflicted
Add a translation context to "Value" in the metadata plug-in.
2013-01-19 22:48:31 +01:00
Michael Natterer 2eae4c42e8 metadata: indentation in interface.c 2013-01-19 22:46:14 +01:00
Kővágó, Zoltán cfe5dd8bd4 file-xwd: support 32bit (ARGB) xwd import
No saving for now...
2013-01-19 22:03:06 +01:00
Martin Srebotnjak 293bf27346 Updated Slovenian translation 2013-01-19 21:42:27 +01:00
Martin Srebotnjak a22e1846de Updated Slovenian translation 2013-01-19 21:39:43 +01:00
Martin Srebotnjak b87b8d3070 Updated Slovenian translation 2013-01-19 21:37:53 +01:00
Martin Srebotnjak 28835e5a5f Updated Slovenian translation 2013-01-19 21:37:53 +01:00
Michael Natterer dfabfb9664 Bug 572997 - gih description alter when re-saving
Undeprecate, clean up and apply patch from Eric Lamarque which adds a
"gimp-brush-pipe-name" parasite to remember the description.
2013-01-19 20:54:08 +01:00
Massimo Valentini d93d2e71c3 Bug 670226 - pbm image non-interactive different from interactive
Properly set the "pbm" flag in non-interactive mode, also add a
missing "break" so non-interactive actually behaves like
non-interactive.
2013-01-19 18:46:53 +01:00
Ludovic Rousseau 5379a2377e Bug 675510 - tw_func.h contains windows-specific types
Put the stuff in #ifdef G_OS_WIN32
2013-01-19 18:39:15 +01:00
Michael Henning 2999e30901 plug-ins: fix memory leak in file-html-table
Found using clang's scan-build.
2013-01-18 23:12:15 -05:00
Michael Natterer 2491a3a088 app: add (disabled) support for rendering the image at high resolution
for what Apple calls "Retina". Disabled because the GDK API to figure
the scale factor doesn't exist yet.
2013-01-18 16:36:22 +01:00
Michael Henning 0357f83658 plug-ins: fix memory leak in file-mng
Found using clang's scan-build.
2013-01-17 19:23:51 -05:00
Michael Natterer c262fee244 Bug 689523 - GIMP crashes (segfault) when loading a context with a font...
Make gimp_context_get|set_font_name() actually deal with
context->font_name, so the context can do its job of keeping the name
of an unavailable object around.
2013-01-18 01:02:31 +01:00
Michael Natterer 0a37a0490f app: fix indentation in GimpContext 2013-01-18 00:50:12 +01:00
Michael Natterer 3c006d0a4f modules: make all get_type() functions static 2013-01-17 20:57:50 +01:00
Michael Natterer 9f610ef3cf modules: use G_DEFINE_DYNAMIC_TYPE() in color-selector-cmyk-lcms 2013-01-17 20:56:58 +01:00
Michael Natterer 7e273bc6d0 Bug 686929 - Newly created toolbox is too tall and too narrow
Set the dock window's geometry hints after the tool palette's style is
known, not after the toolbox' style is known, so we get the right tool
button dimensions for minimum size and size increments.
2013-01-17 19:37:03 +01:00
Michael Henning a9b014c3dd plug-ins: fix memory leak in file-xbm
Found using clang's scan-build.
2013-01-16 18:49:09 -05:00
Mukund Sivaraman 5d1c8726a3 imagemap: Don't use fixed size buffer to print statusbar messages (#691386) 2013-01-16 17:23:52 +05:30
Enrico Nicoletto 0e54de7f1e Updated Brazilian Portuguese translation 2013-01-15 21:01:17 -02:00
Michael Henning 0f6044ef2b plug-ins: fix memory leak in psd-save
Found using clang's scan-build.
2013-01-15 17:10:33 -05:00
Francisco Vila 0e748fe55a Updated Spanish translation 2013-01-15 16:00:22 +01:00
Michael Natterer c44c33f667 plug-ins: forgot gegl_init() in file-pdf-save 2013-01-15 14:25:15 +01:00
Michael Henning 14bb38da3f plug-ins: fix a memory leak in file-png
Found using clang's scan-build.
2013-01-14 17:36:43 -05:00
Michael Henning f4bf93dac9 plug-ins: fix memory leak in file-tiff-save
Found using clang's scan-build.
2013-01-13 21:38:12 -05:00
Michael Natterer 2fc0c768f1 app: don't leak references in gimp_session_info_restore_docks()
This should fix quite a bunch of memory leaks.
2013-01-14 01:36:08 +01:00
Michael Natterer 69fd08dbf8 plug-ins: remove some more totally unused cruft from imagemap
with the nice side effect that it now compiles without further
changes on GTK+ 3.x
2013-01-14 01:25:01 +01:00
Michael Natterer 7fa0321afc Bug 691183 - GIMP uses deprecated GtkHandleBox widget
Simply get rid of the handle boxes now instead of waiting
for GTK+ 3.x, they were entirely pointless in this case anyway.
2013-01-14 01:08:57 +01:00
Michael Natterer d41f7f1300 plug-ins: more cleanup in fits-io 2013-01-13 23:14:13 +01:00
Michael Natterer fda8c63a2b plug-ins: remove trailing whitespace in file-tiff-load 2013-01-13 22:27:22 +01:00
Michael Henning 7d6f6a2692 plug-ins: fix memory leak in file-tiff-load
Found using clang's scan-build.
2013-01-12 22:52:42 -05:00
Michael Henning e87971e850 plug-ins: fix memory leak in edge-neon
Found using clang's scan-build.
2013-01-11 21:02:00 -05:00
Michael Natterer 24f2a24b99 plug-ins: completely reformat fits-io.* 2013-01-12 00:46:09 +01:00
Michael Natterer 1f22d11256 plug-ins: port file-fits to GEGL 2013-01-11 00:49:31 +01:00
Michael Henning 4d36a1fdf8 app: fix memory leak in widgets/gimpgradientselect.c
Found using clang's scan-build.
2013-01-10 17:22:27 -05:00
Michael Natterer cfbf83161b plug-ins: untabify file-fits 2013-01-10 23:17:57 +01:00
Michael Natterer c758bdc9e5 plug-ins: clean up formatting in file-fits 2013-01-10 23:10:16 +01:00
Michael Henning c59e569e50 plug-ins: don't free a pointer allocated with g_newa in file-pdf-save
Found using clang's scan-build.
2013-01-09 17:02:43 -05:00
Nils Philippsen fc625feb40 fix copy-paste error 2013-01-09 15:37:30 +01:00