Simulate button press in FvwmButtons, try 2

2006-02-10 Thread George 'Nephrite' Potapov
Looks like Mikhael committed cleaned up version of FvwmButtons so I'm resubmitting my patch for button press simulation. I cleaned the code up as requested. -- George 'Nephrite' Potapov Index: AUTHORS === RCS file:

Re: Simulate button press in FvwmButtons, try 2

2006-02-10 Thread Dominik Vogt
On Fri, Feb 10, 2006 at 11:37:29AM +0300, George 'Nephrite' Potapov wrote: Looks like Mikhael committed cleaned up version of FvwmButtons so I'm resubmitting my patch for button press simulation. I cleaned the code up as requested. I have committed the patch. Some random comments, but nothing

CVS domivogt: * Applied ButtonPress patch.

2006-02-10 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt06/02/10 06:33:22 Modified files: . : AUTHORS ChangeLog NEWS fvwm : module_interface.c libs : PictureBase.c modules: ChangeLog

CVS domivogt: * Removed accidentally committed FVWM_MODULE_ALIAS patch.

2006-02-10 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt06/02/10 06:35:24 Modified files: . : ChangeLog fvwm : module_interface.c Log message: * Removed accidentally committed FVWM_MODULE_ALIAS patch.

Re: Simulate button press in FvwmButtons, try 2

2006-02-10 Thread Dominik Vogt
On Fri, Feb 10, 2006 at 01:29:18PM +0100, Dominik Vogt wrote: * The patch to the Loop() function did not apply to current CVS, but it was easy to fix. Oops, I just forgot to update from CVS first. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description:

FVWM in the session screen

2006-02-10 Thread Giladi Mati-R57914
Hi, I'm running RedHat3 WS U6 on my desktop. How do I configure the session in the Login screen to be able to choose FVWM also ( now the user can choose KDE and GNOME only ). I build the fvwm-2.4.19-1.src.rpm. Best Regards, Mati

Re: Module.h bug and sugestion

2006-02-10 Thread Dan Espen
Dominik Vogt [EMAIL PROTECTED] writes: The -audio option and invoking it as FvwmAudio is the result or merging the old FvwmAudio module back into FvwmEvent. It was once split from FvwmEvent (I think) and shared most of the code. Probably FvwmAudio did not support module aliases, so there is

Re: Module.h bug and sugestion

2006-02-10 Thread Nick Fortune
On 22:24 Thu 09 Feb , Dominik Vogt wrote: On Thu, Feb 09, 2006 at 04:08:00PM +, seventh guardian wrote: On 2/9/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Thu, Feb 09, 2006 at 03:32:44PM +, seventh guardian wrote: On 2/9/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Wed,

Re: FVWM in the session screen

2006-02-10 Thread seventh guardian
On 2/10/06, Giladi Mati-R57914 [EMAIL PROTECTED] wrote: Hi, I'm running RedHat3 WS U6 on my desktop. How do I configure the session in the Login screen to be able to choose FVWM also ( now the user can choose KDE and GNOME only ). I build the fvwm-2.4.19-1.src.rpm. Best Regards,

Re: Module.h bug and sugestion

2006-02-10 Thread Mikhael Goikhman
On 10 Feb 2006 08:35:04 +0100, Dominik Vogt wrote: On Fri, Feb 10, 2006 at 01:19:26AM +, seventh guardian wrote: Then we have two options: - Modules don't pass a matching string to fvwm and fvwm is entirely responsible of the module's aliases. - Modules continue to pass the

Re: Module.h bug and sugestion

2006-02-10 Thread Mikhael Goikhman
On 10 Feb 2006 08:25:41 +, Nick Fortune wrote: How about factoring the alias mechanism away from the module alias? You could have a command: AliasModule module-name alias [ alias ... ] This way instead of writing DestroyModuleConfig MonitorPanel: *

Re: Module.h bug and sugestion

2006-02-10 Thread seventh guardian
On 2/10/06, Mikhael Goikhman [EMAIL PROTECTED] wrote: On 10 Feb 2006 08:35:04 +0100, Dominik Vogt wrote: On Fri, Feb 10, 2006 at 01:19:26AM +, seventh guardian wrote: Then we have two options: - Modules don't pass a matching string to fvwm and fvwm is entirely responsible of

Re: Module.h bug and sugestion

2006-02-10 Thread Dominik Vogt
On Fri, Feb 10, 2006 at 05:03:09PM +, seventh guardian wrote: I happende to step on this when I was trying the wiki: DV What about the future? Well, the work for the next stable series DV (2.6.x) is proceeding very well. Fvwm will go into feature freeze DV again near the end of the

todo-2.6: E6 - rename FvwmProxy

2006-02-10 Thread seventh guardian
Hi. After giving a look at the todo-2.6 list I got curious about what FvwmProxy actually does, and the name is a bit misleading. It's so nice I've just binded SendToModule FvwmProxy ShowToggle to the Super_L key. Anyway, on that list there's the entry E6, saying FvwmProxy should be renamed. I

