Commit graph

52 commits

Author SHA1 Message Date
adam
2cecdbb48f Changes 2.6.7:
* Tablet pan is not working as fast as it should
* Crashes when using any colors tool/function on Windows
* GIMP crashes when clicking GEGL Operation on Windows
* file-jpeg-save erroneous with small quality values
* Changing palettes from list to grid view loses "locked to dock"
  status
* "Send by Email" does not update "Filename"
* Transparent BMP files fail to load
* help-browser uses deprecated (and sometimes broken) webkit call
* 'Sphere Designer' does not reset correctly...
* first time open of .svg file ignores the requested units
* Export to MNG animation fails
* Dithering with transparency is broken for "positioned" method
* metadata plug-in crashes on some images
* PNG comment not found if more than 1 tEXt chunks
* Exporting to PSD with a blank text layer creates a corrupt file
* Levels tool does not adjust output levels correctly if input
  levels are changed
* Import from PDF throws errors when entering resolution in
  pixels per millimetre
* Black pixels appear in "Spread" filter preview
* Path Dialog: Path preview pics not to see constantly
* gimp_gradient_get_color_at() may return out-of-bounds values
* Rectangle select tool size shrinks to 0 if size is larger than
  the image and the up or down arrow is pressed
* crash when invoking certain actions by keyboard shortcut
* Closing maximized image doesn't restore document window size
* Perspective transformation on a layer with a mask causes crash
* GIMP crashes when right-click canceling a drawing action initiated
  outside layer boundaries
* when printing, the number of copies should be reset to 1
* Alpha to Logo
* Rotate with clipping crops the whole layer
* transform tool fills underlying extracted area wrongly
* Image display is wrong after undoing canvas size
* help-browser plugin crashes when used with webkit 1.1.3
* Action GEGL box widgets weirdness
2009-08-21 19:46:27 +00:00
adam
4026ea227c Changes 2.6.7:
* Tablet pan is not working as fast as it should
* Crashes when using any colors tool/function on Windows
* GIMP crashes when clicking GEGL Operation on Windows
* file-jpeg-save erroneous with small quality values
* Changing palettes from list to grid view loses "locked to dock"
  status
* "Send by Email" does not update "Filename"
* Transparent BMP files fail to load
* help-browser uses deprecated (and sometimes broken) webkit call
* 'Sphere Designer' does not reset correctly...
* first time open of .svg file ignores the requested units
* Export to MNG animation fails
* Dithering with transparency is broken for "positioned" method
* metadata plug-in crashes on some images
* PNG comment not found if more than 1 tEXt chunks
* Exporting to PSD with a blank text layer creates a corrupt file
* Levels tool does not adjust output levels correctly if input
  levels are changed
* Import from PDF throws errors when entering resolution in
  pixels per millimetre
* Black pixels appear in "Spread" filter preview
* Path Dialog: Path preview pics not to see constantly
* gimp_gradient_get_color_at() may return out-of-bounds values
* Rectangle select tool size shrinks to 0 if size is larger than
  the image and the up or down arrow is pressed
* crash when invoking certain actions by keyboard shortcut
* Closing maximized image doesn't restore document window size
* Perspective transformation on a layer with a mask causes crash
* GIMP crashes when right-click canceling a drawing action initiated
  outside layer boundaries
* when printing, the number of copies should be reset to 1
* Alpha to Logo
* Rotate with clipping crops the whole layer
* transform tool fills underlying extracted area wrongly
* Image display is wrong after undoing canvas size
* help-browser plugin crashes when used with webkit 1.1.3
* Action GEGL box widgets weirdness
2009-08-21 19:41:56 +00:00
adam
25b41e7f44 Changes 2.6.6:
* Bugs fixed:
  - lcms plug-in crashes on broken profile
  - changing the help browser preference may not work
  - blur plugin: bug in the first line
  - gimp-2.6 crashed with SIGSEGV in IA__g_object_get()
  - 1-bit white background saved as PBM becomes all black
  - Small bug in Filter>Distorts>Ripple
  - top left pixel position/coordinate is not 0,0 but 1,1
  - Rotate with clipping crops the whole layer
