CVS olicha: * Some PNG news and doc

2002-04-06 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: olicha 02/04/06 01:03:58 Modified files: . : ChangeLog INSTALL.fvwm NEWS fvwm : fvwm.c fvwm2.1 libs : FImageLoader.c Log message: * Some PNG news and doc * Fixed a GC

Two small fixes

2002-04-06 Thread Giuseppe Della Ricca
Hi ! I have PNG installed on my RH7.2 Linux box, but configure fails checking png.h, with the error (from config.log): configure:3308: checking for png.h configure:3318: gcc -E -lz -lm conftest.c /dev/null 2conftest.out gcc: -lz: linker input file unused since linking not done gcc: -lm:

FvwmForm glitches

2002-04-06 Thread Giuseppe Della Ricca
Hi ! from time to time (yes ... this is one of those non-easily-reproducible things !!), the FvwmForm panel I use to restart fvwm shows a strange behaviour when I click on the 'Restart' button: as usual, when I move on the button the pointer changes to 'hand2', and as usual, when I click on

Re: png loader

2002-04-06 Thread Suzanne Skinner
On Sun, Mar 31, 2002 at 10:33:42PM +0200, Dominik Vogt wrote: Well, if you have time to spare you could take a look at the FANCY_TITLE_BAR ifdefs. I didn't test that at all when I rewrote the decoration layout code and it's very likely to be completely broken now :-) Could do, if desired. I

Re: Two small fixes

2002-04-06 Thread Giuseppe Della Ricca
OOpps ... I forgot to add that I'm using the latest CVS version. Please CC if you need faster feedback, since I'm not subscribed. Giuseppe. -- Visit the official FVWM web page at URL:http://www.fvwm.org/. To unsubscribe from the list, send unsubscribe fvwm-workers in the body of a message to

CVS dane: * FvwmForm/FvwmForm.c (DoCommand): Remove debug code.

2002-04-06 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: dane02/04/06 06:16:11 Modified files: modules: ChangeLog modules/FvwmForm: FvwmForm.c Log message: * FvwmForm/FvwmForm.c (DoCommand): Remove debug code. -- Visit the official FVWM web page at

Re: FvwmForm glitches

2002-04-06 Thread Dan Espen
Giuseppe Della Ricca [EMAIL PROTECTED] writes: Hi ! from time to time (yes ... this is one of those non-easily-reproducible things !!), the FvwmForm panel I use to restart fvwm shows a strange behaviour when I click on the 'Restart' button: as usual, when I move on the button the pointer

Problems building snap-20020406

2002-04-06 Thread Jason L Tibbitts III
]: Leaving directory `/home/tibbs/fvwm' rm -rf fvwm-snap-20020406 mkdir fvwm-snap-20020406 chmod 777 fvwm-snap-20020406 here=`cd . pwd`; \ top_distdir=`cd fvwm-snap-20020406 pwd`; \ distdir=`cd fvwm-snap-20020406 pwd`; \ cd . \ automake --include-deps --build-dir=$here --srcdir-name=. --output

CVS olicha: * Fixed png detection

2002-04-06 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: olicha 02/04/06 06:39:07 Modified files: . : ChangeLog configure.in Log message: * Fixed png detection -- Visit the official FVWM web page at URL:http://www.fvwm.org/. To unsubscribe from the list, send

Thanks !

2002-04-06 Thread Giuseppe Della Ricca
Thanks !!! for both the FvwmForm (Dan) and the PNG/configure.in (Olivier) fixes ! Bye, Giuseppe. -- Visit the official FVWM web page at URL:http://www.fvwm.org/. To unsubscribe from the list, send unsubscribe fvwm-workers in the body of a message to [EMAIL PROTECTED] To report problems, send

Re: Two small fixes

2002-04-06 Thread Olivier Chapuis
On Sat, Apr 06, 2002 at 09:46:27AM +0200, Giuseppe Della Ricca wrote: Hi ! I have PNG installed on my RH7.2 Linux box, but configure fails checking png.h, with the error (from config.log): configure:3308: checking for png.h configure:3318: gcc -E -lz -lm conftest.c /dev/null

CVS olicha: * Fixed make dist by removing a F

2002-04-06 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: olicha 02/04/06 08:43:39 Modified files: . : ChangeLog libs : Makefile.am Log message: * Fixed make dist by removing a F -- Visit the official FVWM web page at URL:http://www.fvwm.org/.

Re: png loader

2002-04-06 Thread Mikhael Goikhman
On 06 Apr 2002 03:02:35 -0500, Suzanne Skinner wrote: On Sun, Mar 31, 2002 at 10:33:42PM +0200, Dominik Vogt wrote: Well, if you have time to spare you could take a look at the FANCY_TITLE_BAR ifdefs. I didn't test that at all when I rewrote the decoration layout code and it's very

CVS olicha: * A color limit fix

2002-04-06 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: olicha 02/04/06 13:34:51 Modified files: . : ChangeLog libs : FImageLoader.c Log message: * A color limit fix -- Visit the official FVWM web page at URL:http://www.fvwm.org/. To

Re: png loader

2002-04-06 Thread Olivier Chapuis
On Sat, Mar 30, 2002 at 03:11:56PM -0500, Suzanne Skinner wrote: Hum, I do not promise alpha rendering (at least for the moment). The first approach will map the alpha channel (which goes from 0 to 255) to {0,1} something like: if alpha 150 then render the point as is if the alpha = 150

CVS olicha: * Ooops forget to save

2002-04-06 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: olicha 02/04/06 14:22:55 Modified files: . : ChangeLog INSTALL.fvwm fvwm : fvwm2.1 Log message: * Ooops forget to save -- Visit the official FVWM web page at URL:http://www.fvwm.org/.

Naming problems

2002-04-06 Thread Olivier Chapuis
Hello, I've a few (re)naming problems. 1 - As fvwm, XRender use Picture as its main picture structure. This is currently solved by the following lines in Fft.h #ifdef HAVE_XFT #define Picture XRenderPicture #include X11/Xft/Xft.h #undef Picture #define Picture Picture #endif Not terrible ...

Re: Naming problems

2002-04-06 Thread Mikhael Goikhman
On 06 Apr 2002 22:48:33 +0200, Olivier Chapuis wrote: 3 - Now that xpmroot support PNG (and XBM) should we rename it (with a symbolic link from xpmroot to the new name)? If yes one may think that fvwm-root is a good name, but I do not think so because in fvwm - separated names are scripts.

Re: CVS migo: * Changed the syntax of FvwmIconMan to conform to other modules.

2002-04-06 Thread Mikhael Goikhman
On 06 Apr 2002 18:35:35 -0600, FVWM CVS wrote: Log message: * Changed the syntax of FvwmIconMan to conform to other modules. The old syntax that uses asterisks is still supported. So currently all 4 syntaxes below work: *FvwmIconMan: Resolution page *FvwmIconMan: 1 Font 7x13