CVS domivogt: * Clened up the SmartPlacement code.

2007-01-13 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt07/01/13 04:02:32 Modified files: . : ChangeLog fvwm : placement.c Log message: * Clened up the SmartPlacement code.

CVS domivogt: * Applied StickyIcon condition patch.

2007-01-13 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt07/01/13 04:08:10 Modified files: . : ChangeLog fvwm : conditional.c fvwm.1.in placement.c modules: ChangeLog modules/FvwmIdent: FvwmIdent.c Log

CVS domivogt: * More SmartPlacement cleanup.

2007-01-13 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt07/01/13 04:09:16 Modified files: fvwm : placement.c Log message: * More SmartPlacement cleanup.

CVS domivogt: * Use int instead of unsinged int in many places.

2007-01-13 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt07/01/13 09:07:14 Modified files: . : ChangeLog fvwm : add_window.c builtins.c colorset.c cursor.c events.c events.h ewmh.c ewmh.h ewmh_events.c

Re: Bug in FvwmIdent's Geometry string.

2007-01-13 Thread Dominik Vogt
There appears to be a discrepency between how FvwmIdent calculates the geometry of the specified window, in relation to, say, how xwininfo calculates it. In both cases, xwininfo's report of the geometry of a window is correct. You just have to use a test case of: xterm -g

CVS domivogt: * Fixed the size reported in FvwmIdent.

2007-01-13 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt07/01/13 09:34:06 Modified files: . : NEWS modules: ChangeLog modules/FvwmIdent: FvwmIdent.c FvwmIdent.h Log message: * Fixed the size reported in FvwmIdent.

Re: CVS domivogt: * Use int instead of unsinged int in many places.

2007-01-13 Thread Viktor Griph
On Sat, 13 Jan 2007, FVWM CVS wrote: * Use int instead of unsinged int in many places. but gcc4.1 complains on passing wrongly signed types to function taking pointers as arguments: Graphics.c:849: warning: pointer targets in passing argument 5 of XQueryBestTile differ in signedness

Re: CVS domivogt: * Use int instead of unsinged int in many places.

2007-01-13 Thread Viktor Griph
On Sat, 13 Jan 2007, Dominik Vogt wrote: On Sat, Jan 13, 2007 at 05:41:43PM +0100, Viktor Griph wrote: On Sat, 13 Jan 2007, FVWM CVS wrote: * Use int instead of unsinged int in many places. but gcc4.1 complains on passing wrongly signed types to function taking pointers as arguments:

Re: CVS renato: * reused the cqueue_object_type struct to store module input data

2007-01-13 Thread seventh guardian
On 1/13/07, FVWM CVS fvwm-workers@fvwm.org wrote: CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: renato 07/01/13 17:05:01 Modified files: . : ChangeLog fvwm : module_interface.c module_list.h Log message: * reused the

Re: CVS domivogt: * Use int instead of unsinged int in many places.

2007-01-13 Thread Dominik Vogt
On Sat, Jan 13, 2007 at 09:11:51PM +0100, Viktor Griph wrote: On Sat, 13 Jan 2007, Dominik Vogt wrote: On Sat, Jan 13, 2007 at 05:41:43PM +0100, Viktor Griph wrote: On Sat, 13 Jan 2007, FVWM CVS wrote: * Use int instead of unsinged int in many places. but gcc4.1 complains on passing

CVS domivogt: * More geometry fixes.

2007-01-13 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt07/01/13 17:48:03 Modified files: modules: ChangeLog modules/FvwmIdent: FvwmIdent.c Log message: * More geometry fixes.

Re: Bug in FvwmIdent's Geometry string.

2007-01-13 Thread Dominik Vogt
On Sat, Jan 13, 2007 at 09:12:00PM +, Thomas Adam wrote: On Sat, Jan 13, 2007 at 04:34:17PM +0100, Dominik Vogt wrote: There appears to be a discrepency between how FvwmIdent calculates the geometry of the specified window, in relation to, say, how xwininfo calculates it. In both

CVS domivogt: * Backed out the FvwmIden fix. It was actually working fine :-)

2007-01-13 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt07/01/13 18:05:00 Modified files: . : NEWS modules: ChangeLog modules/FvwmIdent: FvwmIdent.c Log message: * Backed out the FvwmIden fix. It was actually working

Re: CVS domivogt: * Use int instead of unsinged int in many places.

2007-01-13 Thread Dominik Vogt
On Sat, Jan 13, 2007 at 09:11:51PM +0100, Viktor Griph wrote: I'd rather have the arithmetic fixed. The problem is that it's almost impossible to do. Simple calculations like x = y / z Can have very surprising results if y is signed and z is unsigned. One really shouldn't ever use unsigned

CVS griph: * don't raise or lower windows if there would be no change in the stack

2007-01-13 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: griph 07/01/13 19:22:00 Modified files: . : ChangeLog NEWS fvwm : stack.c Log message: * don't raise or lower windows if there would be no change in the stack (fixes race condition)