CVS griph: * restore focus to windows that had it stolen by unmanaged windows on enter

2006-12-31 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: griph 06/12/31 02:02:27 Modified files: . : ChangeLog fvwm : events.c Log message: * restore focus to windows that had it stolen by unmanaged windows on enter of any unmanaged windows.

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

2006-12-31 Thread Viktor Griph
On Sun, 31 Dec 2006, Viktor Griph wrote: 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.

CVS domivogt: * Less idsruptive way of restoring focus to the win it was stolen from.

2006-12-31 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt06/12/31 07:47:51 Modified files: . : ChangeLog fvwm : events.c Log message: * Less idsruptive way of restoring focus to the win it was stolen from.

macros and inline functions in module_interface.h

2006-12-31 Thread seventh guardian
Hello If I understand correctly, inline functions weren't allowed some time ago, right? I say this because macros were used instead of small (not inlined) functions. I've searched for the story of IS_MESSAGE_SELECTED macro and the defunct is_message_selected() function, and found that at some

Re: macros and inline functions in module_interface.h

2006-12-31 Thread seventh guardian
On 12/31/06, seventh guardian [EMAIL PROTECTED] wrote: Hello If I understand correctly, inline functions weren't allowed some time ago, right? I say this because macros were used instead of small (not inlined) functions. I've searched for the story of IS_MESSAGE_SELECTED macro and the defunct

Re: macros and inline functions in module_interface.h

2006-12-31 Thread seventh guardian
On 12/31/06, Dan Espen [EMAIL PROTECTED] wrote: seventh guardian [EMAIL PROTECTED] writes: Hello If I understand correctly, inline functions weren't allowed some time ago, right? I say this because macros were used instead of small (not inlined) functions. ... Now that the use of inline

Re: macros and inline functions in module_interface.h

2006-12-31 Thread Dominik Vogt
On Sun, Dec 31, 2006 at 11:15:51AM -0500, Dan Espen wrote: seventh guardian [EMAIL PROTECTED] writes: On 12/31/06, seventh guardian [EMAIL PROTECTED] wrote: On 12/31/06, seventh guardian [EMAIL PROTECTED] wrote: On 12/31/06, Dan Espen [EMAIL PROTECTED] wrote: seventh guardian [EMAIL