* Updated translations.
2009-03-17 15:41:41 +00:00
adam
0b022da198 Changes 2.6.5:
* Bugs fixed:
  Scaling image to 25% turn background from white to grey
  GIMP's GtkScaleButton conflicts with GTK's
  GEGL tool - missing Operation Settings for all sub-tools
  don't rely on GtkAction implementation details
  wrong RGB values for color names in libgimpcolor/gimprgb-parse.c
  wrong hex RGB value for the color names slategrey and slategray
  Brushes dragged to the image window look strange
  Rectangle Select Tool does not allow 1:1 fixed ratio
  Black pullout parameter of plug-in-newsprint has no effect
  First image opened in GIMP offset
  Align Tool doesn't work properly if it is the active tool at startup
2009-02-18 08:56:09 +00:00
adam
532b523eac Changes 2.6.4:
* Bugs fixed:
	Perspective transformation jagged edges / comb effect
	jpg save dialog: "cancel" is treated like "commit" for settings
	Using clone tool on a layer with a part out of canvas causes crashes
	crash when the drawable is changed while a color tool is active
	GIMP crashes on selecting Tools->GEGL operation
	python-fu-foggify does not check if image is in rgb mode
	Hue selection mode does not cross the 0-360 degrees line
	Scrollbars not resized when we extend the canvas size
	PF_PALETTE: 'TypeError' when used in a plugin that is registered in
		<Image>
	Compilation with --as-needed
	PF_SLIDER and PF_SPINNER 'Step' values do not change consistently...
	Default image dimensions are not correctly transferred in the file/new
		dialog box
	GIMP can't save to mounted filesystem if file exists
* Updated translations
2009-01-24 20:55:05 +00:00
tron
ae9c2f38cc Use correct link options for the "twain" plugin. This fixes build problems
under Mac OS X.
2008-08-30 20:22:25 +00:00
adam
0176da6742 Changes 2.4.7:
- fixed issue in GIF load plug-in
- fixed event handling in MIDI controller
- fixed handling of the 'Highlight' tool option in Crop and Rectangle
  Select tools
- various fixes to the Python bindings:
  - fixed crash with Python 2.5 on 64 bit systems
  - added missing validity checks
  - allow to pass None for PDB_DISPLAY
