summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* win32-printing: compile fix.Chris Wilson2010-05-121-1/+1
* win32: Grow glyph extents to account for ClearTypeJonathan Kew2010-05-111-0/+13
* Ensure the quartz backend returns the first stop for negative positions on th...Robert O'Callahan2010-05-111-2/+22
* Don't repeat a Quartz gradient more times than necessary, to avoid Quartz qua...Robert O'Callahan2010-05-111-82/+179
* Clean up Quartz gradient code by moving some local variables to static const ...Robert O'Callahan2010-05-111-18/+13
* quartz: Don't fallback to pixman for repeating radial gradients.Robert O'Callahan2010-05-111-23/+180
* trace: And for the bonus round... Make it compile.Chris Wilson2010-05-111-2/+2
* trace: Try wrapping FT_Open_Face()Chris Wilson2010-05-111-12/+26
* Add an additional set parantheses around the container_of macroJeff Muizelaar2010-05-101-1/+1
* xcb: trivial memfault fixes.Chris Wilson2010-05-109-47/+123
* region: _cairo_region_create_in_error()Chris Wilson2010-05-103-13/+60
* xcb: Find the correct xcb_screen_t for faking ScreenChris Wilson2010-05-081-2/+21
* xcb: Upload images in place.Chris Wilson2010-05-083-16/+189
* xcb: Reset picture after failed snapshot.Chris Wilson2010-05-081-2/+2
* test: Force cairo-test-suite to return SUCCESSChris Wilson2010-05-081-0/+10
* subsurface: Don't double apply device offset for deep subsurfaces.Chris Wilson2010-05-081-5/+5
* gl: Make the shader implementation per-context, not globalBenjamin Otte2010-05-085-112/+131
* gl: Print GL errors when releasing the deviceBenjamin Otte2010-05-082-26/+11
* gl: Make check_span_renderer() call not require a device lockBenjamin Otte2010-05-083-2/+11
* cairo: Special case cairo_t with NULL_POINTERChris Wilson2010-05-071-1/+23
* test/copy-path: memfault status checks.Chris Wilson2010-05-071-23/+38
* surface-fallback: Only destroy the clip after it has been initialized.Chris Wilson2010-05-071-3/+4
* Remove useless null checks of a and b in _cairo_path_fixed_equaltimeless2010-05-071-14/+8
* quartz: Work around bad glyph extents returned by CoreGraphics for empty glyp...Jonathan Kew2010-05-071-0/+10
* doc: regenChris Wilson2010-05-0726-0/+93
* subsurface: Include device offset in extentsChris Wilson2010-05-071-2/+8
* Remove comma from the end of the CAIRO_PATTERN_ACQUIRE enumJeff Muizelaar2010-05-061-1/+1
* gl: Enable fixed-function without glsl.Chris Wilson2010-05-061-25/+31
* Update license blocks to use "Mozilla Foundation" instead of "Mozilla Corpora...Metal Sonic2010-05-068-8/+8
* cairo: stash a number of contexts for use with NO_MUTEXChris Wilson2010-05-061-1/+32
* device: Reorder finalization so that user data is destroyed last.Chris Wilson2010-05-062-4/+9
* test/gl-surface-source: Attach GLXContext to device user data.Chris Wilson2010-05-061-15/+11
* Add an implementation of ffs() for MSVCJeff Muizelaar2010-05-061-0/+15
* surface-fallback: Handle memfaults during clipping.Chris Wilson2010-05-061-11/+15
* test: Add gl-surface-sourceChris Wilson2010-05-066-0/+125
* test/clip-contexts: Free secondary contextChris Wilson2010-05-061-0/+2
* test: Add subsurface-image-repeatChris Wilson2010-05-065-0/+73
* xlib: Remove reference counting for cairo_xlib_screen_tChris Wilson2010-05-065-147/+46
* xlib: Convert visual array to a cairo_list_tChris Wilson2010-05-062-54/+26
* xlib: Remove screen->has_renderChris Wilson2010-05-062-14/+4
* xlib: Remove obsolete comment, there is no race anymoreChris Wilson2010-05-061-4/+0
* xlib: Ensure the global display mutex is initialized before use.Chris Wilson2010-05-061-0/+2
* image: Propagate error instead of asserting.Chris Wilson2010-05-061-1/+2
* clip: Propagate failure from retrieving the previous clip surface.Chris Wilson2010-05-061-1/+2
* test: Add xlib-expose-event.image16.ref.pngChris Wilson2010-05-052-0/+1
* scaled-font: Pluck last glyph from the most recent page.Chris Wilson2010-05-051-1/+1
* PS: Add missing 'q' when resetting clip pathAdrian Johnson2010-05-051-1/+1
* gl: Get rid of ctx variableBenjamin Otte2010-05-051-6/+6
* gl: Another case of proper device acquiringBenjamin Otte2010-05-051-6/+9
* gl: Get rid of another cast to cairo_gl_context_tBenjamin Otte2010-05-051-3/+3