summaryrefslogtreecommitdiff
path: root/vcl/headless/svpgdi.cxx
AgeCommit message (Expand)Author
2016-12-07convert PolyFlags to scoped enumNoel Grandin
2016-11-24cairo_surface_set_device_scale is in >= cairo 1.14.0Caolán McNamara
2016-11-23Resolves: tdf#99508 ensure sufficient size for hidpi backing surfaceCaolán McNamara
2016-11-14gtk3: scrollbar damage area one pixel too narrow/shortCaolán McNamara
2016-09-05convert OutDevSupportType to scoped enumNoel Grandin
2016-08-18cppcheck: noCopyConstructorCaolán McNamara
2016-08-17Massage ifdefs etc for iOS to avoid undefinedsTor Lillqvist
2016-07-29set antialias once when context is createdCaolán McNamara
2016-07-28tdf#101026 Create more correct replacement control vectorArmin Le Grand
2016-07-24don't use AA in SVP backend when getAntiAliasB2DDraw is falseTomaž Vajngerl
2016-07-19use CAIRO_FILL_RULE_EVEN_ODD by defaultCaolán McNamara
2016-06-28update other places that read data from cairo image surfaceDavid Tardon
2016-06-28rhbz#1341064 fix OutputDevice test on big endian systemsDavid Tardon
2016-06-09tdf#96971 SetXORMode - remove un-needed parametermelikeyurtoglu
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