summaryrefslogtreecommitdiff
path: root/graphics/libggiwmh
AgeCommit message (Collapse)AuthorFilesLines
2005-04-18Update to 0.2.1:wiz3-8/+8
- documentation fixes - display-directx: - bugfix: do not adjust the window with the size of the decorations. Windows no longer get bigger on each and every move. - bugfix: make `ggiWmhGetPos(3)` and `ggiWmhGetSize(3)` return values consistent with any previous calls to `ggi WmhMove(3)` and `ggiWmhResize(3)`. - change coords of `ggiWmhGetPos(3)` and `ggiWmhMove(3)` to behave as on display-x
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-29Look for config file in correct place. Bump PKGREVISION.wiz3-16/+3
2005-03-29Add buildlink3.mk file.wiz1-0/+20
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-02-24Add RMD160 digestsagc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-7/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-04-18Convert to buildlink3.snj1-3/+3
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-21Initial import of libggiwmh, a window manager hints library for libggi.wiz6-0/+78
Requested by Christian Egger. LibGGIWMH is an LibGGI extension for GGI targets that are window system based to allow access to things like setting the title bar, resizing, etc.