index
:
~joonas/cairo
master
no-pixman-ref
pthreads
tor-clip-fix
wip/master-tor-merge-sort
wip/master-tor-ordered-x
wip/os2-walsh
wip/tiled-span-renderer
joonas's cairo branches
joonas
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-xlib-display.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+1
2009-09-20
[xlib] Interim CAIRO_DEBUG variable to specify xrender level
Chris Wilson
1
-4
/
+19
2009-09-04
[xlib] Enable pad_reflect by default
Chris Wilson
1
-7
/
+12
2009-09-01
[xlib] Make xlib_display_t private and rename xlib_screen_info_t
Chris Wilson
1
-5
/
+121
2009-08-29
Fix build on systems with older Xrender headers.
Damian Frank
1
-0
/
+7
2009-07-31
[xlib] Use server-side gradients.
Chris Wilson
1
-1
/
+8
2009-07-27
[xlib] Fast-path the likely case of retrieving a known xrender_format
Chris Wilson
1
-0
/
+6
2009-07-24
[xlib] Check workqueue before taking the display mutex
Chris Wilson
1
-0
/
+6
2009-06-05
xlib, xcb: Hand off EXTEND_PAD/EXTEND_REFLECT to Render
Thomas Jaeger
1
-4
/
+11
2009-03-17
Support compiling without fontconfig
Behdad Esfahbod
1
-2
/
+0
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-2
/
+2
2008-11-14
Merge branch '1.8'
Carl Worth
1
-17
/
+46
2008-11-13
Blacklist "X.Org" < 7.0 with the buggy_repeat workaround.
Carl Worth
1
-2
/
+9
2008-11-13
Document the buggy_repeat workaround more carefully.
Carl Worth
1
-16
/
+38
2008-10-30
[xlib] Propagate real status from get_display()
Chris Wilson
1
-5
/
+8
2008-10-30
[xlib] Avoid repeated calls to XRenderQueryVersion
Chris Wilson
1
-2
/
+4
2008-09-02
[xlib] Keep a pointer to the cairo_xlib_display_t on the surface.
Chris Wilson
1
-23
/
+6
2008-09-02
[xlib] Use an embedded doubly-linked list for the close display hooks.
Chris Wilson
1
-49
/
+41
2008-08-14
[xlib] Remove the key parameter from the close display hook.
Chris Wilson
1
-7
/
+6
2008-05-06
[cairo-xlib] Cache standard xrender formats.
Chris Wilson
1
-0
/
+35
2008-04-04
Enable buggy_repeat workaround for X.Org servers < 1.4
Carl Worth
1
-0
/
+11
2008-03-04
[cairo-xlib] Tidy usage of _cairo_error().
Chris Wilson
1
-0
/
+1
2008-01-17
[cairo-xlib] Remove the NULL safeguards.
Chris Wilson
1
-6
/
+1
2008-01-15
[cairo-xlib] Fixup --disable-xlib-xrender
Chris Wilson
1
-0
/
+1
2007-12-05
Restrict initial buggy version to X.Org 6.7 rather than 6.0
Carl Worth
1
-1
/
+8
2007-12-05
Fix version check for buggy_repeat on modular Xserver 1.x
Bernardo Innocenti
1
-1
/
+1
2007-10-18
[cairo-xlib] Move the buggy_repeat discovery to the display_t.
Chris Wilson
1
-0
/
+9
2007-10-05
[cairo-xlib-display] Rescan the displays list during shutdown.
Chris Wilson
1
-21
/
+27
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-1
/
+1
2007-10-04
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
1
-1
/
+3
2007-09-25
[cairo-atomic] Rewrite reference counting using atomic ops.
Chris Wilson
1
-24
/
+18
2007-08-31
[xlib] Make it compile without Xrender available at compile time (#12210)
Behdad Esfahbod
1
-1
/
+0
2007-08-21
Ensure the Render extension is initialized before calling XESetCloseDisplay
Carl Worth
1
-0
/
+9
2007-06-27
Prefer local dpy variable instead of display->display
Carl Worth
1
-3
/
+3
2007-06-27
Revert "[cairo-xlib-display] Hide XErrors during processing of the work queue."
Carl Worth
1
-14
/
+3
2007-06-15
[cairo-xlib-display] Hide XErrors during processing of the work queue.
Chris Wilson
1
-3
/
+14
2007-05-04
[cairo-xlib-display] Allocate the close_display hooks from a freelist.
Chris Wilson
1
-49
/
+56
2007-05-04
[cairo-xlib-display] Cache the screen_info for the lifetime of the display.
Chris Wilson
1
-0
/
+19
2007-05-04
[cairo-xlib] Cache freed GCs
Chris Wilson
1
-1
/
+5
2007-05-04
[cairo-xlib] Introduce a workqueue for deferred destruction of X resources.
Chris Wilson
1
-3
/
+168
2007-05-04
[cairo-xlib] Split per-display attributes from per-screen.
Chris Wilson
1
-0
/
+258