Re: CVS domivogt: * Committed UnderMousePlacement patch.

2006-02-14 Thread Dominik Vogt
On Sat, Feb 11, 2006 at 04:21:43PM +, Mikhael Goikhman wrote:
 On 11 Feb 2006 09:50:34 -0600, FVWM CVS (Dominik) wrote:
  
  * Committed UnderMousePlacement patch.
 
 Will we apply new patches without any discussion now? :)

;-)

Sometimes I just have to do some work on new features so that I
don't lose motivation completely.  I'd love to see 2.6 out the
door, but I can't help much pushing the process.

 I think this patch was better (both the name and the functionality):

Hm, I linke UnderMousePlacement more than UnderCursorPlacement.

   http://www.mail-archive.com/fvwm-workers@hpc.uh.edu/msg05522.html
 
 Except that I would use short instead of int in the style struct.

 And I am not sure whether a window should be forced fully on screen.

It should.  Window position is quite random with
UnderMousePlacement; it wouldn't drive the user mad to have the
window title off screen constantly.

I don't know when I'll get around looking at the other patch, but
I'm open to any improvements.

Ciao

Dominik ^_^  ^_^

 --
Dominik Vogt, [EMAIL PROTECTED]


signature.asc
Description: Digital signature


todo-2.6: E7 - FvwmProxy placement algorithm

2006-02-14 Thread seventh guardian
Hi.

I found this on the todo-list:

E.7 Fix the FvwmProxy placement algorithm (it may loop and can place windows
  off screen)
  [dv: added on 02-Mar-2003]

I've looked int othe code, but I really don't know what the bug is.
Can please anyone point me to where to look, and how to trigger it?
Then I cound put my hands on it..

PS: I'm really looking forward to the release of 2.6..

Cheers,
  Renato Caldas



Re: todo-2.6: E7 - FvwmProxy placement algorithm

2006-02-14 Thread Mikhael Goikhman
On 14 Feb 2006 13:45:10 +, seventh guardian wrote:
 
 I found this on the todo-list:
 
 E.7 Fix the FvwmProxy placement algorithm (it may loop and can place windows
   off screen)
   [dv: added on 02-Mar-2003]
 
 I've looked int othe code, but I really don't know what the bug is.
 Can please anyone point me to where to look, and how to trigger it?
 Then I cound put my hands on it..

The mail archives are now fully searchable (more or less all years).
You may go to http://www.mail-archive.com/fvwm-workers@lists.math.uh.edu/
and type FvwmProxy placement or any other search phrase.

Regards,
Mikhael.



Re: Menu Title patch

2006-02-14 Thread Viktor Griph

On Thu, 9 Feb 2006, Dominik Vogt wrote:

I have applied the patch with some changes and bugfixes:

 * The text of the menuitem is always drawn in the given colour
   set (this required a bugfix in the text drawing library).


I don't think this should be done if no colorset is specified for the 
title. In that case I belive it should use the color of the normal items, 
or old configs using other color than black will get a black title color.


/Viktor