summaryrefslogtreecommitdiff
path: root/vcl/headless
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-30move the iOS SalGraphics code back into the OSX oneMarkus Mohrhard2-8/+4
2014-11-22vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne1-0/+10
2014-11-19Add dummy Crop to SalBitmap implementationsMatúš Kukan1-0/+5
2014-11-10vcl: Allow SalBitmap implementation to do scalingLouis-Francis Ratté-Boulianne1-0/+5
2014-10-28Fix -fsanitize=signed-integer-overflow (when long int is 32-bit)Stephan Bergmann1-2/+2
2014-10-27coverity#735348 silence Unchecked return value from libraryCaolán McNamara1-4/+4
2014-10-27coverity#735342 silence Unchecked return value from libraryCaolán McNamara1-2/+2
2014-10-25coverity#735342 silence Unchecked return value from libraryCaolán McNamara1-2/+2
2014-10-17coverity#735341 Unchecked return value from libraryCaolán McNamara1-1/+1
2014-10-14basebmp: accelerated method to create a clipping device.Michael Meeks1-2/+1
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock1-3/+3
2014-10-11vcl: whitespace cleanup.Michael Meeks1-9/+9
2014-10-06vcl: FontCharMap to use intrusive_ptr ImplFontCharMapChris Sherlock1-2/+2
2014-09-30fdo#82577: Handle RegionNoel Grandin1-1/+1
2014-09-15vcl: Rename GetImplFontCapabilities()Chris Sherlock1-1/+1
2014-09-13vcl: SalFrame::Enable() is not used anywhere so removingChris Sherlock1-4/+0
2014-08-27m_aDevice may be nullCaolán McNamara1-0/+3
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-2/+0
2014-08-13m_aDevice may be nullCaolán McNamara1-10/+11
2014-07-10svp clipping again: Rectangle dimensions don't map directly to B2IBox.Andrzej Hunt1-2/+2
2014-07-07svp clipping: Rectangle dimensions don't map directly to B2IBox.Andrzej Hunt1-1/+1
2014-06-25Fill the alpha channel by default for vcl 32-bit bitmaps too.Andrzej Hunt1-8/+8
2014-06-25Allow passing in external buffers to svp's VirtualDevice.Andrzej Hunt1-5/+7
2014-06-25svp: deduplicate bitcount->colourspace mapping and allow overriding.Andrzej Hunt3-46/+67
2014-04-22With tiled rendering for iOS there is no need for a "frame buffer"Tor Lillqvist1-3/+9
2014-04-10Avoid pointless ifdef for iOS inside code not compiled for iOS anywayTor Lillqvist2-2/+2