head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.28 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.26 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.24 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.22 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.20 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.18 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.16 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.14 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.12 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.10 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.8 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.6 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.4 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.2 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.5.0.2 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.4.0.2 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.3.0.2 pkgsrc-2006Q2-base:1.3; locks; strict; comment @# @; 1.6 date 2007.02.05.19.49.06; author adam; state dead; branches; next 1.5; 1.5 date 2006.12.06.15.42.30; author minskim; state Exp; branches; next 1.4; 1.4 date 2006.07.06.20.55.05; author adam; state dead; branches; next 1.3; 1.3 date 2006.06.30.02.48.59; author joerg; state Exp; branches; next 1.2; 1.2 date 2006.06.08.15.39.38; author adam; state Exp; branches; next 1.1; 1.1 date 2006.04.14.10.49.59; author adam; state Exp; branches; next ; desc @@ 1.6 log @Changes 2.3.14: - added actions to control brush spacing - polished appearance of image window - scale the brush's spacing when scaling the brush - save tool presets when they are changed - improved handling of vectors in the Python bindings - allow for auto-cropping the result of the transform tools - added GimpRatioEntry widget and use it in the rectangle tool options - added functions to transform between preview and image coordinates - added PDB functions to validate display, drawable, image and vectors IDs - added HSL color model to Decompose and Compose plug-ins - further improved status bar messages for tools - on systems with D-Bus build gimp-remote functionality into gimp executable - bug fixes and code cleanup @ text @$NetBSD: patch-ac,v 1.5 2006/12/06 15:42:30 minskim Exp $ http://bugzilla.gnome.org/show_bug.cgi?id=382929 --- plug-ins/common/xpm.c.orig 2006-05-19 01:56:59.000000000 -0700 +++ plug-ins/common/xpm.c @@@@ -49,7 +49,7 @@@@ Previous...Inherited code from Ray Lehti #include /* For GDK_WINDOWING_WIN32 */ -#ifdef GDK_WINDOWING_WIN32 +#ifndef GDK_WINDOWING_X11 #ifndef XPM_NO_X #define XPM_NO_X #endif @ 1.5 log @Fixes build with Quartz GDK backend. http://bugzilla.gnome.org/show_bug.cgi?id=382929 @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Changes 2.3.10: - added support for a registration color in the Decompose plug-in - the Align tool now also aligns to guides - allow use CSS color notation in Script-Fu - more work on the new selection tools - let Fractal Explorer work on grayscale and give it a larger preview - speed up Value Invert plug-in - added strong undo/redo functions bound to Shift-Ctrl-[ZY] - use radio items for the image mode menu - applied Tango style on the default iconset - added plug-in for colormap manipulation - allow plug-ins to register in Layers, Channels, Vectors and Colormap dialog - added load plug-in to open desktop links - removed print plug-ins and started work on a replacement using the new GTK+ Print API - added replacements for gimp_foo_select widgets, akin to GimpFontSelectButton - introduced translation context to a number of colliding strings - bug fixes and code cleanup @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.3 2006/06/30 02:48:59 joerg Exp $ d3 5 a7 5 --- libgimp/gimp.c.orig 2006-06-02 12:04:39.000000000 +0000 +++ libgimp/gimp.c @@@@ -21,8 +21,12 @@@@ #include "config.h" d9 1 a9 6 +#if !defined(__DragonFly__) #define _POSIX_SOURCE /* all the sigaction stuff is POSIX */ #define _SVID_SOURCE /* except for SA_RESTART, it seems */ +#define _XOPEN_SOURCE +#define _XOPEN_SOURCE_EXTENDED +#endif d11 5 a15 2 #include #include @ 1.3 log @Don't define the portability macros on DragonFly at all. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Changes 2.3.9: - better interpolation for "smooth" curves in the Curve tool - added an Auto button to the Threshold tool that picks a suitable value - simplified user installation, only display a dialog in case of an error - added Red Eye Removal plug-in - added thumbnail loader to GIF load plug-in - declared even more data as const - refactoring of the PDB and plug-in management code - allow Merge to work on a single layer - added a way to remove all keyboard shortcuts from the Preferences dialog - added menu items for "Text to Path", "Text along Path" and "Text to Selection" - allow to initialize a new layer mask with any of the image's channels - added clipboard brush and clipboard pattern - added scripts to sort color palettes - swap meanings of "dilate" and "erode" which have been wrong for a long time - show Clone tool source location while painting - use GtkFileChooserButton in place of GimpFileEntry - added script to reverse the order of layers - added "Sample merged" and "Selected Pixels only" options to Palette import - added actions to select palette and colormap colors - new environment variable to control which batch interpreter to use - give plug-ins access to the CPU detection so that they can use MMX code - speed up Selective Gaussian Blur plug-in - improved tool cursors, added edge resizing cursors - improved behaviour of new selection tools - allow to reset all gimprc values from the Preferences dialog - optionally show guides in the Crop tool - bug fixes and code cleanup @ text @d3 1 a3 1 --- libgimp/gimp.c.orig 2006-06-07 17:56:19.000000000 +0200 d5 1 a5 1 @@@@ -23,6 +23,8 @@@@ d7 3 d14 1 @ 1.1 log @Changes 2.3.8: - added new tile primitive Triangle to Mosaic plug-in - speed up Gaussian Blur plug-in - suppress redundant progress updates from plug-ins - changed some gimprc and sessionrc default values (window hints, fullscreen mode) - do not focus transform tool dialogs on map - renamed Magnify tool to Zoom tool and added some missing tool shortcuts - added a submenu with recently used plug-ins to the Filters menu - fixed look-up table used for Contrast adjustments - improved the user interface of the Animation Playback plug-in - added framework for describing menu entries in the statusbar - added lots of helpful blurbs to procedures and core actions - remove color from the Watercolor selector if Shift is being pressed - ported PDB internals to GParamSpec and GValue - speedup and UI improvements for the SIOX tool - added parasite getters and settors for vectors - made PSD load and save plug-ins 64bit clean - some string review - ported ellipse select tool to the new rectangle tool - added basic support for layer masks to the PSD save plug-in - avoid relocations by declaring more data as const - new application icons in more sizes and as a SVG - provide script-specific samples instead of hard-coding "Aa" for font preview - build the Screenshot plug-in on all platforms - allow to discard invisible layers when merging visible layers - nicer output from gimp-procedural-db-dump - bug fixes and code cleanup @ text @d3 3 a5 9 --- app/plug-in/plug-in-run.h.orig 2006-04-14 10:19:49.000000000 +0200 +++ app/plug-in/plug-in-run.h @@@@ -22,7 +22,7 @@@@ #define __PLUG_IN_RUN_H__ #ifndef __YES_I_NEED_PLUG_IN_RUN__ -#error Don't use plug_in_run*(), use gimp_procedure_execute*() instead. +#error Do not use plug_in_run*(), use gimp_procedure_execute*() instead. #endif d7 4 d12 2 @