summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-11-14Support --with-boost configure optionJonathon Jongsma2-4/+24
2008-10-30Undefine 'nil' on OSX before including sigc++ header to fix compileDave Evans3-0/+26
2008-10-29distribute autogen.shJonathon Jongsma2-1/+5
2008-10-25distcheck fixesv1.7.0Jonathon Jongsma4-2/+15
2008-10-25mark 1.7.0 as unstable in the NEWS fileJonathon Jongsma2-2/+6
2008-10-22add NEWS for 1.7.xJonathon Jongsma2-0/+73
2008-10-22Minor doxygen fixesJonathon Jongsma3-1/+13
2008-10-22bump version to 1.7.0Jonathon Jongsma2-3/+7
2008-10-22Add an overloaded Context::get_matrix() that returns a copy of the MatrixJonathon Jongsma4-0/+19
2008-10-22move pkgconfig files to a data/ subdirJonathon Jongsma18-67/+87
2008-10-22Fix broken Pattern::get/set_matrix() API that was using the C typesJonathon Jongsma3-6/+29
2008-10-16Fix missing build dependencies for optional featuresJonathon Jongsma2-0/+29
2008-10-16Bump required cairo version to 1.8.0Jonathon Jongsma2-1/+5
2008-10-10update changelog forgot with my last commitJonathon Jongsma1-0/+16
2008-10-10Update MSVC project filesArmin Burgmeier16-1670/+1717
2008-10-10Add a bunch of extra .pc files for additional functionalityJonathon Jongsma16-6/+152
2008-10-07Add library version numbers to the cairommconfig.h fileJonathon Jongsma2-2/+10
2008-10-07Update API to officially released 1.8 APIJonathon Jongsma17-100/+107
2008-10-06Fixe some test failures that were accidentally introducedJonathon Jongsma3-6/+30
2008-10-05Overhaul of the newly-wrapped Matrix API (+documentation)Jonathon Jongsma6-66/+258
2008-09-14Inherit Cairo::Matrix from cairo_matrix_tJonathon Jongsma12-17/+270
2008-09-142008-09-14 Murray Cumming <murrayc@murrayc.com>Murray Cumming6-13/+106
2008-09-14More whitespace correction.Murray Cumming1-5/+16
2008-09-142008-09-14 Murray Cumming <murrayc@murrayc.com>Murray Cumming2-52/+32
2008-09-142008-09-14 Murray Cumming <murrayc@murrayc.com>Murray Cumming3-84/+95
2008-09-142008-09-14 Murray Cumming <murrayc@murrayc.com>Murray Cumming1-0/+5
2008-09-142008-09-14 Murray Cumming <murrayc@murrayc.com>Murray Cumming8-92/+134
2008-09-12Add Win32PrintingSurfaceJonathon Jongsma3-5/+51
2008-09-11 style fixups: use cobj() instead of using m_cobject directly whenever possibleJonathon Jongsma3-137/+149
2008-09-11Add some missing Win32Surface APIJonathon Jongsma3-1/+59
2008-09-10Added Surface::get_fallback_resolution() + testJonathon Jongsma4-0/+37
2008-09-10Add Surface::get_content() + testJonathon Jongsma4-0/+30
2008-09-10Add ScaledFont::get_scale_matrix() + testJonathon Jongsma4-0/+37
2008-09-10Add PsSurface::get_eps()Jonathon Jongsma4-12/+43
2008-09-10Add Context::has_show_text_glyphs() + testJonathon Jongsma4-0/+27
2008-09-10 Change the names of the stream creation functions to 'create_for_stream()'Jonathon Jongsma4-14/+25
2008-09-10add Context::get_font_options()Jonathon Jongsma4-0/+28
2008-09-10Add QuartzFontFace classJonathon Jongsma5-3/+130
2008-09-10* cairomm/win32_font.h: fix header protection guardsJonathon Jongsma2-3/+7
2008-09-10Add basic test for Win32FontFace from ArminJonathon Jongsma2-0/+44
2008-09-10Fixed Windows buildArmin Burgmeier5-9/+30
2008-09-10Add win32 font supportJonathon Jongsma5-4/+286
2008-09-10* cairomm/cairomm.h: update, add missing includesJonathon Jongsma2-3/+11
2008-09-10add Freetype font supportJonathon Jongsma9-8/+264
2008-09-09* cairomm/fontface.cc: use vector::empty() rather than ::size()Jonathon Jongsma2-2/+6
2008-09-03Add UserFontFace text-to-glyphs APIJonathon Jongsma5-23/+179
2008-08-27Add documentation for all remainting FontOptions API and the enums that are u...Jonathon Jongsma3-10/+106
2008-08-27Add LcdFilter enum and FontOptions API for LCD filteringJonathon Jongsma7-1/+98
2008-08-27add Context::show_text_glyphs()Jonathon Jongsma10-16/+82
2008-08-27Add a default value for the font_options parameter of the ScaledFont constructorJonathon Jongsma3-1/+11