Re: Profiling GTK within an application

2007-10-30 Thread Stefan Kost
Hi, Quoting Binary Chen [EMAIL PROTECTED]: On Sat, 2007-10-27 at 11:06 +0300, Stefan Kost wrote: Chris Rorvick schrieb: I'm attempting to profile GTK in an application and I'm wondering what methodology others use to accomplish this. Is there any documentation that addresses this topic

Re: Profiling GTK within an application

2007-10-30 Thread Emmanuele Bassi
On Tue, 2007-10-30 at 08:03 +0100, Stefan Kost wrote: This is most likely caused by cairo. You should also see a bit less CPU usage in 2.12 compared to 2.10 (or more precise newer cairo should perform a bit better). Which version of cairo will cause this problem, more precise?

Re: Profiling GTK within an application

2007-10-30 Thread Chris Rorvick
Stefan Kost wrote: Chris Rorvick schrieb: I figured out that Sun's dtrace tool allows me to basically script a sampling profiler just as you describe. Very cool program. My program is spending more than 50% of its userland time executing code in glib, and a vast majority of that is split

Re: Spontaneous background colors in treeview

2007-10-30 Thread Kristian Rietveld
On Thu, Oct 25, 2007 at 10:43:52AM -0600, Jeffrey Barish wrote: Kristian Rietveld wrote: When you sort a column in a tree view with = 3 columns, the sorted column is drawn with a background that is slightly darker than the default background (in the default theme it is a shade of grey).

Building and packaging for Windows

2007-10-30 Thread Andrew Smith
Hello I am the author of ISO Master ( http://littlesvr.ca/isomaster/ ). It's a reasonably simple GTK application. I'd like to make a Windows version. If possible, without porting the GUI to Win32. I managed to compile ISO Master on Windows using cygwin, but I don't see how I could distribute

Re: Building and packaging for Windows

2007-10-30 Thread Brian J. Tarricone
Andrew Smith wrote: Hello I am the author of ISO Master ( http://littlesvr.ca/isomaster/ ). It's a reasonably simple GTK application. I'd like to make a Windows version. If possible, without porting the GUI to Win32. I managed to compile ISO Master on Windows using cygwin, but I don't

Re: Building and packaging for Windows

2007-10-30 Thread Allin Cottrell
On Tue, 30 Oct 2007, Andrew Smith wrote: I am the author of ISO Master ( http://littlesvr.ca/isomaster/ ). It's a reasonably simple GTK application. I'd like to make a Windows version. If possible, without porting the GUI to Win32. I managed to compile ISO Master on Windows using cygwin,

non-themed widget styles?

2007-10-30 Thread Chris Rorvick
I have a GTK application that modifies the foreground and background of many different buttons rapidly. These buttons should not be themed, so it seems that the gtk_widget_modify_*() functions incur an unnecessary overhead. Is there a way to remove the theming of a widget? I've tried

Re: Building and packaging for Windows

2007-10-30 Thread Dan McMahill
Hello I am the author of ISO Master ( http://littlesvr.ca/isomaster/ ). It's a reasonably simple GTK application. I'd like to make a Windows version. If possible, without porting the GUI to Win32. I managed to compile ISO Master on Windows using cygwin, but I don't see how I could