summaryrefslogtreecommitdiff
path: root/vcl/headless
AgeCommit message (Expand)Author
2016-04-13tdf#99165 always provide control points for beziersArmin Le Grand
2016-04-12Avoid reserved identifierStephan Bergmann
2016-04-06Avoid division by zeroStephan Bergmann
2016-03-27Revert "vcl: two printing headers should be private Unix headers"Julien Nabet
2016-03-28vcl: two printing headers should be private Unix headersChris Sherlock
2016-03-25fix headless buildOliver Specht
2016-03-14fix memory leak in headless backendMarkus Mohrhard
2016-03-08loplugin:constantparams in vclNoel Grandin
2016-02-22loplugin:commaoperator in vcl/Noel Grandin
2016-02-12nothing needs GetClipRegionType or uses SAL_OBJECT_CLIP_INCLUDERECTS nowCaolán McNamara
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock
2016-02-09Don't leak old m_pSurfaceStephan Bergmann
2016-02-08headless: for now don't allocate big cairo surfaces for invisible frames.Michael Meeks
2016-02-08duplicate leaky linesCaolán McNamara
2016-02-08cppcheck: noExplicitConstructorCaolán McNamara
2016-02-06vcl: split exception types from input typesChris Sherlock
2016-02-05mysterious OutDevSupport_B2DClip is unusedCaolán McNamara
2016-02-05ok non-zeroed empty extents is legitimate after allCaolán McNamara
2016-02-05Re-add "Avoid undefined out-of-bounds double -> sal_Int32 conversion"Stephan Bergmann
2016-02-03default B2DRange ctor doesn't do what I thought it didCaolán McNamara
2016-02-02Avoid undefined out-of-bounds double -> sal_Int32 conversionStephan Bergmann
2016-02-02use same cut-off width value for non-joining drawPolyLine as windows doesCaolán McNamara
2016-02-02remove B2DLineJoin::MiddleCaolán McNamara
2016-02-02windows impl doesn't care if drawPolyLine LineWidth y != xCaolán McNamara
2016-02-02move CairoTextRender cleanup to callersCaolán McNamara
2016-02-02rename drawSurface to releaseCairoContextCaolán McNamara
2016-02-01work around lack of cairo_rectangle_int_t with basegfxCaolán McNamara
2016-01-31use feeble fallback for older cairoCaolán McNamara
2016-01-31svp: implement polyLine B2DLineJoin::NONE like canvas doesCaolán McNamara
2016-01-31cppcheck: fix redundantConditionJulien Nabet
2016-01-26vcl: actually that shared_array was a scamMichael Stahl
2016-01-26vcl: convert boost::shared_array to std::shared_ptrMichael Stahl
2016-01-22Use C++ osl::Mutex, osl::MutexGuardStephan Bergmann
2016-01-21new[] failed but memset of requested len called anywayCaolán McNamara
2016-01-21Quickfix for deterministic SvpSalBitmap checksumsStephan Bergmann
2016-01-21valgrind: memleakCaolán McNamara
2016-01-20replace use of basebmp in vcl entirely nowCaolán McNamara
2016-01-19either copy the whole thing exactly, or convert between typesCaolán McNamara
2016-01-19only use of clone is to copy, so do thatCaolán McNamara
2016-01-19always copying the full bitmap, not just a portion of itCaolán McNamara
2016-01-18devices are always top-down nowCaolán McNamara
2016-01-18svp: use SalColor instead of basebmp::ColorCaolán McNamara
2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara
2016-01-18Remove newly unused includesStephan Bergmann
2016-01-18dbgOut is unused nowStephan Bergmann
2016-01-18fix older cairo buildCaolán McNamara
2016-01-18some android build fixesCaolán McNamara
2016-01-18drop now unused basebmp xor modeCaolán McNamara
2016-01-18drop unneeded headersCaolán McNamara
2016-01-18svp: implement drawMask via cairoCaolán McNamara