On Mon, Dec 16, 2002 at 09:24:14AM -0600, FVWM CVS wrote:
> CVSROOT:      /home/cvs/fvwm
> Module name:  fvwm
> Changes by:   olicha  02/12/16 09:24:14
> 
> Modified files:
>       .              : ChangeLog configure.in 
>       fvwm           : borders.c builtins.c fvwm.c screen.h 
>       libs           : Graphics.c PictureGraphics.c PictureGraphics.h 
>                        defaults.h 
> 
> Log message:
> * MultiPixmap can use Colorset ans Solid color
> * "Merge" the MultiPixmap code with the regular drawing code and remove
> the FANCY_TITLEBAR ifdef
> * The syntax is:
> MultiPixmap Main {Colorset,Solid,TiledPixmap,StretchedPixmap} 
> {cs,color,file}...
> the old syntax is supported.
> * Various improvement in MultiPixmap:
> - You can really add to title style
> - UseTitleStyle use a grouped logic (e.g., LeftButtons Colorset cs applies
> the colorset cs to the left buttons rectangle and not to each left buttons)
> - {Left,Right}OfText and {Left,Right}End can be StretchedPixmap: there are
> "YStretched"
> - Sticky lines placement

Suzanne can you try your various themes and report any pbs?

I saw some pbs with multi part priorities.
The logic is as follows (I tried to do not modify it at any essential
point but maybe I miss something):
 - If we have the space to draw the full text draw it
 - Then, If we have the space for the LeftOfText image draw it
 - Then, If we have the space for the RightOfText image draw it
 - Then, If we have the space for the LeftEnd image draw it
 - Then, If we have the space for the RightEnd image draw it
So the priorities are:
  UnderText, LeftOfText, RightOfText, LeftEnd, RightEnd

Maybe it will be better to make some grouping. Always draw or
do not draw both LeftOfText and RightOfText.  Always draw or
do not draw both LeftEnd and RightEnd. That is using the following
priorities:
 UnderText, (LeftOfText/RightOfText), (LeftEnd/RightEnd)

Also, Maybe it will be better to use the following priorities:
  (LeftOfText/RightOfText), (LeftEnd/RightEnd), UnderText
at least for long title?

Suzzanne, Mikhael?

Olivier
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to