Massimo Valentini
2643107912
Bug 623850 - (Paco) Recursive Gaussian Filter error
2010-09-16 19:50:16 +02:00
Barak Itkin
1135f2db92
Bug 624487 - Fix incorrect "wrap mode" documentation values in Edge plug-in
2010-09-13 02:55:20 +02:00
Seth Burgess
90eda12905
plug-ins: Fix preview in Difference of Gaussians
...
Implement invert as part of normalize routine - See Bug 557380
2010-09-13 02:23:05 +02:00
Barak Itkin
0097286a45
plug-ins: remove execute permission from common/file-pdf-save.c
2010-09-12 18:51:38 +02:00
Michael Natterer
3c15255030
plug-ins: port curve-bend curve drawing to cairo
2010-09-12 00:54:39 +02:00
Michael Natterer
52a6a8deb8
plug-ins: port sample-colorize drawing to cairo
2010-09-09 14:07:27 +02:00
Michael Natterer
333eeab13f
plug-ins: pagr-size must be 0 on adjustments used for spin buttons
2010-09-09 13:50:15 +02:00
Michael Natterer
fe536cf845
plug-ins: remove more useless logic from nova
2010-09-09 02:07:58 +02:00
Michael Natterer
3c062c3f23
plug-ins: port lens-flare center drawing to cairo
2010-09-09 02:07:13 +02:00
Michael Natterer
0ad9051bc3
plug-ins: more cleanup in nova and tile-small
2010-09-09 01:54:00 +02:00
Michael Natterer
0aa35c8c8e
plug-ins: use the same opacities for drawing lines on top of the preview
2010-09-08 21:00:29 +02:00
Michael Natterer
9970a2b14b
plug-ins: port nova cursor drawing to cairo and simplify drawing a lot
2010-09-08 20:52:02 +02:00
Michael Natterer
73b5f87873
plug-ins: port tile-small selection drawing to cairo
2010-09-08 20:33:39 +02:00
Michael Natterer
e0ad0f478e
plug-ins: port filter-pack drawing to cairo
2010-09-08 14:36:29 +02:00
Michael Natterer
bbd7ec6b5c
plug-ins: port from gimp_image_add_foo() to gimp_image_insert_foo()
...
I'm sure some plug-ins need to add their items *not* at the toplevel,
but since making plug-ins really tree-aware is a lot more work than
just fixing insert positions, I went for passing -1 as parent in
almost all cases. And because of laziness...
2010-09-06 11:40:46 +02:00
Michael Natterer
edf1bb794f
plug-ins: use gimp_item_to_selection() instead of deprecated API
2010-09-05 23:22:17 +02:00
Sven Neumann
ee31bd1c4d
plug-ins: whitespace and coding style cleanups
...
Apply whitespace and coding style cleanups to the new optimized
code. Also sprinkle with const qualifiers.
2010-09-05 19:35:33 +02:00
KermiDT
6a99cf7ed4
Bug 628817 - Optimized Despeckle plug-in
...
Included optimized version of despeckle plug-in.
2010-09-05 19:35:11 +02:00
Martin Nordholts
fc121e7ba8
Disable strict aliasing where we break aliasing rules
...
Add -fno-strict-aliasing to CFLAGS for files where we get
"dereferencing type-punned pointer will break strict-aliasing
rules"-warnings.
2010-09-04 13:49:09 +02:00
Martin Nordholts
27471e1f7c
plug-ins/common: Allow arbitrary CFLAGS in mkgen.pl
...
Don't require a plug-in to specify a *FLAGS* variable in
plugin-defs.pl, to make it possible to for example add
cflags => '-fno-strict-aliasing'
directly.
2010-09-04 13:49:08 +02:00
Michael Schumacher
e77dd90fc0
Bug 574018 - Add a manifest to executables
...
Created a resource file for plug-ins and a rule to link it to them.
The application icon file is smaller than the default one, there's no
point in doubling the size of a plug-in executable just for an icon.
If no problems turn up, this will close the bug.
2010-09-01 08:24:45 +02:00
Michael Natterer
6130f6b0bb
plug-ins: clean up includes in file-pdf-save.c
2010-08-28 12:44:30 +02:00
Barak Itkin
f1266c2b0a
plug-ins: fix some warnings in file-pdf-save, and fix configure.ac to include it
2010-08-28 00:10:00 +03:00
Barak Itkin
6f8c412735
plug-ins: add the new file-pdf-save plugin (Bug #382688 )
2010-08-28 00:09:59 +03:00
Barak Itkin
7f10c24f4a
plug-ins: rename file-pdf to file-pdf-load
...
Renaming the PDF import plugin to file-pdf load is needed in order to introduce
the new PDF export plugin
2010-08-28 00:09:59 +03:00
Martin Nordholts
270ba46eba
Bug 623186 - GIF save plugin chokes on layers larger than canvas
...
GIMP_RUN_WITH_LAST_VALS must have the UI initialized too, for example
when doing File -> Export <file>.
2010-08-16 21:58:14 +02:00
Michael Schumacher
fe7b253512
Bug 626020 - Console window opening on file-ps-load
...
Added G_SPAWN_STDOUT_TO_DEV_NULL and G_SPAWN_STDERR_TO_DEV_NULL to the
g_spawn_sync () flags. According to Tor Lillqvist this won't fix the bug,
but the GLib docs state that these flags have to be added if stdout and
stderr are set to NULL.
2010-08-12 21:54:44 +02:00
SimaMoto,RyōTa
1dfa7b5e76
Bug 625571 - Request context tags for reasonable translation on some plug-ins
...
Set gettext context signatures on "From:" and "To:" labels
of the Color Rotate and the Color to Alpha plug-ins.
2010-07-31 15:25:12 +02:00
Sven Neumann
2a901da559
Bug 624944 - "Colour Exchange" dialog is too high in size
...
Rearrange widgets into two columns.
2010-07-21 21:42:27 +02:00
Nelson A. de Oliveira
4fea27ec1d
Bug 623169 - Memory leaks in GIMP
...
Add some missing g_free() and free() calls, found by cppcheck.
2010-07-15 21:42:36 +02:00
Sven Neumann
17a4baff01
Bug 624452 - plug-in-displace pdb call incorrectly documented edge behaviour
...
Fix documentation for displace-type parameter. Spotted by Rob Antonishen.
2010-07-15 21:36:12 +02:00
Sven Neumann
ff221e679c
Bug 624275 - Image saved from google docs generates a 'gimp-image-set-resolution' error message
...
Only set the image resolution if the resolution in the PNG file
is greater than zero.
2010-07-13 22:20:15 +02:00
Michael Natterer
611877783c
libgimp: deprecate gimp_image_attach_new_parasite()
...
and port all its users to gimp_image_parasite_attach().
2010-07-09 14:15:55 +02:00
Michael Natterer
c87025ead6
plug-ins: gimp_drawable_get_image() -> gimp_item_get_image()
2010-07-09 14:01:53 +02:00
Michael Natterer
c6a2eaa5c4
plug-ins: use new item API instead of deprecated drawable API
2010-07-09 12:27:36 +02:00
Michael Natterer
45a7484b6a
plug-ins: undeprecate after API deprecations
2010-07-09 10:36:52 +02:00
Andrew Wyatt
4a1078796b
Bug 613328 - TGA files saved with incorrect header yOrigin data
...
Fix header for TGA files saved with save option 'Origin=Top Left'.
2010-07-07 20:41:46 +02:00
Rupert Weber
731fa3081d
Bug 621363 - CMYK decompose broken
...
The CMYK Decompose/Recompose plugin used its own (faulty) algorithm
for RGB<->CMYK conversions. This fix changes the plugin to use the
conversion routines provided by libgimpcolorspace.
2010-07-07 19:32:58 +02:00
Sven Neumann
999f00bd27
Bug 623186 - GIF save plugin chokes on layers larger than canvas
...
Move the call to gimp_ui_init() before the sanity checks so that
GTK+ is properly initialized before the dialog is shown.
2010-07-07 19:25:14 +02:00
Sven Neumann
0d66ff0a31
plug-ins: move variables to local scope
2010-05-28 22:31:15 +02:00
Sven Neumann
754b556ea6
Bug 619189 - Add support for RGB565 in csource export filter
...
Apply patch from bug-report that adds support for RGB16 (RGB565).
Changed UI code to set the toggle buttons insensitive instead of
showing a warning.
2010-05-28 22:20:35 +02:00
Martin Nordholts
e942d1e913
plug-ins: Remove bogus ) in file-xmc.c
2010-05-27 19:53:48 +02:00
Sven Neumann
ed6fa8d3f3
plug-ins: adjust user-visible strings for consistency
2010-05-21 22:19:24 +02:00
Sven Neumann
c3f1d0c33b
plug-ins: improve error messages
2010-05-20 21:08:57 +02:00
Martin Nordholts
7de8fa5293
plug-ins: Refer to 'Windows' as 'Microsoft Windows'
2010-05-16 20:28:00 +02:00
Nelson A. de Oliveira
19d4ad70f9
Bug 595605 - memory leaks in plug-ins/common/curve-bend.c
...
Add missing g_free() calls.
2010-05-16 11:09:02 +02:00
Tor Lillqvist
df24468fde
Bug 544560 - Loading PDF file fails if its path contains non-ascii characters
...
Use poppler_document_new_from_data() instead of
poppler_document_new_from_file() to work around filename encoding
issues.
2010-05-16 11:00:53 +02:00
Sven Neumann
79eb426893
plug-ins: coding style cleanup and a few simplifications
2010-05-12 22:40:43 +02:00
Sven Neumann
55bc1fa84f
Bug 144454 - Loading and storing DICOM again looses important information
...
Retain dicom tags using parasites. Patch by Paul Epperson.
2010-05-12 22:40:43 +02:00
Sven Neumann
aa806486e4
Bug 616564 - Dicom Plugin Storing Odd Length Dicom Tags
...
By the Dicom Standard, elements which would be odd in length must be
padded to an even length. Patch from Paul Epperson.
2010-05-06 20:52:33 +02:00