summaryrefslogtreecommitdiff
path: root/src/cairo-xlib-screen.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-17[cairo-xlib] Remove the NULL safeguards.Chris Wilson1-6/+0
2008-01-15[cairo-xlib] Fixup --disable-xlib-xrenderChris Wilson1-0/+1
2007-09-25[cairo-atomic] Rewrite reference counting using atomic ops.Chris Wilson1-5/+7
2007-08-31[xlib] Make it compile without Xrender available at compile time (#12210)Behdad Esfahbod1-2/+0
2007-05-16[cairo-xlib-screen] Increase number of GC depths.Chris Wilson1-6/+8
2007-05-12[cairo-xlib-screen] Clear the gc_needs_clip_reset after use.Chris Wilson1-1/+3
2007-05-04[cairo-xlib-display] Cache the screen_info for the lifetime of the display.Chris Wilson1-2/+1
2007-05-04[cairo-xlib] Cache freed GCsChris Wilson1-0/+70
2007-05-04[cairo-xlib] Introduce a workqueue for deferred destruction of X resources.Chris Wilson1-1/+0
2007-05-04[cairo-xlib] Split per-display attributes from per-screen.Chris Wilson1-245/+64
2007-04-12[xlib] Turn metrics-hinting on by defaultBehdad Esfahbod1-0/+1
2007-04-12Add a reference count to cairo_xlib_screen_info_tChris Wilson1-17/+60
2007-04-12cairo_xlib_close_display - drop the mutex whilst calling the hooksChris Wilson1-9/+24
2007-04-12cairo_xlib_screen_info_t - always perform an exact matchChris Wilson1-1/+1
2007-04-12cairo-xlib-screen - avoid dereferencing a NULL screen.Chris Wilson1-5/+7
2007-04-03[src] Make sure all source files #include "cairoint.h" as their first includeBehdad Esfahbod1-2/+2
2007-03-20Merge branch 'master' of git+ssh://hasselmm@git.freedesktop.org/git/cairoMathias Hasselmann1-10/+10
2007-03-20Move declaration of cairo_mutex_t to cairo-mutex-private.hMathias Hasselmann1-1/+0
2007-03-20[cairo-mutex] Rename _xlib_screen_mutex to _cairo_xlib_screen_mutexBehdad Esfahbod1-10/+10
2007-03-20Initialize mutexes at central location.Mathias Hasselmann1-2/+1
2007-03-14Introduce hooks for _cairo_xlib_close_display()Chris Wilson1-32/+121
2007-03-01[xlib] Drop XrmFinalize() stuff. That didn't ever exist in any public X serverBehdad Esfahbod1-5/+0
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-16/+16
2005-08-23Move comment about missing cleanup of caches on XCloseDisplay from BUGS to a ...Carl Worth1-0/+3
2005-08-01New public header file.Carl Worth1-9/+44
2005-07-24Fix size of allocated buffer for vertical subpixel rendering. (Reported by Fr...Owen Taylor1-1/+1
2005-07-23src/cairo-xlib-private.h src/cairo-xlib-screen.c: Switch to using Screen * no...Owen Taylor1-2/+3
2005-07-21src/cairo-font-options.c src/cairo.h src/cairoint.h src/Makefile.am: Add an o...Owen Taylor1-0/+345