Re: todo-2.6: E6 - rename FvwmProxy

2006-02-10 Thread Thomas Adam
On Fri, Feb 10, 2006 at 05:45:21PM +, seventh guardian wrote: Anyway, on that list there's the entry E6, saying FvwmProxy should be renamed. I agree, and suggest FvwmWinTag. I'm indifferent. Proxy makes sense to me in this case -- they're proxy windows that are bound to the current windows

Re: todo-2.6: E6 - rename FvwmProxy

2006-02-10 Thread seventh guardian
On 2/10/06, Thomas Adam [EMAIL PROTECTED] wrote: On Fri, Feb 10, 2006 at 05:45:21PM +, seventh guardian wrote: Anyway, on that list there's the entry E6, saying FvwmProxy should be renamed. I agree, and suggest FvwmWinTag. I'm indifferent. Proxy makes sense to me in this case --

Re: todo-2.6: E6 - rename FvwmProxy

2006-02-10 Thread Mikhael Goikhman
On 10 Feb 2006 18:06:55 +, Thomas Adam wrote: On Fri, Feb 10, 2006 at 05:45:21PM +, seventh guardian wrote: Anyway, on that list there's the entry E6, saying FvwmProxy should be renamed. I agree, and suggest FvwmWinTag. I'm indifferent. Proxy makes sense to me in this case --

CVS migo: * spell check the man page and FAQ

2006-02-10 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: migo06/02/10 16:12:57 Modified files: . : ChangeLog docs : COMMANDS ChangeLog FAQ fvwm : fvwm.1.in perllib: ChangeLog perllib/FVWM :

Adding a Shift command

2006-02-10 Thread Viktor Griph
Seeing that there has only been one new command in the last 2.5 years I think it was time to add another. ;) I think that a parameter shifting command for use in functions could be useful. It could be used for small recursive (yes I know, that would not be very efficient) function calls:

Re: Adding a Shift command

2006-02-10 Thread Mikhael Goikhman
On 10 Feb 2006 23:34:15 +0100, Viktor Griph wrote: Seeing that there has only been one new command in the last 2.5 years I think it was time to add another. ;) No, it means it is a time to spend all energy on releasing 2.6. :) Then any number of new commands and new features may be added.

Re: todo-2.6: E6 - rename FvwmProxy

2006-02-10 Thread Dominik Vogt
On Fri, Feb 10, 2006 at 08:10:33PM +, Mikhael Goikhman wrote: On 10 Feb 2006 18:06:55 +, Thomas Adam wrote: On Fri, Feb 10, 2006 at 05:45:21PM +, seventh guardian wrote: Anyway, on that list there's the entry E6, saying FvwmProxy should be renamed. I agree, and suggest

Re: Module.h bug and sugestion

2006-02-10 Thread seventh guardian
On 2/10/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Fri, Feb 10, 2006 at 05:03:09PM +, seventh guardian wrote: I happende to step on this when I was trying the wiki: DV What about the future? Well, the work for the next stable series DV (2.6.x) is proceeding very well. Fvwm will go

EdgeScroll and pixel steps

2006-02-10 Thread Viktor Griph
Currently EdgeScroll divides pixel steps1000 by 1000 and enables wrap. I belive this to be a bug (and is reportd as sush (#3162)). However, it is useful to allow for warps when using pixel steps as well, so just removing that ability is no good solution. One possible solution would be to add

Re: EdgeScroll and pixel steps

2006-02-10 Thread Mikhael Goikhman
On 11 Feb 2006 00:50:13 +0100, Viktor Griph wrote: Currently EdgeScroll divides pixel steps1000 by 1000 and enables wrap. I belive this to be a bug (and is reportd as sush (#3162)). However, it is useful to allow for warps when using pixel steps as well, so just removing that ability is

CVS migo: add specification of fvwm variables

2006-02-10 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: migo06/02/10 19:08:23 Modified files: docs : ChangeLog Added files: docs : todo-vars Log message: add specification of fvwm variables

On module names and aliases

2006-02-10 Thread Mikhael Goikhman
On 10 Feb 2006 16:48:49 +, Mikhael Goikhman wrote: On 10 Feb 2006 08:25:41 +, Nick Fortune wrote: You'd write AliasModule FvwmButtons MonitorPanel DestroyModuleConfig MonitorPanel *MonitorPanel: (1x1, Swallow 'asclock' 'Exec exec asclock') # ...

Re: On module names and aliases

2006-02-10 Thread seventh guardian
On 2/11/06, Mikhael Goikhman [EMAIL PROTECTED] wrote: On 10 Feb 2006 16:48:49 +, Mikhael Goikhman wrote: On 10 Feb 2006 08:25:41 +, Nick Fortune wrote: You'd write AliasModule FvwmButtons MonitorPanel DestroyModuleConfig MonitorPanel *MonitorPanel: (1x1,