summaryrefslogtreecommitdiff
path: root/vcl/headless
AgeCommit message (Expand)AuthorFilesLines
2016-02-12nothing needs GetClipRegionType or uses SAL_OBJECT_CLIP_INCLUDERECTS nowCaolán McNamara1-1/+0
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock1-3/+3
2016-02-09Don't leak old m_pSurfaceStephan Bergmann1-0/+5
2016-02-08headless: for now don't allocate big cairo surfaces for invisible frames.Michael Meeks1-2/+7
2016-02-08duplicate leaky linesCaolán McNamara1-2/+0
2016-02-08cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2016-02-06vcl: split exception types from input typesChris Sherlock1-14/+14
2016-02-05mysterious OutDevSupport_B2DClip is unusedCaolán McNamara1-2/+0
2016-02-05ok non-zeroed empty extents is legitimate after allCaolán McNamara1-14/+8
2016-02-05Re-add "Avoid undefined out-of-bounds double -> sal_Int32 conversion"Stephan Bergmann1-2/+15
2016-02-03default B2DRange ctor doesn't do what I thought it didCaolán McNamara1-20/+7
2016-02-02Avoid undefined out-of-bounds double -> sal_Int32 conversionStephan Bergmann1-2/+15
2016-02-02use same cut-off width value for non-joining drawPolyLine as windows doesCaolán McNamara1-2/+1
2016-02-02remove B2DLineJoin::MiddleCaolán McNamara1-1/+0
2016-02-02windows impl doesn't care if drawPolyLine LineWidth y != xCaolán McNamara1-7/+0
2016-02-02move CairoTextRender cleanup to callersCaolán McNamara1-1/+3
2016-02-02rename drawSurface to releaseCairoContextCaolán McNamara1-1/+1
2016-02-01work around lack of cairo_rectangle_int_t with basegfxCaolán McNamara1-69/+50
2016-01-31use feeble fallback for older cairoCaolán McNamara1-0/+5
2016-01-31svp: implement polyLine B2DLineJoin::NONE like canvas doesCaolán McNamara1-21/+45
2016-01-31cppcheck: fix redundantConditionJulien Nabet1-1/+1
2016-01-26vcl: actually that shared_array was a scamMichael Stahl1-3/+3
2016-01-26vcl: convert boost::shared_array to std::shared_ptrMichael Stahl1-2/+2
2016-01-22Use C++ osl::Mutex, osl::MutexGuardStephan Bergmann1-22/+14
2016-01-21new[] failed but memset of requested len called anywayCaolán McNamara1-6/+5
2016-01-21Quickfix for deterministic SvpSalBitmap checksumsStephan Bergmann1-1/+7
2016-01-21valgrind: memleakCaolán McNamara1-0/+1
2016-01-20replace use of basebmp in vcl entirely nowCaolán McNamara3-407/+187
2016-01-19either copy the whole thing exactly, or convert between typesCaolán McNamara1-1/+1
2016-01-19only use of clone is to copy, so do thatCaolán McNamara1-3/+1
2016-01-19always copying the full bitmap, not just a portion of itCaolán McNamara2-4/+2
2016-01-18devices are always top-down nowCaolán McNamara2-8/+6
2016-01-18svp: use SalColor instead of basebmp::ColorCaolán McNamara1-74/+66
2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara1-4/+2
2016-01-18Remove newly unused includesStephan Bergmann1-7/+0
2016-01-18dbgOut is unused nowStephan Bergmann1-21/+0
2016-01-18fix older cairo buildCaolán McNamara1-5/+3
2016-01-18some android build fixesCaolán McNamara1-8/+11
2016-01-18drop now unused basebmp xor modeCaolán McNamara2-2/+2
2016-01-18drop unneeded headersCaolán McNamara1-3/+0
2016-01-18svp: implement drawMask via cairoCaolán McNamara1-41/+70
2016-01-18svp: replace basebmp surfaces with native cairo surfacesCaolán McNamara4-336/+136
2016-01-18tweak drawLine in face of 1bit behaviorCaolán McNamara1-10/+22
2016-01-18svp: implement getPixel via cairoCaolán McNamara1-12/+22
2016-01-18svp: implement getBitmap via cairoCaolán McNamara1-12/+11
2016-01-18refactor to reuseCaolán McNamara1-6/+14
2016-01-18svp: vcl and cairo have a difference of opinion on fg/bg of 1bit masksCaolán McNamara1-19/+62
2016-01-18route other drawBitmap through cairoCaolán McNamara1-16/+4
2016-01-18svp: route copyArea through cairoCaolán McNamara1-29/+52
2016-01-18svp: route copyBits through cairoCaolán McNamara1-29/+32