pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/lwm Changes 1.2.0:
details: https://anonhg.NetBSD.org/pkgsrc/rev/fe171d44c8ab
branches: trunk
changeset: 475796:fe171d44c8ab
user: adam <adam%pkgsrc.org@localhost>
date: Wed May 26 13:52:54 2004 +0000
description:
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:
wm/lwm/Makefile | 13 ++++---------
wm/lwm/distinfo | 8 ++++----
wm/lwm/patches/patch-aa | 10 +++++-----
3 files changed, 13 insertions(+), 18 deletions(-)
diffs (57 lines):
diff -r 9ff3e66f1f28 -r fe171d44c8ab wm/lwm/Makefile
--- a/wm/lwm/Makefile Wed May 26 13:51:07 2004 +0000
+++ b/wm/lwm/Makefile Wed May 26 13:52:54 2004 +0000
@@ -1,18 +1,13 @@
-# $NetBSD: Makefile,v 1.6 2004/01/20 12:27:35 agc Exp $
-#
+# $NetBSD: Makefile,v 1.7 2004/05/26 13:52:54 adam Exp $
-DISTNAME= lwm
-PKGNAME= lwm-1.00
+DISTNAME= lwm-1.2.0
CATEGORIES= x11 wm
-MASTER_SITES= http://users.ch.genedata.com/~enh/lwm/
+MASTER_SITES= http://www.jfc.org.uk/files/lwm/
MAINTAINER= jwise%NetBSD.org@localhost
-HOMEPAGE= http://users.ch.genedata.com/~enh/lwm/
+HOMEPAGE= http://www.jfc.org.uk/software/lwm.html
COMMENT= Lightweight Window Manager
-WRKSRC= ${WRKDIR}/lwm-1.00
-DIST_SUBDIR= ${PKGNAME}
-
USE_IMAKE= YES
.include "../../mk/bsd.pkg.mk"
diff -r 9ff3e66f1f28 -r fe171d44c8ab wm/lwm/distinfo
--- a/wm/lwm/distinfo Wed May 26 13:51:07 2004 +0000
+++ b/wm/lwm/distinfo Wed May 26 13:52:54 2004 +0000
@@ -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
diff -r 9ff3e66f1f28 -r fe171d44c8ab wm/lwm/patches/patch-aa
--- a/wm/lwm/patches/patch-aa Wed May 26 13:51:07 2004 +0000
+++ b/wm/lwm/patches/patch-aa Wed May 26 13:52:54 2004 +0000
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2004/05/26 13:52:54 adam Exp $
---- Imakefile.orig Wed Oct 20 10:33:03 1999
-+++ Imakefile Mon Feb 28 01:22:33 2000
-@@ -7,6 +7,6 @@
- SRCS = lwm.c manage.c mouse.c client.c cursor.c error.c disp.c shape.c resource.c
+--- Imakefile.orig 2003-12-08 23:22:27.000000000 +0000
++++ Imakefile
+@@ -24,6 +24,6 @@ HEADERS = lwm.h ewmh.h
+ SRCS = lwm.c manage.c mouse.c client.c cursor.c error.c disp.c shape.c resource.c session.c ewmh.c
OBJS = ${SRCS:.c=.o}
-ComplexProgramTarget(lwm)
Home |
Main Index |
Thread Index |
Old Index