FW: compiling gtk-engines under mingw

2007-11-08 Thread Karl Reis
I'm sorry if this is posted multiple times, but the first time didn't seem to go through. -- Has anyone been able to successfully compile and create libmist.dll, libclearlooks.dll under windows? Libtool generates warnings saying that the shared libraries for gtk, pango,

compiling gtk-engines under mingw

2007-11-09 Thread Karl Reis
Has anyone been able to successfully compile and create libmist.dll, libclearlooks.dll under windows? Libtool generates warnings saying that the shared libraries for gtk, pango, etc.. are not found. Indeed, there are only static libraries. So, upon compiling gtk-engines successfully (which

RE: FW: compiling gtk-engines under mingw

2007-11-09 Thread Karl Reis
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tor > Lillqvist > Sent: Friday, November 09, 2007 0053 AM > To: Karl Reis > Cc: gtk-app-devel-list@gnome.org > Subject: Re: FW: compiling gtk-engines under mingw > >

RE: FW: compiling gtk-engines under mingw

2007-11-09 Thread Karl Reis
> -Original Message- > From: Daniel Atallah [mailto:[EMAIL PROTECTED] > Sent: Friday, November 09, 2007 0432 AM > To: Karl Reis > Cc: gtk-app-devel-list@gnome.org > Subject: Re: FW: compiling gtk-engines under mingw > > On Nov 8, 2007 11:51 PM, Karl Reis &

RE: FW: compiling gtk-engines under mingw

2007-11-11 Thread Karl Reis
everything works now. Karl > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tor > Lillqvist > Sent: Friday, November 09, 2007 1251 PM > To: Karl Reis > Cc: gtk-app-devel-list@gnome.org > Subject: Re: FW: compiling gtk-engines

RE: FW: compiling gtk-engines under mingw

2007-11-11 Thread Karl Reis
Thank you again for the offer. I finally got it to compile. It turns out I was missing the 'dlltool' utility on my system. Karl > -Original Message- > From: Daniel Atallah [mailto:[EMAIL PROTECTED] > Sent: Friday, November 09, 2007 0432 AM > To: Karl Reis &g

RE: FW: compiling gtk-engines under mingw

2007-11-11 Thread Karl Reis
arl > -Original Message- > From: control H [mailto:[EMAIL PROTECTED] > Sent: Sunday, November 11, 2007 0924 AM > To: Karl Reis > Cc: gtk-app-devel > Subject: Re: FW: compiling gtk-engines under mingw > > > Has anyone been able to successfully compile and create l

RE: FW: compiling gtk-engines under mingw

2007-11-11 Thread Karl Reis
o work under windows if you start compiling from the gtk-engines source code. Dan had given me hope when he said it worked for him, so I ploughed through it till it finally worked for me. Hope this helps. Karl > -Original Message- > From: control H [mailto:[EMAIL PROTECTED] > Sent

RE: FW: compiling gtk-engines under mingw

2007-11-11 Thread Karl Reis
PS: I meant to say XML Parser above (not X11 Parser) > -Original Message- > From: control H [mailto:[EMAIL PROTECTED] > Sent: Sunday, November 11, 2007 1327 PM > To: Karl Reis > Cc: gtk-app-devel-list@gnome.org > Subject: Re: FW: compiling gtk-engines under mingw &g

Linear Scaling of fonts with FreeType on Cairo

2007-12-06 Thread Karl Reis
I'm trying to find a way to scale fonts linearly. As far as I can tell, the way to do it is to use a freetype font and turn hinting off. Using the API, I tried to pull some code together that would try to do that, but unfortunately, the font is still scaling non-linearly. cairo_font_op

RE: Linear Scaling of fonts with FreeType on Cairo

2007-12-06 Thread Karl Reis
d [mailto:[EMAIL PROTECTED] On Behalf Of > Behdad Esfahbod > Sent: Thursday, December 06, 2007 2127 PM > To: Karl Reis > Cc: gtk-app-devel-list@gnome.org > Subject: Re: Linear Scaling of fonts with FreeType on Cairo > > On Thu, 2007-12-06 at 19:01 -0800, Karl Reis wrote: >

RE: Linear Scaling of fonts with FreeType on Cairo

2007-12-06 Thread Karl Reis
I see. Yes, that's right as the error went away when I explicitly specified the win32 font. > -Original Message- > From: Behdad Esfahbod [mailto:[EMAIL PROTECTED] On Behalf Of > Behdad Esfahbod > Sent: Thursday, December 06, 2007 2302 PM > To: Karl Reis > Cc: gtk-a

PDF pixbuf loader

2008-07-05 Thread Karl Reis
Is there such a thing as a pixbuf loader for multi-page PDF files? I'm thinking of something that might be able to load a PDF into a GList * or GSList * of pixbufs for example. The formats available, such as PNG, JPG, BMP, etc are all for files that contain a single image that must be loade

Re: PDF pixbuf loader

2008-07-07 Thread Karl Reis
> > On Sat, 5 Jul 2008 20:14:22 -0700 > "Karl Reis" <[EMAIL PROTECTED]> wrote: > > > Any pointers are appreciated. > > No pixbuf loader but a whole library: poppler. > > Ciao > -- > Nicola > > Thanks for the pointer! Karl