summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-15context: Fix typos of "teh" to "the" + missing "a"Daniel Boles1-3/+3
2023-03-20Use callback functins with C linkageKjell Ahlstedt2-9/+33
2023-03-14Implement get_text_extents() and get_glyph_extents() of ScaledFontVitaly Dyachkov3-1/+48
2023-03-12README.md: meson -> meson setupKjell Ahlstedt1-2/+2
2023-03-12meson.build: Simplify if-file-exists testKjell Ahlstedt1-11/+3
2023-03-12CI: Install all dependencies with apt, meson -> meson setupKjell Ahlstedt1-40/+4
2023-01-04meson.build: Simplify lookup of python commandKjell Ahlstedt1-7/+1
2023-01-04meson.build: Fix the evaluation of is_git_build on WindowsKjell Ahlstedt1-5/+10
2023-01-04Meson build: Don't copy files with configure_file()Kjell Ahlstedt2-6/+7
2022-09-27meson.build: Detect if we build from a git subtreeKjell Ahlstedt1-6/+8
2022-09-22NEWS: Prepare for next cairomm releaseKjell Ahlstedt3-4/+37
2022-09-11Convert README to README.mdKjell Ahlstedt1-7/+38
2022-08-16Autotools build: Add --disable-deprecated-apiKjell Ahlstedt2-0/+4
2022-05-25Merge branch 'msvc-warnings' into 'master'Kjell Ahlstedt1-4/+27
2022-05-24Meson: Re-organize warnings-related compiler flags for MSVCChun-wei Fan1-6/+22
2022-05-23Meson/MSVC: Compensate for the lack of msvc_recommended_pragmas.hChun-wei Fan1-1/+8
2022-05-19meson.build: Avoid configuration warningsKjell Ahlstedt2-22/+27
2022-03-18CI: Use artifacts to transfer data between stagesKjell Ahlstedt1-5/+28
2022-02-13meson.build: Specify 'check' option in run_command()Kjell Ahlstedt4-12/+15
2022-02-02Surface docs: Use cairomm names where possibleKjell Ahlstedt1-14/+16
2022-02-02Surface::set_device_scale() docs: Refer to Context::scale()Kjell Ahlstedt1-1/+9
2022-01-27Merge branch 'device-scale' into 'master'Kjell Ahlstedt3-0/+65
2022-01-18Surface device scale convenience overloadsThomas Holder3-0/+24
2022-01-18Wrapping surface device scale functionsThomas Holder3-0/+41
2021-11-12Merge branch 'master' into 'master'Kjell Ahlstedt2-2/+7
2021-11-10build: Support Visual Studio 2022Chun-wei Fan2-2/+7
2021-08-26CI: Add .gitlab-ci.ymlKjell Ahlstedt1-0/+90
2021-08-18meson.build: Check if Perl is required for building documentationKjell Ahlstedt2-4/+13
2021-06-11Update examples/READMEKjell Ahlstedt1-2/+2
2021-06-09Surface::Type: Really deprecate WIN32 with CAIROMM_DISABLE_DEPRECATEDKjell Ahlstedt1-3/+2
2021-06-09Update SaveGuardKjell Ahlstedt3-30/+47
2021-06-09Doxyfile.in: Add the @newin alias and CAIROMM_API=Kjell Ahlstedt1-3/+4
2021-06-08Add Cairo::SaveGuard save/restore objectJason Rhinelander2-0/+35
2021-05-201.16.11.16.1Kjell Ahlstedt2-1/+19
2021-05-18Add dependencies to Doxygen tag files in subprojectsKjell Ahlstedt2-2/+15
2021-05-14Fix build as subproject without building documentationKjell Ahlstedt2-22/+30
2021-05-11Merge branch 'master' into 'master'Kjell Ahlstedt4-12/+12
2021-05-11meson: Reorganize warnings on Visual Studio buildsChun-wei Fan2-2/+8
2021-05-11MSVC_NMake/config-msvc.mak: Clean up compiler flagsChun-wei Fan1-1/+0
2021-05-11cairomm/exception.h: Export Cairo::logic_error selectivelyChun-wei Fan1-9/+4
2021-05-05Subprojects can use meson.add_dist_script() if meson.version() >= 0.58.0Kjell Ahlstedt2-7/+9
2021-04-07Meson build: No implicit_include_directoriesKjell Ahlstedt2-0/+2
2021-03-26Meson build: No implicit_include_directoriesKjell Ahlstedt1-0/+1
2021-03-16Meson build: Make it possible to use cairomm as a subprojectKjell Ahlstedt9-14/+49
2021-03-09Merge branch 'fix.mingw.warnings' into 'master'Kjell Ahlstedt2-2/+6
2021-03-09cairommconfig.h.*: Don't dllimport on MinGWChun-wei Fan2-2/+6
2021-02-23Merge branch 'kjellahl/surface-type-win32' into 'master'Kjell Ahlstedt1-2/+11
2021-02-20Surface::Type: Deprecate WIN32, add WIN32_SURFACEKjell Ahlstedt1-2/+11
2021-02-20docs/reference/Doxyfile.in: Remove obsolete entriesKjell Ahlstedt1-2/+1
2021-02-19tools/release-publish.sh: Add commentsKjell Ahlstedt1-0/+8