Re: [Patch] MinIconSize/MaxIconSize

2002-06-23 Thread Mikhael Goikhman
On 22 Jun 2002 16:25:27 -0600, Steve Talley wrote: One of the things I liked about MWM (CDE actually) was that the size of the icons could be limited/controlled. In FVWM this isn't possible, short of specifying an icon image for each app. The result is that people who use IconBox/IconGrid

CVS domivogt: * Use the wait cursor in WaitForButtonsUp only after a short delay.

2002-06-23 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt02/06/23 12:55:17 Modified files: . : ChangeLog fvwm : events.c Log message: * Use the wait cursor in WaitForButtonsUp only after a short delay. -- Visit the official

Re: busy-cursor feature request

2002-06-23 Thread Dominik Vogt
On Thu, Jun 20, 2002 at 12:37:11AM +0200, Olivier Chapuis wrote: Ah I see! I think that the busy cursor you see does not come from the busy cursor patch. I am not sure, but I think it comes from WaitForButtonsUp in events.c. If you replace GrabEm(CRS_WAIT, GRAB_NORMAL); by

Re: Indentation

2002-06-23 Thread Mikhael Goikhman
On 23 Jun 2002 19:37:50 +0200, Dominik Vogt wrote: blablabla_variablename = verlylongfunctionname( argument1, argument2, argument3); or blablabla_variablename = verlylongfunctionname(argument1, argument2, argument3); instead of blablabla_variablename =

WindowList SortClassName (take 2)

2002-06-23 Thread David Fries
Feedback appreciated. I am now sorting based on the class first and then looking at the title etc based on the other flags. Now that I think about it both the Alphabetic and my version will nullify the work of both CurrentAtEnd and IconifiedAtEnd. Is anyone interested in more code bloat to take