summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-05configure: remove shaveBenjamin Otte5-234/+0
2010-07-03perf: print comment describing backendBenjamin Otte1-1/+30
2010-07-03boilerplate: Add describe stringBenjamin Otte1-3/+18
2010-07-03gl: Add describe stringBenjamin Otte1-4/+25
2010-07-03boilerplate: Add a describe vfuncBenjamin Otte22-34/+80
2010-07-02user-font: Check the status before destroying the contextChris Wilson1-2/+2
2010-07-02xlib: Apply translation to image surface upload.Chris Wilson1-5/+8
2010-06-30user-font: correct handling of size 0 textAndrea Canciani4-27/+50
2010-06-29user-font: ignore translation in scale matrixAndrea Canciani1-1/+5
2010-06-28ft-font: fix typoAndrea Canciani1-1/+1
2010-06-28xlib: Compile without fontconfigChris Wilson5-23/+80
2010-06-28quartz: remove unused declarationsAndrea Canciani1-17/+0
2010-06-28quartz: remove unused os version infoAndrea Canciani1-7/+0
2010-06-28quartz-font: correct and explain matrix computationsAndrea Canciani1-7/+6
2010-06-28quartz: check return statusAndrea Canciani1-4/+4
2010-06-28quartz: improve text transform handlingAndrea Canciani1-34/+12
2010-06-28quartz-font: silence compiler warningsAndrea Canciani1-54/+30
2010-06-26version: 1.9.9Chris Wilson1-1/+1
2010-06-26test: Missing ref image.1.9.10Chris Wilson1-0/+1
2010-06-26version: 1.9.10Chris Wilson1-1/+1
2010-06-26NEWS for 1.9.10 snapshotChris Wilson1-0/+28
2010-06-26Regenerate default win32 headers.Chris Wilson3-17/+0
2010-06-25pop-group: Translate existing path properlyBenjamin Otte1-3/+5
2010-06-25test: improve push-group-path-offset to also catch the pop_group() caseBenjamin Otte1-29/+16
2010-06-25push-group: Fix path translation when pushing a group with device offsetsBenjamin Otte1-2/+3
2010-06-25test: Add a new test for a bug with device-offset testsBenjamin Otte3-0/+91
2010-06-24drm/intel: Fix common off-by-one by rewriting the [XY]MAX macro.Chris Wilson4-27/+15
2010-06-24drm: _cairo_color_get_content() compilation fixesChris Wilson3-7/+3
2010-06-24build: Added cairo deflate stream as a requirement for the script surface.Zoxc1-0/+3
2010-06-24whitespace: Fixup formal arguments and tabs in boilerplate/ and perf/.M Joonas Pihlaja42-746/+850
2010-06-24boilerplate: Remove the xlib-window target from Renderless builds.M Joonas Pihlaja1-2/+2
2010-06-24test: Fix typo in copyright statementSøren Sandmann Pedersen1-1/+1
2010-06-24test: Add an example of seams.Soeren Sandmann6-0/+102
2010-06-22gl: Return a surface from _cairo_surface_create_in_error()Benjamin Otte1-1/+2
2010-06-22gl: Propagate surface creation error instead of crashingBenjamin Otte1-6/+16
2010-06-22egl: Copy glx code to detect the proper surface in acquireBenjamin Otte1-0/+9
2010-06-22egl: Remove unused prev_foo usageBenjamin Otte1-7/+0
2010-06-19script: Pass the buffer length back to freetype.Chris Wilson1-1/+1
2010-06-19xcb: Return the status upon flushing the device.Chris Wilson1-2/+3
2010-06-19xlib: Precise and Imprecise were reversed.Chris Wilson1-4/+4
2010-06-19xlib: Perform image uploads inplace.Chris Wilson1-0/+112
2010-06-18egl: Fail properly if no configs are available instead of crashingBenjamin Otte1-0/+4
2010-06-18glx: Remove useless optimization trying to avoid glXMakeCurrent()Benjamin Otte1-17/+2
2010-06-18gl: Refactor status handling in _cairo_gl_context_release()Benjamin Otte6-43/+43
2010-06-18gl: Inline the check_error() functionBenjamin Otte1-16/+7
2010-06-18gl: Don't assert if there used to be a GL errorBenjamin Otte1-1/+2
2010-06-18gl: Add a custom glGetError() functionBenjamin Otte1-3/+16
2010-06-18gl: Remove custom fprintf fudging on GL errorsBenjamin Otte2-26/+1
2010-06-18gl: cairo_warn about return value from cairo_gl_context_release()Benjamin Otte1-1/+1
2010-06-18boilerplate: Reinstate glFinish() for wglBenjamin Otte1-1/+1