Re: Changing from module arrays to module structure

2006-12-30 Thread Dominik Vogt
On Sat, Dec 30, 2006 at 01:44:40AM +, seventh guardian wrote: On 12/30/06, seventh guardian [EMAIL PROTECTED] wrote: On 12/29/06, seventh guardian [EMAIL PROTECTED] wrote: [snip] So now comes the coding part. I'll avoid going directly to the big beast, module_interface.c. Instead,

CVS griph: * applied Serge Koksharov's menu bindings patch

2006-12-30 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: griph 06/12/30 07:47:13 Modified files: . : ChangeLog fvwm : ConfigFvwmMenuDefaults fvwm.1.in Log message: * applied Serge Koksharov's menu bindings patch * make all numpad keys silent

CVS domivogt: * Cleanup and bugfixes in module-struct code.

2006-12-30 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt06/12/30 07:56:32 Modified files: . : Tag: fvwm-module-struct-branch ChangeLog fvwm : Tag: fvwm-module-struct-branch module_interface.c

Re: Changing from module arrays to module structure

2006-12-30 Thread Dominik Vogt
On Sat, Dec 30, 2006 at 12:57:20PM +0100, Dominik Vogt wrote: On Sat, Dec 30, 2006 at 02:13:29AM +, seventh guardian wrote: [snip] Ok, here goes the patch module_interface.c. The first goal of having a functional system is hopefully done. I'm going to create a branch in cvs where we

Re: Changing from module arrays to module structure

2006-12-30 Thread Dominik Vogt
On Sat, Dec 30, 2006 at 03:01:22PM +0100, Dominik Vogt wrote: On Sat, Dec 30, 2006 at 12:57:20PM +0100, Dominik Vogt wrote: On Sat, Dec 30, 2006 at 02:13:29AM +, seventh guardian wrote: [snip] Ok, here goes the patch module_interface.c. The first goal of having a functional system

Re: CVS griph: * added menu context mouse and key bindings

2006-12-30 Thread Viktor Griph
On Sat, 30 Dec 2006, Serge (gentoosiast) Koksharov wrote: Hello, I tested new menu bindings config and noticed some problems. Attached patch fixes them. I've applied the patch. The only problem remaining is: When I start FVWM I get this message in ~/.xsession-errors:

CVS domivogt: * Fixed core.

2006-12-30 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt06/12/30 08:15:54 Modified files: . : Tag: fvwm-module-struct-branch ChangeLog fvwm : Tag: fvwm-module-struct-branch events.c Log message: * Fixed core.

CVS renato: removed now useless comment about the use of a void pointer

2006-12-30 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: renato 06/12/30 08:31:18 Modified files: fvwm : Tag: fvwm-module-struct-branch execcontext.h Log message: removed now useless comment about the use of a void pointer

Re: Changing from module arrays to module structure

2006-12-30 Thread seventh guardian
On 12/30/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Sat, Dec 30, 2006 at 03:01:22PM +0100, Dominik Vogt wrote: On Sat, Dec 30, 2006 at 12:57:20PM +0100, Dominik Vogt wrote: On Sat, Dec 30, 2006 at 02:13:29AM +, seventh guardian wrote: [snip] Ok, here goes the patch

Re: Changing from module arrays to module structure

2006-12-30 Thread Dominik Vogt
On Sat, Dec 30, 2006 at 02:37:15PM +, seventh guardian wrote: On 12/30/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Sat, Dec 30, 2006 at 03:01:22PM +0100, Dominik Vogt wrote: On Sat, Dec 30, 2006 at 12:57:20PM +0100, Dominik Vogt wrote: On Sat, Dec 30, 2006 at 02:13:29AM +, seventh

CVS domivogt: * Fixed execution of InitFunction with command line modules.

2006-12-30 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt06/12/30 10:12:38 Modified files: fvwm : functions.c fvwm.c Log message: * Fixed execution of InitFunction with command line modules.

Re: Changing from module arrays to module structure

2006-12-30 Thread Dominik Vogt
On Sat, Dec 30, 2006 at 04:12:16PM +0100, Dominik Vogt wrote: On Sat, Dec 30, 2006 at 02:37:15PM +, seventh guardian wrote: On 12/30/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Sat, Dec 30, 2006 at 03:01:22PM +0100, Dominik Vogt wrote: On Sat, Dec 30, 2006 at 12:57:20PM +0100, Dominik

CVS domivogt: * Replaced init_fdset global with a flag in the module struct.

2006-12-30 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt06/12/30 10:26:59 Modified files: . : Tag: fvwm-module-struct-branch ChangeLog fvwm : Tag: fvwm-module-struct-branch events.c module_interface.c

