[PATCH] fix edge bump and window jump bug

2009-03-01 Thread David Fries
ing HandlePaging and back after the call. Previously it was only transforming when the desktop was paged causing the window to jump when it wasn't paged. -- David Fries http://fries.net/~david/ (PGP encryption key available) diff --git a/ChangeLog b/ChangeLog index c44dbbb..4c1efbf 100644 -

Re: [PATCH] fix edge bump and window jump bug

2009-03-03 Thread David Fries
On Tue, Mar 03, 2009 at 09:41:58AM +0100, Dominik Vogt wrote: > On Sun, Mar 01, 2009 at 04:08:57PM -0600, David Fries wrote: > > history and bug report: > > I just upgraded fvwm and saw an edge bump behavior at the outside > > paging border when moving a window. When a wind

Re: [PATCH] fix edge bump and window jump bug

2009-03-09 Thread David Fries
On Mon, Mar 09, 2009 at 11:44:31AM +, Thomas Adam wrote: > 2009/3/4 David Fries : > > On Tue, Mar 03, 2009 at 09:41:58AM +0100, Dominik Vogt wrote: > >> On Sun, Mar 01, 2009 at 04:08:57PM -0600, David Fries wrote: > >> > history and bug report: > >> >

Re: old gtk1 dependency

2009-03-09 Thread David Fries
ger has the package, lenny does have libgtk2-perl instead. > In any case, FvwmGtkDebug is pretty different from FvwmGtk. First, > there is no any dependency on build time; like anything perl related a > missing package may be installed at any time later. And this module is > intended for developers, not regular users. > > Regards, > Mikhael. -- David Fries http://fries.net/~david/ (PGP encryption key available)

[PATCH] property notify performance

2009-03-21 Thread David Fries
removals. The performance difference was about 7 hours, vs in one run keeping up, othertimes it was minutes not hours. -- David Fries http://fries.net/~david/ (PGP encryption key available) diff --git a/ChangeLog b/ChangeLog index c44dbbb..9be1355 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1

Re: [PATCH] property notify performance

2009-03-21 Thread David Fries
XPointer arg) -- David Fries http://fries.net/~david/ (PGP encryption key available) diff --git a/fvwm/events.c b/fvwm/events.c index 88ec40b..9f44e4d 100644 --- a/fvwm/events.c +++ b/fvwm/events.c @@ -265,15 +265,22 @@ Bool test_button_event( return False; } -Bool test_typed_window_

Re: a patch to highlight titlebar buttons under mouse pointer

2009-03-28 Thread David Fries
ather > than allowing user to specify "hover" styles in the configuration, my > patch simply highlights the existing button pixmap without any > configuration requirements) If by 'without any configuration requirements' means it can't be disabled by the configurati

Re: a patch to highlight titlebar buttons under mouse pointer

2009-03-28 Thread David Fries
of clicking one window decoration button instead of another. I have three buttons and the close is next to the menu button. I use close far more often than that button. I have had a problem with hitting the scroll wheel up and down over the close button enough that I have it ignore the scroll wheel over the close button. -- David Fries http://fries.net/~david/ (PGP encryption key available)

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

2010-01-03 Thread David Fries
original e-mails. Date: Sun, 1 Mar 2009 16:08:57 -0600 From: David Fries To: fvwm-workers@fvwm.org Subject: [PATCH] fix edge bump and window jump bug Date: Sat, 21 Mar 2009 18:27:39 -0500 From: David Fries To: FVWM Workers Subject: [PATCH] property notify performance Here's a patch

Re: Deprecating certain Fvwm* modules

2011-10-22 Thread David Fries
of my choice and execute Fvwm commands. Because that's what I use it for. -- David Fries PGP pub CB1EE8F0 http://fries.net/~david/

[PATCH] FvwmButtons transient avoid destroy

2011-11-24 Thread David Fries
Sending a SIGTERM to FvwmButtons works to gracefully unswallow a program called stalonetray which is a system tray. Setting -transient on the FvwmButtons panel is calling XDestroyWindow and in term causes the programs with items in the system tray to crash with a bad window error. I'm removing th

Re: [PATCH] FvwmButtons transient avoid destroy

2011-11-25 Thread David Fries
On Fri, Nov 25, 2011 at 09:18:52AM +, Thomas Adam wrote: > On Fri, Nov 25, 2011 at 12:47:06AM -0600, David Fries wrote: > > Sending a SIGTERM to FvwmButtons works to gracefully unswallow a > > program called stalonetray which is a system tray. Setting -transient > > on

Re: [PATCH] FvwmButtons transient avoid destroy

2011-12-04 Thread David Fries
; > - } > SendText(fd,*act,0); > if (is_transient) > { > @@ -1283,6 +1269,10 @@ void Loop(void) > Dpy, Event.xbutton.window, MyWindow, Event.xbutton.x, > Event.xbutton.y, &x, &y, &dummy); > } > + if (is_transient) > + { > + exit(0); > + } > if (CurrentButton) > { > b = CurrentButton; -- David Fries PGP pub CB1EE8F0 http://fries.net/~david/