summaryrefslogtreecommitdiff
path: root/wm/openbox
AgeCommit message (Collapse)AuthorFilesLines
2003-09-07Add '#include <assert.h>' where needed to make this compile with gcc3.jschauma3-1/+27
Patches provided in PR pkg/22699 by pino at dohd dot org
2003-08-28Change my email address to the NetBSD one, ok'ed by wiz@xtraeme1-2/+2
2003-05-17Style cosmetics (DESCR has 80 columns, sort CATEGORIES, whitespace).salo2-9/+9
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-5/+5
2003-03-22This needs pkgconfig to be configured. Pointed out by Juan RP.jmmv1-1/+2
2003-01-05Bump dependency on bsetroot for the boxes so that they all require a bsetrootjschauma1-2/+3
that works without blackbox and uses it's own NLS files. While we're at it, nitpick the following: fluxbox: as pointed out in PR pkg/19687, fluxbox will detect Xft2 (if available) and depend on it automatically. Options were: add CONFIGURE_ARGS+= --disable-xft or include Xft2's buildlink. For the time being, add the buildlink following openboxes example. openbox: USE_BUILDLINK2=YES -- otherwise including buildlink2's is a no-op
2002-12-26Update to 2.2.3:wiz5-37/+67
* Add an option to disable the window raise on (Scott Moynes) mouse clicks with the modifierMask. * Make configure look for Xft version 2 libraries and (Ben Jansens) use them if they are available. * Add bitmap button support to all the default styles. (Ben Jansens) * Change the default premax values to be larger than 0 (Ben Jansens) for clients that map in a maximized state. (avoid a mozilla crash.) and some bug fixes, as well as a polish translation.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-1/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-11-20Initial import of wm/openbox, based on the package provided byjschauma6-0/+158
(Juan at xtraeme dot dyndns dot org) in PR pkg/19107. Minor modifications by me. Openbox is a window manager for the X11 windowing system. It currently runs on a large list of platforms. It was originally based on Blackbox and currently remains very similar, even using Blackbox styles (with available extensions) for its themeing and is written entirely in C++ and maintains no dependencies on any libraries other than X11.