Re: matchVersion() compile problems

2004-07-10 Thread Scott Smedley
Hi Dominik, :) To avoid problems with comiling / reading the fvwm sources, please * adhere to the ANSI-C 88 standard, not the new one. Specifically, - Don't use C++-like comments with // - Declare variables only at the beginning of a block. * limit your lines to 79

Re: matchVersion() compile problems

2004-07-10 Thread Scott Smedley
* Please put single statements in loops or if clauses in curly braces, i.e. if (1) { foo; } not if (1) foo; What's the rationale behind this? I must confess I'm not particularly fond of this restriction but I will, of course,

CVS scott: FvwmButtons eye candy.

2004-07-10 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: scott 04/07/10 04:13:25 Modified files: . : ChangeLog NEWS modules: ChangeLog modules/FvwmButtons: FvwmButtons.1 FvwmButtons.c FvwmButtons.h button.c

Re: matchVersion() compile problems

2004-07-10 Thread Dan Espen
Scott Smedley [EMAIL PROTECTED] writes: * Please put single statements in loops or if clauses in curly braces, i.e. if (1) { foo; } not if (1) foo; What's the rationale behind this? I must confess I'm not

CVS scott: More FvwmButtons eye candy.

2004-07-10 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: scott 04/07/10 12:35:44 Modified files: modules: ChangeLog modules/FvwmButtons: FvwmButtons.1 FvwmButtons.c FvwmButtons.h button.c draw.c icons.c parse.c Log message:

Re: Patch to allow multiple window names in conditions

2004-07-10 Thread Norman Yarvin
Mikhael Goikhman [EMAIL PROTECTED] wrote: Like other posters, I don't quite like that names are sudently work using logical OR while all other options in conditional commands work using logical AND. And the nagations of names work using AND again. Here is the proposal that should solve all these

CVS domivogt: * Reordered ConfigWinPacket members.

2004-07-10 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt04/07/10 15:03:21 Modified files: . : ChangeLog fvwm : module_interface.c libs : vpacket.h Log message: * Reordered ConfigWinPacket members. -- Visit

ôé÷ðèé ìà úñìç ôùòé ä÷øèì ìãéï !!

2004-07-10 Thread pikanti
http://www.readme.co.il/pikanti/index.html -- 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 mail to [EMAIL

Re: matchVersion() compile problems

2004-07-10 Thread Dominik Vogt
On Sat, Jul 10, 2004 at 06:42:24PM +1000, Scott Smedley wrote: * Please put single statements in loops or if clauses in curly braces, i.e. if (1) { foo; } not if (1) foo; What's the rationale behind this? I must

Re: Changes in module interface

2004-07-10 Thread Dominik Vogt
On Sat, Jul 10, 2004 at 12:42:52AM +, Mikhael Goikhman wrote: At least one change (order of arguments in CONFIGURE_WINDOW) is bad. The flags are of the variable size and thus should be last. I can change that. But why are the flags variable size? If you ever change any event arguments,

Re: -Meta_L

2004-07-10 Thread Dominik Vogt
On Tue, Jul 06, 2004 at 10:58:11PM -0700, Jason Weber wrote: On Tue, Jul 06, 2004 at 11:32:49AM +0200, Dominik Vogt wrote: On Mon, Jul 05, 2004 at 11:43:25AM -0700, Jason Weber wrote: Maybe I need an example. Do you mean to deactivate it or change the command string dynamically? No,

Re: FVWM: HoverIcon for FvwmButtons (Was: animated FvwmButtons)

2004-07-10 Thread Scott Smedley
Ditto. FvwmButtons is quite complex. Consequently, I'm not comfortable commiting this patch until it's had wider testing. Maybe you can convince some fellow FVWMers to try it out? :) You'd encourage at least one more FVWMer if you'd just commit the patch. Backing out patches is easy

Re: FVWM: HoverIcon for FvwmButtons (Was: animated FvwmButtons)

2004-07-10 Thread Scott Smedley
I'm using fvwm-snap-20040706 with hovericon patch. With the config, when you do a 'fvwm-root -r any.png' all the icons in FvwmButtons will disappear. I make a small config to test this bug: http://liusd.spymac.net/linux/fvwm/tmp/testBUG.tgz I completely rewrote/extended the way HoverIcon

Re: FVWM: title bar buttons

2004-07-10 Thread Scott Smedley
I want to have iconize button (4) on the left side In FVWM button 4 is actually the 2nd button (from the left) on the right side of the title bar. Read the Mouse command in the fvwm man page. What you are asking for is actually: Mouse 1 7 A Iconify while it always go to the right side. The

FVWM: Metisse Patch on NetBSD

2004-07-10 Thread Axel Steiner
Hi, I think I'm to dumb to get the fvwm-metisse patch running on my NetBSD box :-/ I'm not able to compile fvwm 2.5.8 with this patch. My make always fails. There is a port in pkgsrc, but without the translucent patch. Can anybody please give me a hint, how I get this patch working on NetBSD?

Re: FVWM: tray icon placement

2004-07-10 Thread Wojciech M. Karlowski
On Mon, Jul 05, 2004 at 04:25:51PM +0200, Martin Niebergall wrote: My question is if there is any method/function in the fvwm, which can force this icon to appear at specified coordinates? I think the best way would be to create a small system tray for it. I use a peksystray,

Re: FVWM: HoverIcon for FvwmButtons (Was: animated FvwmButtons)

