summaryrefslogtreecommitdiff
path: root/vcl/inc/headless
AgeCommit message (Expand)AuthorFilesLines
2015-12-07Resolves: tdf#96224 don't fiddle around with a separate alpha bufferCaolán McNamara1-1/+1
2015-11-24Replace return boolean from DoYield with pleasant enumeration.Michael Meeks1-1/+1
2015-11-23Restore deleted svpcairotextrender.hxxJan-Marek Glogowski1-0/+34
2015-11-23only one headless text renderer nowCaolán1-2/+2
2015-11-23loplugin:staticmethodsStephan Bergmann1-2/+2
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara1-3/+0
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara2-4/+5
2015-11-23Do all svp text rendering with cairoCaolán McNamara4-97/+11
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/+1
2015-11-16build cairo on androidCaolán McNamara1-3/+2
2015-11-16use cairo-compatible top-down direction virtual devices everywhereCaolán McNamara3-5/+2
2015-11-14undo cairo use in svp for nowCaolán McNamara1-2/+3
2015-11-13do all the headless using platforms have cairo ?Caolán McNamara1-3/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-3/+3
2015-10-30tdf#93684 - Remove SalFrame::SyncRyan McCoskrie1-1/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann8-193/+193
2015-10-07Make this compile for iOS againTor Lillqvist1-2/+2
2015-10-05convert SAL_FRAME_STYLE to scoped enumNoel Grandin2-4/+4
2015-10-02fix Android and KDE buildNoel Grandin2-0/+9
2015-10-02loplugin:unusedmethods in vclNoel Grandin5-15/+0
2015-09-29m_pData is always a ImplSVEventCaolán McNamara1-2/+2
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 McNamara1-1/+1
2015-09-16GL paint-flushing guard re-work.Michael Meeks1-3/+0
2015-07-08loplugin:unusedmethods vclNoel Grandin2-5/+0
2015-06-26vcl: fix Win32 deadlocks from SolarMutexReleaserMichael Stahl1-1/+1
2015-06-25gtk3: move cairo region clipping to svpCaolán McNamara1-0/+1
2015-06-24gtk3: move createCairoContext down to svpgdiCaolán McNamara1-0/+3
2015-06-11Cleanup crossplatform cairoMox Soini2-0/+8
2015-06-04convert basebmp::Format to scoped enumNoel Grandin1-1/+1
2015-05-27convert EXTTEXTINPUT constants to scoped enumNoel Grandin1-1/+1
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-1/+1
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-23move cairo helpers to vcl and make per-plugCaolán McNamara1-0/+4
2015-03-20No need for svp_create_SalInstance to be extern "C"Tor Lillqvist1-1/+1
2015-03-20The 'svp' "plug-in" library is empty so don't build it at allTor Lillqvist1-0/+2
2015-03-20Don't include vcl's private include files in desktopTor Lillqvist1-2/+2
2015-03-19reorganize resizing surfaces logicCaolán McNamara1-1/+0
2015-03-19loplugin:constantfunction: vclNoel Grandin1-2/+1
2015-03-19move the cairo resize hack into vclCaolán McNamara1-0/+2
2015-03-18revert work in progressCaolán McNamara1-4/+0
2015-03-18more thinkingCaolán McNamara1-1/+2
2015-03-18thinkingCaolán McNamara1-0/+1
2015-03-18move the cairo resize hack into vclCaolán McNamara1-0/+2
2015-03-18move IsCairoWorking to vclplug level and renameCaolán McNamara1-0/+1
2015-03-09V801: Decreased performanceCaolán McNamara1-1/+1
2015-03-04GtkSalGraphics never operate on virtual devicesCaolán McNamara1-1/+1
2015-03-03just in case, fallback if not cairo-surfaceCaolán McNamara1-1/+1
2015-03-03render text with cairo under gtk3, not headless solutionCaolán McNamara2-5/+7