summaryrefslogtreecommitdiff
path: root/src/cairo-beos-surface.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-213/+196
2008-12-06[cairo-spans] Add a check/create_span_renderer backend methods.M Joonas Pihlaja1-0/+2
2008-06-01Fix now-detected doc formatting issuesBehdad Esfahbod1-1/+1
2008-01-28[doc] Make sure all function names in docs are followed by ()Behdad Esfahbod1-1/+1
2007-06-29[fix] Avoid int overflow when allocating large buffersVladimir Vukicevic1-2/+2
2007-04-22[BeOS] Remove old-style mutex initialization cruftBehdad Esfahbod1-34/+0
2007-04-03[src] Make sure all source files #include "cairoint.h" as their first includeBehdad Esfahbod1-3/+4
2007-03-05Rename all mutex variables to start with an underscoreBehdad Esfahbod1-6/+6
2007-03-05[beos] Update mutex initializersBehdad Esfahbod1-2/+6
2006-10-26[beos] Fix build errorChristian Biesinger1-10/+10
2006-05-25Make BeOS compile againChristian Biesinger1-1/+4
2006-05-04Rename cairo_rectangle_t to cairo_rectangle_fixed_t.Robert O'Callahan1-22/+22
2006-03-27Add an assert for the unsupported image surface formatsChristian Biesinger1-0/+1
2006-03-27Implement create_similar for BeOSChristian Biesinger1-44/+158
2006-03-18More consistent naming for the BeOS surface functionsChristian Biesinger1-22/+22
2006-03-01Fixing BeOS surface part IIChristian Biesinger1-1/+1
2006-03-01Updating BeOS surface per the get_type changesChristian Biesinger1-0/+1
2006-02-18Don't call _cairo_error when returning an errorChristian Biesinger1-19/+7
2005-12-26Implement composite for the beos backend. Don't map CAIRO_OPERATOR_ADD to B_O...Christian Biesinger1-1/+98
2005-12-26Don't require that the caller locks the view; do it in cairo code.Christian Biesinger1-1/+51
2005-12-19Use correct color when OPERATOR_SOURCE is used on a surface without alpha inf...Christian Biesinger1-0/+11
2005-12-19Some final changes to the beos backend before checkin were wrong, fixing.Christian Biesinger1-2/+2
2005-12-19Use gtk-doc syntax rather than doxygen syntax for internal functions (to avoi...Christian Biesinger1-9/+21
2005-12-18Mention new --enable-svg optionChristian Biesinger1-0/+731