2004-07-10 Thread Mikhael Goikhman
On 10 Jul 2004 19:20:10 +1000, Scott Smedley wrote: Combining Icon HoverTitle gives a nice effect. ie. *FvwmButtons(Icon firefox.png, HoverTitle Web, Action ...) as does Icon HoverIcon. ie. *FvwmButtons(Icon firefox.png, HoverIcon firefoxLarge.png, Action ...) There are lots of

FVWM: Re: HoverIcon for FvwmButtons (Was: animated FvwmButtons)

2004-07-10 Thread Remko Troncon
After you get this feel correctly, you may think about adding PressIcon, PressTitle and PressColorset to be used instead of the original ones. :) Would this make it possible to have a different icons for the 'up' and 'down' state of a button ? Because i'm awaiting this feature for a long time,

Re: FVWM: Re: HoverIcon for FvwmButtons (Was: animated FvwmButtons)

2004-07-10 Thread Mikhael Goikhman
On 10 Jul 2004 14:46:32 +0200, Remko Troncon wrote: After you get this feel correctly, you may think about adding PressIcon, PressTitle and PressColorset to be used instead of the original ones. :) Would this make it possible to have a different icons for the 'up' and 'down' state of a

FVWM: Re: translation of the manpage

2004-07-10 Thread Michelle Konzack
Am 2004-07-08 19:18:35, schrieb [EMAIL PROTECTED]: Hello, I don't really know where to post, so excuse me if i made an error. I would like to translate in french the fvwm manpage, so could you indicate me if it's possible and if so, i'd like to know if somebody carries out it yet. Thanks a lot.

Re: FVWM: HoverIcon for FvwmButtons (Was: animated FvwmButtons)

2004-07-10 Thread Scott Smedley
Hi Mikhael, :) You can get an example config here: http://users.tpg.com.au/users/scottie7/tmp/hoverIcon.html This is a nice config, although I would add a test for HoverTitle and possibly HoverColorset too, like HoverTitle apple. D'oh! I included an old config (from my initial

Re: FVWM: Re: HoverIcon for FvwmButtons (Was: animated FvwmButtons)

2004-07-10 Thread Scott Smedley
After you get this feel correctly, you may think about adding PressIcon, PressTitle and PressColorset to be used instead of the original ones. :) Would this make it possible to have a different icons for the 'up' and 'down' state of a button ? Because i'm awaiting this feature for a

Re: FVWM: HoverIcon for FvwmButtons (Was: animated FvwmButtons)

2004-07-10 Thread Mikhael Goikhman
On 11 Jul 2004 01:09:15 +1000, Scott Smedley wrote: You can get an example config here: http://users.tpg.com.au/users/scottie7/tmp/hoverIcon.html This is a nice config, although I would add a test for HoverTitle and possibly HoverColorset too, like HoverTitle apple. D'oh! I

Re: FVWM: HoverIcon for FvwmButtons (Was: animated FvwmButtons)

2004-07-10 Thread liushidai
also added HoverTitle HoverColorset options. I think you asked for the former feature? SCoTT. :) -- Now I try the fvwm-snap-20040710, the previous bug is fixed. Great! Thank you for bringing this great feature into fvwm. I love it. But the option Pixmap none don't work properly, ie

Re: FVWM: HoverIcon for FvwmButtons (Was: animated FvwmButtons)

2004-07-10 Thread Scott Smedley
The correct feel on the cell press IMO is: restore the original icon and title, draw the sunken relief (if non zero) and don't change this look until the mouse button is released; lock the pressed cell, don't hover other cells. I used the word cell, because button is too overloaded.

Re: FVWM: HoverIcon for FvwmButtons (Was: animated FvwmButtons)

2004-07-10 Thread Scott Smedley
You may create self containing config that may be Read, using $. variable (that is the config's dir). For example: Read $./another-config-in-the-same-dir ImagePath +:$. or maybe even: Test (!i smiley12.png) ImagePath $.:+ Ah, nice! Thanks. SCoTT. :) -- Visit the official FVWM

Re: FVWM: Saving Windows: save stacking order?

2004-07-10 Thread Scott Smedley
Hi Mikhael, :) The only thing I can't save (well...there's a lot of things, but the one I'm worried about) is stacking order. Is there a way to get this ... I'd like to be able to do this as well. Do you know of a way? I notice there is a layer parameter, but I don't know of a way to

Re: FVWM: Saving Windows: save stacking order?

2004-07-10 Thread Mikhael Goikhman
On 11 Jul 2004 03:48:50 +1000, Scott Smedley wrote: The only thing I can't save (well...there's a lot of things, but the one I'm worried about) is stacking order. Is there a way to get this ... I'd like to be able to do this as well. Do you know of a way? I notice there is a layer

Re: FVWM: donating

2004-07-10 Thread Dominik Vogt
On Thu, Jul 08, 2004 at 06:30:57PM +0200, calmar wrote: hi is there still no way to donate something to fvwm development team? I guess until recently, we would not have known what to do with a donation. Recently I started to work as a freelance programmer and could spend extra time on fvwm

Re: FVWM: Bugy FvwmGtk?

2004-07-10 Thread Dominik Vogt
On Thu, Jul 08, 2004 at 05:56:11PM +0200, Andrei Mitrofanow wrote: Hello Folks, i have a Problem with 1 File, while install procedure with debian. If i do make deb-dist the procedure installs a file wrong. The file FvwmGtk.1 will installed to: