Extending the ways for modules to request information back

2006-08-09 Thread Viktor Griph
I've been wanting a way to have fvwm perform tests for modules and respond to the module for some time now. While it's possible to use SendToModule with an argument 6 alias, or the program name, that may lead to the reply being sent to more modules than the originating module. To allow this

Re: Tracking flag changes from modules

2006-08-09 Thread Dominik Vogt
On Wed, Aug 09, 2006 at 12:07:40AM +0200, Viktor Griph wrote: [snip] But there is a soulution. Extend the config win packet with a flag that indicated whether a window can be moved by the user, i.e. the return code of the function that determines whether the window can be moved or not. I'm

CVS domivogt: * Do not use TRUE/FALSE at all.

2006-08-09 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt06/08/09 03:31:50 Modified files: . : ChangeLog fvwm : add_window.c fvwm.h move_resize.c read.c read.h style.c libs : Strings.h

CVS griph: * reindent and respace pager window moving functions

2006-08-09 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: griph 06/08/09 06:50:48 Modified files: modules: ChangeLog modules/FvwmPager: x_pager.c Log message: * reindent and respace pager window moving functions

CVS griph: * make non-icon mode pager use fvwm command for moving icons

2006-08-09 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: griph 06/08/09 08:30:06 Modified files: modules: ChangeLog modules/FvwmPager: x_pager.c Log message: * make non-icon mode pager use fvwm command for moving icons * don't add title height and border

Re: CVS griph: * make non-icon mode pager use fvwm command for moving

2006-08-09 Thread seventh guardian
On 8/9/06, Viktor Griph [EMAIL PROTECTED] wrote: On Wed, 9 Aug 2006, FVWM CVS wrote: * don't add title height and border width to coordinates on pager move I think that this chagen is correct. I did some tests without it, and is seems as if high-title windows would slip down the screen without

Re: CVS griph: * make non-icon mode pager use fvwm command for moving

2006-08-09 Thread Viktor Griph
On Wed, 9 Aug 2006, seventh guardian wrote: On 8/9/06, Viktor Griph [EMAIL PROTECTED] wrote: On Wed, 9 Aug 2006, FVWM CVS wrote: * don't add title height and border width to coordinates on pager move I think that this chagen is correct. I did some tests without it, and is seems as if

moving icons across desks with Move breaks drawing

2006-08-09 Thread Viktor Griph
With a blank config the following produces some erractic behaviour: Style * Icon SOME_ICON AddToFunc BreakIcon + I Iconify on + I MoveToDesk 1 + I Move 0 0 Next BreakIcon results in a non-updated (icon match background and can be moved as such with Move, and icon title blank until the icon

CVS griph: * if 0 (with comments) questionable code doing double work

2006-08-09 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: griph 06/08/09 15:36:12 Modified files: modules: ChangeLog modules/FvwmPager: x_pager.c Log message: * if 0 (with comments) questionable code doing double work * all window moves use fvwm builtin *

CVS griph: * don't map picture icon windows on move

2006-08-09 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: griph 06/08/09 16:01:13 Modified files: . : ChangeLog fvwm : move_resize.c modules: ChangeLog modules/FvwmPager: x_pager.c Log message: * don't map picture

CVS domivogt: * Fixed icon move patch.

2006-08-09 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt06/08/09 16:47:59 Modified files: . : ChangeLog fvwm : move_resize.c Log message: * Fixed icon move patch.

Re: CVS griph: * don't map picture icon windows on move

2006-08-09 Thread Dominik Vogt
On Wed, Aug 09, 2006 at 04:01:13PM -0500, fvwm-workers wrote: CVSROOT: /home/cvs/fvwm Module name: fvwm Changes by: griph 06/08/09 16:01:13 Modified files: . : ChangeLog fvwm : move_resize.c modules: ChangeLog

Re: CVS griph: * if 0 (with comments) questionable code doing double work

2006-08-09 Thread Dominik Vogt
On Wed, Aug 09, 2006 at 03:36:12PM -0500, fvwm-workers wrote: CVSROOT: /home/cvs/fvwm Module name: fvwm Changes by: griph 06/08/09 15:36:12 Modified files: modules: ChangeLog modules/FvwmPager: x_pager.c Log message: * if 0 (with comments) questionable

CVS domivogt: * Corrected some typos.

2006-08-09 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt06/08/09 17:19:36 Modified files: . : NEWS modules/FvwmPager: x_pager.c Log message: * Corrected some typos.