index
:
~alexl/cairo
device-scale
device-scale2
ickle-device-scale
master
Unnamed repository; edit this file 'description' to name the repository.
alexl
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
2013-02-24
xlib: Fix invocation of XRenderFindFormat()
Chris Wilson
1
-1
/
+1
2012-10-26
xlib: Check for both X.org and Xorg ServerVendors
Chris Wilson
1
-1
/
+1
2012-10-11
xlib: Reorder CloseDisplay hooks
Chris Wilson
1
-17
/
+17
2012-08-24
xlib/shm: Reduce the frequency at which we emit events
Chris Wilson
1
-2
/
+2
2012-08-21
xlib/shm: Only check if we are expecting an event
Chris Wilson
1
-2
/
+0
2012-08-21
xlib/shm: Use a genuine event rather than an open-ended request
Chris Wilson
1
-1
/
+3
2012-08-19
xlib: Move the shm cleanup from CloseDisplay to finish()
Chris Wilson
1
-2
/
+2
2012-08-17
xlib: Implement SHM fallbacks and fast upload paths
Chris Wilson
1
-1
/
+8
2012-08-16
Fix broken XRender ARGB32 formats
Daniel Stone
1
-3
/
+2
2012-08-11
xlib: Silence compiler warning
Chris Wilson
1
-4
/
+5
2012-04-19
Split cairo-list into struct+inlines
Chris Wilson
1
-0
/
+1
2012-03-29
doc: Make the documentation name match the function name
Andrea Canciani
1
-1
/
+1
2012-03-26
xcb/xlib: Add missing "Since: 1.12"
Uli Schlachter
1
-0
/
+2
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
[next]