diff options
author | wiz <wiz@pkgsrc.org> | 2007-08-11 07:48:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-08-11 07:48:21 +0000 |
commit | 398ee2756ab06150a695055632a58c7dafb08c6b (patch) | |
tree | 07eb019d7f341cb2f70f8213f91c2a4bf8f95e50 /wm | |
parent | a7d22c8f8528f83f230dbcc7db6d45efb77b7927 (diff) | |
download | pkgsrc-398ee2756ab06150a695055632a58c7dafb08c6b.tar.gz |
Update to 3.4.4:
3.4.4:
* Updated Traditional Chinese translation
* Updated Norwegian translation
* Fix for MoveToEdge skipping edges sometimes
* Let you specify the vertical and horizontal padding independently in themes
* Fix so that if you select an omnipresent window on another desktop in the
client list menus, it will go to that desktop
* Make the GrowToEdge action shrink once there is no more room to grow,
similar to in 3.4.2, but shrinking to edges as well
* Move the Send To and Layers submenus to the top of the client menu
* Fix race causing omnipresent windows to lose focus when switching desktops
very quickly
* Don't focus new windows on other desktops if they aren't related to the
currently focused window
* Add corner resizing areas in the inner client border (Fixes themes such
as Onyx)
* New focus stealing prevention that is smart and not intrusive and not
annoying
* Revert a small change in 3.4.3 that caused windows to be placed funny in
Smart placement when there was a dock or something on the side of the
screen
* Show a notification when switching desktops
* Fix for delayed focus-follows-mouse interrupting move/resize or menus
* Make screen edge warp keep warping without having the move the mouse 1
pixel
* Fix for resizing terminals in the top/left sides getting a little confused
* Fix to keep oldschool (Non-EWMH) fullscreen windows from being moved and
resized inside of the struts (Fixes Acroread)
* Accept the <command> option for the Restart command, similar to the Execute
action
* Don't make clicking on dock apps sometimes act like clicking on the root
window (Don't propogate button events up)
* Fix a bug introduced in 3.4.3 which caused the Windows key as a modifier
for bindings to not work properly
* Let windows skip across monitors in a Xinerama setup when using MoveToEdge
or Shift-arrow in an interactive move
* Make move and resize take the dock into account for resistance
* Raise new windows when it makes sense, when they aren't being focused
* Change default config to use click events for mouse wheel bindings instead
of presses
Diffstat (limited to 'wm')
-rw-r--r-- | wm/openbox/Makefile | 5 | ||||
-rw-r--r-- | wm/openbox/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile index a4a5dcabb30..b20325f1c7f 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2007/08/03 21:51:03 tnn Exp $ +# $NetBSD: Makefile,v 1.45 2007/08/11 07:48:21 wiz Exp $ -DISTNAME= openbox-3.4.3 -PKGREVISION= 1 +DISTNAME= openbox-3.4.4 CATEGORIES= wm x11 MASTER_SITES= http://icculus.org/openbox/releases/ # PR pkg/36489 diff --git a/wm/openbox/distinfo b/wm/openbox/distinfo index 63724bbd85b..cd25ceedbf4 100644 --- a/wm/openbox/distinfo +++ b/wm/openbox/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.14 2007/07/30 13:58:28 tnn Exp $ +$NetBSD: distinfo,v 1.15 2007/08/11 07:48:21 wiz Exp $ -SHA1 (openbox-3.4.3.tar.gz) = 69023e03846bb5b96fd623b3f9163547a556e7fe -RMD160 (openbox-3.4.3.tar.gz) = 4a6b7e1572ee95c7ae5be40de5b78faa8cef963d -Size (openbox-3.4.3.tar.gz) = 747422 bytes +SHA1 (openbox-3.4.4.tar.gz) = bb947c0dcc5f8988110d2a717d84fa80fc3afbe8 +RMD160 (openbox-3.4.4.tar.gz) = de40aa4e69ded7e8acf5b043a8db9cdbfc689190 +Size (openbox-3.4.4.tar.gz) = 748325 bytes SHA1 (patch-aa) = 77043ec9f0466dbd2eb5dd54e467f983afccd9c1 SHA1 (patch-ab) = bb13ec5801c2e271f1e6b2dc4d0aa149c9e2dff1 |