- 20 Feb, 2005 7 commits
-
-
Sven Neumann authored
2005-02-20 Sven Neumann <sven@gimp.org> * plug-ins/gimpressionist/presets.c (get_object_name): use g_filename_display_basename().
-
Sven Neumann authored
2005-02-20 Sven Neumann <sven@gimp.org> * app/core/gimpgradient-load.c * app/core/gimppalette.c * app/core/gimppattern.c * app/plug-in/plug-in.c * libgimpbase/gimputils.c * libgimpmodule/gimpmodule.c * libgimpwidgets/gimppatheditor.c * tools/pdbgen/pdb/image.pdb: use g_filename_display_name() or g_filename_display_basename() where appropriate. * app/pdb/image_cmds.c: regenerated.
-
Sven Neumann authored
2005-02-20 Sven Neumann <sven@gimp.org> * app/base/pixel-processor.c: better error reporting.
-
Sven Neumann authored
2005-02-20 Sven Neumann <sven@gimp.org> * app/actions/context-actions.c * app/actions/context-commands.c[ch]: added actions to control the average radius of color picker tools (bug #167765). * app/actions/tool-options-actions.c: fixed a typo in a comment.
-
Manish Singh authored
2005-02-20 Manish Singh <yosh@gimp.org> * plug-ins/pygimp/Makefile.am: attempt to support Win32 (untested).
-
Manish Singh authored
2005-02-19 Manish Singh <yosh@gimp.org> * plug-ins/pygimp/plug-ins/gtkcons.py * plug-ins/pygimp/plug-ins/gimpcons.py: Use newer gtkcons widget from pygtk. Some cosmetic additions.
-
Manish Singh authored
2005-02-19 Manish Singh <yosh@gimp.org> * plug-ins/pygimp/plug-ins/py-slice.py: Ignore guides at or beyond image bounds, since those aren't valid slicing bounds. Fixes bug #167843.
-
- 19 Feb, 2005 8 commits
-
-
Sven Neumann authored
2005-02-20 Sven Neumann <sven@gimp.org> * app/dialogs/user-install-dialog.c: migrate gimp-2.2 settings if available. Pass the version to gimp_templates_migrate(). * app/core/gimp-templates.[ch] (gimp_templates_migrate): if migrating templaterc from ~/.gimp-2.0, do a case-insensitive match on template names to accommodate for the fact that we changed the spelling of some default templates between 2.0 and 2.2.
-
Michael Natterer authored
2005-02-19 Michael Natterer <mitch@gimp.org> * app/tools/gimptexttool.c (gimp_text_tool_create_layer): block the "active-layer-changed" callback while anchoring the floating selection so the callback doesn't reset the text tool in the middle of adding a new text layer. Fixes bug #166829.
-
Hans Breuer authored
2005-02-19 Hans Breuer <hans@breuer.org> * plug-ins/makefile.msc plug-ins/script-fu/script-fu-server.c : now that I'm aware of script-fu-server running on win32 make it compile with msvc, too ;)
-
Ilkka Tuohela authored
-
Sven Neumann authored
2005-02-19 Sven Neumann <sven@gimp.org> * app/widgets/gimpdockable.c * app/widgets/gimphelp-ids.h: added a tooltip and a help-id for the dockable menu.
-
Sven Neumann authored
2005-02-19 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/script-fu.c * plug-ins/script-fu/siod-wrapper.c: there is script-fu server on Win32. Reverted this change, again!
-
Sven Neumann authored
2005-02-19 Sven Neumann <sven@gimp.org> * fr.po: fixed a wrong translation (Debian bug report #292047).
-
Hans Breuer authored
2005-02-19 Hans Breuer <hans@breuer.org> * app/base/pixel-processor.c : TILE_WIDTH is used unconditionally so always include "tile.h" * app/base/tile-swap.c : WIN32 needs <process.h> for _getpid() * app/dialogs/user-install-dialog.c : include gimpwin32-io.h * libgimpbase/gimpwin32-io.h : there are no group or other flags in msvcrt, define S_IGRP etc in terms of _S_IREAD etc * plug-ins/script-fu/script-fu.c plug-ins/script-fu/siod-wrapper.c : no script-fu server on win32, make respective function calls conditional * libgimpconfig/makefile.msc : new file * **/makefile.msc app/gimpcore.def : updated, gimp builds and runs once more with ms toolchain
-
- 18 Feb, 2005 5 commits
-
-
Sven Neumann authored
2005-02-18 Sven Neumann <sven@gimp.org> * plug-ins/common/mng.c (mng_save_image): write a DEFI chunk to set the frame offset if the layer offsets are != 0, not only if they are > 0. Fixes bug #166059.
-
Sven Neumann authored
2005-02-18 Sven Neumann <sven@gimp.org> * app/display/gimpstatusbar.c: unset the CAN_FOCUS flag on the combo boxes and the cancel button. Set "focus-on-click" to FALSE for the combo boxes. Fixes bug #167809.
-
Michael Natterer authored
2005-02-18 Michael Natterer <mitch@gimp.org> * libgimp/gimpexport.c (export_dialog): applied patch from Patrice Tremblay which sets an alternative button order for the export dialog (bug #166678).
-
Alexander Shopov authored
2005-02-18 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Iassen Pramatarov <turin@fsa-bg.org>
-
Sven Neumann authored
2005-02-18 Sven Neumann <sven@gimp.org> * app/core/Makefile.am * app/core/gimpdrawable-convert.[ch]: new files holding gimp_drawable_convert_rgb() and gimp_drawable_convert_grayscale() moved out of gimpimage-convert.[ch]. * app/core/gimpchannel.c * app/core/gimpimage-convert.[ch] * app/core/gimplayer.c: changed accordingly.
-
- 17 Feb, 2005 4 commits
-
-
Sven Neumann authored
2005-02-18 Sven Neumann <sven@gimp.org> * app/core/gimpimage-convert.c: some simple loop unrolling, converted tabs to spaces and sprinkled the code with const qualifiers.
-
Sven Neumann authored
2005-02-17 Sven Neumann <sven@gimp.org> * app/widgets/gimpviewrenderergradient.c (gimp_view_renderer_gradient_render): don't attempt to read beyond the pre-calculated render buffers, even if the gradient somehow has out-of-bounds values. Fixes the crash reported in bug #167604.
-
Sven Neumann authored
2005-02-17 Sven Neumann <sven@gimp.org> * plug-ins/imagemap/imap_main.c: fixed the build for compilers that don't support C99 extensions.
-
Kevin Cozens authored
2005-02-16 Kevin Cozens <kcozens@cvs.gimp.org> * plug-ins/script-fu/siod-wrapper.c: Added constants MIN-IMAGE-SIZE, MAX-IMAGE-SIZE, MIN-RESOLUTION, and MAX-RESOLUTION for use in Script-Fu scripts. See comment #4 in bug #167529.
-
- 16 Feb, 2005 8 commits
-
-
Sven Neumann authored
2005-02-17 Sven Neumann <sven@gimp.org> * app/widgets/gimpcontainercombobox.c * libgimpwidgets/gimpintcombobox.c: set the "ellipsize" property on the text cell-renderer. Not sure if it's a good idea to hardcode this for GimpIntComboBox, but let's give it a try. Fixes bug #136676.
-
Sven Neumann authored
2005-02-17 Sven Neumann <sven@gimp.org> * plug-ins/help/gimp-help-lookup.c: use GOptionContext to parse the command-line.
-
Sven Neumann authored
2005-02-16 Sven Neumann <sven@gimp.org> * app/base/pixel-processor.c: switched to using a thread pool. Enables the progress callback for the threaded case.
-
William Skaggs authored
* app/plug-ins/script-fu/scripts/guides-new.scm: committted slightly modified patch from Joao S. O. Bueno Calligaris to raise guide position limit to 262144.
-
William Skaggs authored
* app/tools/gimpclonetool.[ch]: make sure clone source is shown in correct display, fixes bug #167002.
-
Sven Neumann authored
2005-02-16 Sven Neumann <sven@gimp.org> * app/base/pixel-processor.[ch]: added a variant of pixel_regions_process_parallel() that takes a progress callback and progress data. Does only work for the single-threaded case yet. * app/core/gimpdrawable-blend.c (gradient_fill_region): parallelized.
-
Sven Neumann authored
2005-02-16 Sven Neumann <sven@gimp.org> * de.po: changed translations as suggested in bug #167562.
-
Sven Neumann authored
2005-02-16 Sven Neumann <sven@gimp.org> * app/core/gimpimage-contiguous-region.c (gimp_image_contiguous_region_by_color): parallelized.
-
- 15 Feb, 2005 7 commits
-
-
Sven Neumann authored
2005-02-16 Sven Neumann <sven@gimp.org> * app/core/gimpdrawable-desaturate.c: parallelized.
-
Sven Neumann authored
2005-02-16 Sven Neumann <sven@gimp.org> * app/core/gimplayer.c (gimp_layer_transform_color): code cleanup.
-
Sven Neumann authored
2005-02-15 Sven Neumann <sven@gimp.org> * app/paint-funcs/paint-funcs.[ch]: formatting.
-
Sven Neumann authored
2005-02-15 Sven Neumann <sven@gimp.org> * app/core/gimpimagemap.[ch]: changed GimpImageMapApplyFunc to be compatible with PixelProcessorFunc. * app/base/color-balance.[ch] * app/base/colorize.[ch] * app/base/gimplut.[ch] * app/base/hue-saturation.[ch] * app/base/threshold.[ch]: removed wrappers that used to shift parameters around to match GimpImageMapApplyFunc and PixelProcessorFunc signatures. * app/tools/gimpbrightnesscontrasttool.c * app/tools/gimpcolorbalancetool.c * app/tools/gimpcurvestool.c * app/tools/gimplevelstool.c * app/tools/gimpposterizetool.c * app/tools/gimpthresholdtool.c: changed accordingly. * tools/pdbgen/pdb/color.pdb: use pixel_region_process_parallel() for all color operations. * app/pdb/color_cmds.c: regenerated.
-
Marco Ciampa authored
-
Sven Neumann authored
2005-02-15 Sven Neumann <sven@gimp.org> * app/main.c (gimp_init_malloc): added a comment about the use of mallopt() and what could be done instead. Use the TILE_WIDTH and TILE_HEIGHT defines to determine the M_MMAP_THRESHOLD value.
-
Sven Neumann authored
2005-02-15 Sven Neumann <sven@gimp.org> * app/main.c (gimp_init_malloc): added a comment about the use of mallopt() and what could be done instead.
-
- 14 Feb, 2005 1 commit
-
-
Sven Neumann authored
2005-02-14 Sven Neumann <sven@gimp.org> * app/base/gimphistogram.c: allocate histogram slots in one large block instead of multiple smaller chunks. Hide pointer arithmetic in macros.
-