- plugged a memory leak in gimp-text-get-extents-fontname PDB call
- fixed potential timeout issues in org.gimp.GIMP.UI D-Bus service
- fixed endianness issue in the ICO save plug-in
- translation fixes and updates (be, it, lt, nn, vi)
2008-08-30 11:11:50 +00:00
adam
a699f1f1bc Changes 2.4.6:
- 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-31 09:23:54 +00:00
adam
f5fb47349e Changes 2.4.5:
- 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-03-02 15:49:24 +00:00
adam
7e6a98bee2 Changes 2.4.4:
- 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-31 20:41:45 +00:00
adam
40a3ec104d Changes 2.4.3:
- 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-17 19:07:11 +00:00
adam
ad9fc919f2 Changes 2.4.1:
* Bug fixes
2007-11-01 09:25:07 +00:00
adam
8fe58492db Changes 2.4.0:
* Refreshed Look
* Scalable Brushes
* Selection Tools
* Foreground Select Tool
* Align Tool
* Changes in menus
* Improved display when zooming in or out
2007-10-25 21:06:15 +00:00
adam
a849168cb3 Changes 2.2.17:
- 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-17 13:55:36 +00:00
lkundrak
5c76abf752 Fix for CVE-2007-2949 heap overflow. Bump PKGREVISION. 2007-07-04 13:34:35 +00:00
adam
6209b55e4a Changes 2.2.15:
- 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-28 12:20:42 +00:00
tron
2b13b684cf Add patch from GIMP SVN repository to fix the vulnerability reported
in CVE-2007-2356. Bump package revision.
2007-05-26 15:00:22 +00:00
adam
0820f4f07c Changes 2.2.14:
- 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-04-30 12:03:05 +00:00
adam
37250f0250 Changes 2.2.13:
* 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-26 07:44:04 +00:00
adam
84c6d9c0af Changes 2.2.12:
- 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-10 22:06:32 +00:00
wiz
1ba16fdf98 Fix build with gcc4, mirroring changes in gimp-2.3.9. 2006-06-26 21:12:53 +00:00
tron
3cf65b08ff Complete rewrite of PNG plugin for new API to make this package build
with the latest version of the "png" package.
Bump package revision because of this fix.
2006-04-18 20:24:48 +00:00
adam
53133a2507 Changes 2.2.11:
- 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-14 10:02:31 +00:00
adam
c866e02b01 Changes 2.2.8:
- fixed possible crash in plug-ins-query PDB function
- fixes to Script-Fu server mode on Win32
- fixed possible crash in win32 gimptool variant
- plugged a tiny memleak in the image display code
- plugged a tiny memleak in libgimpwidgets
- attempt to fix calling the web-browser on win32
- fixed loading of images in help-browser plug-in on win32
- fixed zoom offsets if dot-for-dot mode is disabled
- fixes to Gfig parasite loading
- disabled buggy gimprc option stingy-memory-use
- don't try to create a preview for a non-existant image file
- fixed bug in Retinex plug-in
- fixed bug in Newsprint plug-in
- fixed bug in Shift plug-in
- fixed bug in Grid plug-in
2005-06-30 15:14:07 +00:00
adam
1259737f74 Changes 2.2.6:
- reverted change to the print plug-in

Changes 2.2.5:
- fixed double-click behaviour of GimpButton
- properly handle 302 redirect output from wget in URL plug-in
- fixed loading of layer masks in PSD plug-in
- fixed bugs in PSD save plug-in
- fixed Reset in Scale and Resize dialogs
- fixed filename encoding issues when loading Script-Fu scripts
- fixed i18n build quirks
- improve autoscrolling with tablets in Windows
- fixed setup of size entries in tool-options
- when opening images as layers, do it interactively
- fixed precondition checks in gimp_drawable_transform_scale
- fixed handling of resolution unit in Print Size dialog
- disable "gtk-alternative-button-order" setting because our code
  doesn't honor it
- fixed behaviour of selection tool when dragging from top-right
- speed up conversion of grayscale images to indexed colors
- fixed bug in grayscale to indexed color conversion
- don't offer empty palettes for conversion to indexed color
- disable search in container tree-views since it interferes with global
  accelerators
- corrected mousewheel section of default controllerrc
- fixed build on amd64/gcc-4.0
- unset Keep Transparency from Color to Alpha plug-in.
- fixed crash caused by Histogram dockable in RGB mode
- fixed statusbar display for negative moves
- fixed a couple of problems in the BMP plug-in
- fixed bug in Resize dialog if previews are turned off
- fixed disappearing previews in Rotate Colormap plug-in
- fixed deletion of fractals in Fractal Explorer plug-in
- fixed preview in Deinterlace plug-in
- fixed crashes on exit in some locales
- fixed installation directories for message catalogs
- handle deletion of layers and channels that have a floating selection
  attached
