- 13 Apr, 2004 8 commits
-
-
Sven Neumann authored
2004-04-13 Sven Neumann <sven@gimp.org> * plug-ins/imagemap/imap_cern_parse.c * plug-ins/imagemap/imap_csim_parse.c * plug-ins/imagemap/imap_ncsa_parse.c: regenerated using GNU Bison version 1.875a. Fixes bug #139894.
-
Sven Neumann authored
2004-04-13 Sven Neumann <sven@gimp.org> * tools/gimp-remote.c: reverted last change and go back to the solution using fork(). Hopefully fixes bug #139158 this time.
-
Sven Neumann authored
2004-04-13 Sven Neumann <sven@gimp.org> * app/core/gimp-utils.[ch] (gimp_get_default_language): added a category parameter to make this function more flexible. * app/text/gimptext.c: changed accordingly. * app/widgets/gimphelp.c (gimp_help): localize the help pages according to the value of LC_MESSAGES. Fixes bug #139917.
-
Michael Natterer authored
2004-04-13 Michael Natterer <mitch@gimp.org> Moved the calls to floating_sel_relax()/rigor() from various places to two single spots in the core where they are actually needed. Fixes bug #138356 (which was caused by the projection being triggered in the middle of changing the floating selection's size or the size of the drawable it is attached to). This commit effectively removes floating selection fiddling from the core's public API. * app/core/gimpdrawable.[ch] (gimp_drawable_has_floating_sel): new function which returns TRUE if there is a floating selection attached to the drawable. * app/core/gimpdrawable.c (gimp_drawable_translate) (gimp_drawable_set_tiles_full): if the drawable *has* a floating selection, relax/rigor it before/after modifying the drawable. * app/core/gimplayer.c (gimp_layer_translate) (gimp_layer_set_tiles): if the layer *is* the floating selection, relax/rigor it before/after modifying it. * app/core/gimpdrawable-transform.c * app/core/gimpimage-convert.c * app/core/gimpimage-crop.c * app/core/gimpimage-flip.c * app/core/gimpimage-resize.c * app/core/gimpimage-rotate.c * app/core/gimpimage-scale.c * app/gui/layers-commands.c * app/tools/gimpeditselectiontool.c * tools/pdbgen/pdb/layer.pdb: removed calls to floating_sel_rigor()/relax() all over the place. Also removed lots of undo groups which are obsolete now. * app/pdb/layer_cmds.c: regenerated.
-
Sven Neumann authored
2004-04-13 Sven Neumann <sven@gimp.org> * plug-ins/imagemap/imap_file.c (do_file_error_dialog): convert the filename to UTF-8 before displaying it.
-
Michael Natterer authored
2004-04-13 Michael Natterer <mitch@gimp.org> GimpItem undo group cleanup in preparation of fixing bug #138356: * app/core/core-enums.[c]: renamed LAYER_SCALE and LAYER_RESIZE undo groups to ITEM_SCALE and ITEM_RESIZE. * app/core/gimpitem.[ch]: always push undo groups around GimpItem::translate(), scale(), resize(), flip(), rotate() and transform(). Added the resp. undo_desc strings to GimpItemClass. * app/core/gimpchannel.[ch] * app/core/gimpdrawable.[ch] * app/core/gimplayer.c: removed all undo groups from implementations of the above methods. Removed the undo_desc strings which were moved to GimpItemClass. * app/core/gimpimage-crop.c * app/core/gimpselection.c * app/gui/layers-commands.c * app/vectors/gimpvectors.c * tools/pdbgen/pdb/layer.pdb: changed accordingly. * app/pdb/layer_cmds.c: regenerated.
-
Dmitry Mastrukov authored
-
Gareth Owen authored
-
- 12 Apr, 2004 6 commits
-
-
Marco Ciampa authored
-
Sven Neumann authored
2004-04-12 Sven Neumann <sven@gimp.org> * configure.in: cleaned up the check for Xmu. Include <gdk/gdkx.h> when testing for Xmu.h. Fixes bug #139803.
-
Francisco Javier F. Serrador authored
2004-04-12 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Francisco Javier F. Serrador authored
2004-04-12 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Francisco Javier F. Serrador authored
2004-04-12 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Sven Neumann authored
2004-04-12 Sven Neumann <sven@gimp.org> * libgimpmath/Makefile.am: remove test-md5 on make clean.
-
- 11 Apr, 2004 4 commits
-
-
Manish Singh authored
2004-04-11 Manish Singh <yosh@gimp.org> * plug-ins/pygimp/plug-ins/py-slice.py: When using a separate dir for images, actually prepend the dir to the img srcs in the html. Allow only horizontal or vertical guides in an image, do not require both. A bit smarter path handling. Addresses most of bug #138714.
-
Hans Breuer authored
2004-04-11 Hans Breuer <hans@breuer.org> * app/makefile.msc : build sanity.obj app/text/makefile.msc : gimptextundo.obj app/widgets/makefile.msc : gimppatternfactoryview.obj * plug-ins/common/winclipboard.c : don't call gimp_image_undo_enable() when it's not switched off. Otherwise the undo history would be destroyed with Gimp-Core-CRITICAL **: file gimpimage.c: line 1579: assertion `gimage->undo_freeze_count > 0' failed
-
Sven Neumann authored
2004-04-11 Sven Neumann <sven@gimp.org> * de.po: fixed typo spotted by Roman Joost and did some minor updates.
-
Adam Weinberger authored
* po/en_CA.po * po-libgimp/en_CA.po * po-plug-ins/en_CA.po: Updated Canadian English translation.
-
- 10 Apr, 2004 8 commits
-
-
Maxim Dziumanenko authored
2004-04-10 Maxim Dziumanenko <mvd@mylinux.com.ua> * uk.po: Updated Ukrainian translation
-
Maxim Dziumanenko authored
2004-04-10 Maxim Dziumanenko <mvd@mylinux.com.ua> * uk.po: Updated Ukrainian translation.
-
Sven Neumann authored
2004-04-10 Sven Neumann <sven@gimp.org> * app/tools/gimptexttool.c (gimp_text_tool_apply): push an undo group only when it's needed. This resurrects text undo compression that broke when bug #137767 got fixed.
-
Sven Neumann authored
2004-04-10 Sven Neumann <sven@gimp.org> * docs/gimp-remote.1.in: updated example URL.
-
Sven Neumann authored
-
Pedro Gimeno Fortea authored
-
Pedro Gimeno authored
2004-04-10 Pedro Gimeno <pggimeno@wanadoo.es> * app/core/gimpdrawable-transform.c (gimp_drawable_transform_tiles_affine): Applied patch from William Skaggs that addresses bug #120490. * app/sanity.c (sanity_check): Modified the message that reports an old version of Fontconfig in an attempt to make it more informative.
-
Sven Neumann authored
2004-04-10 Sven Neumann <sven@gimp.org> * tools/gimp-remote.c (start_new_gimp): reverted the last change and did a different fix that involves closing the X display before starting gimp (bug #139158).
-
- 09 Apr, 2004 2 commits
-
-
Manish Singh authored
2004-04-09 Manish Singh <yosh@gimp.org> * plug-ins/common/jpeg.c: Uglier workaround for bug #138357, since the previous one did break error handling. Fixes bug #139571.
-
Henrik Brix Andersen authored
2004-04-09 Henrik Brix Andersen <brix@gimp.org> * README.i18n: s/14/20/ plus whitespace clean-up.
-
- 08 Apr, 2004 2 commits
-
-
Sven Neumann authored
2004-04-08 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/siod-wrapper.c: applied a patch from Kevin Cozens that makes the Script-Fu PDB marshaller handle NULL strings. Some minor code cleanup. Fixes bug #139386.
-
Sven Neumann authored
2004-04-08 Sven Neumann <sven@gimp.org> * tools/gimp-remote.c (start_new_gimp): applied a patch from Michael Matz that calls fork() before starting gimp. This is to avoid X server authentification problems (bug #139158).
-
- 07 Apr, 2004 7 commits
-
-
Pablo G. del Campo authored
2004-04-07 Pablo G. del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation.
-
Pablo G. del Campo authored
2004-04-07 Pablo G. del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation and bugfix #134791.
-
Evandro Fernandes Giovanini authored
2004-04-07 Evandro Fernandes Giovanini <evandrofg@ig.com.br> * pt_BR.po: Updated Brazilian Portuguese translation from Joao S. O. Bueno <gwidion@mpc.com.br>.
-
Evandro Fernandes Giovanini authored
2004-04-07 Evandro Fernandes Giovanini <evandrofg@ig.com.br> * pt_BR.po: Updated Brazilian Portuguese translation from Joo S. O. Bueno <gwidion@mpc.com.br>.
-
Sven Neumann authored
2004-04-07 Sven Neumann <sven@gimp.org> * Makefile.am (tips_POFILES): added eu.po (Basque).
-
Henrik Brix Andersen authored
2004-04-07 Henrik Brix Andersen <brix@gimp.org> * configure.in (ALL_LINGUAS): revert addition of "is" until all .po files are there.
-
Samel Jn Gunnarsson authored
2004-04-07 Samel Jn Gunnarsson <sammi@techattack.nu> * is.po: Added Icelandic translation by Helgi ormar orbjrnsson <helgi@trance.is>
-
- 06 Apr, 2004 3 commits
-
-
Iñaki Larrañaga authored
2004-04-06 Iñaki Larrañaga <dooteo@euskalgnu.org> * eu.po: Added Basque translation.
-
Iñaki Larrañaga authored
2004-04-06 Iñaki Larrañaga <dooteo@euskalgnu.org> * eu.po: Added Basque translation.
-
Iñaki Larrañaga authored
2004-04-06 Iñaki Larrañaga <dooteo@euskalgnu.org> * configure.in: Added "eu" (Basque) to ALL_LINGUAS.
-