summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/font.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-07coverity#1441099 Unchecked return valueCaolán McNamara1-2/+4
2018-11-05coverity#1440837 Unchecked return valueCaolán McNamara1-1/+2
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski1-1/+1
2018-10-30Hide SalLayoutGlyphs detailsJan-Marek Glogowski1-0/+1
2018-10-25Return bool from InitFont and try to init the fontJan-Marek Glogowski1-52/+28
2018-10-25Drop duplicate PhysicalFontFace referenceJan-Marek Glogowski1-4/+3
2018-10-24Introduce OutputDevice type OUTDEV_PDFJan-Marek Glogowski1-36/+20
2018-10-24Change PDFWriterImpl into an OutputDeviceJan-Marek Glogowski1-3/+10
2018-10-23Antialias drawing is part of the font selectionJan-Marek Glogowski1-17/+15
2018-09-10No more need for extra local variablesStephan Bergmann1-1/+1
2018-09-06clang-tidy bugprone-use-after-move in BitmapFilter::FilterNoel Grandin1-1/+1
2018-08-22rename FontSelectPatternAttributes to FontSelectPatternCaolán McNamara1-1/+1
2018-08-22turn the cache around to work on LogicalFontInstanceCaolán McNamara1-5/+3
2018-08-21use LogicalFontInstance with SalGraphicsCaolán McNamara1-10/+7
2018-08-20make PhysicalFontCollection::Close return std::shared_ptrCaolán McNamara1-1/+1
2018-08-20TODO: refcount ImplFontListCaolán McNamara1-22/+20
2018-08-20TODO: refcount ImplFontCacheCaolán McNamara1-11/+9
2018-08-16vcl: support pre-computed glyph items in OutputDevice::ImplLayout()Miklos Vajna1-2/+2
2018-07-31Font features: Use Graphite instead of HarfBuzz if availableTomaž Vajngerl1-2/+1
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-11font feat: prioritize Graphite descriptions, use UI lang., fixesTomaž Vajngerl1-1/+4
2018-06-16fix build because of the change to Reference<LogicalFontInstance>Tomaž Vajngerl1-1/+1
2018-06-16tdf#58941 implement retrieving font features and structuresTomaž Vajngerl1-0/+34
2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin1-17/+9
2018-05-07Move PhysicalFontFace member of FontSelectPatternJan-Marek Glogowski1-14/+12
2018-04-25Simplify and rename SalLayout::GetNextGlyphsKhaled Hosny1-1/+1
2018-04-24loplugin:useuniqueptr in OutputDeviceNoel Grandin1-14/+4
2018-04-23call ImplCallEventListenersApplicationDataChanged in addition to AllWindowsCaolán McNamara1-0/+1
2018-03-02drop old tools/gen methods in vclNoel Grandin1-1/+1
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-17/+17
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-5/+5
2017-12-28Try to handle fonts orphaned from cache gracefullyMike Kaganski1-5/+5
2017-12-26Remove redundant call to OutputDevice::ImplRefreshAllFontDataMike Kaganski1-1/+0
2017-11-21silence warningCaolán McNamara1-1/+1
2017-11-17vcl: clean ImplFontMetricData::ImplInitTextLineSize a little bit.Mark Hung1-0/+1
2017-11-14use std::unique_ptr for SalLayoutNoel Grandin1-11/+9
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara1-3/+3
2017-10-26Refactor font substitute removing (vcl/svtools)Julien Nabet1-25/+11
2017-10-23loplugin:includeform: vclStephan Bergmann1-7/+7
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-9/+5
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin1-1/+0
2017-06-14use more SAL_N_ELEMENTS part 1Noel Grandin1-1/+1
2017-06-07Replace vcl::SalLayout Release with destructorTamas Bunth1-2/+2
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2017-05-18Clean up a set of RTL-related commentsTor Lillqvist1-1/+0
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin1-3/+1
2017-04-25loplugin:checkunusedparams in vclNoel Grandin1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-15/+15
2017-03-17vcl: OutputDevice::GetGlyphBoundRects()'s nIndex and nBase is always the sameMiklos Vajna1-2/+2