CVS domivogt: * Clarified startup order.

2007-07-31 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt07/07/31 04:30:15 Modified files: doc: ChangeLog doc/fvwm : initialization.xml libs : FlocaleCharset.c Log message: * Clarified startup order.

CVS domivogt: * Backed out previous patch (committed by accident).

2007-07-31 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt07/07/31 04:31:16 Modified files: libs : FlocaleCharset.c Log message: * Backed out previous patch (committed by accident).

Re: Possible error in fvwm(1) manpage

2007-07-31 Thread Dominik Vogt
On Tue, Jul 31, 2007 at 04:45:30AM -0300, Gustavo Rondina wrote: into your config, but it is not recommended; do this only if you know what you are doing. It is usually critical to start applications or modules *after* the entire config is read, because it contains styles or module

Re: Possible error in fvwm(1) manpage

2007-07-31 Thread Thomas Adam
On 31/07/07, Dominik Vogt [EMAIL PROTECTED] wrote: On Tue, Jul 31, 2007 at 04:45:30AM -0300, Gustavo Rondina wrote: into your config, but it is not recommended; do this only if you know what you are doing. It is usually critical to start applications or modules *after* the entire config is

Re: [bugfix] FvwmButtons: bitmap icons are drawn with incorrect colors

2007-07-31 Thread Simon Griph
Committed, but (see below) Index: modules/FvwmButtons/draw.h === RCS file: /home/cvs/fvwm/fvwm/modules/FvwmButtons/draw.h,v retrieving revision 1.13 diff -u -r1.13 draw.h --- modules/FvwmButtons/draw.h 9 Feb 2006

Issue with the new (=2007-02-04) move parsing code

2007-07-31 Thread Simon Griph
I've lost a lot of small windows recently when I try to move them. Move w-5 w-0 This used to move the window 5% to the left, but with CVS code, the window is moved far to the right, and if the window is small, it's moved completely out of sight! First I thought that it must be a bug. But

Re: Issue with the new (=2007-02-04) move parsing code

2007-07-31 Thread Dominik Vogt
On Tue, Jul 31, 2007 at 02:25:37PM +0200, Simon Griph wrote: I've lost a lot of small windows recently when I try to move them. Move w-5 w-0 This used to move the window 5% to the left, but with CVS code, the window is moved far to the right, and if the window is small, it's moved

CVS domivogt: * Clean up Move option parsing.

2007-07-31 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt07/07/31 12:43:51 Modified files: . : ChangeLog fvwm : move_resize.c Log message: * Clean up Move option parsing.

Re: Issue with the new (=2007-02-04) move parsing code

2007-07-31 Thread Dominik Vogt
On Tue, Jul 31, 2007 at 06:39:38PM +0200, Simon Griph wrote: Move w+-1p w+-1p Move top-left corner of window to its own position -1/-1. Move w-1p w-1p Move bottom-right corner of window to its own position -1/-1. Those two cases are equivalent. Or am I missing something