index
:
cairo
1.0
1.10
1.12
1.14
1.16
1.2
1.4
1.6
1.8
carlosgc/polygon-intersect-crash
master
wip/otte/xlib-overflow
cairo's central repository (mirrored from https://gitlab.freedesktop.org/cairo/cairo)
cworth
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
2012-03-10
doc/xlib/xcb: document get/set_precision API
Nis Martensen
1
-0
/
+20
2012-03-03
Fix docs for cairo_xlib_device_debug_cap_xrender_version
Uli Schlachter
1
-2
/
+2
2012-02-22
xlib: Replace obsolete disable-xrender with shiny new device debug interface
Chris Wilson
1
-7
/
+50
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-218
/
+25
2011-08-14
xlib: Move the Display pointer nullify into destroy from finish
Chris Wilson
1
-4
/
+1
2011-08-14
xlib: Mark surfaces as finished when the Display is finished/destroyed/closed.
Chris Wilson
1
-52
/
+55
2011-07-21
Xlib,xcb: Make *_debug_[sg]et_precision() more robust
Uli Schlachter
1
-4
/
+18
2011-06-25
xlib: Create an exact match for the image surface if possible using Xrender
Chris Wilson
1
-18
/
+116
2011-06-16
xlib: Fix build of xlib-xcb
Andrea Canciani
1
-0
/
+4
2011-06-01
xlib,xcb: Force strict adherence to the Render specification when testing
Chris Wilson
1
-0
/
+21
2011-05-01
Expose 30bpp/10bpc support: CAIRO_FORMAT_RGB30
Jesse Barnes
1
-0
/
+1
2010-09-02
freelist: Separate freelist inlines from the datatype in headers.
M Joonas Pihlaja
1
-1
/
+1
2010-05-06
xlib: Remove reference counting for cairo_xlib_screen_t
Chris Wilson
1
-65
/
+19
2010-05-06
xlib: Ensure the global display mutex is initialized before use.
Chris Wilson
1
-0
/
+2
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-04-23
xlib: Fix display closing to work properly
Benjamin Otte
1
-14
/
+23
2010-04-23
xlib: Fix screen device handling
Benjamin Otte
1
-15
/
+18
2010-04-23
xlib: Simply release the ref, not destroy, from CloseDisplay.
Chris Wilson
1
-10
/
+12
2010-04-18
xlib: Make display a cairo_device_t
Benjamin Otte
1
-141
/
+93
2010-03-24
Add back support for CAIRO_FORMAT_RGB16_565
Oleg Romashin
1
-3
/
+25
2010-03-01
api: Introduce CAIRO_FORMAT_INVALID formally in the API.
M Joonas Pihlaja
1
-0
/
+1
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
[next]