summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-07-11doc: Make the necessity of flush/mark_dirty more obviousBenjamin Otte1-0/+32
2010-07-11check: Allow unprefix type names in the titleBenjamin Otte1-3/+1
2010-07-11qt: Define cairo-qt's API as C symbolsBenjamin Otte1-8/+4
2010-07-11build: Fix typo that makes C++ libs not buildBenjamin Otte1-1/+1
2010-07-10Convert mime data length to use unsigned longChris Wilson13-34/+34
2010-07-10subsurface: Don't assume we ever own the target.Chris Wilson2-10/+8
2010-07-09build: Commit new versions of autogenerate Windows build filesBenjamin Otte1-10/+82
2010-07-09build: fix glew includeBenjamin Otte1-4/+7
2010-07-09build: Remove wrong flags from libcairo_cxx.laBenjamin Otte1-1/+1
2010-07-09build: copy/paste failure: Don't build libcxx.laBenjamin Otte1-1/+1
2010-07-09gl: Use unsigned int instead of GLuintBenjamin Otte2-2/+3
2010-07-09build: Fix C++ issues with automakeBenjamin Otte3-6/+24
2010-07-09build: Get rid of $(foo_files) Makefile.am variablesBenjamin Otte1-1/+0
2010-07-09doc: Add "@Since: 1.10" tags to device docsBenjamin Otte2-0/+16
2010-07-09gl: Remove double ** from some commentsBenjamin Otte1-2/+2
2010-07-09doc: Document remaining cairo-device functionsBenjamin Otte1-0/+32
2010-07-09doc: Add more documentation for devicesBenjamin Otte1-0/+86
2010-07-09doc: Clarify that cairo_surface_get_device() can return NULLBenjamin Otte1-1/+2
2010-07-09doc: Copy docs for standard device APIsBenjamin Otte1-0/+42
2010-07-09doc: Add missing region documentationBenjamin Otte2-0/+38
2010-07-09doc: Fix a syntax issue in quartz-font gtkdocBenjamin Otte1-0/+1
2010-07-08doc: Move tmpl/ docs to inline docsBenjamin Otte26-0/+664
2010-07-08doc: Fix some consistency issues that confuse gtk-docBenjamin Otte2-5/+27
2010-07-08drm: Fix Makefile for drm_xrBenjamin Otte1-6/+4
2010-07-08skia: Add cairo-skia.h as a public headerBenjamin Otte1-1/+1
2010-07-08glew: The headers are private, not publicBenjamin Otte1-1/+1
2010-07-08gl: Fix compile error after rebase failureBenjamin Otte1-1/+1
2010-07-07gl: Add new cairo-gl surface constructor to create surface for textureKristian Høgsberg3-12/+105
2010-07-06region: Add cairo_region_xor() and cairo_region_xor_rectangle()Benjamin Otte3-0/+88
2010-07-06xlib: Setters should set finished surfaces into an error statusBenjamin Otte1-4/+14
2010-07-06xcb: Setters should set finished surfaces into an error statusBenjamin Otte1-2/+8
2010-07-05svg: Set error when extracting from finished surfaceBenjamin Otte1-0/+10
2010-07-05ps: Allow specifying if errors on extract_surface should be setBenjamin Otte1-17/+22
2010-07-05ps: Set error when extracting from finished surfaceBenjamin Otte1-0/+10
2010-07-05pdf: Set error when extracting from finished surfaceBenjamin Otte1-0/+10
2010-07-05gl: Fail properly when called with finished functionsBenjamin Otte1-1/+11
2010-07-05Call _cairo_error() when setting the FINISHED error on surfacesBenjamin Otte2-7/+7
2010-07-05tee: Add proper error handlingBenjamin Otte1-0/+15
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