summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2005-04-05Require native threads or build ggtick; should fix bulk build on 1.6.2.wiz1-1/+3
2005-04-05Use netcdf bl3 file instead of DEPENDS.wiz1-3/+2
2005-04-05Changes 10.26.7:adam2-6/+6
* pnmtopclxl: fix bug with invalid palette in SetColorSpace command * ppmcolormask: fix segfault with stdin input * pnmquant: accept -quiet option
2005-04-02Property disable libgnomeprint* detection. Fixes PR pkg/29864.jmmv2-6/+13
2005-04-01merge with Greg Troxel's "ufraw" pkg in pkgsrc-wipdrochner3-13/+11
pkg changes: uses "gimptool" to install (causes an annoying error msg about arguments to "install" - this is harmless), installs the standalone "ufraw" utility too update to 0.4; from the changelog: -based on DCRaw v6.33 -Rotate Fuji images by 45 degrees. -Preview dialog is more responsive. -Disable internationalization for Hebrew and Arabic (The right to left setting doesn't do good to the preview dialog). -bugfixes
2005-04-01Security fix for CAN-2005-0891:salo4-5/+26
"David Costanzo has reported a vulnerability in GdkPixbuf, which can be exploited by malicious people to crash certain applications on a user's system. The vulnerability is caused due to a double free error in the BMP loader. This can be exploited to crash an application linked against GdkPixbuf when a specially crafted BMP image is processed." Bump PKGREVISION. Patch from Fedora.
2005-03-31Use INSTALLATION_DIRS to pre-create some directories. The installreed1-1/+2
targets don't create all the needed directories. I noticed on a bulk build that my pkg/include was a plain text file containing just: double dcon(); which should have been installed to pkg/include/pgraf.h.
2005-03-31Changes 2.7.5:adam5-57/+51
* Support for scrolling with mouse wheel button * Support for neXtaw widgets * Bug fixes (randomly occurring segfault fixed - nargs = 0 not properly reinitialized in menu bar routine !) Changes 2.7.4: * All popup windows now behave properly under resize requests. This corrects former (extremely buggy) behaviour. * Segfault bug in Print popup corrected * The transparency activation/disactivation of selected regions under mouse clicks has been substantially improved. * Xaw95 widgets have been removed from the source tree, and Xaw3d is now the recommended widget set.
2005-03-30Convert to bl3.wiz1-3/+2
2005-03-30Add bl3 file.wiz1-0/+20
2005-03-30Fix xfce4 build problemsmartti1-2/+2
- make libxfce4gui depend on startup-notification - rebuild the buildlink3.mk files to catch the new dependencies
2005-03-29Update to 1.2.2:wiz3-29/+30
- New build system for Windows; support for DLLs. - Imath: Removed TMatrix<T> classes; these classes are still under development and are too difficult to keep in sync with OpenEXR CVS. - IlmImf: support for image layers in ChannelList. - IlmImf: added isComplete() method to file classes to check whether a file is complete. - IlmImf: exposed staticInitialize() in ImfHeader.h in order to allow thread-safe library initialization in multithreaded applications. - IlmImf: New "time code" standard attribute. - exrdisplay: support for displaying wrap-around texture map images. - exrmaketiled: can now specify wrap mode. - IlmImf: New "wrapmodes" standard attribute to indicate extrapolation mode for mipmaps and ripmaps. - IlmImf: New "key code" standard attribute to identify motion picture film frames.
2005-03-29Changes 6.2.1-0:adam4-64/+52
* Bug fixes, clean ups, and improvements
2005-03-29Update to 1.4.0.5: minor undocumented changes.wiz4-11/+9
2005-03-29Add and enable ruby-imlib2.minskim1-1/+2
2005-03-29Import ruby-imlib2 from pkgsrc-wip. Packaged by OBATA Akio.minskim4-0/+69
This is a Ruby interface to graphics/imlib2.
2005-03-29Look for config file in correct place. Bump PKGREVISION.wiz3-16/+3
2005-03-29Look for config file in correct place. Bump PKGREVISION.wiz6-32/+6
2005-03-29Fix build on Solaris. From KDE's KDE_3_4_BRANCH.markd3-1/+29
2005-03-29Add buildlink3.mk file.wiz1-0/+20
2005-03-28Remove --enable-mutexes=int from CONFIGURE_ARGS (suggested bywiz2-3/+13
Christoph Egger) and fix PLIST on NetBSD-1.6 (and other systems without native threads). Set TEST_TARGET. Bump PKGREVISION to 1.
2005-03-27PKGREVISION bump for glut dependency removal (SDL/buildlink3.mk).wiz9-15/+18
2005-03-27update to cairo-0.4.0recht5-183/+41
http://cairographics.org/manual/cairo-Microsoft-Windows-Backend.html Disabled backend: quartz ------------------------ Unfortunately, the quartz backend code is currently out of date with respect to some recent backend interface changes. So, the quartz backend is disabled in this snapshot. If the quartz backend is brought up-to-date before the next snapshot, we would be glad to make a 0.4.1 snapshot that re-enables it, (we do not expect many more big backend interface changes). API Changes ----------- The font system has been revamped, (as Owen Taylor's work with integrating pango and cairo gave us the first serious usage of the non-toy font API). One fundamental, user-visible change is that the cairo_font_t object now represents a font that is scaled to a particular device resolution. Further changes are described below. cairo.h ------- Removed cairo_font_set_transform and cairo_font_current_transform. Added cairo_font_extents and cairo_font_glyph_extents. See documentation for details: http://cairographics.org/manual/cairo-cairo-t.html#cairo-font-extents cairo-ft.h ---------- The cairo_ft_font API changed considerably. Please see the documentation for details: http://cairographics.org/manual/cairo-FreeType-Fonts.html Performance ----------- Make the fast-path clipping (pixel-aligned rectangles) faster. Add optimization for applying a constant alpha to a pattern. Optimize gradients that are horizontal or vertical in device space. Xlib: When RENDER is not available, use image surfaces for intermediate surfaces rather than xlib surfaces. Backend-specific changes ------------------------ Glitz ----- Major update to glitz backend. The output quality should now be just as good as the image and xlib backends. Track changes to glitz 0.4.0. PDF --- Various improvements to produce more conformant output. Internals --------- David Reveman contributed a large re-work of the cairo_pattern_t implementation, providing cleaner code and more optimization opportunities. Backend interface changes ------------------------- Rework backend interface to accept patterns, not surfaces for source and mask. Remove set_matrix, set_filter, and set_repeat functions. More sophisticated backend interface for image fallbacks, ({acquire,release}_{source,dest}_image() and clone_similar). Bug fixes --------- Only install header files for backends that have been compiled. Fixed some rounding errors leading to incorrectly placed glyphs. Many other minor fixes.
2005-03-27update to libpixman-0.1.4recht4-31/+8
API Addition ------------ Add new function: void pixman_add_trapezoids (pixman_image_t *dst, int x_off, int y_off, const pixman_trapezoid_t *traps, int ntraps); Performance improvement ----------------------- Restrict size of intermediate surface used while compositing trapezoids based on the bounds of the desination surface. Bug fixes --------- Fix rendering on 64-bit platforms.
2005-03-27update to libgdiplus-1.1.5 (part of the mono 1.1.5 release)recht4-33/+48
changes: - bugfixes, more complete .Net API support changes to the package: - don't depend on lang/mono any longer - use the included cairo/libpixman
2005-03-25Changes 10.26.6:adam2-6/+6
* Fixes in pnmquant, pamfunc, pamscale
2005-03-25Fix build on Darwin by explicitly linking against libXext.recht1-1/+4
While at it also include x11/xextensions/buildlink3.mk since it is used directly. ok'd by adam
2005-03-25Add and enable libggimisc and libgiigic.wiz1-1/+3
2005-03-25Initial import of libgiigic:wiz6-0/+165
The goal of LibGIIGIC is to provide a single easy to use, but yet powerful API for (re)binding any kind of action to all possible input devices through LibGII at runtime. You likely know this feature from modern computer games, where you can say which key (= input source) is used to shoot (= action) with your shotgun.
2005-03-25Initial import of libggimisc:wiz6-0/+79
LibGGIMisc is a place to put support for graphics target features which are not deserving their own special extensions. Right now this means basically some VGA adaptor features -- getting and waiting for the raster position, using a hardware horizontal splitline feature, and loading/unloading font data from hardware text modes.
2005-03-25Update to 0.2.0:wiz5-27/+43
New in 0.2.0: * Add withdrawn state to iconify * changed license from GPL to BSD * X-target: * allow window minsize of 0/0. Prior minsize was 1/1. * support for directx * works on Windows * support for palemu and trueemu through the new pseudo-stubs target. * add API documentation
2005-03-25Update to 0.9.0:wiz6-41/+93
New in 0.9.0: * added hotfix for libggigcp 0.8.2 * documented API * works on Windows
2005-03-25Update to 2.1.0:wiz6-24/+34
New in 2.1.0: 2004-11-30: - Documentation updates - removed obseleted Xlib target - added new GGIFLAG_TIDYBUF flag. It is intended for applications using directbuffer and having their own dirty-region management. Currently only supported by the X-target. - KGI target improvements - added Matrox Gx00 accelerator sublib - added devfs support - added multiple frame support - merged improvements from the FreeBSD ports tree - fbdev gammamap support - added the -fullscreen option to the X-target - added the -physz option to the ipc-target - Major DirectX target improvements - added -noinput and -physz options by Christoph Egger. Tested by Albert Graef. - fix cursor stuff, added -keepcursor and -nocursor options (patch from Albert Graef) - disable maximize button on GGI-on-DX window (patch from Albert Graef) - remove stuff in WindowProc made obselete by the above two items (patch from Albert Graef) - move the globals in ddinit.c into private data structure (patch from Albert Graef) - merge the two targets into one (directxnt has been renamed to directx and is now the *one* directx target) (patch from Albert Graf) - fix a couple of bugs and race conditions (patch from Albert Graef) - added -inwin option (patch from Albert Graef) - added support for virtual size != visible size. - added support for panning (ggiSetOrigin) - added support for up to 16 frames. - added support for asynchronous mode (no background updates when active). - added support for fullscreen and mode switching. - preliminary support for palettized modes. - display-auto has been added. It replaces the 5 years old linux specific target autodetection and handles it OS dependend - works on Windows using MinGW w/o requiring special Makefiles. - a pseudo-stubs target has been added by Peter Ekberg. It does effectively nothing, but gives extensions a way to have one target that stands for all targets that passes all operations to their parent visuals. libggiwmh and libggimisc make palemu and trueemu working with it w/o having a target for each of them. - display-mansync has been reworked by Peter Ekberg. It now uses the platform independent task scheduler. - added a new macro: GT_ByPPP which is basically GT_ByPP but for packed pixels and it takes two arguments. New in 2.0.7: 2004-11-30: * minor buildsystem update * eliminate lvalue assignments. Fixes problems with latest gcc versions * Use more length bounded string operations
2005-03-25Update to 0.9.0:wiz8-32/+53
New in 0.9.0: 2004-11-30: - Documentation updates - KII target improvements - minor fixes to button and symbol handling - handle labels correctly now - merge improvements from the FreeBSD ports tree - works on Windows using MinGW w/o requiring special Makefiles. - task scheduler as an abstraction for platform independent threads. - DirectX target improvements - Tries to use the actual keyboard layout, and only fall back to the hardcoded defines when that does not work. - Makes shift and caps lock bring you capital letters. - Dead keys support (GIIK_VOID in sym, synthetic press/release events if non-matching key is hit after the dead key). - Renamed Caps, Num and Scroll to CapsLock, NumLock etc. - Mouse wheel support. - Support for up to 8 mouse buttons (2 previously). - Support for emPtrRelative. - Preliminary support for emPtrRelative. - Fixed a bug so that a lot of surplus emPtrAbsolute events are killed. - Support for various game controllers. - The mouse and the keyboard are separated into two devices. - Emulates key repeat messages. New in 0.8.7: 2004-11-30: * hotfix: input-linux-evdev: fix compiling error where KEY_103RD is not defined (SuSE 9.1) * minor buildsystem update * use more length bounded string operations
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz8-20/+8
useful.
2005-03-24Update maintainer email address.jmcneill1-2/+2
2005-03-24Pull in libtiff/Makefile.in rev. 1.54 and 1.55 without the rpath changesrecht2-1/+60
from libtiff CVS to fix the build on Darwin.
2005-03-23Update to KDE 3.4markd7-95/+60
Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23Update to 3.7.2.wiz12-185/+70
Package changes: Put options in options.mk, and retire support for USE_GIF; turn on the lzw option by default (since USE_GIF was on by default). C++ library's name changed, to be in sync with tiff distribution's name for it (libtiffcxx -> libtiffxx). Changes in 3.7.2: Maintainance [sic] release. Many bugfixes in the build environment and compatibility improvements.
2005-03-22Update to 2.9.0:jmmv3-11/+10
Version 2.9.0 ------------- - Support for bug-buddy auto version completion (Christoffer Olsen) - Some critical bug fixes (James Henstridge, Jens) - Preferences help (Vinay M R) - Removing of eel dependency (Paolo Borelli) - Show/hide image info view - Translation Updates: Adam Weinberger (en_CA), Alexander Shopov (bg), David Lodge (en_GB), Dwayne Bailey (nso), Francisco Javier F. Serrador (es), Hendrik Richter (de), Kjartan Maraas (nb), Laurent Dhima (sq), Martin Willemoes Hansen (da), Miloslav Trmac (cs), Mohammad DAMT (id),
2005-03-22Remove misimported file.jmmv1-4/+0
2005-03-22Add and enable gnome-backgrounds.jmmv1-1/+2
2005-03-22Initial import of gnome-backgrounds, version 2.10.0:jmmv5-0/+94
This package provides a set of background images ready to be used within the GNOME Desktop.
2005-03-22Update gnome2-pixmaps and gnome-desktop to 2.10.0:jmmv4-21/+10
============== Version 2.10.0 ============== Translators * Gabor Kelemen (hu) * Luca Ferretti (it) * Žygimantas Beručka (lt) * Dan Damian (ro) * Leonid Kanter (ru) * Данило Шеган (sr) * Canonical Ltd (xh) * Abel Cheung (zh_TW) ============== Version 2.9.92 ============== Misc * Remove icons that are in gnome-icon-theme Translators * Vladimir "Kaladan" Petkov (bg) * Martin Willemoes Hansen (da) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Changwoo Ryu (ko) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Gnome PL Team (pl) * Evandro Fernandes Giovanini (pt_BR) * Paisa Seeluangsawat (th) * Baris Cicek (tr) * Maxim Dziumanenko (uk) * Canonical Ltd (xh) ============== Version 2.9.91 ============== libgnome-desktop * New gnome_desktop_item_set_launch_time() API (Elijah Newren, Mark) Translators * Jordi Mallach (ca) * Nikos Charonitakis (el) * David Lodge (en_GB) * Ivar Smolin (et) * Pauli Virtanen (fi) * Gil Osher (he) * Žygimantas Beručka (lt) * Duarte Loreto (pt) * Elian Myftiu (sq) ================ Version 2.9.90.1 ================ Misc * update LT_VERSION * update GNOME version ============== Version 2.9.90 ============== Translators * Vladimir "Kaladan" Petkov (bg) * Telsa Gwynne (cy) * Frank Arnold (de) * Francisco Javier F. Serrador (es) * Priit Laes (et) * Takeshi AIHANA (ja) * Tino Meinen (nl) * Åsmund Skjæveland (nn) * Marcel Telka (sk) * Elian Myftiu (sq) * Christian Rose (sv) ============= Version 2.9.4 ============= Misc * Add .desktop file for gnome-about (Vincent Untz) * Fix compiler warning (Kjartan) * distcheck fixing (Mark) libgnome-desktop * Don't append invalid URIs to command line when launching (Vijaykumar Patwari) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Christian Rose (sv) ============= Version 2.9.3 ============= Translators * Zuza Software Foundation (nso) * Zuza Software Foundation (zu) ============= Version 2.9.2 ============= Misc * move some icons in gnome-applets & gnome-icon-theme (David Madeley, Mark) * move data files for the menus to gnome-menus (Mark) * don't use some deprecated functions (Vincent) Translators * Meelad Zakaria (fa) * Zuza Software Foundation (nso)
2005-03-22Update librsvg2 and librsvg2-gtk2 to 2.9.5:jmmv9-49/+69
2005-01-13 Dom Lachowicz <cinamod@hotmail.com> * rsvg.c: bug 163886/163947, from John Spray <jcs116@york.ac.uk> 2005-01-11 Dom Lachowicz <cinamod@hotmail.com> * configure.in: Install gtk docs in a standard place that devhelp knows about. From Stephane LOEUILLET <LeRoutier@leroutier.net> 2004-12-22 Dom Lachowicz <cinamod@hotmail.com> * moz-plugin/moz-plugin.c: Fix bug #161823 * Makefile.am: bug #158897, from <kou@cozmixng.org> 2004-11-29 Caleb Moore <c.moore@student.unsw.edu.au> * rsvg-shapes.c: made markers work again and inherit from the context that they were specified in, not where they were invoked. 2004-11-18 Dom Lachowicz <cinamod@hotmail.com> * test-display.c: rsvg-view now can optionally use the new GtkFileChooser instead of GtkFileSelection, depending on whether you have GTK 2.4 installed or not. 2004-11-17 Dom Lachowicz <cinamod@hotmail.com> * rsvg-file-util.c: RSVG's convenience API should now be able to transparently handle remote files via gnome-vfs, if available. * rsvg.c: Some Win32/Unix path portability changes 2004-11-17 Caleb Moore <c.moore@student.unsw.edu.au> * rsvg-defs.c: Interfile vfs linking now implemented. Utility api automatically gives contextual information. 2004-11-17 Dom Lachowicz <cinamod@hotmail.com> * rsvg-shapes.c: Refactored the image downloading code into a generic xlink:href downloading code. Caleb can now use this for linking. 2004-11-17 Caleb Moore <c.moore@student.unsw.edu.au> * rsvg-defs.c: Interfile linking now implemented. Can't yet use gnome-vfs 2004-11-17 Caleb Moore <c.moore@student.unsw.edu.au> * everywhere: split RsvgHandle into two parts. * rsvg.c: made the image be rendered when get_pixbuf is actually called. * rsvg-text.c: Large number of text improvements: formatting, alignment, whitespace handling and styling. * everywhere: Number if inheritance fixes * rsvg-pservers.c: made current-color determined by context * rsvg-private.h, rsvg.c: handle percentage widths more accurately (based on viewbox) 2004-10-20 Caleb Moore <c.moore@student.unsw.edu.au> * rsvg-defs.c: fixed memleak opened yesterday 2004-10-19 Caleb Moore <c.moore@student.unsw.edu.au> * rsvg-defs.c: stopped passing the hash table a destroy function 2004-10-15 Dom Lachowicz <cinamod@hotmail.com> * Makefile.am: bug 155530, ckelso@heliosphere.org (Chris Kelso) 2004-10-14 Dom Lachowicz <cinamod@hotmail.com> * rsvg.c: Push gnome_vfs_init() up to rsvg_init() * rsvg-shapes.c: ditto, bug #155433 2004-09-29 Dom Lachowicz <cinamod@hotmail.com> * moz-plugin/moz-plugin.c: Fix bug #154083 2004-09-26 Dom Lachowicz <cinamod@hotmail.com> * gdk-pixbuf-loader/io-svg.c: Sanity checks 2004-09-25 Dom Lachowicz <cinamod@hotmail.com> * rsvg.c Part of bug 153671 * *.c: Prepare for some gettext lovin' 2004-09-23 Caleb Moore <c.moore@student.unsw.edu.au> * rsvg-shapes.c, rsvg-paint-server.c: Made objectBoundingBox for pservers to be calculated in user coordinates instead of pixel coordinates, this allows for rotation and stuff.
2005-03-22Update to 2.10.0:jmmv3-30/+114
Changes since 2.9.92 * Updated translations [hu, pl, ro, sr, sr@Latn, zh_TW] Changes since 2.9.91 * Scalable mail emblem (Jakub Steiner, Andreas Nilsson) * Text Editor icon (Jakub Steiner) * 16 pixel versions of 1394 and usb device icons -- bug #166193 (Jakub Steiner) * 16 pixel versions of gnome-fs-{ftp,nfs,smb,ssh} icons -- bug #166192 (Jakub Steiner) * Consistent wallpaper color for all gnome-fs-client icons -- bug #165860 (Jakub Steiner) * Replaced larger gnome-fs-{directory,home} icons with SVG (Jakub Steiner) * Updated translations [bg, ca, da, el, en_GB, et, fr, gu, ko, nl, sq, sv, ko] Changes since 2.9.90 * Scalable trash icons (Jakub Steiner) * gnome-window-manager.png -- bug #144880 (Luca Ferretti) * 16, 24, and 48 pixel versions of gnome panel action icons -- bug #166156 (Jakub Steiner) * Use a scalable icon for the favorite emblem (Jakub Steiner) * 16 and 24 pixel versions of the home icon -- bug #164502 (Jakub Steiner) * Updated translations [cs, de, en_CA, es, fi, it, ja, lt, nb, no, pt] Changes since 2.9.3 * 16 and 24 pixel local and and network share icons (Jakub Steiner) * New trash icons for empty and full states -- bug #163848 (Jakub Steiner) * 16 and 24 pixel stock_leave-fullscreen icons -- bug #164017 (Jakub Steiner) Changes since 2.9.2 * 16 and 24 pixel volume setting icons (Jakub Steiner) * 48 pixel version of stock_insert-floating-frame (Garrett LeSage) Changes since 2.9.1 * Clear and Partly Cloudy icons for night time in gweather * Stock icon for "New Window" * Lower resolution gnome-fs-desktop icons (Luca Ferretti, Garrett LeSage) * Scalable gnome-fs-{home,directory} icons (Luca Ferretti) * Genercize the cd burner icon * Print resolution stock icon * Update program launcher icon for GNOME 2 style * Coaster project file mime type icons, Fixes #157864 * Openoffice.org mime type icons * 48 pixel version of stock_mail-replied * Updated translations [bg] Changes since 2.9.0 * New 72 and 96 pixel versions of home folder icon (Luca Ferretti) * New launcher-program icon * New dev-disc icons for HAL, fixes #156066 * New application/x-x509-ca-cert icon, fixes #153245 * New palm applet icon, Fixes #155567 * New icon for application/x-dv * Clean up of configure.in and autogen.sh, Fixes #154668 * New translations [gl]
2005-03-22Update to 2.10.0:jmmv3-9/+11
libgnomecanvas 2.9.2 -------------------- What's new since 2.9.1 * Bug fixes: - Fix possible crashes in gnome_canvas_text_set_property() and gnome_canvas_text_set_markup(). Sebastian Rittau. * Translations: - Added Xhosa (xh) - Updated Belarusian (be) libgnomecanvas 2.9.1 -------------------- What's new since 2.8.0 * Bug fixes: - Build fixes (Ondrej Sury) - Warning fixes (Kjartan) * Translations: - New translation (ang) - Updated translations (en_CA, et, zh_TW)
2005-03-22Changes 6.2.0-8:adam3-7/+8
* Bug fixes
2005-03-22Update to version 0.7.2.seb3-10/+308
Notables changes since last packaged version (0.7.1) LensDistortion : lens distortion correction tool. Anti-Vignetting : lens vignetting correction tool. Perspective : a tool for adjust photograph perspective. ShearTool : a tool for adjust photograph shearing. AddBorder : a tool for add decorative border around photograph. Superimpose : a tool for superimpose funny templates under photograph.
2005-03-22Update to version 0.7.2.seb4-11/+60
Notables changes since last packaged version (0.7.1) Image filter : new Gaussian blur and Channel mixer filters. Image Editor : Add new copy action to copy current selection to clipboard. You can paste this selection in other application like Kolorpaint, Gimp, Kword, etc... Image Editor : Undoing actions capability. Image Editor : Usability improvements of ratio-crop tool. Add Rule Third Lines guides for to help users to compose a photograph. Image Editor : Replaced native dynamic guibuilder system with kde xmlgui one for plugins. Toolbars and shortcuts are now configurable within the Image Editor. Image Editor : Fix PNG compression and JPEG quality min and max values (Gimp/Photoshop like) Image Editor : New Stretch Contrast color filter. Image Editor : New classic Black and White photograph tonal convertion: Neutral BW, Sepia, Selenium, Platinum, Cold-Tone, Brown. Image Editor : added action icons. New splashcreen with animation like KDevelop.