PATCH: lost window patch

2011-02-28 Thread Rich Coe
numberOfFastPopups = 2; } char *safeSleep = getenv("SAFESLEEPNS"); if (safeSleep != NULL) { char *end; safeSleepTimens = strtol(safeSleep,&end,10); } else { safeSleepTimens = -1; } safeSleepTimens = 0; XtRealizeWidget(topLevel); // records = fopen("/tmp/mapStats",&

patch: recently discarded windows

2010-02-25 Thread Rich Coe
-urNp fvwm.orig/ChangeLog fvwm.cvs/ChangeLog --- fvwm.orig/ChangeLog 2010-02-25 05:28:44.0 -0600 +++ fvwm.cvs/ChangeLog 2010-02-25 06:11:19.0 -0600 @@ -1,3 +1,16 @@ +2010-02-25 Rich Coe + * fvwm/add_window.c + * fvwm/externs.h + * fvwm/fvwm.c + * fvwm/ic

Re: patch: layer change broadcast

2010-02-25 Thread Rich Coe
On Wed, 13 Jan 2010 23:03:14 + Thomas Adam wrote: > On Wed, Jan 13, 2010 at 01:41:21PM -0600, Rich Coe wrote: > > This patch implements a message to modules when an application > > changes layers. It is one property of a window that isn't broadcast > > when modif

patch: layer change broadcast

2010-02-25 Thread Rich Coe
geLog 2010-02-25 05:28:44.0 -0600 +++ fvwm.cvs/ChangeLog 2010-02-25 06:23:48.0 -0600 @@ -1,3 +1,12 @@ +2010-02-25 Rich Coe + * libs/Module.h + * fvwm/stack.c + + This patch implements a message to modules when an application + changes layers. It is one proper

patch: layer change broadcast

2010-01-13 Thread Rich Coe
This patch implements a message to modules when an application changes layers. It is one property of a window that isn't broadcast when modified. Please apply this patch. (diff from recent cvs checkout) Thanks, Rich diff -urNp fvwm.orig/fvwm/stack.c fvwm.cvs/fvwm/stack.c --- fvwm.orig/fvwm/sta

patch: recently discarded windows

2010-01-13 Thread Rich Coe
This patch fixes a problem with recently unmapped windows. If fvwm receives a message from a module to modify a window which FVWM has un-mapped, it does honor the request in the module message. This only affects window id's which are sent as a request from a module. Rich diff -urNp fvwm.orig/fvw

patch: FvwmSocket module

2010-01-13 Thread Rich Coe
while FvwmSocket is busy. + +.SH COPYRIGHTS +The FvwmSocket program, and the concept for interfacing this +module to the Window Manager, are all original work by Rich Coe. +Inspired by a prototype written in perl using named pipes by Alan Buchanan. + +Copyright 2005, Rich Coe. No guarantees o

Re: Any outstanding issues/bug-fixes? (FVWM 2.6.0)

2010-01-08 Thread Rich Coe
On Sat, 2 Jan 2010 15:50:48 + Thomas Adam wrote: > All, > > Are there any outstanding bug-fixes which haven't yet been looked into, but > were at one point reported to this list? I've trawled through my own > archives and fixed as many of them as I could find recently -- but there may > well

Re: patch: recently valid windows

2008-02-11 Thread Rich Coe
On Tue, 5 Feb 2008 13:33:37 +0100 Dominik Vogt <[EMAIL PROTECTED]> wrote: > On Tue, Feb 05, 2008 at 05:50:00AM -0600, Rich Coe wrote: > > This patch fixes a problem with recently un-mapped windows. > > You can't do it this way. There is no guarantee that the stored

patch: layer change broadcast

2008-02-05 Thread Rich Coe
This patch implements a message to modules when an application changes layers. It is one property of a window that isn't broadcast when modified. Please apply this patch. Rich diff -urNp fvwm-2.5.24/fvwm/stack.c fvwm/fvwm/stack.c --- fvwm-2.5.24/fvwm/stack.c2007-08-07 15:17:43.0 -05

patch: recently valid windows

2008-02-05 Thread Rich Coe
This patch fixes a problem with recently un-mapped windows. If a program issues a window request to fvwm and that window has un-mapped itself, fvwm prompts the user with a 'cross-hairs' mouse icon to select the window target for the command. In all cases the user will have no idea what is going o

rfc: fvwm module FvwmSocket patch

2008-02-04 Thread Rich Coe
ket will check during writing +to the listeners that Fvwm is serviced should Fvwm make any more data +available while FvwmSocket is busy. + +.SH COPYRIGHTS +The FvwmSocket program, and the concept for interfacing this +module to the Window Manager, are all original work by Rich Coe. +Inspired by a

patch: ewmh_events.c

2008-02-02 Thread Rich Coe
new_layer(fw, Scr.DefaultLayer); } + /* layer > BottomLayer layer == BottomLayer + * CMD +* STATE_ADDnew_layer(BOTTOM) do nothing +* STATE_TOGGLE new_layer(BOTTOM) new_l