summaryrefslogtreecommitdiff
path: root/src/cairo-xlib-screen.c
Commit message (Expand)AuthorAgeFilesLines
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-1/+1
* Split cairo-list into struct+inlinesChris Wilson2012-04-191-0/+1
* Introduce a new compositor architectureChris Wilson2011-09-121-17/+3
* xlib: Mark surfaces as finished when the Display is finished/destroyed/closed.Chris Wilson2011-08-141-0/+10
* xcb,xlib: Cleanup GC cache handlingAndrea Canciani2011-07-211-8/+8
* xlib: Fix build of xlib-xcbAndrea Canciani2011-06-161-0/+4
* raster backends: Set round_glpyh_positions to ONUli Schlachter2010-10-211-0/+1
* xlib: Compile without fontconfigChris Wilson2010-06-281-19/+1
* ft,fc,xlib: LCD filtering patch.Nicolaus L Helper2010-06-171-0/+28
* xlib: Remove reference counting for cairo_xlib_screen_tChris Wilson2010-05-061-37/+10
* xlib: Convert visual array to a cairo_list_tChris Wilson2010-05-061-53/+23
* xlib: Remove screen->has_renderChris Wilson2010-05-061-13/+4
* xlib: Remove obsolete comment, there is no race anymoreChris Wilson2010-05-061-4/+0
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* xlib: Fix screen device handlingBenjamin Otte2010-04-231-7/+16
* xlib: Make display a cairo_device_tBenjamin Otte2010-04-181-130/+31
* xlib: Compile fix for no fontconfigChris Wilson2010-01-291-1/+2
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* xlib: Fix double freeAndrea Canciani2009-11-051-0/+1
* [xlib] Fix compiler warningsBenjamin Otte2009-10-181-4/+4
* [atomic] Fallback to libatomic-ops-devChris Wilson2009-10-151-7/+9
* [xlib] Fix big-line.Chris Wilson2009-09-111-2/+4
* [xlib] Fix extraction of GC during XCloseDisplay()Chris Wilson2009-09-101-1/+1
* [xlib] Eliminate GC clippingChris Wilson2009-09-021-32/+18
* [xlib] Make xlib_display_t private and rename xlib_screen_info_tChris Wilson2009-09-011-86/+69
* [xlib] Improve GC caching efficacyChris Wilson2009-06-191-48/+152
* Support compiling without fontconfigBehdad Esfahbod2009-03-171-13/+10
* Mark allocation failures as unlikely.Chris Wilson2008-11-291-1/+1
* Mark if(status) as being unlikely.Chris Wilson2008-11-291-2/+2
* [xlib] Only clear the GC clip mask as necessary.Chris Wilson2008-10-301-2/+6
* [xlib] Propagate real status from get_screen_info().Chris Wilson2008-10-301-29/+37
* [xlib] Defer querying of font options until first useChris Wilson2008-10-301-3/+25
* Remove all lcd_filter code.Carl Worth2008-09-251-28/+0
* Make the lcd_filter API privateCarl Worth2008-09-181-1/+1
* [xlib] Keep a pointer to the cairo_xlib_display_t on the surface.Chris Wilson2008-09-021-10/+4
* Tone down commentBehdad Esfahbod2008-08-181-1/+1
* [xlib] Return the integer from XGetDefault().Chris Wilson2008-08-171-2/+1
* Fix Ubuntu-specific issue with FC_LCD_NONE et alBehdad Esfahbod2008-08-061-0/+3
* [cairo-xlib] Support to retrieve the LCD filter type from the Xrm databaseSylvain Pasche2008-08-051-0/+28
* [cairo-ft] Fontconfig defines for LCD constants when using Fontconfig < 2.6Sylvain Pasche2008-08-051-0/+9
* [cairo-xlib-screen] Protect fontconfig call with CAIRO_HAS_FT_FONTBehdad Esfahbod2008-06-101-0/+2
* [xlib] Clear the gc_needs_clip_reset after use.Chris Wilson2008-04-111-0/+1
* [xlib] Clear the Visual cache upon display closure.Chris Wilson2008-04-111-7/+9
* [xlib] Convert the Visual cache to use the screen mutex.Chris Wilson2008-04-111-12/+13
* [xlib] Add locking around GC cache.Chris Wilson2008-04-111-10/+21
* [cairo-xlib] Handle malloc failures for cairo_xlib_visual_info_t.Chris Wilson2008-04-021-16/+36
* Add support for 8-bit PseudoColor visualsCarl Worth2008-03-201-0/+49
* [cairo-xlib] Remove the NULL safeguards.Chris Wilson2008-01-171-6/+0
* [cairo-xlib] Fixup --disable-xlib-xrenderChris Wilson2008-01-151-0/+1
* [cairo-atomic] Rewrite reference counting using atomic ops.Chris Wilson2007-09-251-5/+7