From 7a74b4a01beaf6f18f6cdd312116487508a03e3d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 23 Aug 2003 16:33:35 +0000 Subject: [PATCH] recent changes --- ChangeLog | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/ChangeLog b/ChangeLog index edaa9f5e..4e4d348e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +2003-08-23 Ben Jansens + + * keyboard.c: + end the other action when starting a new interactive action while one was in place + +2003-08-22 Ben Jansens + + * action.c: only use visible windows when calcing for raiselower + + * action.c: maybe smarter + + * action.c: make the raiselower action smarter + +2003-08-20 Ben Jansens + + * keyboard.c: + better handling of starting a new interactive grab while one is in progress + + * frame.c, frame.h, mouse.c: rename the 'root' context to 'desktop' + + * action.c, action.h: + add the 'raiselower' action for raising obscured windows and lowering fully visible ones + + * event.c, frame.c, frame.h: + add an obscured flag that tracks if the frame is at all obscured + + * mouse.c: use the result from XGetGeometry correctly + + * mouse.c: handle the XGetGeomtry failing for button releases + + * mouse.c: + dont grab client context stuff on desktop windows. check that clint is non-null + + * frame.c, mouse.c: + grab root mouse bindings on desktop windows also, since they are conceptually the desktop. + + * screen.c: reset first to TRUE properly when the desktop popup is off + + * moveresize.c: move the pointer while doing a keyboard move/resize + 2003-08-20 Ben Jansens * keyboard.c: -- 2.39.2