2008-09-23 Sven Neumann <sven@gimp.org>
Merged from trunk:
* app/widgets/gimpdbusservice.c: include "gimpuimanager.h", not
"gimpuimanager.c".
svn path=/branches/gimp-2-4/; revision=27034
2008-09-01 Sven Neumann <sven@gimp.org>
Merged from trunk:
* app/core/gimpprojection-construct.c
(gimp_projection_initialize):
also need to initialize the projection if the layer mask could
introduce transparency. Fixes bug #550024.
svn path=/branches/gimp-2-4/; revision=26825
2008-08-28 Martin Nordholts <martinn@svn.gnome.org>
* fr.po: Fix 'Foreground' and 'Background' being swapped in the
French translation.
svn path=/branches/gimp-2-4/; revision=26802
2008-08-23 Lars-Peter Clausen <lars@metafoo.de>
Merged from trunk:
* tools/pdbgen/pdb/gradient.pdb
(gimp_gradient_segment_range_blend_(colors|opacity)): Don't crash
if the index of the last segment is out of range.
* app/pdb/gradient-cmds.c: regenerated.
svn path=/branches/gimp-2-4/; revision=26726
2008-08-21 Sven Neumann <sven@gimp.org>
Merged from trunk:
* configure.in: use AM_PROG_CC_C_O to fix warning with automake
1.10.
Removed obsolete call to AM_PROG_CC_STDC.
svn path=/branches/gimp-2-4/; revision=26688
2008-08-15 Sven Neumann <sven@gimp.org>
Merged from trunk:
* plug-ins/winicon/icosave.c: applied patch from Aurimas Juška
that fixes an endianness issue (bug #529629).
svn path=/branches/gimp-2-4/; revision=26575
2008-08-05 Sven Neumann <sven@gimp.org>
* app/gui/gimpdbusservice.[ch]: changed refcounting and fixed a
bug that I had introduced with the latest changes.
svn path=/branches/gimp-2-4/; revision=26392
2008-08-05 Sven Neumann <sven@gimp.org>
Merged from trunk:
* app/gui/gimpdbusservice.[ch]: keep a queue of D-Bus requests
and
work on them one after another instead of handling them all in
parallel. Complements the fix for bug #546426.
svn path=/branches/gimp-2-4/; revision=26387
2008-08-05 Sven Neumann <sven@gimp.org>
Merged from trunk:
* app/widgets/gimpdbusservice.c: open the files from an idle
handler. Opening a file may take a while (in particular if it
involves asking the user for input) and we need to respond to
the
D-Bus call before it times out.
svn path=/branches/gimp-2-4/; revision=26371
2008-07-27 Sven Neumann <sven@gimp.org>
Merged from trunk:
* app/text/gimptext-compat.c (text_get_extents): applied the
same
workaround for a memory leak in PangoFT2 (bug #143542) as was
applied long ago in gimptextlayout.c.
svn path=/branches/gimp-2-4/; revision=26325
2008-07-10 Manish Singh <yosh@gimp.org>
Merged from trunk:
* plug-ins/pygimp/pygimp-pdb.c: Allow None to be passed for
PDB_DISPLAY.
svn path=/branches/gimp-2-4/; revision=26108
2008-07-03 Lars-Peter Clausen <lars@metafoo.de>
Merged from trunk:
* plug-ins/pygimp/pygimp-drawable.c
* plug-ins/pygimp/pygimp-vectors.c
* plug-ins/pygimp/pygimp-display.c
* plug-ins/pygimp/pygimp-image.c: Added checks to ensure that a python
object only is created if its id is valid. Fixes bug #536403.
* plug-ins/pygimp/pygimp-pdb.c
* plug-ins/pygimp/pygimp-tile.c
* plug-ins/pygimp/pygimp-colors.c
* plug-ins/pygimp/pygimp.h: Fix crashing when pygimp is used with
python-2.5 on 64 bit systems. Fixes bug #540629.
svn path=/branches/gimp-2-4/; revision=26045
2008-07-02 Sven Neumann <sven@gimp.org>
* plug-ins/pygimp/gimpui.py: reverted this change, we don't add
new features in a stable release series.
svn path=/branches/gimp-2-4/; revision=26038
2008-06-16 Akkana Peck <akkana@svn.gnome.org>
Merged from trunk:
* plug-ins/pygimp/gimpui.py: allow passing in color names
as strings (backporting discussed with joao).
svn path=/branches/gimp-2-4/; revision=25962
2008-06-12 Michael Natterer <mitch@gimp.org>
Merged from trunk:
* modules/controller_midi.c: applied patch from S. Fielding which
passes the right MIDI channel from the ALSA event to midi_event().
Fixes bug #537960.
svn path=/branches/gimp-2-4/; revision=25932
2008-06-04 Sven Neumann <sven@gimp.org>
Merged from trunk:
* app/tools/gimpcropoptions.c
* app/tools/gimprectangleoptions.c
* app/tools/gimprectangleselectoptions.c: fixed handling of the
"highlight" property that needs different default values for the
Crop and Rectangle Select tools (bug #536582).
svn path=/branches/gimp-2-4/; revision=25891
2008-06-01 Martin Nordholts <martinn@svn.gnome.org>
Merged from trunk:
* plug-ins/common/gif-load.c (GetCode): Applied patch from Rik
Snel that fixes loading of .gif files that contains 1-byte data
blocks. (Bug #535888.)
svn path=/branches/gimp-2-4/; revision=25877
2008-05-29 Manish Singh <yosh@gimp.org>
* plug-ins/pygimp/gimpshelf.py: fix _vectors_id to return a tuple
for the ID. Spotted and fixed by Joao.
svn path=/branches/gimp-2-4/; revision=25866
2008-05-29 Sven Neumann <sven@gimp.org>
Merged from trunk:
* plug-ins/common/sel_gauss.c (matrixmult_mmx): avoid division
by
zero in the grayscale code path (bug #529280).
svn path=/branches/gimp-2-4/; revision=25851