summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-07-05subsurface: Fail if created from a finished surfaceBenjamin Otte1-0/+2
2010-07-05surface: Fail if set_mime_data() is called on a finished surfaceBenjamin Otte1-0/+2
2010-07-05surface: Fail early if create_similar() is called on a finished surfaceBenjamin Otte1-0/+2
2010-07-05surface: don't call begin_modification on finished surfacesBenjamin Otte1-2/+2
2010-07-03boilerplate: Add a describe vfuncBenjamin Otte1-0/+8
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-26Regenerate default win32 headers.Chris Wilson1-8/+0
2010-06-25pop-group: Translate existing path properlyBenjamin Otte1-3/+5
2010-06-25push-group: Fix path translation when pushing a group with device offsetsBenjamin Otte1-2/+3
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-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-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-18egl: Implement acquire and release for EGL backendKristian Høgsberg1-9/+37
2010-06-17image: Make a local copy of the trap coordinates as the boxes alias.Chris Wilson1-4/+11
2010-06-17wgl: Only reset GL context on the dummy window.Zoxc1-4/+2
2010-06-17gl: Added wgl boilerplate and moved the glx and egl boilerplates into their o...Zoxc1-0/+8
2010-06-17wgl: Renamed hwnd field to wnd.Zoxc1-6/+6
2010-06-17ft,fc,xlib: LCD filtering patch.Nicolaus L Helper6-190/+597
2010-06-17image: Use consistent rounding modes for a1 rasterisation.Chris Wilson1-23/+35
2010-06-17fixed: Refactor code to use more inlines and less duplication of logic.Chris Wilson1-3/+15
2010-06-16correct rounding computationAndrea Canciani1-1/+1
2010-06-15glew: Define NULLChris Wilson1-0/+4
2010-06-14build: Add wgl to Makefile.sources and regenerate features.Chris Wilson2-2/+18
2010-06-14scaled-font: fine-tune cachingDmitri Vorobiev1-16/+45