Re: State of GTK3 (especially the theme api)

2010-02-04 Thread Javier Jardón
2010/2/1 Clemens Eisserer : > Hi, Hello Clemens > Does anybody know whats the state of GTK3? Whats the estimated release date? > I am especially interested in what the theme api looks like? A gtk-2-90 branch already exist in gnome git [1]. The work was started to remove all deprecated code, patc

RE: Random crashes when printing on OS X

2010-02-04 Thread Shawn Bakhtiar
I am now also getting this when I print, after having added a cairo_clip() to bound my drawings into a (0,0),(1,1) region. But I do not get it when I am displaying to screen, only printing, and I use the same function for both, one simply gets the cairo_t from the drawing area, the other retr

Random crashes when printing on OS X

2010-02-04 Thread Shawn Bakhtiar
I am using the GtkPrint* functions to print. However at what seems to be random occurrences the application crashes with the following error: Gdk:ERROR:gdkeventloop-quartz.c:559:select_thread_collect_poll: assertion failed: (ufds[i].fd == current_pollfds[i].fd) Abort trap When the user c