diff options
author | Murray Cumming <murrayc@murrayc.com> | 2005-12-17 15:21:24 +0000 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2005-12-17 15:21:24 +0000 |
commit | ffb7003199d215e5611c0f14b8f97d4b22205464 (patch) | |
tree | 262c09c18d3bc67aeae1aaf3b52626d79ceaa21f /NEWS | |
parent | d16d199da9b510d80d0b27a4b117213ab008d07d (diff) |
2005-12-17 Murray Cumming <murrayc@murrayc.com>
* cairomm/context.cc:
* cairomm/context.h: Change set_dash(void) to
unset_dash(). Change rotate_deg() to
rotate_degrees(). Change identity_matrix() to
set_identity_matrix(). Change new_path() to
clear_path().
* cairomm/fontface.cc:
* cairomm/fontface.h: Comment-out
get/set_user_data(), because it seems useless.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +0.3.0: + +* Context: + - Change mask_surface() to mask() and + set_source_surface() to set_source(). + - Add typedef for Matrix, but a real Matrix + class would be nice. +* Pattern: Created hierarchy of classes. +* Check for errors in constructors. +* Exception: Rename to logic_error, and throw + std::bad_alloc or std::io_base::failure instead + when appropriate. + (Murray Cumming) + |