9be37aaa91
plug-ins, pdb: remove the diffraction plug-in and add a PDB compat procedure
2015-01-21 22:51:49 +01:00
932401e051
file-pnm: Don't write comments into PFM files
2015-01-21 15:24:22 +05:30
2b4152037d
file-tiff-load: Fix rowstride for edge tiles ( #743034 comment #3 )
...
The following images demonstrate the issue:
tiger-75-gray-jpg.tiff
tiger-75-rgb-jpg.tiff
2015-01-21 09:36:36 +05:30
51e4491fbf
file-pnm: Add support for saving PFM (portable floatmap) files in color and gray
2015-01-20 21:44:06 +05:30
b6095b6fa5
file-pnm: Fix direction of progressbar during load ;)
2015-01-20 21:07:59 +05:30
19f4843c66
file-pnm: Bump rate of progress update when saving
2015-01-20 21:03:24 +05:30
c05853885a
file-pnm: Pass format to gegl_buffer_get() to fix saving from other formats
2015-01-20 21:00:08 +05:30
013e943b6c
file-pnm: Wrap to 80 columns
2015-01-18 06:55:56 +05:30
1c283737e5
plug-ins: add PFM reading support to file-pnm
...
Thanks muks for cleaning this up
2015-01-16 15:37:24 +01:00
b87d97ae68
plug-ins, pdb: remove the lens-flare plug-in and add a PDB compat procedure
2015-01-08 23:39:03 +01:00
ddda6a15c3
file-tga: Use the colormap origin / first entry index field
2014-12-20 23:24:20 +05:30
4d5e42ac1a
plug-ins, pdb: remove the engrave plug-in and add a PDB compat procedure
2014-12-15 23:54:35 +01:00
ed15ea8775
plug-ins: common/Makefile.am is generated, changed plugin-defs.pl
2014-12-11 11:40:36 +01:00
f8073e6946
plug-ins: port crop-zealous to GEGL
2014-12-11 10:10:35 +01:00
068745dc5c
Bug 741179: Export does not remember compression of input...
...
for Deflated TIFF
similar to commit 91738c3b9
2014-12-09 18:13:35 +01:00
7313cb559e
plug-ins, pdb: remove the illusion plug-in and add a PDB compat procedure
2014-12-04 20:42:15 +01:00
212b44cf2f
plug-ins, pdb: remove the Solid Noise plug-in and add a PDB compat procedure
2014-11-22 21:04:31 +01:00
b49e8098d4
plug-ins, pdb: remove the sinus plug-in and add a PDB compat procedure
2014-11-21 22:11:15 +01:00
b94ba871ac
plug-ins, pdb: remove the nova plug-in and add a PDB compat procedure
2014-11-18 21:05:32 +01:00
e78540e581
plug-ins, pdb: remove the video plug-in and add a PDB compat procedure
2014-11-16 22:08:51 +01:00
effeefb84a
plug-ins, pdb: remove the color-exchange plug-in
...
and add a PDB compat procedure.
2014-11-10 22:40:58 +01:00
efd8fee58c
plug-ins: remove the IWarp plug-in
2014-11-08 00:53:17 +01:00
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
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
fab87871a7
plug-ins: port file-cel-save to GIO
2014-10-27 23:08:41 +01:00
591b2d356b
plug-ins: port file-ps' saving code to GIO
2014-10-26 19:02:49 +01:00
e4171c5bff
plug-ins, PDB: remove edge-sobel and add a PDB compat procedure
2014-10-11 19:41:49 +02:00
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
2e79dfc8da
plug-ins: port file-xbm-save to GIO
2014-10-05 18:06:03 +02:00
aed2742bdb
plug-ins: remove obsolete includes from file-html-table
2014-10-05 17:04:44 +02:00
86345dc0aa
plug-ins: port file-html-table to GIO
2014-10-05 16:59:16 +02:00
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
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
98c184f0ad
plug-ins: rename output_printf() to simply print() in file header
2014-10-04 02:30:37 +02:00
b971b5b316
plug-ins: port file-header to GIO
2014-10-03 23:40:13 +02:00
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
197280311a
file-gif-save: Export images in non-interactive run mode (Bug #698450 )
2014-09-26 13:36:32 +05:30
2821d77e0c
file-gif-load: Fix proto (Bug #737375 )
2014-09-26 09:01:47 +05:30
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
7d3aafe323
file-pdf-save: Fix param index (Bug #736281 )
2014-09-26 00:20:01 +05:30
2377c8c2a9
file-gif-load: Fail early in several other places if GetDataBlocks() fails (Bug #737375 )
2014-09-25 23:51:35 +05:30
55150487ff
file-gif-load: Fail early if GetCode() fails (Bug #737375 )
2014-09-25 22:48:42 +05:30
b19a18f80e
plug-ins: code cleanup in file-tiff-load.c
2014-09-13 21:59:30 +02:00
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
250223453f
plug-ins: some code cleanup in file-tiff-save.c
2014-09-13 21:24:04 +02:00
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
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
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
7928be2255
fix a few potential use-before-check errors
...
Spotted by Andrey Karpov using static code analysis:
http://www.viva64.com/en/b/0273/
2014-08-16 00:59:19 +02:00
99abc566d4
fix some precedence errors
...
Spotted by Andrey Karpov using static code analysis:
http://www.viva64.com/en/b/0273/
2014-08-16 00:37:13 +02:00