summaryrefslogtreecommitdiff
path: root/wm/openbox/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+2
2004-04-20Update to openbox 3.2. Changes:snj1-3/+3
* Added spanish and swedish translations * Changed "Unnamed Desktop" to "Desktop n" where n is the actual number of the desktop * Hopefully no more of the hanging X totally bug * The fullscreen property now overrides aspect hints * Added M as an alias for Mod3 in the same manner that W is an alias for Mod4 * Added probably too many options and actions * ToggleDockAutohide to toggle the autohide option at runtime, doesn't save it to the config * keepBorder option to set if you want the 1-pixel border when you toggleDecorations * added popupShow and popupPosition to control where and when the move/resize-popup is shown, these go in the resize section of the config popup. Position can be Top or Center, popupShow can be Always, Never or Nonpixel (this is the default). * Added the xorStyle option to change the behaviour of menus along the bottom edge, note that the default is true * warpPointer option in the menu section to control if the mouse cursor is to be warped by openbox when the menu moves to keep on screen to keep the cursor in the same place relative to the menu. * Added back the focusLast option (this controls what happens when you change desktops and have followMouse on) * Added an option to set which desktop to start on when you start openbox, firstdesk. For example, you might like to set it to 5 if you have a 3x3 grid to start in the middle. Note that this won't build until a buildlink3 bug is fixed. This is not a regression, as it was already in a non-building state. Please do not file any PRs regarding this issue.
2004-02-07Honour PKG_SYSCONFDIR: the package was actually looking for files injmmv1-2/+2
/usr/pkg/etc so I've changed this to sysconfdir; I'm not adding an extra search path. Also install default configuration files in place, so that this works out of the box. If they are not there, the window manager is unconfigured, and things like window menus do not appear at all. Bump PKGREVISION to 2.
2003-12-23Update to 3.1 from Soren Jacobsen PR pkg/23849.xtraeme1-3/+3
Changes since 3.0: * Added japanese translation. * config_focus_raise declared as guint. * Strange behavior with focus:followMouse and RaiseLower action fixed. * use g_snprintf in openbox/session.c instead of sprintf. * gimp crashes openbox. * import -frame leaves windows in a temporary "on top" state. * Programs started with X become zombies upon shutdown. * desktopnext/previous and desktopleft/right dont quite get along.
2003-12-18Update to 3.0 (really, only move contents of openbox3 dir here).wiz1-7/+4
2003-09-07Add '#include <assert.h>' where needed to make this compile with gcc3.jschauma1-1/+3
Patches provided in PR pkg/22699 by pino at dohd dot org
2002-12-26Update to 2.2.3:wiz1-5/+5
* 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-11-20Initial import of wm/openbox, based on the package provided by jschauma1-0/+6
(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.