Working on a personal itch-scratching project, I found myself wanting a sortable treeview. So I stuffed my treemodel into a TreeModelSort and set up my sort functions, and everything was happy. Except, when running my application, I kept getting strange segfaults within glib’s qsort implementation. I had set the following function as my sort_func (yes, [...]
Category Archives: gtkmm
How to waste an evening debugging the internals of glib’s qsort implementation
December 8, 2009 – 3:49 am
webkitmm
June 27, 2008 – 11:12 pm
As a quick follow-on to my last post, I’ve put a webkitmm git repository up for those that might want to play around with it. It’s certainly still early, but it is mostly complete. You’ll probably need a recent checkout WebKit/Gtk+, I’ve only tested it on trunk. At some point, I’ll probably import it into [...]
Fiddling
March 9, 2008 – 8:50 pm
A belated happy first birthday to my beautiful daughter. It’s been a fantastic year. Since then it seems like I’ve been sick most of the time. Instead of doing something useful, I’ve taken to fidding on a re-write of my Agave colorscheme designer, and I’ve made a decent amount of progress. It still lacks a [...]