From a0692fd98c4e5d9c5e5d49b2d8e7fc69887cc594 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 25 Mar 2005 02:47:31 +0000 Subject: Update to 2.1.0: 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 --- graphics/libggi/distinfo | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'graphics/libggi/distinfo') diff --git a/graphics/libggi/distinfo b/graphics/libggi/distinfo index fd49a27af14..cfd2d8509f2 100644 --- a/graphics/libggi/distinfo +++ b/graphics/libggi/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.9 2005/02/24 08:45:09 agc Exp $ +$NetBSD: distinfo,v 1.10 2005/03/25 02:47:31 wiz Exp $ -SHA1 (libggi-2.0.6.src.tar.bz2) = 0c147028cdd93c61f01fc6f83f5738dd01262d99 -RMD160 (libggi-2.0.6.src.tar.bz2) = 94b316b0f73e95271ddb10ffa580dd5447f923b0 -Size (libggi-2.0.6.src.tar.bz2) = 780134 bytes -SHA1 (patch-aa) = e7e97695ed1e64841f8cefe09c3ac707d4fb3c66 -SHA1 (patch-ab) = 570a8aec2cdac34e1bf5a3fe0ad4c923bdc7d3c3 +SHA1 (libggi-2.1.0.src.tar.bz2) = 1d70f7ff4d3f1bd0656d7e04876495c45b918886 +RMD160 (libggi-2.1.0.src.tar.bz2) = cba2d0caea2768a98c49623923dd9c1e209f12bf +Size (libggi-2.1.0.src.tar.bz2) = 878959 bytes +SHA1 (patch-aa) = 52163f169a9581b0cf0295cd173136660e1639b9 +SHA1 (patch-ab) = 025f85629f7713323fc67d84237d519d32bf810b -- cgit v1.2.3