summaryrefslogtreecommitdiff
path: root/wm/bbkeys
AgeCommit message (Collapse)AuthorFilesLines
2003-11-10Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-22Update to latest stable version (0.8.6):jschauma2-7/+6
- pulling patch in from David Dellanave (solaris compile issues) - fixing compilation issue for Mac OS X (thanks to Thomas F. Burdick!!) - fixing bug in token-parsing (thanks to Adam Hooper!!!)--we now allow ")"'s in our ExecCommands.
2003-05-17PKGREVISON++salo2-7/+8
- install into LOCALBASE, not X11BASE. - style cosmetics (DESCR has 80 columns, sort CATEGORIES, whitespace)
2002-12-09Replace "true" by "${TRUE}".tron1-2/+2
2002-09-24Update to version 0.8.5, released today.jschauma5-38/+14
- fix recursive redhat-build bug (fixes 577135) - fix a memory leak in ToolWindow::windowAttributeChange. - remove server grabs from the Image code. They prove to not be needed (they no longer exist in the blackbox code.) And they cause the X server to lock indefinately if you run 2 bbkeys on the same display, running the second one from a terminal on the display. - when we recieve a startup message from blackbox, clear out any leftover windows in the window list. These are caused by the fact that on shutdown of blackbox, if any windows are unmanaged after bbkeys, bbkeys doesn't get notified of their destruction and so ends up with extra windows in its list. - fix compiling issues under solaris. Thanks to grub on irc for use of his time for testing. - get rid of work-around for pre-0.60 blackbox, which fixes bug that let you move the toolbar around with bbkeys. - fix window focus tracking bug. Fixes bug where you could manipulate the last focused window on a nono-visible workspace. - fix multi-head bug in main.cc. We now putenv("DISPLAY=...") so that applications launched will be launched on the correct display. Thanks to Greg Gilbert for his patch! - fix bug in main.cc (| rather than ||). Thanks to Roman Neuhauser! - fix bug in bbkeys.hh--increasing MaxInstructions to 100 for cthulhain - fix in bbkeys.cc -- XUngrabKey changed to use same call to find what screen we're on as the XGrabKey call - fix in bbkeys.cc -- doing "xterm -e sh -c $command" rather than "xterm -e $command". Thanks to Magnus Solvang for the bug report. Also, changing hideous char* and snprintf() to ostrstream, YAY!!
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-6/+5
have been converted to USE_BUILDLINK2.
2002-03-18Update to 0.8.4:wiz6-20/+57
Works better with blackbox 0.62.1. Inspired by pkg/14900 by Yannick Montulet.
2002-03-14Don't unconditionally delete share/bbtools, since bbpager now installswiz1-2/+2
there, too.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-1/+2
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-06-26Have package Makefiles include bsd.pkg.mk by themselves.jlam2-5/+5
2001-06-26Set GNU_CONFIGURE instead of HAS_CONFIGURE and all those unnecessaryjlam1-6/+3
CONFIGURE_ARGS, and mark as USE_BUILDLINK_ONLY.
2001-04-17Move to sha1 checksums where appropriate and possible.agc1-2/+3
Add distfile sizes where possible.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-10Add bbkeys-0.3.5: General X Window keygrabberhubertf5-0/+45
Provide keyboard shortcuts for X11R6, specifically intended for use with the Blackbox window manager but usable with any. Can bind actions such as executing commands, altering the states of windows, switching workspaces, etc. to arbitrary keys. Note: since the basic package does not install the qt-based configuration tool, bbkeys ought to be invoked with the -noqt option unless you also install the wm/bbkeys-qt package. Submitted by Al Snell <alaric@alaric-snell.com> in PR 11259