summaryrefslogtreecommitdiff
path: root/vcl/headless
AgeCommit message (Expand)Author
2015-03-19loplugin:constantfunction: vclNoel Grandin
2015-03-19move the cairo resize hack into vclCaolán McNamara
2015-03-18revert work in progressCaolán McNamara
2015-03-18more thinkingCaolán McNamara
2015-03-18thinkingCaolán McNamara
2015-03-18move the cairo resize hack into vclCaolán McNamara
2015-03-18headless text rendering backs onto freetype as wellCaolán McNamara
2015-03-18ctor takes care of this initialization alreadyCaolán McNamara
2015-03-18move IsCairoWorking to vclplug level and renameCaolán McNamara
2015-03-11the clipping must be against the original deviceCaolán McNamara
2015-03-10make SvpSalGraphics::getBitmap more readableCaolán McNamara
2015-03-10I don't think we should clip when using getBitmapCaolán McNamara
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-03render text with cairo under gtk3, not headless solutionCaolán McNamara
2015-03-02simplify thisCaolán McNamara
2015-02-28tdf#89482 - return size of system virtual device resource at construction.Michael Meeks
2015-02-28Fix compilation for iOSTor Lillqvist
2015-02-27seperate headless textrendering into its own classCaolán McNamara
2015-02-26Restore "Use the cairo-compatible basebmp surface for headless"Caolán McNamara
2015-02-26Revert "Use the cairo-compatible basebmp surface for headless"Stephan Bergmann
2015-02-25Use the cairo-compatible basebmp surface for headlessCaolán McNamara
2015-02-24make ScanlineStride an argument to createBitmapDeviceCaolán McNamara
2015-02-04make idle timers actually activate only when idleLuboš Luňák
2015-01-27these are const inputs, we fill widths from pGlyphIds via pEncodingCaolán McNamara
2015-01-27rhbz#1177022: vcl: fix PDF embedding of Type 1 fontsMichael Stahl
2015-01-27add a length arg to GetEmbedFontDataCaolán McNamara
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin
2015-01-07fdo#84938: convert INDICATOR_ #defines to 'enum class'Noel Grandin
2014-12-11vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne
2014-12-03vcl: Add dummy Replace to SalBitmap implementationsLouis-Francis Ratté-Boulianne
2014-12-03Add dummy Erase to SalBitmap implementationsMatúš Kukan
2014-12-02vcl: remove SalVirtualDevice::GetWidthMichael Meeks
2014-11-30move the iOS SalGraphics code back into the OSX oneMarkus Mohrhard
2014-11-22vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne
2014-11-19Add dummy Crop to SalBitmap implementationsMatúš Kukan
2014-11-10vcl: Allow SalBitmap implementation to do scalingLouis-Francis Ratté-Boulianne
2014-10-28Fix -fsanitize=signed-integer-overflow (when long int is 32-bit)Stephan Bergmann
2014-10-27coverity#735348 silence Unchecked return value from libraryCaolán McNamara
2014-10-27coverity#735342 silence Unchecked return value from libraryCaolán McNamara
2014-10-25coverity#735342 silence Unchecked return value from libraryCaolán McNamara
2014-10-17coverity#735341 Unchecked return value from libraryCaolán McNamara
2014-10-14basebmp: accelerated method to create a clipping device.Michael Meeks
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock
2014-10-11vcl: whitespace cleanup.Michael Meeks
2014-10-06vcl: FontCharMap to use intrusive_ptr ImplFontCharMapChris Sherlock
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-15vcl: Rename GetImplFontCapabilities()Chris Sherlock
2014-09-13vcl: SalFrame::Enable() is not used anywhere so removingChris Sherlock
2014-08-27m_aDevice may be nullCaolán McNamara
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist