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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-14
Support --with-boost configure option
Jonathon Jongsma
2
-4
/
+24
2008-10-30
Undefine 'nil' on OSX before including sigc++ header to fix compile
Dave Evans
3
-0
/
+26
2008-10-29
distribute autogen.sh
Jonathon Jongsma
2
-1
/
+5
2008-10-25
distcheck fixes
v1.7.0
Jonathon Jongsma
4
-2
/
+15
2008-10-25
mark 1.7.0 as unstable in the NEWS file
Jonathon Jongsma
2
-2
/
+6
2008-10-22
add NEWS for 1.7.x
Jonathon Jongsma
2
-0
/
+73
2008-10-22
Minor doxygen fixes
Jonathon Jongsma
3
-1
/
+13
2008-10-22
bump version to 1.7.0
Jonathon Jongsma
2
-3
/
+7
2008-10-22
Add an overloaded Context::get_matrix() that returns a copy of the Matrix
Jonathon Jongsma
4
-0
/
+19
2008-10-22
move pkgconfig files to a data/ subdir
Jonathon Jongsma
18
-67
/
+87
2008-10-22
Fix broken Pattern::get/set_matrix() API that was using the C types
Jonathon Jongsma
3
-6
/
+29
2008-10-16
Fix missing build dependencies for optional features
Jonathon Jongsma
2
-0
/
+29
2008-10-16
Bump required cairo version to 1.8.0
Jonathon Jongsma
2
-1
/
+5
2008-10-10
update changelog forgot with my last commit
Jonathon Jongsma
1
-0
/
+16
2008-10-10
Update MSVC project files
Armin Burgmeier
16
-1670
/
+1717
2008-10-10
Add a bunch of extra .pc files for additional functionality
Jonathon Jongsma
16
-6
/
+152
2008-10-07
Add library version numbers to the cairommconfig.h file
Jonathon Jongsma
2
-2
/
+10
2008-10-07
Update API to officially released 1.8 API
Jonathon Jongsma
17
-100
/
+107
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
6
-66
/
+258
2008-09-14
Inherit Cairo::Matrix from cairo_matrix_t
Jonathon Jongsma
12
-17
/
+270
2008-09-14
2008-09-14 Murray Cumming <murrayc@murrayc.com>
Murray Cumming
6
-13
/
+106
2008-09-14
More whitespace correction.
Murray Cumming
1
-5
/
+16
2008-09-14
2008-09-14 Murray Cumming <murrayc@murrayc.com>
Murray Cumming
2
-52
/
+32
2008-09-14
2008-09-14 Murray Cumming <murrayc@murrayc.com>
Murray Cumming
3
-84
/
+95
2008-09-14
2008-09-14 Murray Cumming <murrayc@murrayc.com>
Murray Cumming
1
-0
/
+5
2008-09-14
2008-09-14 Murray Cumming <murrayc@murrayc.com>
Murray Cumming
8
-92
/
+134
2008-09-12
Add Win32PrintingSurface
Jonathon Jongsma
3
-5
/
+51
2008-09-11
style fixups: use cobj() instead of using m_cobject directly whenever possible
Jonathon Jongsma
3
-137
/
+149
2008-09-11
Add some missing Win32Surface API
Jonathon Jongsma
3
-1
/
+59
2008-09-10
Added Surface::get_fallback_resolution() + test
Jonathon Jongsma
4
-0
/
+37
2008-09-10
Add Surface::get_content() + test
Jonathon Jongsma
4
-0
/
+30
2008-09-10
Add ScaledFont::get_scale_matrix() + test
Jonathon Jongsma
4
-0
/
+37
2008-09-10
Add PsSurface::get_eps()
Jonathon Jongsma
4
-12
/
+43
2008-09-10
Add Context::has_show_text_glyphs() + test
Jonathon Jongsma
4
-0
/
+27
2008-09-10
Change the names of the stream creation functions to 'create_for_stream()'
Jonathon Jongsma
4
-14
/
+25
2008-09-10
add Context::get_font_options()
Jonathon Jongsma
4
-0
/
+28
2008-09-10
Add QuartzFontFace class
Jonathon Jongsma
5
-3
/
+130
2008-09-10
* cairomm/win32_font.h: fix header protection guards
Jonathon Jongsma
2
-3
/
+7
2008-09-10
Add basic test for Win32FontFace from Armin
Jonathon Jongsma
2
-0
/
+44
2008-09-10
Fixed Windows build
Armin Burgmeier
5
-9
/
+30
2008-09-10
Add win32 font support
Jonathon Jongsma
5
-4
/
+286
2008-09-10
* cairomm/cairomm.h: update, add missing includes
Jonathon Jongsma
2
-3
/
+11
2008-09-10
add Freetype font support
Jonathon Jongsma
9
-8
/
+264
2008-09-09
* cairomm/fontface.cc: use vector::empty() rather than ::size()
Jonathon Jongsma
2
-2
/
+6
2008-09-03
Add UserFontFace text-to-glyphs API
Jonathon Jongsma
5
-23
/
+179
2008-08-27
Add documentation for all remainting FontOptions API and the enums that are u...
Jonathon Jongsma
3
-10
/
+106
2008-08-27
Add LcdFilter enum and FontOptions API for LCD filtering
Jonathon Jongsma
7
-1
/
+98
2008-08-27
add Context::show_text_glyphs()
Jonathon Jongsma
10
-16
/
+82
2008-08-27
Add a default value for the font_options parameter of the ScaledFont constructor
Jonathon Jongsma
3
-1
/
+11
[prev]
[next]