summaryrefslogtreecommitdiff
path: root/src/cairo-xlib-screen.c
Commit message (Expand)AuthorAgeFilesLines
...
* [xlib] Make it compile without Xrender available at compile time (#12210)Behdad Esfahbod2007-08-311-2/+0
* [cairo-xlib-screen] Increase number of GC depths.Chris Wilson2007-05-161-6/+8
* [cairo-xlib-screen] Clear the gc_needs_clip_reset after use.Chris Wilson2007-05-121-1/+3
* [cairo-xlib-display] Cache the screen_info for the lifetime of the display.Chris Wilson2007-05-041-2/+1
* [cairo-xlib] Cache freed GCsChris Wilson2007-05-041-0/+70
* [cairo-xlib] Introduce a workqueue for deferred destruction of X resources.Chris Wilson2007-05-041-1/+0
* [cairo-xlib] Split per-display attributes from per-screen.Chris Wilson2007-05-041-245/+64
* [xlib] Turn metrics-hinting on by defaultBehdad Esfahbod2007-04-121-0/+1
* Add a reference count to cairo_xlib_screen_info_tChris Wilson2007-04-121-17/+60
* cairo_xlib_close_display - drop the mutex whilst calling the hooksChris Wilson2007-04-121-9/+24
* cairo_xlib_screen_info_t - always perform an exact matchChris Wilson2007-04-121-1/+1
* cairo-xlib-screen - avoid dereferencing a NULL screen.Chris Wilson2007-04-121-5/+7
* [src] Make sure all source files #include "cairoint.h" as their first includeBehdad Esfahbod2007-04-031-2/+2
* Merge branch 'master' of git+ssh://hasselmm@git.freedesktop.org/git/cairoMathias Hasselmann2007-03-201-10/+10
|\
| * [cairo-mutex] Rename _xlib_screen_mutex to _cairo_xlib_screen_mutexBehdad Esfahbod2007-03-201-10/+10
* | Move declaration of cairo_mutex_t to cairo-mutex-private.hMathias Hasselmann2007-03-201-1/+0
|/
* Initialize mutexes at central location.Mathias Hasselmann2007-03-201-2/+1
* Introduce hooks for _cairo_xlib_close_display()Chris Wilson2007-03-141-32/+121
* [xlib] Drop XrmFinalize() stuff. That didn't ever exist in any public X serverBehdad Esfahbod2007-03-011-5/+0
* Remove extraneous whitespace from "blank" lines.Carl Worth2006-06-061-16/+16
* Move comment about missing cleanup of caches on XCloseDisplay from BUGS to a ...Carl Worth2005-08-231-0/+3
* New public header file.Carl Worth2005-08-011-9/+44
* Fix size of allocated buffer for vertical subpixel rendering. (Reported by Fr...Owen Taylor2005-07-241-1/+1
* src/cairo-xlib-private.h src/cairo-xlib-screen.c: Switch to using Screen * no...Owen Taylor2005-07-231-2/+3
* src/cairo-font-options.c src/cairo.h src/cairoint.h src/Makefile.am: Add an o...Owen Taylor2005-07-211-0/+345