summaryrefslogtreecommitdiff
path: root/src/cairo-xlib-screen.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-07Use _cairo_malloc instead of mallocAdrian Johnson1-1/+1
2012-04-19Split cairo-list into struct+inlinesChris Wilson1-0/+1
2011-09-12Introduce a new compositor architectureChris Wilson1-17/+3
2011-08-14xlib: Mark surfaces as finished when the Display is finished/destroyed/closed.Chris Wilson1-0/+10
2011-07-21xcb,xlib: Cleanup GC cache handlingAndrea Canciani1-8/+8
2011-06-16xlib: Fix build of xlib-xcbAndrea Canciani1-0/+4
2010-10-21raster backends: Set round_glpyh_positions to ONUli Schlachter1-0/+1
2010-06-28xlib: Compile without fontconfigChris Wilson1-19/+1
2010-06-17ft,fc,xlib: LCD filtering patch.Nicolaus L Helper1-0/+28
2010-05-06xlib: Remove reference counting for cairo_xlib_screen_tChris Wilson1-37/+10
2010-05-06xlib: Convert visual array to a cairo_list_tChris Wilson1-53/+23
2010-05-06xlib: Remove screen->has_renderChris Wilson1-13/+4
2010-05-06xlib: Remove obsolete comment, there is no race anymoreChris Wilson1-4/+0
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-04-23xlib: Fix screen device handlingBenjamin Otte1-7/+16
2010-04-18xlib: Make display a cairo_device_tBenjamin Otte1-130/+31
2010-01-29xlib: Compile fix for no fontconfigChris Wilson1-1/+2
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+1
2009-11-05xlib: Fix double freeAndrea Canciani1-0/+1
2009-10-18[xlib] Fix compiler warningsBenjamin Otte1-4/+4
2009-10-15[atomic] Fallback to libatomic-ops-devChris Wilson1-7/+9
2009-09-11[xlib] Fix big-line.Chris Wilson1-2/+4
2009-09-10[xlib] Fix extraction of GC during XCloseDisplay()Chris Wilson1-1/+1
2009-09-02[xlib] Eliminate GC clippingChris Wilson1-32/+18
2009-09-01[xlib] Make xlib_display_t private and rename xlib_screen_info_tChris Wilson1-86/+69
2009-06-19[xlib] Improve GC caching efficacyChris Wilson1-48/+152
2009-03-17Support compiling without fontconfigBehdad Esfahbod1-13/+10
2008-11-29Mark allocation failures as unlikely.Chris Wilson1-1/+1
2008-11-29Mark if(status) as being unlikely.Chris Wilson1-2/+2
2008-10-30[xlib] Only clear the GC clip mask as necessary.Chris Wilson1-2/+6
2008-10-30[xlib] Propagate real status from get_screen_info().Chris Wilson1-29/+37
2008-10-30[xlib] Defer querying of font options until first useChris Wilson1-3/+25
2008-09-25Remove all lcd_filter code.Carl Worth1-28/+0
2008-09-18Make the lcd_filter API privateCarl Worth1-1/+1
2008-09-02[xlib] Keep a pointer to the cairo_xlib_display_t on the surface.Chris Wilson1-10/+4
2008-08-18Tone down commentBehdad Esfahbod1-1/+1
2008-08-17[xlib] Return the integer from XGetDefault().Chris Wilson1-2/+1
2008-08-06Fix Ubuntu-specific issue with FC_LCD_NONE et alBehdad Esfahbod1-0/+3
2008-08-05[cairo-xlib] Support to retrieve the LCD filter type from the Xrm databaseSylvain Pasche1-0/+28
2008-08-05[cairo-ft] Fontconfig defines for LCD constants when using Fontconfig < 2.6Sylvain Pasche1-0/+9
2008-06-10[cairo-xlib-screen] Protect fontconfig call with CAIRO_HAS_FT_FONTBehdad Esfahbod1-0/+2
2008-04-11[xlib] Clear the gc_needs_clip_reset after use.Chris Wilson1-0/+1
2008-04-11[xlib] Clear the Visual cache upon display closure.Chris Wilson1-7/+9
2008-04-11[xlib] Convert the Visual cache to use the screen mutex.Chris Wilson1-12/+13
2008-04-11[xlib] Add locking around GC cache.Chris Wilson1-10/+21
2008-04-02[cairo-xlib] Handle malloc failures for cairo_xlib_visual_info_t.Chris Wilson1-16/+36
2008-03-20Add support for 8-bit PseudoColor visualsCarl Worth1-0/+49
2008-01-17[cairo-xlib] Remove the NULL safeguards.Chris Wilson1-6/+0
2008-01-15[cairo-xlib] Fixup --disable-xlib-xrenderChris Wilson1-0/+1
2007-09-25[cairo-atomic] Rewrite reference counting using atomic ops.Chris Wilson1-5/+7