index
:
cairomm
cairomm-1.2
cairomm-1.4
cairomm-1.6
cairomm-1.8
master
Official repository of cairomm: C++ bindings for the cairo graphics library
jjongsma
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cairomm
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-12
Update the documentation
Mark Vender
11
-152/+1406
2010-12-31
Wrap cairo_surface_create_for_rectangle()
Jonathon Jongsma
2
-0/+29
2010-12-31
Add PDF versioning API
Jonathon Jongsma
2
-0/+59
2010-12-31
Add Device documentation
Jonathon Jongsma
1
-4/+64
2010-12-31
Add Device::Lock for acquiring devices safely
Jonathon Jongsma
2
-0/+47
2010-12-31
Wrap cairo_device_acquire|release()
Jonathon Jongsma
2
-0/+15
2010-12-31
Wrap cairo_surface_get_device()
Jonathon Jongsma
2
-0/+15
2010-12-30
Add Region documentation
Jonathon Jongsma
1
-4/+30
2010-12-30
Wrap cairo_region_xor_*
Jonathon Jongsma
2
-0/+16
2010-12-30
Wrap cairo_region_create_rectangles()
Jonathon Jongsma
2
-3/+36
2010-12-30
Wrap Region::copy()
Jonathon Jongsma
2
-3/+7
2010-12-30
Provide static factory functions for Region
Jonathon Jongsma
2
-5/+26
2010-12-30
Fix Region api to throw exception rather than return status
Jonathon Jongsma
2
-18/+24
2010-12-30
Add new surface type enums
Jonathon Jongsma
1
-1/+12
2010-11-03
Context::arc(): Correct the documentation, as in the C documentation.
Murray Cumming
1
-10/+12
2010-10-26
Fix the build with MSVC (really)
v1.9.6
Armin Burgmeier
1
-4/+15
2010-09-10
Context, Surface: Add some new methods.
Murray Cumming
4
-5/+87
2010-09-07
Added Device class.
Murray Cumming
6
-1/+165
2010-09-02
Context: set_dash(): Make the dashes parameter const.
Murray Cumming
2
-0/+43
2010-09-02
Context: Make some methods const, deprecating the non-const versions.
Murray Cumming
2
-28/+101
2010-09-02
2010-06-10 Ian Britten <britten@caris.com>
Ian Britten
7
-1/+24
2010-07-06
Add Region, wrapping cairo_region_t, new in cairo 1.10.
v1.9.1
Murray Cumming
6
-0/+260
2010-06-07
Disallow copying of Cairo::Context objects
Daniel Elstner
1
-4/+6
2010-06-07
Do not unnecessarily cast booleans to pointers
Daniel Elstner
1
-6/+12
2010-06-07
Put ifdefs around 32-bit-only API, to fix the build on 64-bit machines.
Augusto Jun Devegili
2
-5/+12
2009-08-13
Fix left-over cairomm/cairommconfig.h includes
Daniel Elstner
2
-4/+2
2009-08-13
Review and clean up after build overhaul
Daniel Elstner
6
-47/+68
2009-08-13
Simplify build system of examples and cairomm subdirectores
David King
2
-18/+50
2009-08-13
Initial changes to ease transition to mm-common build infrastructure
David King
1
-7/+2
2009-08-08
Added some documentation to the rel_* functions in the Context class
Christopher Harvey
1
-0/+12
2009-07-05
Restore 1.6.x API / ABI that was unintentionally broken in 1.8.x
Jānis Rukšāns
6
-4/+90
2009-01-20
Fix documentation of ImageSurface::create()
Jonathon Jongsma
1
-32/+27
2008-12-20
scaled_matrix() -> scaling_matrix()
Jonathon Jongsma
2
-3/+3
2008-12-20
Updated MSVC project files
Armin Burgmeier
1
-1/+1
2008-12-15
Revert virtual ScaledFont destructor (no ABI break)
Jonathon Jongsma
1
-1/+1
2008-12-15
Add tests and fix a bug in UserFontFace
Jonathon Jongsma
1
-5/+1
2008-12-15
Really fix ScaledFont::get_font_face() bug
Jonathon Jongsma
1
-1/+1
2008-12-13
Cross-reference typedef-ed structs
Jonathon Jongsma
1
-2/+28
2008-12-13
Add surface examples to doxygen documentation
Jonathon Jongsma
1
-0/+15
2008-12-12
Add clear warning about lifetime of UserFontFace objects
Jonathon Jongsma
1
-1/+55
2008-12-12
Fix up UserFontFace documentation from redesign
Jonathon Jongsma
1
-97/+98
2008-12-09
Fix UserFontFace::init()
Jonathon Jongsma
1
-2/+8
2008-12-09
Fix the UserFontFace::text_to_glyphs default vfunc
Jonathon Jongsma
1
-2/+21
2008-12-09
UserFontFace redesign to use virtual functions
Jonathon Jongsma
2
-201/+97
2008-12-06
Fix some ScaledFont referencing issues
Jonathon Jongsma
2
-1/+9
2008-11-14
win32 build fixes
Jonathon Jongsma
2
-4/+4
2008-10-30
Undefine 'nil' on OSX before including sigc++ header to fix compile
Dave Evans
2
-0/+18
2008-10-23
Minor doxygen fixes
Jonathon Jongsma
1
-0/+6
2008-10-23
Add an overloaded Context::get_matrix() that returns a copy of the Matrix
Jonathon Jongsma
2
-0/+11
2008-10-23
Fix broken Pattern::get/set_matrix() API that was using the C types
Jonathon Jongsma
2
-6/+20
[next]