head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.32 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.30 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.28 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.26 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.24 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.22 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.20 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.18 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.16 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.14 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.12 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.10 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.8 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.6 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.4 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.2 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.4.0.2 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.2.0.2 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.1.1.1.0.2 pkgsrc-2005Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2006.07.06.20.55.05; author adam; state dead; branches; next 1.4; 1.4 date 2006.06.30.02.48.59; author joerg; state Exp; branches; next 1.3; 1.3 date 2006.06.08.15.39.38; author adam; state Exp; branches; next 1.2; 1.2 date 2006.02.09.12.00.37; author adam; state Exp; branches; next 1.1; 1.1 date 2005.10.21.17.31.58; author drochner; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2005.10.21.17.31.58; author drochner; state Exp; branches; next ; desc @@ 1.5 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 @$NetBSD: patch-ad,v 1.4 2006/06/30 02:48:59 joerg Exp $ --- app/main.c.orig 2006-06-02 12:04:33.000000000 +0000 +++ app/main.c @@@@ -18,8 +18,12 @@@@ #include "config.h" +#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 #include #include @ 1.4 log @Don't define the portability macros on DragonFly at all. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 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 --- app/main.c.orig 2006-06-07 18:23:05.000000000 +0200 d5 1 a5 1 @@@@ -20,6 +20,8 @@@@ d7 3 d14 1 @ 1.2 log @Changes 2.3.7: - depend on GTK+ 2.8, use some of the new features - removed workarounds for problems in GTK+ 2.6 - moved Align Visible Layers to the Image menu - started to add a new vectors PDB API - make it more obvious that docks can be rearranged by drag and drop - modified the behaviour of the Tab key - added --license command-line option - improved dither matrix for RGB->Indexed conversion - added PDB API to stroke with any paint method - gave some plug-ins more sensible names - keep settings of brush/pattern/font/... button popups across sessions - reduced number of memory allocations by declaring some strings as static - some improvements to the plug-in preview widgets - added links to important topics in the user manual - let the configure script display a summary of options - bug fixes and code cleanup @ text @d3 3 a5 4 --- app/base/cpu-accel.c.orig 2006-01-23 15:45:59.000000000 +0100 +++ app/base/cpu-accel.c @@@@ -427,7 +427,7 @@@@ arch_accel (void) canjump = 1; d7 4 a10 5 asm volatile ("mtspr 256, %0\n\t" - "vand %%v0, %%v0, %%v0" + "vand v0, v0, v0" : : "r" (-1)); d12 2 @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.4 2004/06/21 19:48:41 adam Exp $ d3 1 a3 1 --- app/base/cpu-accel.c.orig 2004-06-15 09:21:39.000000000 +0000 d5 1 a5 1 @@@@ -395,7 +395,7 @@@@ arch_accel (void) @ 1.1.1.1 log @import the current development version of GIMP (2.3.4) for those who want to play with the new selection tool, color management or whatever @ text @@