diff options
author | adam <adam@pkgsrc.org> | 2004-05-26 13:52:54 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-05-26 13:52:54 +0000 |
commit | b4cb6f4adbc2d9d297ae50ceac5cea07df59bc6d (patch) | |
tree | 92d71f3f79414cc599fd8c525ce1d82c5a835d3d /wm/lwm/distinfo | |
parent | cf1b31001fa76a283c5aabcf74325d3eb5153238 (diff) | |
download | pkgsrc-b4cb6f4adbc2d9d297ae50ceac5cea07df59bc6d.tar.gz |
Changes 1.2.0:
* Fixed bug (reported by Eugene Wong) where resizing the top of
a window would cause it to jump up several pixels. The height of
the titlebar was not being considered when calculating mouse
motion in reshaping_motionnotify().
* Modified manage() to avoid autoplacing windows during
initialisation.
* Applied patch from Elliott that gives focus to new windows in
click-to-focus mode.
* Changed the buttonpress code in disp.c to ignore scroll wheel
"clicks".
* Modified Client_Remove so that, in click-to-focus mode, it
refocuses on the most sensible window (either the top window,
or the window that the closing window was a transient for).
* Attempted to fix the edit placement bug by adding titleHeight()
to the supplied X coordinate during a ConfigureRequest event,
and not attempting to fix clients that don't supply a border
width during a configure request.
* Fixed fullscreen-mode bug where galeon windows appeared to jump
up and to the left after the first click.
Diffstat (limited to 'wm/lwm/distinfo')
-rw-r--r-- | wm/lwm/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wm/lwm/distinfo b/wm/lwm/distinfo index dad8b14cc6a..ee3b7be3cfe 100644 --- a/wm/lwm/distinfo +++ b/wm/lwm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/04/17 16:03:46 agc Exp $ +$NetBSD: distinfo,v 1.3 2004/05/26 13:52:54 adam Exp $ -SHA1 (lwm-1.00/lwm.tar.gz) = bd0e6d06c3c999f1364312fe6b505288dec9c12a -Size (lwm-1.00/lwm.tar.gz) = 23609 bytes -SHA1 (patch-aa) = 6b1dae47397b33f4071583338e33f5f410c9dd24 +SHA1 (lwm-1.2.0.tar.gz) = aa5cb806fdd4a106bfdcbf1c3f29c93511bdc5ba +Size (lwm-1.2.0.tar.gz) = 45622 bytes +SHA1 (patch-aa) = fb167ce7a2e457b2c2e3e5ee27b8e66e9ad02327 |