Re: TWM: truetype support

2007-10-10 Thread Marc Aurele La France
On Wed, 10 Oct 2007, Marc Aurele La France wrote: I'm attaching a context diff of what I've done on this so far. It is against our main CVS repository as it stands now. Note that, as of this writting, our publicly accessible repository mirror has yet to be sync'ed (but it should be sometime t

Re: TWM: truetype support

2007-10-10 Thread Marc Aurele La France
On Wed, 10 Oct 2007, Eeri Kask wrote: Eeri Kask wrote: (6) twm-1.0.3-diff6.Fixes.tgz Here are bugs I encountered in twm as improving icon manager functionality; some are serious. Such as? Please be more descriptive. (1) In iconmgr.c.diff6 at the end is corrected a bug which leads to *mul

Re: TWM: truetype support

2007-10-10 Thread Marc Aurele La France
On Wed, 10 Oct 2007, Eeri Kask wrote: (2) twm-1.0.3-diff2.TWM_USE_XFT.tgz introduces Xft support (replaces bitmap text rendering functions with xft-font rendering). [Compile with -DTWM_USE_XFT to activate.] This leaks memory in the form of XftDraw structures that never get released. I've rewor

Re: TWM: truetype support

2007-10-10 Thread Eeri Kask
Eeri Kask wrote: >>> (6) twm-1.0.3-diff6.Fixes.tgz >>> Here are bugs I encountered in twm as improving icon manager >>> functionality; some are serious. >> Such as? Please be more descriptive. > > (1) In iconmgr.c.diff6 at the end is corrected a bug which leads to > *multicolumn* iconmanager win

Re: TWM: truetype support

2007-10-10 Thread Eeri Kask
Oh, I am happy you take the time to work on twm, big thanks! :-) >> (2) twm-1.0.3-diff2.TWM_USE_XFT.tgz >> introduces Xft support (replaces bitmap text rendering functions with >> xft-font rendering). [Compile with -DTWM_USE_XFT to activate.] > > This leaks memory in the form of XftDraw structure