summaryrefslogtreecommitdiff
path: root/vcl/headless
AgeCommit message (Expand)AuthorFilesLines
2015-08-06need cairo >= 1.10.0 for these featuresCaolán McNamara1-2/+2
2015-08-06Resolves: tdf#92461 fix font fallback in headless text rendererCaolán McNamara1-7/+2
2015-08-06gtk3: fix 'degenerate' clip in cairo clippingCaolán McNamara1-4/+9
2015-08-06gtk3: move cairo region clipping to svpCaolán McNamara1-0/+14
2015-08-06gtk3: alpha rects using cairoCaolán McNamara1-24/+104
2015-08-06gtk3: move createCairoContext down to svpgdiCaolán McNamara1-0/+33
2015-06-24tdf#92194 - fix headless masking operations in vcl.Michael Meeks1-2/+2
2015-06-22Re-factor AddTempDevFont to share it with headless backend.Michael Meeks1-3/+4
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-23Typo: impemented->implementedJulien Nabet1-1/+1
2015-03-23SvpSalGraphics::drawRect needs to adjust the rect bounds for line drawingCaolán McNamara1-1/+5
2015-03-23move cairo helpers to vcl and make per-plugCaolán McNamara1-0/+20
2015-03-20No need for svp_create_SalInstance to be extern "C"Tor Lillqvist1-7/+4
2015-03-20The 'svp' "plug-in" library is empty so don't build it at allTor Lillqvist1-1/+1
2015-03-20Drop paintTile's row stride output parameter that nobody is interested inTor Lillqvist1-8/+0
2015-03-20Don't include vcl's private include files in desktopTor Lillqvist2-1/+30
2015-03-19reorganize resizing surfaces logicCaolán McNamara1-5/+0
2015-03-19loplugin:constantfunction: vclNoel Grandin1-8/+3
2015-03-19move the cairo resize hack into vclCaolán McNamara1-0/+5
2015-03-18revert work in progressCaolán McNamara1-14/+0
2015-03-18more thinkingCaolán McNamara1-0/+4
2015-03-18thinkingCaolán McNamara1-0/+5
2015-03-18move the cairo resize hack into vclCaolán McNamara1-0/+5
2015-03-18headless text rendering backs onto freetype as wellCaolán McNamara1-3/+14
2015-03-18ctor takes care of this initialization alreadyCaolán McNamara1-6/+0
2015-03-18move IsCairoWorking to vclplug level and renameCaolán McNamara1-0/+5
2015-03-11the clipping must be against the original deviceCaolán McNamara1-1/+12
2015-03-10make SvpSalGraphics::getBitmap more readableCaolán McNamara1-6/+9
2015-03-10I don't think we should clip when using getBitmapCaolán McNamara1-2/+1
2015-03-09V801: Decreased performanceCaolán McNamara1-1/+1
2015-03-03render text with cairo under gtk3, not headless solutionCaolán McNamara1-0/+5
2015-03-02simplify thisCaolán McNamara1-8/+2
2015-02-28tdf#89482 - return size of system virtual device resource at construction.Michael Meeks1-1/+1
2015-02-28Fix compilation for iOSTor Lillqvist1-0/+2
2015-02-27seperate headless textrendering into its own classCaolán McNamara3-384/+535
2015-02-26Restore "Use the cairo-compatible basebmp surface for headless"Caolán McNamara3-2/+13
2015-02-26Revert "Use the cairo-compatible basebmp surface for headless"Stephan Bergmann3-13/+2
2015-02-25Use the cairo-compatible basebmp surface for headlessCaolán McNamara3-2/+13
2015-02-24make ScanlineStride an argument to createBitmapDeviceCaolán McNamara4-11/+16
2015-02-04make idle timers actually activate only when idleLuboš Luňák1-1/+4
2015-01-27these are const inputs, we fill widths from pGlyphIds via pEncodingCaolán McNamara1-2/+2
2015-01-27rhbz#1177022: vcl: fix PDF embedding of Type 1 fontsMichael Stahl1-2/+2
2015-01-27add a length arg to GetEmbedFontDataCaolán McNamara1-1/+2
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin1-2/+2
2015-01-07fdo#84938: convert INDICATOR_ #defines to 'enum class'Noel Grandin1-4/+2
2014-12-11vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne1-3/+3
2014-12-03vcl: Add dummy Replace to SalBitmap implementationsLouis-Francis Ratté-Boulianne1-0/+5
2014-12-03Add dummy Erase to SalBitmap implementationsMatúš Kukan1-0/+5
2014-12-02vcl: remove SalVirtualDevice::GetWidthMichael Meeks1-12/+0