Michael Natterer
1cabefae7c
plug-ins: fix python compat names for the GIMP_FILL_* enum values
2014-11-12 22:05:31 +01:00
Thomas Manni
8a28c72d2b
plug-ins: foggify: fix bad fill parameters
2014-11-12 22:04:47 +01:00
Michael Natterer
effeefb84a
plug-ins, pdb: remove the color-exchange plug-in
...
and add a PDB compat procedure.
2014-11-10 22:40:58 +01:00
Michael Natterer
efd8fee58c
plug-ins: remove the IWarp plug-in
2014-11-08 00:53:17 +01:00
Michael Natterer
84182125cf
Bug 739488 - Set default brush, brush pipe, pattern name to the file's basename
...
If there is no gimp-[brush|pattern|brush-pipe]-name parasite,
default to the file's basename without extension, instead of
always "GIMP Brush" etc.
Also clean up the code, and make the plug-ins do the same things the
same way.
2014-11-05 02:38:04 +01:00
Mukund Sivaraman
d91cc01d84
file-jpeg: Fix typo in comment
2014-11-04 05:44:33 +05:30
Mukund Sivaraman
ec462c16f0
file-jpeg: Add comment about inverted CYMK values
2014-11-04 05:43:44 +05:30
Michael Natterer
51c35d4c78
Bug 739486 - Enter doesn't confirm "export image as brush"
...
Set the "activates-default" property on the spinbutton and entry in
the file-gbr-save dialog.
2014-11-01 15:00:08 +01:00
Mikael Magnusson
3ce761e3b3
gfig: close file on parse errors
2014-10-29 21:16:31 +01:00
Mikael Magnusson
68a4c4f85c
scheme: add missing breaks
2014-10-29 21:09:13 +01:00
Mukund Sivaraman
99789d252e
file-jpeg: Initialize fields in case sscanf() assigns fewer of them
2014-10-28 09:54:20 +05:30
Michael Natterer
fab87871a7
plug-ins: port file-cel-save to GIO
2014-10-27 23:08:41 +01:00
Michael Natterer
591b2d356b
plug-ins: port file-ps' saving code to GIO
2014-10-26 19:02:49 +01:00
Mukund Sivaraman
5c0cdb8ca8
file-jpeg: Improve description of file-jpeg-save args ( #738443 )
2014-10-20 10:23:00 +05:30
Michael Natterer
e4171c5bff
plug-ins, PDB: remove edge-sobel and add a PDB compat procedure
2014-10-11 19:41:49 +02:00
Michael Natterer
fe8cb9788b
Bug 738037 - Wrong order of parameters in the Sobel plugin
...
Get the parameters from the right PDB arguments (parameter index was
off-by-one).
2014-10-07 13:22:19 +02:00
Michael Natterer
d9cebfadb0
plug-ins: 64bit double saving support for file-fits
...
Quickly hacked up, loads again using the plug-in.
2014-10-06 13:37:00 +02:00
Michael Natterer
2e79dfc8da
plug-ins: port file-xbm-save to GIO
2014-10-05 18:06:03 +02:00
Michael Natterer
aed2742bdb
plug-ins: remove obsolete includes from file-html-table
2014-10-05 17:04:44 +02:00
Michael Natterer
86345dc0aa
plug-ins: port file-html-table to GIO
2014-10-05 16:59:16 +02:00
Michael Natterer
b831ab72c4
plug-ins: merge 4 entry callbacks into one in file-html-table
...
And some general cleanup.
2014-10-05 16:42:31 +02:00
Michael Natterer
849481a861
Clean up code around calls to g_file_replace()
...
- use G_FILE_CREATE_NONE instead of 0
- don't put "Could not open <file> for writing: <error>" around the
returned error, the returned message is already verbose
2014-10-04 02:44:54 +02:00
Michael Natterer
98c184f0ad
plug-ins: rename output_printf() to simply print() in file header
2014-10-04 02:30:37 +02:00
Michael Natterer
b971b5b316
plug-ins: port file-header to GIO
2014-10-03 23:40:13 +02:00
Mukund Sivaraman
bcf16161e6
file-bmp: Use cleaner serialization (sign)
2014-10-03 11:58:42 +05:30
Mukund Sivaraman
db18c1f172
file-bmp: Fix final bfSize patched into BMP header ( #737669 )
2014-10-03 11:10:26 +05:30
Mukund Sivaraman
be45ec02dc
Revert "file-gif-save: Export images in non-interactive run mode (Bug #698450 )"
...
This reverts commit 197280311a .
2014-09-26 16:39:49 +05:30
Mukund Sivaraman
197280311a
file-gif-save: Export images in non-interactive run mode (Bug #698450 )
2014-09-26 13:36:32 +05:30
Mukund Sivaraman
2821d77e0c
file-gif-load: Fix proto (Bug #737375 )
2014-09-26 09:01:47 +05:30
Mukund Sivaraman
68cb57d97e
file-gif-load: Try to use as much as possible of broken GIF file (Bug #737375 )
2014-09-26 08:49:59 +05:30
Mukund Sivaraman
7d3aafe323
file-pdf-save: Fix param index (Bug #736281 )
2014-09-26 00:20:01 +05:30
Mukund Sivaraman
2377c8c2a9
file-gif-load: Fail early in several other places if GetDataBlocks() fails (Bug #737375 )
2014-09-25 23:51:35 +05:30
Mukund Sivaraman
55150487ff
file-gif-load: Fail early if GetCode() fails (Bug #737375 )
2014-09-25 22:48:42 +05:30
Michael Natterer
fa92203dd0
Bug 601139 - Gifg no longer usable with the new brush behavior
...
Call gimp_context_set_brush_default_size() after each
gimp_context_set_brush() which restores the original
behavior of the plug-in.
2014-09-25 00:24:34 +02:00
Michael Natterer
6c9181158e
Bug 734655 - "Export Image As JPEG" settings are not remembered
...
Fix the number of expected fields when parsing the defaults parasite
so the saved settings are actually used. Spotted by Massimo.
2014-09-15 00:35:04 +02:00
Jehan
8c1cd7caac
Makefile: fix VPATH builds for win32.
2014-09-14 18:28:26 +02:00
Michael Natterer
b19a18f80e
plug-ins: code cleanup in file-tiff-load.c
2014-09-13 21:59:30 +02:00
Roman Lebedev
1533cf6f0f
Bug 736555 - file-tiff-load: support loading of 32-bit (float and int) data
...
Implement loading of 32-bit (float and int) data
2014-09-13 21:38:25 +02:00
Michael Natterer
250223453f
plug-ins: some code cleanup in file-tiff-save.c
2014-09-13 21:24:04 +02:00
Roman Lebedev
f717fe17ec
Bug 736561 - file-tiff-save: support saving of 32-bit (float and int) data
...
Implement saving of 32-bit (float and int) data.
2014-09-13 21:09:51 +02:00
Michael Natterer
aa0912fcd6
Bug 735904 - Zealous crop of an image with a selection duplicates image data
...
Clear the selection before calling gimp_drawable_merge_shadow(), because
the selection affects the merge, which is unwanted here.
2014-09-10 00:09:28 +02:00
Michael Natterer
14978bfe5d
Simplify calls to g_output_stream_write_all()
...
It returns TRUE only if all bytes were written, so there is no need to
get and check the bytes_written return value.
2014-09-07 20:30:14 +02:00
Philippe Teuwen
6e73a6278f
file-bmp: Use masks when BI_BITFIELDS method is found
2014-08-28 19:30:20 +05:30
Mukund Sivaraman
24cf89aa68
file-bmp: Print compression method in debug build
2014-08-28 19:27:07 +05:30
Mukund Sivaraman
1d10c4d88f
file-bmp: Fix format specifiers
2014-08-28 19:21:53 +05:30
Mukund Sivaraman
2dac58718f
file-bmp: Remove unnecessary casts
2014-08-28 19:07:59 +05:30
Massimo Valentini
51d3498cd4
Bug 732072: Image windows created by script-fu plug-ins...
...
are opened behind the previously focused Image Window
libgimp/gimpui.c bypasses gtk in setting the transient_for
property and so it is not possible to call
gtk_set_transient_for (dialog, NULL), but it is necessary
to go directly to the gdk level.
2014-08-21 12:43:51 +02:00
Kevin Cozens
5bacf11360
Don't need to use snprintf() in atom2str to return some fixed strings.
...
From SVN version 102 of offical version of TinyScheme.
2014-08-17 21:02:30 -04:00
Kevin Cozens
ac45213ccd
Prevent possible crash when loading file with scheme_load_file.
...
From SVN version 101 of offical version of TinyScheme.
2014-08-17 21:02:30 -04:00
Mikael Magnusson
5fb5327f33
plug-ins: fix typo in error path
2014-08-16 03:10:35 +02:00