summaryrefslogtreecommitdiff
path: root/vcl/headless/svpgdi.cxx
AgeCommit message (Expand)Author
2016-11-24Resolves: tdf#99508 ensure sufficient size for hidpi backing surfaceCaolán McNamara
2016-11-23gtk3: scrollbar damage area one pixel too narrow/shortCaolán McNamara
2016-07-21use CAIRO_FILL_RULE_EVEN_ODD by defaultCaolán McNamara
2016-06-29update other places that read data from cairo image surfaceDavid Tardon
2016-06-29rhbz#1341064 fix OutputDevice test on big endian systemsDavid Tardon
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin
2016-05-12simplify SalGraphics::copyArea flags argumentNoel Grandin
2016-05-10Convert SAL_INVERT to scoped enumNoel Grandin
2016-05-10convert SAL_ROP to scoped enumNoel Grandin
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel
2016-04-13tdf#99165 always provide control points for beziersArmin Le Grand
2016-04-06Avoid division by zeroStephan Bergmann
2016-03-25fix headless buildOliver Specht
2016-02-08duplicate leaky linesCaolán McNamara
2016-02-08cppcheck: noExplicitConstructorCaolán McNamara
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-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-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-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-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-18svp: implement drawMask via cairoCaolán McNamara
2016-01-18svp: replace basebmp surfaces with native cairo surfacesCaolán McNamara
2016-01-18tweak drawLine in face of 1bit behaviorCaolán McNamara
2016-01-18svp: implement getPixel via cairoCaolán McNamara
2016-01-18svp: implement getBitmap via cairoCaolán McNamara
2016-01-18refactor to reuseCaolán McNamara
2016-01-18svp: vcl and cairo have a difference of opinion on fg/bg of 1bit masksCaolán McNamara
2016-01-18route other drawBitmap through cairoCaolán McNamara
2016-01-18svp: route copyArea through cairoCaolán McNamara
2016-01-18svp: route copyBits through cairoCaolán McNamara
2016-01-18merge ApplyPaintMode into getCairoContextCaolán McNamara
2016-01-18drop newly unused m_aDrawMode nowCaolán McNamara
2016-01-18svp: route another drawBitmap variant through cairoCaolán McNamara