summaryrefslogtreecommitdiff
path: root/src/cairo-xlib-visual.c
Commit message (Expand)AuthorAgeFilesLines
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-1/+1
* xlib: Unlike the visual when destroying itChris Wilson2013-06-031-0/+3
* xlib: Fix build of xlib-xcbAndrea Canciani2011-06-161-0/+4
* xlib: Remove reference counting for cairo_xlib_screen_tChris Wilson2010-05-061-1/+1
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+2
* Mark allocation failures as unlikely.Chris Wilson2008-11-291-1/+1
* [xlib] Implement ditheringBehdad Esfahbod2008-06-191-32/+71
* [xlib-visual] Make the 5x5x5 color cube better approximate the rgb333 spaceBehdad Esfahbod2008-06-121-1/+1
* [xlib-visual] Allocate 8-entry gray ramp instead of 16-entryBehdad Esfahbod2008-06-121-5/+3
* [cairo-xlib] Handle malloc failures for cairo_xlib_visual_info_t.Chris Wilson2008-04-021-4/+15
* Quiet some trivial unused and potentially-uninitialized compiler warningsCarl Worth2008-04-011-1/+1
* Add support for 8-bit PseudoColor visualsCarl Worth2008-03-201-0/+137