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

2007-08-01 Thread Simon Griph
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 here? No, they are not! They result in the same position of the

[patch] Combining EdgeCommand and EdgeLeaveCommand

2007-08-01 Thread Simon Griph
I wanted to make it possible to bind the same command to all four edges using just one EdgeCommand. While looking at the code, I started to wonder why EdgeLeaveCommand wasn't merely an option to EdgeCommand. The code is almost identical. So I decided to add Enter and Leave arguments to

[patch] support for external image loaders via imlib2

2007-08-01 Thread Simon Griph
This patch adds an imlib2 based image loading function to libs/PictureImageLoader.c, making fvwm capable of loading any image format that the imlib2 library supports. PImageLoadImlib2 understands the same load time image option syntax as PImageLoadSvg already does. I moved the image option

[patch] enable icon dithering by default for display depths = 8

2007-08-01 Thread Simon Griph
The man page states that dithering is the default for display depths = 8. Apparently icons seams to be an exception. This patch makes dithering the default for icons as well. /Simon Griph Index: ChangeLog === RCS file:

CVS domivogt: * More move argument code cleanup.

2007-08-01 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt07/08/01 16:02:31 Modified files: . : ChangeLog fvwm : move_resize.c Log message: * More move argument code cleanup.

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

2007-08-01 Thread Dominik Vogt
On Wed, Aug 01, 2007 at 01:57:21PM +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

Re: [patch] Read DIR -- Read DIR/config

2007-08-01 Thread Thomas Adam
On 01/08/07, Simon Griph [EMAIL PROTECTED] wrote: This patch makes the Read command check if the given filename argument is a directory. And if it is, read filename/config instead. I can't say I favour this patch -- I think it only adds confusion, in that one would have to remember that: