- 21 Feb, 2005 12 commits
-
-
Michael Natterer authored
2005-02-21 Michael Natterer <mitch@gimp.org> * app/widgets/gimptoolbox.c (toolbox_area_notify): apply evil size_request hacks to the color/image/foo areas' wrapbox because its child requisition/allocation code is apparently broken. Works around bug #162500.
-
Sven Neumann authored
2005-02-21 Sven Neumann <sven@gimp.org> * plug-ins/common/emboss.c: fixed emboss on small images (bug #168022).
-
Sven Neumann authored
2005-02-21 Sven Neumann <sven@gimp.org> * libgimpthumb/gimpthumb-utils.c (gimp_thumb_init): workaround for bug #167973: if no valid home directory exists, use the folder for temporary files to store thumbnails.
-
Takeshi AIHANA authored
2005-02-21 Takeshi AIHANA <aihana@jcom.home.ne.jp> * ja.po: Updated Japanese translation for HEAD.
-
Takeshi AIHANA authored
2005-02-21 Takeshi AIHANA <aihana@jcom.home.ne.jp> * ja.po: Updated Japanese translation for the HEAD.
-
Michael Natterer authored
2005-02-21 Michael Natterer <mitch@gimp.org> * app/actions/context-actions.c * app/actions/context-commands.[ch]: removed the newly added color picker radius actions... * app/actions/tools-actions.c * app/actions/tools-commands.[ch]: ...and added them here.
-
Manish Singh authored
2005-02-20 Manish Singh <yosh@gimp.org> * POTFILES.in: add app/core/gimpinterpreterdb.c
-
Manish Singh authored
2005-02-20 Manish Singh <yosh@gimp.org> Support for custom plug-in interpreters, independent of OS support. * app/core/Makefile.am * app/core/core-types.h * app/core/gimpinterpreterdb.[ch]: implemented GimpInterpreterDB, which handles registering and resolving custom plug-in interpreters. * app/core/gimp.[ch]: keep a GimpInterpreterDB around. * app/config/gimpcoreconfig.[ch] * app/config/gimprc-blurbs.h * app/dialogs/preferences-dialog.c * app/dialogs/user-install-dialog.c * app/widgets/gimphelp-ids.h: interpreter-path config stuff. * app/plug-in/plug-in.c: use registered interpreters when running plug-ins. * themes/Default/images/preferences/Makefile.am * themes/Default/images/preferences/folders-interp.png: just copied folders-plug-ins.png here, need a better one. * data/interpreters/Makefile.am: creates system interpreter directory. * data/interpreters/default.interp: sample interpreter file info. * data/Makefile.am * configure.in: add data/interpreters directory. * plug-ins/pygimp/Makefile.am: install pygimp.interp, which configures the python interpreter to point to the python we were built with. Also register the .py extension. * etc/gimprc * docs/gimprc.5.in: regenerated
-
jaycox authored
Fix for changlog entry
-
jaycox authored
* plug-ins/common/psd.c: Fix layer mask support. Addresses bugs #166976 and #109841.
-
Sven Neumann authored
-
Sven Neumann authored
2005-02-21 Sven Neumann <sven@gimp.org> Another step towards color management: * modules/Makefile.am * modules/cdisplay_lcms.c: added new color display module that implements color management for the image displays. Still work in progress... * modules/cdisplay_proof.c: no need to include <string.h> here. * libgimpconfig/gimpcolorconfig.[ch]: added new property "display-module" to configure the display color management module. * app/display/gimpdisplayshell-filter.[ch] * app/display/gimpdisplayshell.c: create the configured color management display filter for each display.
-
- 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 4 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.
-