summaryrefslogtreecommitdiff
path: root/vcl/headless
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-17make CalcMaskShift a verifiable operationCaolán McNamara1-13/+78
2015-09-13boost->stdCaolán McNamara1-1/+1
2015-07-16need cairo >= 1.10.0 for these featuresCaolán McNamara1-2/+2
2015-07-08loplugin:unusedmethods vclNoel Grandin2-17/+0
2015-07-01Resolves: tdf#92461 fix font fallback in headless text rendererCaolán McNamara1-7/+2
2015-06-26vcl: fix Win32 deadlocks from SolarMutexReleaserMichael Stahl1-1/+3
2015-06-25try harder to hide this from android tinderboxCaolán McNamara1-9/+8
2015-06-25WaE: error: 'CAIRO_VERSION' is not definedCaolán McNamara1-1/+1
2015-06-25error: missing binary operator before token '('Caolán McNamara1-6/+5
2015-06-25WaE: -Werror=unused-parameter on AndroidCaolán McNamara1-0/+5
2015-06-25stinking ancient cairo implsCaolán McNamara1-1/+1
2015-06-25gtk3: fix 'degenerate' clip in cairo clippingCaolán McNamara1-4/+9
2015-06-25gtk3: move cairo region clipping to svpCaolán McNamara1-0/+14
2015-06-25gtk3: alpha rects using cairoCaolán McNamara1-23/+100
2015-06-25cairo_format_stride_for_width is 1.6 onwardsCaolán McNamara1-0/+4
2015-06-24gtk3: move createCairoContext down to svpgdiCaolán McNamara1-0/+25
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
2015-06-22Re-factor AddTempDevFont to share it with headless backend.Michael Meeks1-3/+4
2015-06-20tdf#92194 - fix headless masking operations in vcl.Michael Meeks1-2/+2