- 30 Mar, 2004 3 commits
-
-
Michael Natterer authored
2004-03-30 Michael Natterer <mitch@gimp.org> * app/Makefile.am * app/sanity.[ch]: new files implementing sanity_check() for run-time checking library versions. Added a check for FreeType but disabled it until we figured if and how freetype causes some of the DLL hell bugs. * app/main.c (main): call it and abort if it fails. * app/app_procs.[ch]: added app_gui_abort() so main.c doesn't need to #include "gui/gui.h" * app/gui/gui.[ch] (gui_libs_init): removed library sanity checking. (gui_abort): new function which shows the abort message.
-
Michael Natterer authored
2004-03-30 Michael Natterer <mitch@gimp.org> * configure.in (ALL_LINGUAS): revert addition on "pa" until all .po files are there.
-
Guntupalli Karunakar authored
-
- 29 Mar, 2004 7 commits
-
-
Manish Singh authored
2004-03-29 Manish Singh <yosh@gimp.org> * plug-ins/common/jpeg.c (struct my_error_mgr): Move setjump_buffer to the beginning of the structure, to make sure it is aligned on a 16-byte boundary for ia64, even with icc. Fixes #138357.
-
Sven Neumann authored
2004-03-29 Sven Neumann <sven@gimp.org> * app/config/gimpguiconfig.c: changed the default for "help-locales" from NULL to an empty string. Fixes the generated gimprc man-page. * app/config/gimprc-blurbs.h (HELP_LOCALES_BLURB): added missing whitespace. * app/widgets/gimphelp.c: use the user's locale if "help-locales" is NULL or the empty string. * docs/gimprc.5.in * etc/gimprc: regenerated.
-
Miloslav Trmac authored
-
Jordi Mallach authored
-
Michael Natterer authored
-
Michael Natterer authored
2004-03-29 Michael Natterer <mitch@gimp.org> * app/core/core-enums.h (enum GimpUndoType): added new group GIMP_UNDO_GROUP_FS_REMOVE. * app/core/gimplayer-floating-sel.c (floating_sel_remove): push an undo group. Fixes undo corruption spotted by Pedro Gimeno.
-
Michael Natterer authored
2004-03-29 Michael Natterer <mitch@gimp.org> * plug-ins/common/guillotine.c (guillotine): Don't just skip guides at the image edges but any guide which is at a position we already remembered. Should catch all instances of bug #138312 this time.
-
- 28 Mar, 2004 8 commits
-
-
Sven Neumann authored
2004-03-28 Sven Neumann <sven@gimp.org> * plug-ins/ifscompose/ifscompose.c: applied patch from David Necas that updates the sensitivity of the Delete button and menu entry. Fixes bug 138212#.
-
Sven Neumann authored
2004-03-28 Sven Neumann <sven@gimp.org> * plug-ins/MapObject/mapobject_main.c: fixed non-interactive call. * plug-ins/script-fu/scripts/spinning-globe.scm: pass -1 as drawable ID for unused drawables. Fixes bug #138253.
-
Sven Neumann authored
2004-03-28 Sven Neumann <sven@gimp.org> * app/text/gimpfontlist.c (gimp_font_list_add_font): validate the font name. This should work around the crashes that Windows users were experiencing on startup (bug #132366). The real problem needs to be fixed elsewhere though.
-
Michael Natterer authored
2004-03-28 Michael Natterer <mitch@gimp.org> * app/core/gimpimage-undo-push.c (undo_pop_layer): when re-adding a layer with mask, don't forget to set layer->mask->removed to FALSE.
-
Michael Natterer authored
2004-03-28 Michael Natterer <mitch@gimp.org> * app/core/gimpitem.[ch]: added "gboolean removed" to the GimpItem struct. Defaults to FALSE. Set it to TRUE in gimp_item_removed(). Added public function gimp_item_is_removed(). * app/core/gimpimage-undo-push.c (undo_pop_layer) (undo_pop_layer_mask) (undo_pop_channel) (undo_pop_vectors): set it to FALSE manually when re-adding something from the undo stack. * tools/pdbgen/app.pl * tools/pdbgen/pdb.pl: don't allow any operation on items which are removed from the image (and exist on the undo stack only). Fixes bug #138311. * app/pdb/channel_cmds.c * app/pdb/color_cmds.c * app/pdb/drawable_cmds.c * app/pdb/edit_cmds.c * app/pdb/floating_sel_cmds.c * app/pdb/image_cmds.c * app/pdb/layer_cmds.c * app/pdb/paint_tools_cmds.c * app/pdb/parasite_cmds.c * app/pdb/selection_cmds.c * app/pdb/selection_tools_cmds.c * app/pdb/transform_tools_cmds.c: regenerated.
-
Sven Neumann authored
2004-03-28 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/scripts/slide.scm: applied a (modified) patch from Nils Philippsen that fixes bug #138310.
-
Michael Natterer authored
2004-03-28 Michael Natterer <mitch@gimp.org> * plug-ins/common/guillotine.c (guillotine): applied a (modified) patch from Joao S. O. Bueno which removes any guides from the cropped images. Fixes bug #138314. Skip guides which are at the image's edges because the algorithm already assumes that there are always guides at these positions. Fixes bug #138312.
-
Sven Neumann authored
2004-03-28 Sven Neumann <sven@gimp.org> * Makefile.am (tips_POFILES): added en_GB.po (British English).
-
- 27 Mar, 2004 2 commits
-
-
SHIRASAKI Yasuhiro authored
-
Tor Lillqvist authored
2004-03-27 Tor Lillqvist <tml@iki.fi> * plug-ins/help/Makefile.am (AM_LDFLAGS): Use -mwindows on Windows to avoid a console window popping up.
-
- 26 Mar, 2004 4 commits
-
-
Manish Singh authored
2004-03-26 Manish Singh <yosh@gimp.org> * tools/pdbgen/app.pl: don't generate code with tabs. * tools/pdbgen/pdb/procedural_db.pdb: convert tabs to spaces in helper function declaration. * app/pdb/procedural_db.c: convert tabs to spaces. * app/pdb/*.c: regenerated, no code changes, only tabs->spaces.
-
Manish Singh authored
2004-03-26 Manish Singh <yosh@gimp.org> * tools/pdbgen/app.pl: kill whitespace in blank lines. * app/pdb/*.c: regenerated, no code changes, only whitespace.
-
Michael Natterer authored
2004-03-26 Michael Natterer <mitch@gimp.org> * app/core/gimpdrawable-transform.c (gimp_drawable_transform_tiles_affine): return NULL tiles if the matrix would transform the drawable into nothing. Fixes the core-crashing part of bug #138117 and makes the script fail with an execution error.
-
Gareth Owen authored
-
- 25 Mar, 2004 9 commits
-
-
Sven Neumann authored
2004-03-25 Sven Neumann <sven@gimp.org> * README: mention the gimp-perl pre-release and provide a link.
-
Michael Natterer authored
2004-03-25 Michael Natterer <mitch@gimp.org> * app/base/tile-manager.c (tile_manager_new): g_return_if_fail() on width, height or bpp <= 0. Doesn't fix anything but badly warns (and helps debugging) on bug #138117.
-
Changwoo Ryu authored
* ko.po: Updated Korean translation by Dongsu Jang <iolo@hellocity.net>.
-
Michael Natterer authored
2004-03-25 Michael Natterer <mitch@gimp.org> * app/tools/gimpvectortool.c (gimp_vector_tool_button_release): fixed condition which triggers the path tool's undo hack. Fixes bug #138086. Also g_object_unref() the undo step. Removed trailing whitespace.
-
Andras Timar authored
2004-03-25 Andras Timar <timar@gnome.hu> * hu.po: Updated Hungarian translation.
-
Dmitry Mastrukov authored
-
Manish Singh authored
2004-03-25 Manish Singh <yosh@gimp.org> * libgimp/gimp.c * app/plug-in/plug-in-shm.c: close the shm_open fd in the POSIX shm case. We were leaking an fd here.
-
Tor Lillqvist authored
2004-03-25 Tor Lillqvist <tml@iki.fi> * ms.po * pl.po: Fix minor syntax errors to silence GIMP.
-
Tor Lillqvist authored
2004-03-25 Tor Lillqvist <tml@iki.fi> * sv.po: Add a missing slash.
-
- 24 Mar, 2004 2 commits
-
-
Vincent van Adrighem authored
2004-03-24 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Branko Collin.
-
Sven Neumann authored
2004-03-24 Sven Neumann <sven@gimp.org> * fr.po: fixed a typo reported by Jean-Luc Coulon.
-
- 23 Mar, 2004 5 commits
-
-
SHIRASAKI Yasuhiro authored
-- yasuhiro
-
Michael Natterer authored
2004-03-23 Michael Natterer <mitch@gimp.org> * autogen.sh: be verbose about AUTOGEN_CONFIGURE_ARGS in the message that is printed if no arguments were passed.
-
Michael Natterer authored
-
Michael Natterer authored
-
Sven Neumann authored
2004-03-23 Sven Neumann <sven@gimp.org> Michael Natterer <mitch@gimp.org> * Made 2.0.0 release.
-