summaryrefslogtreecommitdiff
path: root/graphics/gimp24
AgeCommit message (Collapse)AuthorFilesLines
2007-07-31Changes 2.3.19:adam6-52/+22
- support long layer names in PSD files - improved EXIF handling in the JPEG file plug-in - added control for the playback speed in the Animation Playback plug-in - avoid needless image preview invalidation - allow to edit the image comment in the Image Properties dialog - further improved rectangle tools - made JPEG save parameters user-configurable - avoid color conversions between identical ICC color profiles - improved Print plug-in - improved loading and saving of indexed TGA images - bug fixes and code cleanup
2007-07-31# libgimpthumb Makefile.am has issues (2.3.18):gdt1-1/+5
# http://bugzilla.gnome.org/show_bug.cgi?id=462130 MAKE_JOBS_SAFE= no
2007-07-04Fix for CVE-2007-2949 heap overflow. Bump PKGREVISION.lkundrak3-2/+32
2007-06-14Changes 2.3.18:adam3-8/+9
- temporarily show the hidden image statusbar while the progress is active - added support for loading .abr v6 Photoshop brushes - improved usability of color scales - improved display quality of zoomed-out image view - bug fixes and code cleanup
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz2-3/+4
affected packages.
2007-05-30PLIST fixadam1-1/+9
2007-05-28Changes 2.3.17:adam5-33/+28
- improved import of multi-page TIFF files - reduced rounding errors in Blur routines (core and plug-ins) - further improved parameter checks in the PDB - added support for loading .abr v2 Photoshop brushes - improved border behavior of the Blur tool - show the brush outline at the Clone tool's source position - added libgimpbase API to retrieve the user's Pictures folder - add a shortcut to the user's Pictures folder to the file-chooser dialog - improved the quality of the Motion Blur filter - save paths in TIFF files - let the Screenshot plug-in name the new layer after the window - use memory slices to reduce memory fragmentation - some code cleanup - lots of bug fixes
2007-05-25Follow rename of PKG_BUILD_OPTION for gtk2.joerg1-2/+2
2007-04-30Changes 2.3.16:adam5-48/+51
- make the XOR color configurable as a workaround for broken drivers - allow to assign keyboard shortcuts to procedures without menu entry - allow to configure the height of the preview area in data editors - improved file detection in TGA plug-in - improved brush scaling code, now also scales up - converted standard pixmap brushes to parametric ones - improved zoom tool behavior - D-Bus methods now have a return value indicating success or failure - added more menu tooltips - allow procedures to request the display ID they are being called from - depend on GTK+ >= 2.10.6 and use some of the new functions in GTK+ 2.10 - allow filename passed on the command-line to be opened as new images - various optimizations - bug fixes and code cleanup
2007-03-21Bump PKGREVISION for gnome-keyring ABI bump.wiz2-4/+4
2007-03-11Updated the list of pkg-config files. PKGREVISION++rillig1-4/+3
2007-03-11Changes 2.3.15:adam6-35/+27
- added keyboard control to rectangle tools and improved their tool options - improved console handling on Win32 - support large XCF files (> 2GB) on Win32 also - cleanup of the internal undo system - ask before overwriting files, not only for image files - added "Revert Zoom" functionality - added GimpStringComboBox widget to libgimpwidgets - added HAL support for hotplug of Linux Input devices - added support for shaped windows to the Screenshot plug-in - improved handling of incomplete PNG files - categorize contributors into active and inactive - added controller module for DirectInput controllers on Win32 - speed up transform tools - improved tool cancellation framework - fixed Select -> Border behaviour and added option for 'sticky image edges' - bug fixes and code cleanup
2007-02-05Changes 2.3.14:adam7-45/+36
- 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
2007-01-24Remove share/gimp. Bump PKGREVISION.wiz2-3/+4
2006-12-06gimp-remote is built only when the GDK target is X11. Adjust PLISTminskim2-4/+9
accordingly.
2006-12-06Fixes build with Quartz GDK backend.minskim2-1/+17
http://bugzilla.gnome.org/show_bug.cgi?id=382929
2006-12-06Add the twain plug-in to PLIST if the TWAIN framework is available.minskim2-3/+12
Bump PKGREVISION.
2006-12-02Add menurc to CONF_FILES. Without it, gimp will not create the .gimp-2.3minskim1-2/+3
directory for first-time users. Bump PKGREVISION.
2006-11-30Changes 2.3.13:adam5-60/+72
- show information about embedded color profiles in Image Properties dialog - allow to apply color profiles on load (still work in progress) - new vectors PDB API to replace the old path API - added "Auntie Alias" plug-in for antialiasing on lineart - added Edit->Fade operation - added Rounded Corners option to Rectangle Select tool - improved WinIcon plug-in (now loads and saves 24 bit and Vista icons) - merged gimp-tiny-fu; replaces Script-Fu Scheme interpreter with TinyScheme - remember unit and interpolation type in scale and resize dialogs - changed default interpolation type to Cubic - show comment in Image Properties dialog - when loading in image as layers, don't merge the layers - added experimental palette color selector module - don't save thumbnails that don't match the image - increased tool handle sizes for better usability - implemented brush scaling from the tool options (only downscaling yet) - import paths embedded into TIFF files - support vectors in the Script-Fu and Python-Fu user interfaces - added PDB functions to retrieve position of layers/channels/vectors - added side pane with table of contents to the Help Browser - bug fixes and code cleanup
2006-11-13-migrate devhelp docs to share/gtk-doc/htmldrochner2-631/+641
-minor cleanup: xdg-dirs etc -bump PKGREVISION
2006-11-06DESTDIR support and switch to modular buildinks.joerg1-1/+7
2006-10-12Changes 2.3.12:adam5-21/+99
- merged the Perspective Clone tool - allow to pan the image view using the Space bar - show a thumbnail in the "Rotate JPEG?" query dialog - added file information to the Image Properties dialog - more work on the new selection tools - give immidiate feedback when tool modifier keys are pressed - added Lens Distortion plug-in - internationalize Python binding and Python plug-ins - improved internal message infrastructure, use the statusbar for warnings - added an URL loader backend based on libcurl - build a color-managed CMYK color selector if lcms is available - localize Script-Fu procedure descriptions - lots of user interface polishing - bug fixes and code cleanup
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/+23
2006-09-10Changes 2.3.11:adam6-37/+52
- depend on newer versions of glib, gtk+ and pango and use some of the new features in these libraries - made Ctrl-P the default shortcut for Print - show progress when loading/saving XCF files - added support for 16/32 bit bitmaps and alpha channel to the BMP plug-in - if possible, detect the number of CPUs - allow to disable the build of the Script-Fu extension - many improvements to the Python bindings and the pygimp user interface - made message dialogs transient for the progress window - added PDB API for creating a selection from vectors - further improved status bar messages for tools - derive ByColorSelect and FuzzySelect tools from a common base class - finer control over select-by-color functionality - minor optimizations in the drawing code - abstract brush outline drawing into the common base class GimpBrushTool - store sample points in XCF files - added extended PDB API for selection procedures - added convenience API to libgimp that creates a layer from a GdkPixbuf - added midpoint handles to Scale tool for scaling with fixed width or height - let color picker tools select a matching color in the Palette Editor - allow to use foreground and background color in gradients - added first draft of a new Healing Brush tool - abstract clone tool functionality into the common base class GimpSourceTool - improvements to the new selection tools - don't wake up the gimp every so often - added GimpHintBox widget to libgimpwidgets - bug fixes and code cleanup
2006-07-14Add some more missing files to PLIST.wiz2-4/+17
Add intltool to tools. Bump PKGREVISION.
2006-07-12Include some .h files not in PLIST; gimp-ufraw was including them viagdt2-2/+8
gimp includes and failing to build. PKGREVISION++.
2006-07-11PLIST fixadam1-1/+18
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-06Changes 2.3.10:adam7-343/+19
- 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
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-30Don't define the portability macros on DragonFly at all.joerg3-9/+17
2006-06-08Changes 2.3.9:adam9-67/+78
- 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
2006-05-10icon-theme.cache doesn't belong heredrochner1-2/+1
2006-04-23Fix build with png-1.2.9nb2. Bump PKGREVISION.wiz3-3/+41
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-246/+246
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.3.8:adam7-605/+620
- 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
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-5/+2
USE_TOOLS+=msgfmt.
2006-04-06Over 1200 files touched but no revisions bumped :)reed2-6/+6
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-04-02Depend on hicolor-icon-theme to:jmmv1-2/+3
1) Handle the shared share/icons/hicolor directory. 2) Properly regenerate the icon theme cache during (de)installation. Bump PKGREVISION.
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz2-4/+4
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-02-20Remove gnomeprint plugin (which is not built) from PLIST, allowinggdt2-3/+3
'make package'. PKGREVISION++.
2006-02-09Changes 2.3.7:adam6-22/+24
- 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
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-3/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-13note that this is the development version leading up to 2.4gdt1-0/+1
2006-01-13Changes 2.3.6:adam4-15/+23
- even faster application startup - binary relocatibility on Linux by means of binreloc - be more verbose when being asked for it - select color index when picking from an indexed drawable - allow to migrate windows between displays - mouse-wheel scrolling and zooming in plug-in previews - added keyboard shortcuts ([ and ]) for changing the brush radius - improved Oilify plug-in - bug fixes and code cleanup Changes 2.3.5: - optionally add jitter to paint strokes - implemented Snap to Path - added PDB API to access the Image Grid - ease access to Keyboard Shortcuts editor - optimizations to the Tile Cache and Undo/Redo implementations - more work on the Buffer PDB API - bug fixes to the new zoomable plug-in previews - optimization of the SIOX algorithm - menu reorganisation in the Toolbox menu - export "Open As Layer" to the PDB as file-load-layer - added keyboard control for the Curves tool - load and save embedded ICC profiles from/to PNG images - improved appearance of some tool icons on dark background - added PDB API to get and set path visibility - let data editors follow the active brush, palette and gradient (optional) - some rearrangements in the new toplevel Colors menu - speed up reloading of data files - allow to copy the location of data files to the clipboard - allow to disable saving of the document history in the preferences - slightly faster application startup - more use of ngettext for plural forms - bug fixes and code cleanup
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz2-3/+4
Bump BUILDLINK_RECOMMENDED.