Re: CVS domivogt: * Add new modules to the end of the list, not the beginning.

2006-12-30 Thread seventh guardian
On 12/30/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Sat, Dec 30, 2006 at 03:11:27PM +, seventh guardian wrote: On 12/30/06, FVWM CVS fvwm-workers@fvwm.org wrote: CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt06/12/30 09:08:21 Modified files:

module_interface old vs new functions

2006-12-30 Thread seventh guardian
Hello. Inside module_interface there are lots of duplicated functions, some old and some new. It would be expected that the new functions were used instead of the old ones, but strangely they are both used in different places. It seems that the migration never finished.. So are the new

Re: todo-2.6: C.23 XForms sliderall demo

2006-12-30 Thread seventh guardian
On 9/1/06, Viktor Griph [EMAIL PROTECTED] wrote: I've been doing some tests, and the problem is partly fixed in the current version. Keybindings no longer stop working as in the bug description, but the focused window decorations are still incorrect in the same way as reported. sliderall is an

Re: todo-2.6: C.23 XForms sliderall demo

2006-12-30 Thread Viktor Griph
On Sat, 30 Dec 2006, seventh guardian wrote: On 9/1/06, Viktor Griph [EMAIL PROTECTED] wrote: I've been doing some tests, and the problem is partly fixed in the current version. Keybindings no longer stop working as in the bug description, but the focused window decorations are still incorrect

CVS renato: Fixed an error on the previous patch (its module_free() and not free_module())

2006-12-30 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: renato 06/12/30 14:09:31 Modified files: fvwm : Tag: fvwm-module-struct-branch module_interface.c Log message: Fixed an error on the previous patch (its module_free() and not

CVS renato: reorganized the function declarations into logic groups

2006-12-30 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: renato 06/12/30 17:15:22 Modified files: fvwm : Tag: fvwm-module-struct-branch module_interface.h Log message: reorganized the function declarations into logic groups

Re: DeadPipe signal handler

2006-12-30 Thread Dominik Vogt
On Sat, Dec 30, 2006 at 11:35:21PM +, seventh guardian wrote: The DeadPipe signal handling is actually done by an empty function. Is there any future use for it? Or is it just a relic and may be removed from the code? It may or may not be a relic of older code, but one basic idea of the

Re: DeadPipe signal handler

2006-12-30 Thread seventh guardian
On 12/31/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Sat, Dec 30, 2006 at 11:35:21PM +, seventh guardian wrote: The DeadPipe signal handling is actually done by an empty function. Is there any future use for it? Or is it just a relic and may be removed from the code? It may or may not

Re: DeadPipe signal handler

2006-12-30 Thread Dominik Vogt
On Sun, Dec 31, 2006 at 12:48:08AM +, seventh guardian wrote: On 12/31/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Sat, Dec 30, 2006 at 11:35:21PM +, seventh guardian wrote: The DeadPipe signal handling is actually done by an empty function. Is there any future use for it? Or is it

Re: DeadPipe signal handler

2006-12-30 Thread seventh guardian
On 12/31/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Sun, Dec 31, 2006 at 12:48:08AM +, seventh guardian wrote: On 12/31/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Sat, Dec 30, 2006 at 11:35:21PM +, seventh guardian wrote: The DeadPipe signal handling is actually done by an empty

Re: module_interface old vs new functions

2006-12-30 Thread Dominik Vogt
On Sun, Dec 31, 2006 at 12:27:09AM +, seventh guardian wrote: On 12/31/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Sat, Dec 30, 2006 at 05:47:51PM +, seventh guardian wrote: Hello. Inside module_interface there are lots of duplicated functions, some old and some new. It would be

Re: DeadPipe signal handler

2006-12-30 Thread Dominik Vogt
On Sun, Dec 31, 2006 at 01:13:26AM +, seventh guardian wrote: On 12/31/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Sun, Dec 31, 2006 at 12:48:08AM +, seventh guardian wrote: On 12/31/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Sat, Dec 30, 2006 at 11:35:21PM +, seventh guardian

Re: todo-2.6: C.23 XForms sliderall demo

2006-12-30 Thread Viktor Griph
On Sun, 31 Dec 2006, Dominik Vogt wrote: On Sat, Dec 30, 2006 at 06:03:55PM +, seventh guardian wrote: On 9/1/06, Viktor Griph [EMAIL PROTECTED] wrote: I've been doing some tests, and the problem is partly fixed in the current version. Keybindings no longer stop working as in the bug