- 28 Jan, 2004 12 commits
-
-
David Neary authored
Correct typo.
-
Sven Neumann authored
2004-01-28 Sven Neumann <sven@gimp.org> * configure.in: according to the automake docs, we need to add $(EXEEXT) explicitely for programs that are conditionally built using configure substitutions instead of automake conditionals.
-
Michael Natterer authored
2004-01-28 Michael Natterer <mitch@gimp.org> * app/config/gimpconfig-path.c (gimp_config_path_expand): return early if gimp_config_path_expand_only() fails.
-
Dave Neary authored
2004-01-28 Dave Neary <bolsh@gimp.org> * plug-ins/common/tiff.c: Removed duplicate TIFF entry from save dialog, and made the save handler point to the one that doesn't pre-multiply by alpha. Reported on gimp-user by misfit-x. Also changed default value to not destroy data on save.
-
Pedro Gimeno authored
2004-01-28 Pedro Gimeno <pggimeno@wanadoo.es> * plug-ins/script-fu/scripts/grid-system.scm: Fix typo that prevented using the inverse of the golden ratio (1/g) as a weight in the list.
-
Michael Natterer authored
2004-01-28 Michael Natterer <mitch@gimp.org> * app/widgets/gimphelp-ids.h: updated help IDs for new/reordered pages in the prefs dialog. * app/gui/preferences-dialog.c (prefs_dialog_new): changed accordingly.
-
Manish Singh authored
2004-01-28 Manish Singh <yosh@gimp.org> * plug-ins/script-fu/siod-wrapper.c (marshall_proc_db_call): validate the types of the individual list members when passing parasites. Fixes #93806.
-
Manish Singh authored
2004-01-27 Manish Singh <yosh@gimp.org> * app/paint-funcs/paint-funcs.c: inlined rotate_pointers, changed prototypes and casts around so that we're compliant with C99 aliasing rules.
-
Manish Singh authored
2004-01-27 Manish Singh <yosh@gimp.org> * app/composite/gimp-composite-generic.c (gimp_composite_overlay_any_any_any_generic) * app/paint-funcs/paint-funcs-generic.h (overlay_pixels): use more than one temporary when stacking INT_MULTs, to avoid undefined values.
-
Manish Singh authored
2004-01-27 Manish Singh <yosh@gimp.org> * app/paint/gimppaintcore.c (gimp_paint_core_interpolate): Use a real GimpVector2 for vector operations, instead of stuffing everything into a GimpCoords. C99 aliasing fix.
-
Manish Singh authored
2004-01-27 Manish Singh <yosh@gimp.org> * plug-ins/common/plugindetails.c: removed unused variable. * plug-ins/common/nlfilt.c: declare nlfiltRow as inline in the function definition as well.
-
Manish Singh authored
2004-01-27 Manish Singh <yosh@gimp.org> * configure.in: use AM_PATH_GIMPPRINT to get some additional sanity checks. * acinclude.m4: define AM_PATH_GIMPPRINT here, so we don't have add a new autogen dependency. * plug-ins/print/Makefile.am: Use GIMPPRINT_{CFLAGS,LIBS}
-
- 27 Jan, 2004 24 commits
-
-
Simon Budig authored
2004-01-28 Simon Budig <simon@gimp.org> Argh, this is getting silly. * app/core/gimpscanconvert.c: Fix dumb bug I introduced while fixing bug #132036. Instead of always closing a polyline to the first point of the vpath close to the first point of the current polyline I'll close #132036 for the third time now, feel free to reopen it when bugs appear...
-
Dave Neary authored
2004-01-27 Dave Neary <bolsh@gimp.org> * plug-ins/common/tiff.c: Apply patch from Andrey Kiselev to improve defaults when there is no photometric specified for CCITT encoded tiffs. Closes bug #131902.
-
Pablo G. del Campo authored
2004-01-27 Pablo G. del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation.
-
Pablo Gonzalo del Campo authored
2003-01-27 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation.
-
Pablo Gonzalo del Campo authored
2003-01-27 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation.
-
Pablo G. del Campo authored
2004-01-27 Pablo G. del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation.
-
Michael Natterer authored
2004-01-27 Michael Natterer <mitch@gimp.org> * app/gui/layers-commands.c (layers_add_mask_query): use the new GIMP_STOCK_LAYER_MASK icon for "Add Layer Mask" dialog.
-
Stanislav Visnovsky authored
2004-01-27 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * sk.po: Updated Slovak translation by Zdenko Podobny.
-
Jakub Steiner authored
2004-01-27 Jakub Steiner <jimmac@ximian.com> * themes/Default/images/stock-channel-indexed-16.png * themes/Default/images/stock-channel-indexed-24.png * themes/Default/images/stock-channel-indexed-32.png * themes/Default/images/stock-channel-indexed-48.png: replacing placeholders
-
Stanislav Visnovsky authored
2004-01-27 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * sk.po: Updated Slovak translation by Zdenko Podobny.
-
Sven Neumann authored
-
Michael Natterer authored
2004-01-27 Michael Natterer <mitch@gimp.org> * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/tmpl/gimpstock.sgml: added the new icons.
-
Michael Natterer authored
2004-01-27 Michael Natterer <mitch@gimp.org> Re-enabled filling the whole selection using the bucket fill tool. Fixes bug #132649. * app/tools/gimpbucketfilloptions.[ch]: added boolean property "fill-selection" and a GUI for it. * app/tools/gimpbucketfilltool.c: changed accordingly.
-
Michael Natterer authored
2004-01-27 Michael Natterer <mitch@gimp.org> * app/gui/image-menu.c (image_menu_entries) * app/gui/layers-menu.c (layers_menu_entries): use the new GIMP_STOCK_LAYER_MASK icons for "Add Layer Mask".
-
Michael Natterer authored
2004-01-27 Michael Natterer <mitch@gimp.org> * themes/Default/images/Makefile.am * themes/Default/images/stock-channel-indexed-16.png * themes/Default/images/stock-channel-indexed-24.png * themes/Default/images/stock-channel-indexed-32.png * themes/Default/images/stock-channel-indexed-48.png * libgimpwidgets/gimpstock.[ch]: added placeholders for an INDEXED channel icon (copied from the GRAY channel icon). To be replaced... * app/widgets/gimppreviewrendererimage.c: use GIMP_STOCK_CHANNEL_INDEXED instead of GIMP_STOCK_QUESTION for the indexed channel.
-
Sven Neumann authored
2004-01-27 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/scripts/comic-logo.scm: applied a patch from Pedro Gimeno to make the logo behave more like it used to in 1.2 (bug #132493).
-
Michael Natterer authored
2004-01-27 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell-title.c (gimp_display_shell_format_title): added '%P' which expands to the PDB id of the active drawable. Moved local variables to local scopes where they are needed. * app/config/gimpconfig-dump.c: document it.
-
Michael Natterer authored
2004-01-27 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell-dnd.c: some cleanup. (gimp_display_shell_bucket_fill): don't use the bucket fill options but behave like "Edit -> Fill" and fill with NORMAL/100%. Fixes bug #132596.
-
Marco Ciampa authored
-
Manish Singh authored
2004-01-26 Manish Singh <yosh@gimp.org> * gimp-zip.in: use new versioning defines.
-
Manish Singh authored
2004-01-26 Manish Singh <yosh@gimp.org> * configure.in: add m4_defines for gimp_unstable and gimp_full_name, and define a GIMP_VISIBLE_NAME based on that. * data/misc/Makefile.am * data/misc/gimp.applications.in * data/misc/gimp.keys.in: made these configured files, so they can use GIMP_APP_VERSION and GIMP_VISIBLE_NAME. * data/misc/gimp.desktop.in.in: use GIMP_APP_VERSION and GIMP_VISIBLE_NAME.
-
Jakub Steiner authored
2004-01-27 Jakub Steiner <jimmac@ximian.com> * themes/Default/images/stock-layer-mask-32.png * themes/Default/images/stock-layer-mask-48.png: replaced the placeholders
-
Michael Natterer authored
2004-01-27 Michael Natterer <mitch@gimp.org> * themes/Default/images/Makefile.am * themes/Default/images/stock-layer-mask-16.png * themes/Default/images/stock-layer-mask-24.png * themes/Default/images/stock-layer-mask-32.png * themes/Default/images/stock-layer-mask-48.png * themes/Default/images/stock-selection-border-16.png * libgimpwidgets/gimpstock.[ch]: added forgotten layer mask and new "border selection" icons from Jimmac (-32 and -48 ones to be updated, they are currently copies of the channel icons). * app/core/gimplayermask.c (gimp_layer_mask_class_init) * app/gui/image-menu.c (image_menu_entries): use them.
-
Sven Neumann authored
2004-01-27 Sven Neumann <sven@gimp.org> * plug-ins/gimpressionist/brush.c * plug-ins/gimpressionist/gimp.c * plug-ins/gimpressionist/gimpressionist.[ch] * plug-ins/gimpressionist/paper.c * plug-ins/gimpressionist/presets.c: fixed a crash (bug #132027), got rid of some possible buffer overflows and fixed platform issues like hardcoding '/' as the path separator.
-
- 26 Jan, 2004 4 commits
-
-
Michael Natterer authored
2004-01-26 Michael Natterer <mitch@gimp.org> * app/gui/image-menu.c (image_menu_entries): use GIMP_STOCK_FLOATING_SELECTION for "Select->Float". (image_menu_update): set "Layer->Merge Down" insensitive for the bottom layer.
-
Alastair McKinstry authored
-
Simon Budig authored
2004-01-26 Simon Budig <simon@gimp.org> * app/core/gimpscanconvert.c: use the modern libart way to uncross/rewind a libart SVP. This time really fixes bug #132036 (please test it though...).
-
Sven Neumann authored
2004-01-26 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell-selection.c: don't draw the outbounds selection when the selection is hidden (bug #132595).
-