summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
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.
2005-03-21Security fix for CAN-2001-0775:salo3-3/+26
"Buffer overflow in xli 1.17 allows remote attacker to execute arbitrary code via a FACES format image containing a long Firstname or Lastname field." Patch from Debian. Bump PKGREVISION.
2005-03-20Fix build under gcc 3.x.jmmv2-10/+29
2005-03-20fixing bugs in util/gif2iris.c, closing PR#26161schwarz2-1/+27
2005-03-19Update to graphviz version 2.2seb8-56/+50
This should take care of PR pkg/28596. Changes since last packaged version (2.0) January 19 2005 - release 2.2 - fix bugs: 86, 345, 517, 579, 580, 597, 600, 601, 604 - use the original cpl1.0.txt as the license master, instead of CPL.html - fix for bug generating in memory bitmaps that was affecting webdot - fixes for windows builds - documenttion updates
2005-03-18graphics/barcode and x11/xscreensaver conflict (because ofwiz1-1/+4
man/man1/barcode.1). Noted by kleink in PR 29585.
2005-03-18Updated xfce to 4.2.1.1martti5-13/+14
General: * Don't use G_INLINE_FUNC in the source code, which fixes several weird build errors. libxfce4util: * Fix a problem with NFS mounted home directories in Solaris (#724) xfce4-session: * Fix RedHat shutdown code (#703) xfdesktop: * fix handling of quoted commands in the desktop menu (#776) * fix handling of .desktop files with no Categories list (#776) * add "edit menu" button to panel plugin prefs (#554), and ability to change the button tooltip (#764) * fix broken panel plugin behavior when trying to track the default desktop menu. there's a new option to either follow the default menu, or use a static menu file (#778) * fix bug where xfdesktop would crash if the windowlist was opened, then a window was destroyed, and then that window was selected from the list (#672) * fix "unique" attribute of system menu inclusion xffm: * ensure posix.1-1996 compatibility (#695) * fix for crash on opening fstab on solaris (#726) * avoid a showstopper gtk-2.4 bug (scaling gdkpixbufs from svg images). This is bugzilla #751 report. Not all gtk showstopper bugs from svg can be avoided. In particular with office/mobile_phone_01.svg. This file will also crash rox * allow relative paths for icon resolution (xfce4-modules) * validate utf error messages (#737) * don't quote paths that are already quoted. * change smb-share icon to proper icon * fix borked overwrite warning dialog message * bug fixes for keyboardnavigation to close bug #795 * separate remove and paste button in toolbar to avoid confusing the remove confirmation dialog with the overwrite confirmation dialog * fix translation problems in several languages, including brazilian-portuguese * fill in some missing spanish translation strings * fix for bug #524 (crashing xffm by mounting cdrom and trying to open it in the other treeview before mount is complete) xfcalendar: * remembering of its position (bug #691 and #789) * warning box for preventing users to loose their changes (#714 and #738) * possibility to show/hide xfcalendar in taskbar, pager and systray (#719) * possibility to choose to either show or hide the calendar window when xfcalendar is launched (it remembered before the status when leaving) xfce4-panel: * Save configuration file only on exit * Fix double click on inactive item in dialog (#739) * 64bit fix * Clock applet tweak (#716, hopefully) xfprint: * remove FILE backend and add a print-to-file entry in the printing dialog * multiple bugfixes (#816, #817, #818, #820) in the BSD-LPR backend
2005-03-17Use PKGSRC_COMPILER to check for sunpro, as CC_VERSION is not guarunteed tosketch1-3/+3
contain 'Sun' when using that compiler.
2005-03-16Added workaround for missing std::vector.at() in libc++-2. Approved by wiz.rillig5-6/+79
2005-03-16Depend on glib2 and pango (used directly).jmmv1-1/+3
2005-03-16Added lots of patches to build cinepaint on NetBSD-1.6.2 using gcc-2.95.3.rillig15-1/+1454
These patches have been submitted to the upstream authors. Approved by wiz.
2005-03-16Added a patch for gcc-2.95.3. Approved by wiz.rillig1-0/+46
2005-03-16gcc-2.95.3 does not like code intermixed with declarations.rillig1-1/+2
2005-03-15Added -lm to the LIBS. Needed for NetBSD-1.6.2. Approved by wiz.rillig2-4/+4
2005-03-14NROFF isn't used anywhere here, so don't define it.tv1-2/+1
2005-03-14Update to 1.04:wiz4-51/+12
1.04 Thu Feb 3 15:27:41 GMT 2005 - Imlib2 1.1.2 broke our tests as it doesn't enable alpha by default (for optimisation purposes). The module now enables alpha by default when you create an image, but you can turn it off with has_alpha (thanks to Don Armstrong) - tested with Imlib2 1.2.0 Might fix PR 29054.
2005-03-14Fix imlib2-config output to include -Wl,-R. Bump PKGREVISION.wiz3-3/+17
2005-03-14Added a patch that checks for the correct C preprocessor symbolrillig2-1/+15
(__NetBSD__) instead of NetBSD. Approved by wiz.
2005-03-14Added the patches for the last change.rillig2-0/+137
2005-03-14Added two patches for NetBSD-1.6.2. gcc-2.95.3 does not like unnamedrillig1-1/+3
structs and unions. Approved by wiz.
2005-03-13Do the Interix fix a different way: put it in stdfn.h.tv2-12/+16
This should resolve the build problems on NetBSD-current.
2005-03-11Fixed patch-acadam2-5/+5
2005-03-10Replaced the patch-aa (worked only with NetBSD-2.0) with patch-ab (worksrillig4-16/+27
also with NetBSD-1.6.2). Bumped PKGREVISION, because the actual code changes. The patch is ugly (as usual), but small. Reviewed by christos.
2005-03-10Bump PKGREVISION and BUILDLINK_RECOMMENDED for the security fix. (hi adam!)salo2-2/+4
2005-03-10Added a patch to fix buffer overflow:adam2-1/+34
* SECURITY UPDATE: Fix buffer overflow. * libexif/exif-data.c: Add buffer size checks in several places before trying to access it. * Thanks to Sylvain Defresne for spotting this and the patch. * References: https://bugzilla.ubuntulinux.org/show_bug.cgi?id=7152 Thanks to wiz@ for heads-up. :)
2005-03-10Include <sys/time.h> in x11.trm to pick up fd_set on Interix.tv2-1/+14
(No functional changes, and only affects X11 version.)
2005-03-10Add patch to fix CAN-2005-0605. Bump PKGREVISION.wiz3-6/+16
2005-03-10Use libgetopt for systems without <getopt.h>.tv1-1/+2
2005-03-10Interix also needs <sys/time.h> for fd_set.tv2-1/+15
2005-03-10Use pre-configure for SUBST_*, not post-patch.tv1-3/+2
2005-03-10Remove call to sync(2). It's not providing anything useful here, it'stv3-6/+13
nonportable, and it's not available on Interix either.
2005-03-08Removed giflib - no package depends on it, obsoleted by libungifadam8-214/+1
2005-03-07Changes 0.7:adam3-35/+129
* A few error-corrections. * Import of Dave Neary's "What's New in GIMP 2.2". * New Chinese screenshots and content. * Beginning of a Czech translation. * Many XML validity fixes.