summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-12trace: Avoid stdbool.h C99ism.pthreadsM Joonas Pihlaja1-90/+94
2010-07-12build: Avoid shifting shell parameters that aren't there.M Joonas Pihlaja1-1/+2
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-11build: Fix typo in pthread test program.M Joonas Pihlaja1-1/+1
2010-07-11build: Fix regression provoked by newer autoconf and dodgy configuring.M Joonas Pihlaja2-1/+14
2010-07-11build: Rework pthread detection.M Joonas Pihlaja9-333/+291
2010-07-11build: Purge CAIRO_CC_TRY_LINK_FLAG.M Joonas Pihlaja2-22/+1
2010-07-11build: Factor out a more pliable CAIRO_CC_TRY_LINK_WITH_ENV_SILENT.M Joonas Pihlaja1-6/+25
2010-07-11build: Split boilerplate lib generation into two so'sBenjamin Otte2-12/+26
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 Wilson14-37/+37
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 Otte3-21/+164
2010-07-09build: fix glew includeBenjamin Otte2-8/+11
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 Otte5-7/+40
2010-07-09build: Get rid of $(foo_files) Makefile.am variablesBenjamin Otte2-2/+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: Remove the <TITLE> declarationsBenjamin Otte1-28/+0
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-08test: Add quartz functions to api-special-cases testAndrea Canciani1-0/+19
2010-07-08test: fix typoAndrea Canciani1-1/+1
2010-07-08doc: Move tmpl/ docs to inline docsBenjamin Otte58-4566/+666
2010-07-08doc: Remove CAIRO_FORMAT_RGB16_565 from hidden symbols listBenjamin Otte1-1/+0
2010-07-08doc: Fix some consistency issues that confuse gtk-docBenjamin Otte2-5/+27
2010-07-08doc: Add list of new symbol in Cairo 1.10Benjamin Otte1-0/+3
2010-07-08doc: add --name-space option to gtkdoc-mkdbBenjamin Otte1-1/+1
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-08doc: Add a section about regionsBenjamin Otte2-0/+31
2010-07-08doc: Add missing surface APIsBenjamin Otte1-0/+2
2010-07-08doc: Add a section for cairo_device_tBenjamin Otte2-0/+19
2010-07-08doc: Add cairo_in_clip() to cairo_t sectionBenjamin Otte1-0/+1
2010-07-08doc: Add cairo_rectangle_int_t to the general types listBenjamin Otte1-0/+1
2010-07-08glew: The headers are private, not publicBenjamin Otte1-1/+1
2010-07-08doc: Add drm and glew to the ignored directoriesBenjamin Otte1-0/+2
2010-07-08gl: Fix compile error after rebase failureBenjamin Otte1-1/+1
2010-07-08Support NOCONFIGURE environment variableColin Walters1-1/+3
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