- plugged some smaller memory leaks
- fixed preview in Gaussian Blur plug-in for zero radii
- fixed a couple of problems in the Winicon plug-in
- fixed bug in GIF loader that was triggered with a broken GIF
- fixed crash in Ink tool
- let the text tool remember the last-used font
- quote the print command used in the Print plug-in
2005-04-11 09:32:45 +00:00
adam
52b1857b27 Changes 2.2.4:
- fixed an out-of-bounds read access in the Edge plug-in (bug #164963)
- limit aspect ratio in crop tool to sane values (bug #164827)
- fixed indexed conversion on floating selections (bug #165342)
- fixed button order in resize and scale dialogs
- improved handling of UNC paths on Windows
- fixed crash in winicon save plug-in (bug #162742)
- fixed image types registration for some python plug-ins (bug #1666650)
- workaround problems with font names ending in numbers (bug #166540)
- show clone source when cloning from a different image (bug #167002)
- corrected coordinate limits in New Guide script (bug #167529)
- fixed crash in gradient editor (bug #167604)
- don't give keyboard focus to combo boxes in image window (bug #167809)
- fixed saving of MNG files with negative layer offsets (bug #166059)
- fixed use of the text tool on floating selections (bug #166829)
- don't create duplicate templates when migrating user settings (bug #167893)
- let the py-slice script ignore out-of-bounds guides (bug #167843)
- store thumbnails in temporary folder if no valid home directory exists
  (bug #167973)
- fixed Emboss plug-in for small images (bug #168022)
- avoid crashes in toolbox size allocation code (bug #162500)
- switch from display-wide grab to application-wide grab while tool
  actions are being performed (bug #162823)
- update filesize in JPEG dialog if size of EXIF data changes (bug #164914)
2005-02-23 14:16:15 +00:00
adam
c8b0b5e4e1 Changes 2.2.1:
- added python logo to EXTRA_DIST so it shows up in the tarball (bug #161716)
- fixed mempory corruption in FracalExplorer plug-in (bug #161729)
- fixed crash in gradient editor (bug #161411)
- fixed crash in unsharp mask plug-in preview code (bug #157910)
- fixed bug in unsharp mask plug-in that caused artefacts when a large blur
  radius was being used on a small drawable; minor optimizations
- removed broken asc2img Script-Fu
- fixed channel drag-n-drop (bug #161877)
- fixed misbehaviour of entries in Scale and Resize dialogs (bug #161756)
- speed up preview in several plug-ins
- fixed bug in Despeckle plug-in that caused it to run very slowly
  (bug #162129)
- fixed a crash in the error dialog (bug #162147)
- fixed parameter value range in Weave script (bug #162182)
- fixed crash in brush preview (bug #162232)
- minor improvements to the API docs
2005-01-04 15:20:25 +00:00
adam
bf515693b2 Changes 2.0.6:
- fixed gimp_file_load_thumbnail()
- fixed gimp_displays_reconnect() (#154638)
- initialize tool options with default values before deserializiation (#120832)
- let the BMP loader deal better with broken BMP files (#15540)
- fixed help-browser crashes on missing images (#138275)
- fixed opacity handling in grid plug-in (#156750)
- fixed text tool crashes with Pango 1.2 (#154144)
2004-11-03 13:29:46 +00:00
adam
1a5e8bbcf4 Changes 2.0.4:
* several build fixes
* fixed bug in Polarize plug-in
* fixed out-of-bounds access in Ink tool code
* improved antialiasing of elliptical selections
* fixed typo in gradient editor
* really remove all associated items from the ID hash table when an
  image is being closed
* work around integer overflows when transforming large drawables
* fixed wrong EXIF handling in JPEG plug-in, a bug that has been
  introduced in 2.0.3
* fixed bug in Script-Fu extension
* fixed crash in container grid views
* handle changes to URI handling in newer glib releases
2004-08-06 10:35:57 +00:00
shannonjr
dea01618c5 Remove patch-ae. I added this patch to correct problem compiling release
2.0 with gcc 3.4. The patch is no longer required with 2.0.3.
2004-08-02 09:54:29 +00:00
adam
51380c7a81 Changes 2.0.2:
- several build fixes (#140115, #142907, #143069)
- allow plug-ins to register menu entries from within init() (#139969)
- fixed focus issues with tool dialogs (#139349)
- allow to load grayscale TGA files
- a couple of string and i18n fixes (#140296, #140039, #137036, #142996)
- fixed crash in template editor (#140315)
- fixed crash in IWarp plug-in (#140554)
- fixed snap to guides (#140649)
- made the PNG plug-in handle empty colormaps (#142029)
- fixed bug in text editor dialog (#141792)
- fixed Old Photo script-fu (#142326)
- fixed glitch in the Curves tool dialog (#142506)
- don't allow tablet pressure to become negative (#123811)
- improved range of tablet pressure values (#142808)
- better defaults for tablet pressure (#143626)
- fixed use of screen color picker with XInput devices (#143166)
- actually return values from the run function of Python scripts (#141338)
- documentation fixes (#142618)
- fixed bug in the save routine of the TIFF plug-in (#143522)
- don't let Curve Bend silently apply the layer mask (#134748)
- fixed bug in Blur plug-in (#142318)
- fixed mask offsets after crop operations (#143860)
- let extensions run synchronously when called via PDB (#140112)
- updated (and some new) translations
2004-06-21 19:48:41 +00:00
shannonjr
179e01c22b Re: PR 25724 Difference between function declaration and definition
prevents compilation of gimp with gcc 3.4.0
The problem is that the parameter "type" is declared to be of type
"CombinationMode" in the header file and "InitialMode" in the ".c" file.
The patch corrects the type in the ".c" file to match the header.
This closes the PR.
2004-06-01 10:09:31 +00:00
adam
7c126621bc Fix building and enable AltiVec support on Darwin/MacOSX 2004-05-03 06:45:28 +00:00
adam
ebebea9002 Bugs fixed in GIMP 2.0.1
- don't leak file descriptor for the POSIX shm implementation (Yosh)
- fixed path tool undo (#138086, Mitch)
- don't transform drawables away (#138117, Mitch)
- fixed issues with guillotine plug-in (#138314, Joao, Mitch)
- fixed Slide script-fu (#138310, Nils Philippsen)
- don't allow removed items to be accessed thru the PDB (#138311, Mitch)
- skip fonts with invalid names (workaround for #132366, Sven)
- fixed Spinning Globe script-fu (#138253, Sven)
- fixed a bug in the IFSCompose plug-in (#138212, David Necas)
- fixed undo corruption with floating selections (Pedro, Mitch)
- fixed gimprc man-page (Sven)
- align JPEG setjump buffer on 16-byte boundary for ia64 (#138357, Yosh)
- fixed Alien Glow Arrow script-fu (#138524, Sven)
- fixed code that suppresses the transform tool grid (Simon)
- push an undo for changing the text layer modification flag (#137767, Mitch)
- make the user installation work with pixmap themes (#138379, Sven)
- register .jpe as extension for JPEG images (#138776, Bolsh)
- fixed issues with the Lighting Effects plug-in (#138788, William Skaggs)
- don't crash on color corrections on empty selections (#138973, Sven)
- made gimptool-2.0 create missing directories (#138980, Yosh)
- made undo names translatable (#139000, Sven)
- optimized grid drawing (#138081, Sven)
- don't create a gimptool link to gimptool-2.0 (#139024, Sven)
- sanitize rectangle and ellipse selection (#138237, #138103, Pedro)
- fixed problems with Copy-Visible and Drop-Shadow scripts (#138662, Pedro)
- fixed X server authentification problems with gimp-remote (#139158, Sven)
- let Script-Fu PDB marshallers handle NULL strings (#139386, Kevin Cozens)
- fixed rounding error in transformation code (#120490, William Skaggs)
- fixed winclipboard plug-in (Hans Breuer)
- fixed Python Slice script (Yosh)
- fixed configure check for Xmu (#139803, Sven)
- fixed crash when scaling up a floating selection (#138356, Mitch)
- use LC_MESSAGE for help localization (#139917, Sven)
- fixed imagemap file parsers (#139894)
2004-04-15 08:37:38 +00:00
jmmv
f6dfcf1a88 Honour PKG_SYSCONFDIR properly. Bump PKGREVISION to 1. 2004-04-05 22:07:27 +00:00
xtraeme
db1c089336 Update gimp to 2.0.0
This release is a major event, marking the end of a three year development
cycle by a group of volunteers and enthusiasts who have made this the most
professional release of the GIMP ever. It is the first stable release that
is officially supported not only on Unix-based operating systems, but also
on Microsoft Windows and Macintosh OS X.
2004-03-29 22:16:09 +00:00
drochner
4af7ec0306 turn gimp into a meta-pkg 2002-02-15 20:55:58 +00:00
drochner
7af40bebb3 update to 1.2.3
I didn't find a useful changelog - seems to be a bugfix and documentation
update release
2002-02-13 19:50:05 +00:00
jlam
7b4939bd8e * Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. We now
avoid a hidden dependency on libiconv.so if it's installed in ${LOCALBASE}.
  It's also possible now to build gimp without accidentally pulling in older
  gimp headers from an installed gimp package.  Also allow
  gnome-libs/buildlink.mk to pull in much of the dependencies.

* Remove patch to pass $(INTLDEPS) to the compiler in modules/Makefile as
  the gettext headers are found in ${BUILDLINK_DIR}/include which is already
  passed through in CFLAGS.

* Remove GNOME_CONFIG=no from CONFIGURE_ENV.  This was a leftover from when
  there was a separate gimp-helpbrowser package that depended on gnome-libs
  while the main gimp package only needed GTK+ and graphics libs.  Since
  there is only one consolidated gimp package now, we need the gnome-libs
  dependency (more specifically, libgtkxhtml.so) to be correctly found for
  the helpbrowser plugin to be built.

* Add settings for MPEG, LIBMPEG, and GAP_DECODE_MPEG to properly support
  the MPEG library from graphics/mpeg-lib that changed it's name.

* Change -Wl,-E (conditionalized on ELF) to -Wl,--export-dynamic which works
  across both the ELF and a.out linkers.
2001-08-02 13:33:09 +00:00
wiz
fb014af0af This one should probably have been removed with the 1.2.1 update. 2001-02-22 13:26:03 +00:00
dogcow
1b0ae4f054 Add patch (from cvs gimp 1.2 branch) to have gimp not leak fd's all
over the place when loading patterns during startup (which prevented
plugins from loading)

This will be fixed in gimp 1.2.1.
2000-12-31 05:26:50 +00:00
hubertf
b2fa279cf8 Update to 1.2.0. Changes: many bugfixes, new plugins, etc. 2000-12-26 18:25:32 +00:00
tv
a586d39382 Add a C version of pdb_self_doc so that this does not require Emacs
in order to build with docs.
1999-05-05 21:01:46 +00:00
tron
33aec05e1e Update "gimp" package to version 1.0.4. 1999-04-05 23:28:29 +00:00
tron
25422953ee Update "gimp" package to version 1.0.3 and libtoolize it properly.
"gimp" now uses "gtk+" version 1.2.x.
1999-04-04 14:42:19 +00:00
rh
cadf4e6be1 Adapt to work together with new gtk10 package
Remove deprecated CONFLICTS with prior versions
1999-02-19 14:25:30 +00:00
mycroft
2b111ae232 1.0.2
The docs build uses the script-fu plug-in, so do it in the post-install target,
after the rest of the package is installed.
1998-11-07 17:21:29 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
frueauf
6f4c81a9a6 Enable installation of info files and man page, fixes pr 5320. 1998-05-03 11:00:36 +00:00
tron
1b60d1913e Update to "gimp-0.99.26" using changes supplied by Bernd Sieker. 1998-04-15 20:48:12 +00:00