summaryrefslogtreecommitdiff
path: root/vcl/headless
AgeCommit message (Expand)AuthorFilesLines
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist1-2/+2
2015-12-07Resolves: tdf#96224 don't fiddle around with a separate alpha bufferCaolán McNamara2-22/+2
2015-12-05implement SAL_INVERT_TRACKFRAME invert via cairoCaolán McNamara1-35/+41
2015-12-03coverity#1341505 silence Uninitialized scalar variableCaolán McNamara1-5/+5
2015-11-30my intent is to provide a define for cairo < 1.10.0Caolán McNamara1-2/+2
2015-11-30gtk3: handle 'standard' invert like quartz doesCaolán McNamara1-23/+45
2015-11-30gtk3: glitches because yours truly cannot tell x from yCaolán McNamara1-4/+4
2015-11-30fix build, default operator will doCaolán McNamara1-1/+0
2015-11-30gtk3: implement SAL_INVERT_50 rectangle caseCaolán McNamara1-2/+64
2015-11-27try to get this working on linux baselineCaolán McNamara1-37/+13
2015-11-27crashtesting: we're using OneBitMsbPal as the 1bit format, not OneBitLsbGreyCaolán McNamara1-1/+1
2015-11-26restrict this for > cairo 1.10.0 for nowCaolán McNamara1-2/+6
2015-11-25gtk3: use cairo to do drawAlphaBitmap with scalingCaolán McNamara1-9/+5
2015-11-25gtk3: of course we have a different 1 bit mask format as wellCaolán McNamara1-7/+26
2015-11-25downgrade these warnings to infoCaolán McNamara1-3/+3
2015-11-25gtk3: implement drawAlphaBitmap for svp/gtk3 backendCaolán McNamara1-60/+192
2015-11-25gtk3: it's the *Original* device we care about, not the temp clip hack devicesCaolán McNamara1-1/+1
2015-11-25gtk3: implement drawPolyLine for svp/gtk3 backendCaolán McNamara1-37/+134
2015-11-25gtk3: track what needs to be implementedCaolán McNamara1-0/+8
2015-11-25gtk3: stroke as well as fillCaolán McNamara1-26/+74
2015-11-24Resolves: tdf#95962 incorrect scanline strideCaolán McNamara4-12/+9
2015-11-24Replace return boolean from DoYield with pleasant enumeration.Michael Meeks1-2/+3
2015-11-23only one headless text renderer nowCaolán4-57/+23
2015-11-23pInst no longer neededStephan Bergmann2-4/+0
2015-11-23loplugin:staticmethodsStephan Bergmann2-2/+2
2015-11-23we always have cairo and top down devices nowCaolán McNamara1-16/+2
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara5-46/+1
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara3-6/+21
2015-11-23Do all svp text rendering with cairoCaolán McNamara7-538/+198
2015-11-23add missing semicolonDavid Tardon1-1/+1
2015-11-22blind attempt to fix build on Linux-rpm_deb-x86@71-TDF-dbgDavid Tardon1-0/+12
2015-11-20Resolves: tdf#92687 implement drawPolyPolygon via cairoCaolán McNamara1-22/+151
2015-11-18com::sun::star->css in vcl/Noel Grandin2-2/+2
2015-11-17vcl: add parameter to detect if OS events are processed during Yield.Michael Meeks1-1/+3
2015-11-16build cairo on androidCaolán McNamara1-16/+7
2015-11-16use cairo-compatible top-down direction virtual devices everywhereCaolán McNamara4-14/+10
2015-11-14undo cairo use in svp for nowCaolán McNamara1-7/+16
2015-11-13disentangle ENABLE_CAIRO_CANVAS from other cairo usageCaolán McNamara1-13/+0
2015-11-13do all the headless using platforms have cairo ?Caolán McNamara1-3/+7
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann6-40/+40
2015-10-30tdf#93684 - Remove SalFrame::SyncRyan McCoskrie1-4/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-5/+5
2015-10-07Make this compile for iOS againTor Lillqvist1-3/+4
2015-10-05convert SAL_FRAME_STYLE to scoped enumNoel Grandin2-7/+7
2015-10-02fix Android and KDE buildNoel Grandin2-1/+30
2015-10-02loplugin:unusedmethods in vclNoel Grandin3-31/+0
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-29the only use of non-null pData in PostEvent is with a ImplSVEventCaolán McNamara1-1/+1
2015-09-29retain type for another levelCaolán McNamara2-2/+2
2015-09-28Resolves: tdf#94458 wrong alpha values for 32bit dibsCaolán McNamara1-4/+12