summaryrefslogtreecommitdiff
path: root/vcl/headless/svptext.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-05-11Fold CommonSalLayout into GenericSalLayoutKhaled Hosny1-2/+2
2018-03-26replace SalColor with ColorNoel Grandin1-2/+2
2017-11-14use std::unique_ptr for SalLayoutNoel Grandin1-1/+1
2017-10-30Constify some VCL interface functionsJan-Marek Glogowski1-1/+1
2017-10-23loplugin:includeform: vclStephan Bergmann1-3/+3
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2016-12-10Use GlyphItem in more placesKhaled Hosny1-4/+4
2016-11-29Strip down GetEmbedFontData to what is really usedKhaled Hosny1-8/+2
2016-11-29SalGraphics::GetFontEncodingVector() is a noop nowKhaled Hosny1-5/+0
2016-11-26ServerFontLayout is already goneKhaled Hosny1-7/+2
2016-10-30Rename ServerFont to FreetypeFontKhaled Hosny1-2/+2
2016-10-18GSoC: Modify DrawServerFontLayout and add DrawSalLayoutAkash Jain1-2/+8
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara1-2/+2
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page1-1/+1
2016-05-11remove unused return type from SalGraphics::SetFontNoel Grandin1-2/+2
2016-01-14vcl: change ImplFontMetricData to be reference counted via intrusive_ptrChris Sherlock1-2/+2
2016-01-12vcl: resplit FontAttributes from ImplFontMetricDataChris Sherlock1-2/+3
2016-01-10vcl: promote ImplFontAttributes to FontAttributesChris Sherlock1-1/+1
2016-01-04vcl: split classes out of metric.hxxChris Sherlock1-0/+1
2016-01-03vcl: rename variables from metric names to font attribute namesChris Sherlock1-2/+2
2016-01-03vcl: merge ImplFontMetricData with ImplFontAttributesChris Sherlock1-1/+1
2015-11-23only one headless text renderer nowCaolán1-18/+18
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara1-14/+0
2015-06-11Cleanup crossplatform cairoMox Soini1-0/+5
2015-02-27seperate headless textrendering into its own classCaolán McNamara1-360/+36
2015-02-24make ScanlineStride an argument to createBitmapDeviceCaolán McNamara1-5/+5
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
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock1-3/+3
2014-10-06vcl: FontCharMap to use intrusive_ptr ImplFontCharMapChris Sherlock1-2/+2
2014-09-15vcl: Rename GetImplFontCapabilities()Chris Sherlock1-1/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-15/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud1-0/+2
2014-03-20cosmetic: split PhysicalFontFace class it its own source/headerNorbert Thiebaud1-14/+11
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud1-4/+4
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-06Resolves: #i123840# add and use the sal_GlyphId typeHerbert Dürr1-26/+26
2013-12-04No more uses of printer built in fontsKhaled Hosny1-5/+0
2013-12-04Device-specific font substitution is not usedKhaled Hosny1-4/+0
2013-10-21Remove GetKernPairs() with no implementationKhaled Hosny1-6/+0
2013-10-21Removed unused kerning stuffKhaled Hosny1-51/+3
2013-07-12Fix headless mode glyph cache memory handlingStephan Bergmann1-19/+26
2013-07-12Turn basebmp::Format into a proper enumStephan Bergmann1-9/+9
2013-04-29fdo#39468 Translation and cleanupChris Sherlock1-24/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-03-27Need <vcl/sysdata.hxx> here nowTor Lillqvist1-0/+1
2013-03-27Move two text-related functions to svptext.cxxTor Lillqvist1-1/+20