summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2023-03-14Implement get_text_extents() and get_glyph_extents() of ScaledFontVitaly Dyachkov1-0/+35
2022-02-13meson.build: Specify 'check' option in run_command()Kjell Ahlstedt1-1/+0
2022-01-18Surface device scale convenience overloadsThomas Holder1-0/+5
2022-01-18Wrapping surface device scale functionsThomas Holder1-0/+11
2021-06-09Update SaveGuardKjell Ahlstedt1-0/+6
2021-04-07Meson build: No implicit_include_directoriesKjell Ahlstedt1-0/+1
2021-03-16Meson build: Make it possible to use cairomm as a subprojectKjell Ahlstedt1-2/+2
2020-08-14tests: Fix tests in Autotools buildsKjell Ahlstedt1-3/+6
2020-08-13tests: Don't include deprecated Boost header filesKjell Ahlstedt7-7/+7
2020-08-12Add Context::get_source_for_surface()Kjell Ahlstedt1-0/+17
2020-04-30Replace NULL by nullptrKjell Ahlstedt2-4/+4
2020-04-29tests/test-scaled-font.cc: Remove an extra semicolonKjell Ahlstedt2-2/+2
2020-04-29meson: Allow linking to shared Boost::TestChun-wei Fan1-2/+7
2020-04-29tests: Use Boost's automatic test registrationChun-wei Fan8-197/+72
2020-04-29tests: Fix building tests with FreeType but no FontConfigChun-wei Fan2-6/+6
2020-04-29test-font-face.cc: Fix build on WindowsChun-wei Fan1-1/+1
2020-04-25Add support for building cairomm with MesonKjell Ahlstedt1-0/+41
2020-04-22tests: Update the source codeKjell Ahlstedt6-83/+79
2016-12-07Add and use make_refptr_for_instance().Murray Cumming1-6/+6
2016-11-15Make the ABI cairomm-1.16 instead of cairomm-1.14Murray Cumming1-1/+1
2016-11-11Change ABI from cairomm-1.0 to cairomm-1.14Murray Cumming1-1/+1
2015-07-31C++11: Use of nullptr.Murray Cumming3-3/+3
2015-07-31C++11: Use auto.Murray Cumming7-64/+64
2015-07-31C++11: Use the override keyword.Murray Cumming1-10/+10
2008-12-20fix some distcheck failuresv1.7.2Jonathon Jongsma2-4/+4
2008-12-15Revert virtual ScaledFont destructor (no ABI break)Jonathon Jongsma1-4/+41
2008-12-15Add tests and fix a bug in UserFontFaceJonathon Jongsma3-246/+335
2008-12-14Really fix ScaledFont::get_font_face() bugJonathon Jongsma1-0/+21
2008-12-08UserFontFace redesign to use virtual functionsJonathon Jongsma1-0/+4
2008-10-25distcheck fixesv1.7.0Jonathon Jongsma1-0/+1
2008-10-22Add an overloaded Context::get_matrix() that returns a copy of the MatrixJonathon Jongsma1-0/+1
2008-10-07Update API to officially released 1.8 APIJonathon Jongsma5-29/+39
2008-10-06Fixe some test failures that were accidentally introducedJonathon Jongsma3-6/+30
2008-10-05Overhaul of the newly-wrapped Matrix API (+documentation)Jonathon Jongsma2-51/+53
2008-09-14Inherit Cairo::Matrix from cairo_matrix_tJonathon Jongsma3-10/+105
2008-09-10Added Surface::get_fallback_resolution() + testJonathon Jongsma1-0/+12
2008-09-10Add Surface::get_content() + testJonathon Jongsma1-0/+10
2008-09-10Add ScaledFont::get_scale_matrix() + testJonathon Jongsma1-0/+15
2008-09-10Add PsSurface::get_eps()Jonathon Jongsma1-0/+12
2008-09-10Add Context::has_show_text_glyphs() + testJonathon Jongsma1-0/+13
2008-09-10 Change the names of the stream creation functions to 'create_for_stream()'Jonathon Jongsma1-3/+3
2008-09-10add Context::get_font_options()Jonathon Jongsma1-0/+12
2008-09-10Add basic test for Win32FontFace from ArminJonathon Jongsma1-0/+39
2008-09-10add Freetype font supportJonathon Jongsma1-0/+25
2008-09-03Add UserFontFace text-to-glyphs APIJonathon Jongsma1-0/+46
2008-08-27Add LcdFilter enum and FontOptions API for LCD filteringJonathon Jongsma2-1/+38
2008-08-27add Context::show_text_glyphs()Jonathon Jongsma1-0/+2
2008-08-27Add a default value for the font_options parameter of the ScaledFont constructorJonathon Jongsma1-0/+4
2008-08-27Add ScaledFont::text_to_glyphs()Jonathon Jongsma2-1/+49
2008-08-27Add Context::get/set_scaled_font()Jonathon Jongsma1-0/+23