summaryrefslogtreecommitdiff
path: root/graphics/gimp
AgeCommit message (Collapse)AuthorFilesLines
2008-05-31Changes 2.4.6:adam4-14/+32
- fixed handling of the "antialias" tool option - when loading a TIFF image, always set a filename on it - fixed initial state of curve type in Curves tool - fixed potential crash in the Dicom load plug-in - respect the brush mask in the Heal tool - plugged some minor memory leaks - fixed a glitch in the DND code - gimp-image-convert() must not accept palettes with > 256 colors - fixed parameter description in the Map Object plug-in - fixed compilation of unit tests on Mac OS X - fixed handling of "argc-lower-val-y" PDB parameter in Curve Bend plug-in - fixed overlap problem in Hue-Saturation tool - fixed asymmetry in Unsharp Mask plug-in - don't show non-existant color profiles in the selector - fixed issues with default aspect ratio in the Crop tool - fixed compilation of the PDF import plug-in with libpoppler 0.8 - fixed bug in clipboard brush code - corrected layer mask flag in PSD save plug-in - fixed an issue with tablets and newer X.Org releases - keep the JPEG save plug-in from writing an empty EXIF tag - fixed crash in Selective Gaussion Blur plug-in - added new translations (Belarusian, Catalan, Norwegian Nynorsk) - translation fixes and updates
2008-05-06If Gimp is built without the aalib option, don't buildlink aalib. This isdsainty1-2/+8
especially critical if aalib isn't actually installed on the building system! Fixes builds of Gimp plug-ins where PKG_DEFAULT_OPTIONS+=-aalib XXX There are a few other options here that should get the same treatment.
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam3-31/+22
through PLIST_SUBST to the plist module.
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz1-2/+2
2008-03-02Changes 2.4.5:adam4-18/+18
- fixed a regression introduced by the brush cursor optimization - fixed bug in transform tool preview - fixed PSD export of images with layer masks - fixed base64 encoding routine of the Mail plug-in - use the correct background color when creating a new image - explicitly link libgimpthumb with GLib - improved selection of the font sample string - unified handling of "Enter" and "Space" keysyms - fixed bug in the Glossy script when used with a pattern - correctly record dimensions in Exif data when saving as JPEG - fixed sensitivity of plug-in menu items - fixed potential crashes in Wind, Warp, Small Tiles and Apply Canvas plug-ins - added default keyboard shortcut for "Paste As New Image" (Ctrl-Shift-V) - added default keyboard shortcut for "Copy Visible" (Ctrl-Shift-C) - fixed missing preview update in Curves tool - fixed a bug in the Frosty Logo script - fixed backward transformations using the PDB - translation fixes and updates (de, eu, eo, fr, he, hu, it, ja, ko)
2008-01-31Changes 2.4.4:adam3-11/+11
- fixed typo in stock icon name - fixed handling of PSD files with empty layer names - merged TinyScheme bug-fixes - removed duplicate entry from Tango palette - corrected parameter range in Chip Away script - reduced redraw priority and speed of the marching ants - fixed out-of-bounds array access in Convolution Matrix plug-in - reduced rounding errors in Convolution Matrix plug-in - fixed potential crash on missing CMYK color profile - fixed crash in Bumpmap plug-in when called from some scripts - Equalize should not equalise the alpha channel - increased the number of points the ImageMap plug-in can handle - adjusted the priority of the projection renderer - smooth the brush mask to get a simpler cursor boundary - show the selection even if the image window is invisible - allow to commit a pending rectangular selection using Enter - fixed bug in image dirty state logic - improved GIMPressionist preformance and reduced startup time - fixed a crash in the Convert to Color Profile plug-in - merged some other minor fixes from trunk - translation updates (de, it, lt, ru, sv, uk)
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2008-01-05Don't set "USE_BUILTIN.fontconfig" to "no". The "builtin.mk" containstron1-2/+1
a proper version check and X.org includes a recent enough version of the library.
2007-12-17Changes 2.4.3:adam4-18/+17
- avoid filename encoding problems in the WMF import plug-in - fixed horizontal flipping of linked layers - raised the priority of the display idle renderer to improve performance on Win32 - fixed a missing update in the Lighting plug-in UI - fixed a potential crash in the projection code - fixed a minor Makefile issue - removed some pointless warnings from the JPEG and TIFF load plug-ins - fixed size calculation for the image size warning dialog - fixed loading of tool options for the rectangle tools - push/pop a context in the Fog filter - fixed potential crashes in the Python binding - corrected grid drawing with non-integer spacing - fixed grid snapping for coordinates less than the grid offset - made the healing brush work properly when dragged - update tool state when a device change happens - improved validation of strings sent over the wire - fixed integer check in Script-Fu - fixed potential out-of-memory problem in Script-Fu - fixed compilation on msys/mingw - fixed localisation of Python plug-ins on Win32 - translation updates (ca, cs, de, gl, it, ko, lt, sv, uk)
2007-12-07Remove gimp-print support. As of 2.4, gimp no longer uses gimp-printgdt2-5/+3
in the print plugin. gimp-print 4.2 is itself obsolete, replaced by gutenprint 5, and gutenprint provides a gimp print plugin that links against gimp's libraries.
2007-12-02Remove Ex-MASTER_SITEs. From Zafer Aydogan.wiz1-4/+2
2007-11-22This package needs "Perl::XML-Parser" to build. Add the "p5-XML-Parser"tron1-1/+3
as a build dependence to provide this module.
2007-11-21Changes 2.4.2:adam3-9/+8
- removed broken and useless HSV Graph script - update the histogram when a color correction tool is cancelled - fixed a crash with certain plug-in or script descriptions - corrected a tooltip - fixed a crash when GIMP is run without any modules - fixed error handling in the TIFF plug-in - fixed a problem with Sample points - fixed a crash when merging layers in indexed image - update the histogram when painting - fixed another problem with merge operations on indexed images - fixed crash in TIFF plug-in when saving indexed images - changed defaults so that a system monitor profile is only used when the user explicitely enabled this feature - fixed endless loop when running equalize on transparent areas - fixed heap corruption in GimpColorScale widget that caused a crash in the Compose plug-in - fixed use of background color in Particle Trace script - set the image menu insensitive when there's no image opened - translation updates (ca, et, it, lt, pt, pt_BR, sr, sv)
2007-11-01Changes 2.4.1:adam3-11/+11
* Bug fixes
2007-10-28gimp 2.4 now supports DESTDIR out of the box.joerg1-1/+3
2007-10-28options-ify svg and mng; the former pulls in a whole lot of gnomedogcow3-9/+21
infrastructure, the latter ain't very commonly used. Both default to being active.
2007-10-28Remove inclusion of options.mk.wiz1-3/+1
Whatever was intended to happen here, that is not the correct way.
2007-10-25Changes 2.4.0:adam9-905/+1074
* Refreshed Look * Scalable Brushes * Selection Tools * Foreground Select Tool * Align Tool * Changes in menus * Improved display when zooming in or out
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz2-5/+5
Bump PKGREVISION.
2007-09-20Adapt for librsvg rename. Bump PKGREVISION.wiz2-5/+5
2007-09-19Bump PKGREVISION for gnome-vfs rename.wiz1-1/+2
2007-07-17Changes 2.2.17:adam3-27/+6
- fixed regression in PSD load plug-in - fixed crash when loading a corrupt PSD file - work around for Pango appending " Not-Rotated" to font names Changes 2.2.16: - improved input value validation in several file plug-ins - improved handling of corrupt or invalid XCF files - guard against integer overflows in several file plug-ins - fixed handling of background alpha channel in XCF files - improved forward compatibility of the config parser - fixed crash when previewing some animated brushes
2007-07-04Fix for CVE-2007-2949 heap overflow. Bump PKGREVISION.lkundrak3-3/+23
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz2-3/+4
affected packages.
2007-05-28Changes 2.2.15:adam5-62/+17
- fixed parsing of GFig files with CRLF line endings - guard against a possible stack overflow in the Sunras loader - fixed definition of datarootdir in gimptool-2.0 - fixed Perspective tool crash on Mac OS X - fixed area resizing in the Image Map plug-in - added missing library in gimptool-2.0 --libs output - added new localizations: Occitan and Persian
2007-05-26Add patch from GIMP SVN repository to fix the vulnerability reportedtron3-2/+55
in CVE-2007-2356. Bump package revision.
2007-04-30Changes 2.2.14:adam5-22/+20
- avoid crashing on newer versions of the winicon format - fixed crash in Postscript plug-in - fixed handling of TABs in the text tool - fixed bug in Depth Merge plug-in - fixed bug in GimpDrawablePreview widget - fixed bug in Line Nove script - fixed bug in Ripple plug-in - save locale independent files from Fractal Explorer plug-in - fixed bug in Super Nova plug-in - be more robust against broken XCF files - fixed drawing issues in Image Map plug-in - fixed smoothing option in Fractal Explorer plug-in - load channels in the proper order when opening an XCF file - deal with floating selections in the Burn-In Animation script - fixed clipping in the GimpPreviewArea widget - fixed a potential crash in gimp-remote - work around a file-chooser problem on Windows - fixed markup of the gimp(1) manual page - fixed the fix for the right-to-left layout in layers dialog - fixed PSD save plug-in on 64bit architectures - added missing dependency in gimpui-2.0.pc file - fixed a crash in the PSD save plug-in - improved robustness of transform tool preview code - improved forward compatibility of XCF loader - don't crash in the Compressor plug-in if files can't be opened - fixed sensitivity of input fields in the Lighting plug-in
2007-03-21Bump PKGREVISION for gnome-keyring ABI bump.wiz2-4/+4
2007-01-11libXmu is needed with modular Xorg for gimp-remote.joerg1-1/+2
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg1-2/+2
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-10-12include tiff/buildlink directly instead relying on gtk to pull it indrochner1-1/+2
2006-09-17Fix PLIST (again)adam1-2/+1
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv2-3/+4
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-16Fix PLISTadam1-1/+2
2006-08-26Changes 2.2.13:adam4-14/+17
* Bug fixes - avoid endless looping when loading a corrupt XCF file - fixed regression in file dialogs - fixed right-to-left layout in layers dialog - avoid a crash when loading a corrupt gradient file - fixed segfault in Warp plug-in on 64bit architectures - fixed crash in GimpDrawablePreview - fixed error in Winicon load plug-in - fixed errors in Autocrop plug-in - fixed compile errors in regression tests on OS X - fixed regression in Gaussian Blur plug-in - fixed crash when opening an RGB image in an indexed image - fixed a possible crash in the Save dialog - fixed Lighten Only layer mode on SSE2 platforms - work with newer versions of autoconf - protect against bogus values returned from GDK - fixed handling of indexed images in the Winicon save plug-in
2006-08-06add .fi mirrorjdolecek1-2/+3
2006-07-21Needs intltool.joerg1-2/+2
2006-07-21Remove pointless conflict entry.tron1-3/+1
2006-07-10Changes 2.2.12:adam11-147/+27
- fixed display problem in the Animation Playback plug-in - fixed misbehaviour of the user installation dialog - make sure that session-managed windows are mapped completely inside a monitor - don't use long deprecated libpng API - fixed possible segfault when closing image while saving it - halt tools when the image mode changes - fixed problem in Scale and Resize widgets - fixed wrong offset in transform PDB functions - fixed bugs in the Dicom load plug-in - make sure text widgets get all key events first - fixed problems with default values in the PNG save plug-in - fixed Save As dialog not displaying the filename - fixed compilation problem with gcc 4.1 - plugged a possible buffer overrun in the XCF parser - don't save image parasites twice in XCF files
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-07Add "twain" plug-in to package list under Mac OS X. Bump package revisiontron2-3/+12
because binary package changed.
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam1-3/+2
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-06-26Fix build with gcc4, mirroring changes in gimp-2.3.9.wiz5-1/+92
2006-04-18Complete rewrite of PNG plugin for new API to make this package buildtron3-3/+32
with the latest version of the "png" package. Bump package revision because of this fix.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz2-3/+4
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-173/+173
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-14Changes 2.2.11:adam5-514/+507
- fixed handling of EXIF data in JPEG plug-in - let gimptool use pkg-config to determine compiler and linker flags at run-time - added GTK+ category in gimp.desktop file - fixed guides scripts to allow guides at the right and bottom - fixed icons in color picker buttons in Levels tool - fixed parameter check in Compressor plug-in - made the internal help browser the default for all platforms - fixed handling of alpha channel in Gaussian Blur plug-in - fixed incorrect bitshifts in Win Icon plug-in - fixed a potential crash in the Animation Playback plug-in - corrected tile cache size in Unsharp Mask plug-in - fixed the import of SVG circles - fixed rounding of resolution in BMP plug-in - fixed resolution handling in PSD load plug-in - store resolution when saving in the PSD file format - fixed crash in Revert function - flush the projection before reading from it - fixed MMX instructions on Pentium II machines - fixed possible crash on closing a dockable
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-4/+2
USE_TOOLS+=msgfmt.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.