summaryrefslogtreecommitdiff
path: root/src/cairo-xlib-private.h
AgeCommit message (Expand)AuthorFilesLines
2009-09-02[xlib] Eliminate GC clippingChris Wilson1-7/+5
2009-09-01[xlib] Make xlib_display_t private and rename xlib_screen_info_tChris Wilson1-36/+52
2009-07-31[xlib] Use server-side gradients.Chris Wilson1-1/+2
2009-06-19[xlib] Improve GC caching efficacyChris Wilson1-5/+6
2009-06-05xlib, xcb: Hand off EXTEND_PAD/EXTEND_REFLECT to RenderThomas Jaeger1-0/+1
2008-10-30[xlib] Only clear the GC clip mask as necessary.Chris Wilson1-2/+8
2008-10-30[xlib] Propagate real status from get_screen_info().Chris Wilson1-2/+4
2008-10-30[xlib] Propagate real status from get_display()Chris Wilson1-2/+2
2008-10-30[xlib] Avoid repeated calls to XRenderQueryVersionChris Wilson1-0/+2
2008-10-30[xlib] Defer querying of font options until first useChris Wilson1-0/+4
2008-09-02[xlib] Keep a pointer to the cairo_xlib_display_t on the surface.Chris Wilson1-5/+5
2008-09-02[xlib] Use an embedded doubly-linked list for the close display hooks.Chris Wilson1-5/+8
2008-08-14[xlib] Remove the key parameter from the close display hook.Chris Wilson1-3/+2
2008-06-19[xlib] Implement ditheringBehdad Esfahbod1-2/+10
2008-05-06[cairo-xlib] Cache standard xrender formats.Chris Wilson1-0/+7
2008-04-11[xlib] Add locking around GC cache.Chris Wilson1-0/+1
2008-04-02[cairo-xlib] Handle malloc failures for cairo_xlib_visual_info_t.Chris Wilson1-4/+11
2008-03-20Mark new cairo_xlib_visual_info functions as private.Carl Worth1-2/+2
2008-03-20Add support for 8-bit PseudoColor visualsCarl Worth1-0/+15
2008-01-15[cairo-xlib] Fixup --disable-xlib-xrenderChris Wilson1-5/+1
2007-10-18[cairo-xlib] Move the buggy_repeat discovery to the display_t.Chris Wilson1-0/+1
2007-09-25[cairo-atomic] Rewrite reference counting using atomic ops.Chris Wilson1-2/+3
2007-09-25Move GCC attributes wrapping into a separate header.Chris Wilson1-1/+4
2007-08-31[xlib] Make it compile without Xrender available at compile time (#12210)Behdad Esfahbod1-7/+3
2007-05-16[cairo-xlib-screen] Increase number of GC depths.Chris Wilson1-1/+1
2007-05-04[cairo-xlib-display] Allocate the close_display hooks from a freelist.Chris Wilson1-0/+1
2007-05-04[cairo-xlib] Cache freed GCsChris Wilson1-0/+10
2007-05-04[cairo-xlib] Introduce a workqueue for deferred destruction of X resources.Chris Wilson1-0/+18
2007-05-04[cairo-xlib] Split per-display attributes from per-screen.Chris Wilson1-8/+29
2007-04-21[cairo-surface] Move cairo_surface_t struct in cairo-surface-private.hBehdad Esfahbod1-1/+0
2007-04-12Add a reference count to cairo_xlib_screen_info_tChris Wilson1-0/+6
2007-03-14Introduce hooks for _cairo_xlib_close_display()Chris Wilson1-0/+15
2006-09-05slim_hidden_proto: Move smeicolon from definition to use for consistency and ...Carl Worth1-1/+1
2006-09-05Add many missing slim_hidden calls to bypass PLT entries for local use of pub...Carl Worth1-0/+7
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-2/+2
2005-07-23src/cairo-xlib-private.h src/cairo-xlib-screen.c: Switch to using Screen * no...Owen Taylor1-2/+2
2005-07-21src/cairo-font-options.c src/cairo.h src/cairoint.h src/Makefile.am: Add an o...Owen Taylor1-0/+54