Re: fvwm 2.5.14 (cvs) segfaults on startup

2005-08-07 Thread Dominik Vogt
On Sun, Aug 07, 2005 at 05:02:10PM +0200, T. Baumann wrote: > > > Should I still do the debugging? > > > > Yes, please. Although I fixed a couple of bugs, neither could > > have caused the crash. Ignore the CVS code for now and debug with > > the code that does crash. > > sorry, I do not have t

Re: MouseWheel scrolling of menus

2005-08-07 Thread Dominik Vogt
On Sun, Aug 07, 2005 at 08:19:33PM +0200, Viktor Griph wrote: > On Sun, 7 Aug 2005, Dominik Vogt wrote: > >On Sun, Aug 07, 2005 at 02:21:24PM +0200, Dominik Vogt wrote: > >>On Sun, Aug 07, 2005 at 12:44:26PM +0200, Viktor Griph wrote: > >>>On Sun, 7 Aug 2005, Dominik Vogt wrote: > >>[snip] > >C

Re: MouseWheel scrolling of menus

2005-08-07 Thread Viktor Griph
On Sun, 7 Aug 2005, Dominik Vogt wrote: On Sun, Aug 07, 2005 at 02:21:24PM +0200, Dominik Vogt wrote: On Sun, Aug 07, 2005 at 12:44:26PM +0200, Viktor Griph wrote: On Sun, 7 Aug 2005, Dominik Vogt wrote: [snip] Could someone with cvs wrilte-access apply this patch? I'd first like to underst

Re: fvwm 2.5.14 (cvs) segfaults on startup

2005-08-07 Thread T. Baumann
On Sun, 7 Aug 2005 16:10:36 +0200 Dominik Vogt <[EMAIL PROTECTED]> wrote: > On Sun, Aug 07, 2005 at 03:35:32PM +0200, T. Baumann wrote: > > On Sun, 7 Aug 2005 14:09:04 +0200 Dominik Vogt <[EMAIL PROTECTED]> > > wrote: > > > > > On Sun, Aug 07, 2005 at 12:38:00PM +0200, T. Baumann wrote: > > > > a

Re: fvwm 2.5.14 (cvs) segfaults on startup

2005-08-07 Thread Dominik Vogt
On Sun, Aug 07, 2005 at 03:35:32PM +0200, T. Baumann wrote: > On Sun, 7 Aug 2005 14:09:04 +0200 Dominik Vogt <[EMAIL PROTECTED]> > wrote: > > > On Sun, Aug 07, 2005 at 12:38:00PM +0200, T. Baumann wrote: > > > attached. > > > > Thanks. (Please put replies below the quted text on this mailing > >

Re: MouseWheel scrolling of menus

2005-08-07 Thread Dominik Vogt
On Sun, Aug 07, 2005 at 02:21:24PM +0200, Dominik Vogt wrote: > On Sun, Aug 07, 2005 at 12:44:26PM +0200, Viktor Griph wrote: > > On Sun, 7 Aug 2005, Dominik Vogt wrote: > [snip] > > >>Could someone with cvs wrilte-access apply this patch? > > > > > >I'd first like to understand what the patch does

Re: fvwm 2.5.14 (cvs) segfaults on startup

2005-08-07 Thread T. Baumann
On Sun, 7 Aug 2005 14:09:04 +0200 Dominik Vogt <[EMAIL PROTECTED]> wrote: > On Sun, Aug 07, 2005 at 12:38:00PM +0200, T. Baumann wrote: > > attached. > > Thanks. (Please put replies below the quted text on this mailing > list). > > It does not get me much further though: > > > 4126

Re: MouseWheel scrolling of menus

2005-08-07 Thread Dominik Vogt
On Sun, Aug 07, 2005 at 12:44:26PM +0200, Viktor Griph wrote: > On Sun, 7 Aug 2005, Dominik Vogt wrote: [snip] > >>Could someone with cvs wrilte-access apply this patch? > > > >I'd first like to understand what the patch does exactly. Please > >elaborate on how the new feature works. > This is a m

Re: fvwm 2.5.14 (cvs) segfaults on startup

2005-08-07 Thread Dominik Vogt
On Sun, Aug 07, 2005 at 12:38:00PM +0200, T. Baumann wrote: > attached. Thanks. (Please put replies below the quted text on this mailing list). It does not get me much further though: > 4126 if (last_style_in_list && > 3: ps->id = {name = 0x811f3e8 "*", window_id = 0, flags = {has_name

Re: MouseWheel scrolling of menus

2005-08-07 Thread Viktor Griph
On Sun, 7 Aug 2005, Dominik Vogt wrote: On Sun, Aug 07, 2005 at 10:58:15AM +0200, Viktor Griph wrote: I've written a menu style option to allow for scrolling of menus with a mouse wheel. I also fixed two obvious copy-past-programming errors. I've extracted the fixes from the patch and comm

Re: fvwm 2.5.14 (cvs) segfaults on startup

2005-08-07 Thread T. Baumann
attached. Greetings Thomas On Sun, 7 Aug 2005 12:14:25 +0200 Dominik Vogt <[EMAIL PROTECTED]> wrote: > On Sat, Aug 06, 2005 at 12:30:43PM +0200, T. Baumann wrote: > > Hi Dominik, > > > > the output of gdb is attached. fvwm crashes regardless whether a > > local .fvwm2rc is present or not. > >

Re: fvwm 2.5.14 (cvs) segfaults on startup

2005-08-07 Thread Dominik Vogt
On Sat, Aug 06, 2005 at 12:30:43PM +0200, T. Baumann wrote: > Hi Dominik, > > the output of gdb is attached. fvwm crashes regardless whether a > local .fvwm2rc is present or not. Yes, the crash happens before the config file is even touched. > I hope you can make use of this information. Unfort

Re: MouseWheel scrolling of menus

2005-08-07 Thread Dominik Vogt
On Sun, Aug 07, 2005 at 10:58:15AM +0200, Viktor Griph wrote: > I've written a menu style option to allow for scrolling of menus with a > mouse wheel. > I also fixed two obvious copy-past-programming errors. I've extracted the fixes from the patch and committed them, but please provide separate

CVS domivogt: * Two menu fixes by ViktorGriph.

2005-08-07 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt05/08/07 04:48:29 Modified files: . : ChangeLog fvwm : menus.c menustyle.c Log message: * Two menu fixes by ViktorGriph.

CVS domivogt: * Fixed a memory leak in style merging, tweaked and simplified the code.

2005-08-07 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt05/08/07 04:39:56 Modified files: . : ChangeLog fvwm : events.c fvwm.c style.c libs : Strings.c Log message: * Fixed a memory leak in style merging, twea

MouseWheel scrolling of menus

2005-08-07 Thread Viktor Griph
I've written a menu style option to allow for scrolling of menus with a mouse wheel. I also fixed two obvious copy-past-programming errors. Could someone with cvs wrilte-access apply this patch? /Viktor Griph? scroll.patch Index: AUTHORS =