summaryrefslogtreecommitdiff
path: root/render/instance.c
AgeCommit message (Collapse)Author
2007-03-03fix memleak, free the render instance on shutdown.Dana Jansens
2007-03-03pango is now mandatory..Dana Jansens
lots of cleanups to the pango code, which was a very nice base to start from. thanks to whomever wrote that for us.. put some of the pango variables into the various render structs so that they don't need to be created all the time. put the pango context inside our RrInstance so that it can be properly freed at shutdown. removed xft dependencies all through the code and the build system also. who knows if this will break compiling for some poor souls. i guess we'll find out, won't we!
2006-08-22update copyright step 2Mikael Magnusson
2004-06-14there was a typo here, but the code worked anyway. oh well.Mikael Magnusson
2003-10-15consistant glib type usageDana Jansens
2003-10-11add debug shitDana Jansens
2003-10-10add a check to make sure the color hash is empty on shutdownDana Jansens
2003-09-17no tabsDana Jansens
2003-09-17add copyright headers, adjust --version output to include copyright, and ↵Dana Jansens
--help output to not include version output.
2003-09-02move some internal functions from render.h to instance.hDana Jansens
add a color hash table to the RrInstance
2003-07-24use ob_debug for any debug printing and only display the output when its a ↵Dana Jansens
debug build or when --debug is passed to it
2003-06-21more namespacing with Rr*Dana Jansens
2003-06-20this is going to break the kernel/ building.Dana Jansens
lots of modifications to the render API, prefixing everything, making proper names for everything. the structures are not hidden/opaque yet, but the naming scheme of the public API works much better now.