index
:
cairomm
cairomm-1-12
cairomm-1-14
cairomm-1-16
cairomm-1.10
cairomm-1.2
cairomm-1.4
cairomm-1.6
cairomm-1.8
master
Official repository of cairomm: C++ bindings for the cairo graphics library (mirrored from https://gitlab.freedesktop.org/cairo/cairomm)
jjongsma
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-07
Add and use make_refptr_for_instance().
Murray Cumming
1
-6
/
+6
2016-11-15
Make the ABI cairomm-1.16 instead of cairomm-1.14
Murray Cumming
1
-1
/
+1
2016-11-11
Change ABI from cairomm-1.0 to cairomm-1.14
Murray Cumming
1
-1
/
+1
2015-07-31
C++11: Use of nullptr.
Murray Cumming
3
-3
/
+3
2015-07-31
C++11: Use auto.
Murray Cumming
7
-64
/
+64
2015-07-31
C++11: Use the override keyword.
Murray Cumming
1
-10
/
+10
2008-12-20
fix some distcheck failures
v1.7.2
Jonathon Jongsma
2
-4
/
+4
2008-12-15
Revert virtual ScaledFont destructor (no ABI break)
Jonathon Jongsma
1
-4
/
+41
2008-12-15
Add tests and fix a bug in UserFontFace
Jonathon Jongsma
3
-246
/
+335
2008-12-14
Really fix ScaledFont::get_font_face() bug
Jonathon Jongsma
1
-0
/
+21
2008-12-08
UserFontFace redesign to use virtual functions
Jonathon Jongsma
1
-0
/
+4
2008-10-25
distcheck fixes
v1.7.0
Jonathon Jongsma
1
-0
/
+1
2008-10-22
Add an overloaded Context::get_matrix() that returns a copy of the Matrix
Jonathon Jongsma
1
-0
/
+1
2008-10-07
Update API to officially released 1.8 API
Jonathon Jongsma
5
-29
/
+39
2008-10-06
Fixe some test failures that were accidentally introduced
Jonathon Jongsma
3
-6
/
+30
2008-10-05
Overhaul of the newly-wrapped Matrix API (+documentation)
Jonathon Jongsma
2
-51
/
+53
2008-09-14
Inherit Cairo::Matrix from cairo_matrix_t
Jonathon Jongsma
3
-10
/
+105
2008-09-10
Added Surface::get_fallback_resolution() + test
Jonathon Jongsma
1
-0
/
+12
2008-09-10
Add Surface::get_content() + test
Jonathon Jongsma
1
-0
/
+10
2008-09-10
Add ScaledFont::get_scale_matrix() + test
Jonathon Jongsma
1
-0
/
+15
2008-09-10
Add PsSurface::get_eps()
Jonathon Jongsma
1
-0
/
+12
2008-09-10
Add Context::has_show_text_glyphs() + test
Jonathon Jongsma
1
-0
/
+13
2008-09-10
Change the names of the stream creation functions to 'create_for_stream()'
Jonathon Jongsma
1
-3
/
+3
2008-09-10
add Context::get_font_options()
Jonathon Jongsma
1
-0
/
+12
2008-09-10
Add basic test for Win32FontFace from Armin
Jonathon Jongsma
1
-0
/
+39
2008-09-10
add Freetype font support
Jonathon Jongsma
1
-0
/
+25
2008-09-03
Add UserFontFace text-to-glyphs API
Jonathon Jongsma
1
-0
/
+46
2008-08-27
Add LcdFilter enum and FontOptions API for LCD filtering
Jonathon Jongsma
2
-1
/
+38
2008-08-27
add Context::show_text_glyphs()
Jonathon Jongsma
1
-0
/
+2
2008-08-27
Add a default value for the font_options parameter of the ScaledFont constructor
Jonathon Jongsma
1
-0
/
+4
2008-08-27
Add ScaledFont::text_to_glyphs()
Jonathon Jongsma
2
-1
/
+49
2008-08-27
Add Context::get/set_scaled_font()
Jonathon Jongsma
1
-0
/
+23
2008-08-21
All Image Surface creation tests now pass (no exceptions thrown)
Jonathon Jongsma
2
-5
/
+17
2008-08-19
Add sigc::slot versions of all of the functions that take a cairo_write_func_...
Jonathon Jongsma
2
-1
/
+91
2008-08-18
Add UserFontFace API
Jonathon Jongsma
1
-0
/
+202
2008-08-14
Implement the ToyFontFace class
Jonathon Jongsma
2
-2
/
+55
2008-08-13
Fix boost unit test detection
Jonathon Jongsma
1
-1
/
+1
2007-07-10
Add ability to use dynamic casting with the return values from more functions,
Jonathon Jongsma
1
-0
/
+32
2007-07-10
Add alternate API for Context::set_dash() which takes a std::vector argument
Jonathon Jongsma
1
-0
/
+14
2007-07-04
Added some tests for matrix transformations and user-to-device coordinate map...
Jonathon Jongsma
1
-44
/
+64
2007-07-04
Fix dynamic casting of Pattern retrieved with Context::get_source()
Jonathon Jongsma
1
-18
/
+42
2007-07-04
examples/, tests/: fix a bunch of minor compile errors when compiling with -W...
Jonathon Jongsma
1
-19
/
+22
2007-03-24
2007-03-23 Jonathon Jongsma <jjongsma@gnome.org>
Jonathon Jongsma
2
-0
/
+275