647f0ada2a
Add support for reading 16-bit raw PPM files
...
This should be useful for loading the output of programs such
as dcraw.
2011-03-26 15:09:59 +05:30
c062432444
Fix size_t format modifier yet again
...
This is cause our favourite platform Windows doesn't support
the POSIX `z' modifier for size_t arguments. Yay!
2011-03-24 11:29:23 +05:30
28aa26fb28
Bug 635038 - Fails to build on GNU/Hurd
...
Apply patch from Ari Pollak that tries harder to get a value for
PATH_MAX.
2011-03-21 23:40:05 +01:00
584f9a35e7
Use correct format string for size_t args
2011-03-18 00:06:15 +05:30
ac5cd62af5
plug-ins: don't use %ld to print simple integer values
...
I have no clue why %ld was used here, the values are really small...
2011-03-17 15:58:46 +01:00
e26c2777c5
plug-ins: use GimpImageType instead of GimpImageBaseType in value-propagate
...
This has been wrong forever.
2011-03-17 15:57:46 +01:00
d7c1788f2c
plug-ins: use gdk_window_get_width/height() on GTK+ >= 2.24
2011-03-17 15:56:53 +01:00
98e5c32f00
plug-ins: compare gimp_image_base_type() to GIMP_RGB, not GIMP_RGB_IMAGE
...
because the latter is from the wrong enum.
2011-03-17 15:44:47 +01:00
bdf8d3d776
plug-ins: add some GTK_CHECK_VERSION(2,24,0) and use the new GtkComboBoxText
2011-03-17 14:31:39 +01:00
bb6436cb44
libgimp: deprecate and rename the global pararasite functions
...
just as it was done for items and images. Remove the "parasite" PDB
group completely.
2011-03-08 14:31:04 +01:00
db6f3dfe89
plug-ins: fix glitch in image parasite function renaming
2011-03-08 14:21:57 +01:00
87646e9ace
libgimp: deprecate and rename the image parasite functions
...
in exactly the way the drawable functios were turned into item ones.
2011-03-08 13:19:21 +01:00
fcfb7cf160
Use the new g_[s]list_free_full() instead of foreach() and free()
2011-03-07 17:11:28 +01:00
38fd77f5e9
plug-ins: some more s/gtk_container_add/gtk_box_pack_start/
2011-03-05 10:59:56 +01:00
97a73ea83f
app: use gtk_box_pack_start() to pack a dialog's toplevel container
...
instead of gtk_container_add()'s because otherwise the widget will not
expand in GTK+ 3.x
2011-03-04 10:44:58 +01:00
48ec15890e
file-psp: fix for bogus input data. Fixes bug #639203
2011-02-14 21:46:45 +01:00
7fb0300e1c
fixes for some buffer overflow problems (see bug #639203 )
2011-02-14 21:08:03 +01:00
2d419a0cb1
Bug 640612 - Sample Colorize does not function non-interactively
...
Fixed bug with Sample Colorize plugin's non-interactive mode
2011-02-14 18:54:21 +01:00
d650117dfb
Bug 625571 - Request context tags for reasonable translation on some plug-ins
...
Add more context tags for some plug-in labels. There were still
ambiguous "From:" and "To:" labels which were not fixed by commit
1dfa7b5e
(2010-07-29).
2011-02-13 15:29:29 +01:00
6db80c765d
remove garbage I injected
2011-02-06 20:21:20 +01:00
7cb5c67bc8
removing references to ps-menurc
2011-02-06 19:57:59 +01:00
ed872c7c6e
Bug 599065 - PNG output: omit unwanted chunks (sRGB)
...
If the image has neither a gamma set nor a color profile set, then we
should leave the image untagged. We should not tag as sRGB by default
because it is too arbitrary.
2011-02-02 08:34:39 +01:00
d9b24bb1f3
plug-ins: Fix warning about usage of uninitialized variable
2011-01-26 08:05:34 +01:00
47eaecdc9d
libgimp: deprecate a bunch of old selection API
...
namely ellipse_select(), free_select(), rect_select() and
round_rect_select() because they are fully replaced by the new
gimp_image_select_foo() functions. Will deprecate the rest as soon as
I have figured how to put the parameter overkill of the remaining
functions into context properties.
2011-01-25 19:28:30 +01:00
9703bed2ef
libgimp: reorder the parameters of the new and unused gimp-image-select API
...
Make the common "image" and "operation" parameters come first.
2011-01-24 14:53:42 +01:00
5c471ecea3
Fixed an out of place line in the comment block at the start of the file.
2011-01-16 23:09:24 -05:00
73f9f652bc
Added URL to document referenced in comment block at top of file.
2011-01-16 13:16:31 -05:00
efd6c90572
plug-ins: remove calls to gtk_range_set_update_policy() where useless
...
either because we were setting the default value, or because there is
already a delay in the callback code like calling gimp_preview_update().
2011-01-08 21:58:22 +01:00
8a2a18b792
Increased maximum radius to 500 in unsharp-mask plugin
2010-12-08 21:47:09 +01:00
3242ad592e
plug-ins: don't forget to set the progress to 1.0 when finished
2010-11-25 23:28:25 +01:00
f72d8a4a39
Move file opening block to after some tests
...
Instead fclosing fp for every return, it's better to move the block
to a lower position, since it's not used before.
2010-11-12 21:56:17 +01:00
7666e5cf36
Fix memory and descriptor leaks
2010-11-12 21:56:17 +01:00
b07d02cdc6
plug-ins: destroy cairo surface in CML Explorer
2010-11-02 21:50:45 +01:00
73d7fbedeb
plug-ins: port file-pdf-load to GimpUnitComboBox and build it again
2010-10-31 21:38:27 +01:00
16f5727e59
plug-ins: port CML Explorer to cairo
2010-10-31 16:54:33 +01:00
39199fb98b
plug-ins: port sphere-designer to cairo
2010-10-31 15:47:06 +01:00
29d63afbb7
pdb: remove gimp-item-to-selection again
2010-10-30 22:19:22 +02:00
349a401cc5
file-jp2-load: Elaborate comment
2010-10-19 20:26:30 +05:30
9bbcf8c6b3
plug-ins/common/file-jp2-load: Check for other kinds of alpha components
...
ImageMagick seems to write out the 'matte' component (number 3).
2010-10-18 19:21:51 +05:30
83eeb724ca
plug-ins/common/screenshot: Remove extra article
2010-10-17 16:06:24 +05:30
daf6456663
Fix install rule for individual plug-ins
2010-10-16 15:08:42 +05:30
c36f762f7d
libgimpwidgets: deprecate GimpUnitMenu and gimp_prop_unit_menu_new()
...
Add gimp_prop_unit_combo_box_new() and adapt all places using the
prop_unit_menu. Some things are broken now, like there are no pixel
digits set, resolution unit menus show "pixels" and warn badly when
pixels is selected, and file-pdf-load is not built right now.
More fixes to come...
2010-10-14 23:03:34 +02:00
7a9793ba6e
plug-ins: Use the correct enum value in file-psp
2010-10-08 22:56:53 +05:30
9853df88a1
plug-ins: Increase size of values array in file-xmc to allow for values[5] access
2010-10-07 17:55:36 +05:30
cfe6e3a00e
plug-ins: Increase size of values array in file-gih to allow for values[1] access
2010-10-07 17:52:13 +05:30
4a32f3e500
plug-ins: Port common/file-tiff-load.c to new item transform API
...
We don't need to use gimp_context_set_transform_resize() since we flip
around the center.
Note that the current code will never work before we try to rotate the
layer before it is added to the image, but that's a different bug...
2010-10-06 19:55:33 +02:00
719e04f5d9
plug-ins: Port common/curve-bend.c to new item transform API
2010-10-06 19:55:33 +02:00
cc7755f876
Port stuff to gimp_item_is_text_layer()
...
Port stuff to gimp_item_is_text_layer() instead of
gimp_drawable_is_text_layer(). Nevermind the previous commit, it
should never have been pushed...
2010-10-05 07:39:00 +02:00
ec5fa2fb26
plug-ins: unify handling of return values
...
For consistency Use a static GParam array for the return values
in all plug-ins.
2010-09-30 22:46:30 +02:00
2643107912
Bug 623850 - (Paco) Recursive Gaussian Filter error
2010-09-16 19:50:16 +02:00