summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/font.cxx
AgeCommit message (Expand)Author
2020-05-27vcl: sfx2: LOK: Support per-view popup windowsAshod Nakashian
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin
2019-08-30moves outdev font functions in font.cxxAdrien Ollier
2019-08-08tdf#74702: removes GetOutDevType() from OutputDevice::ImplRefreshFontDataAdrien Ollier
2019-07-30Fix typosAndrea Gelmini
2019-07-05flatten and simplify FontMetricNoel Grandin
2019-07-01tdf#74702 partial cleanup of OutDevTypeAdrien Ollier
2019-06-25Initialize the font list before querying itJan-Marek Glogowski
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-06-13tdf#42949 Fix IWYU warnings in vcl/inc/*Gabor Kelemen
2019-04-28tdf#124944 don't directly adjust fallback layoutsJan-Marek Glogowski
2019-02-22loplugin:unusedfields in vclNoel Grandin
2019-01-25Change SalGraphics::GetTextLayout definitionJan-Marek Glogowski
2019-01-19Index is not needed for single getToken callMatteo Casalin
2019-01-14Don't use own redundant mutex, since it's guarded by SolarMutexMike Kaganski
2019-01-11tdf#69060: lock refreshing font data when loading a documentMike Kaganski
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-11-07coverity#1441099 Unchecked return valueCaolán McNamara
2018-11-05coverity#1440837 Unchecked return valueCaolán McNamara
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski
2018-10-30Hide SalLayoutGlyphs detailsJan-Marek Glogowski
2018-10-25Return bool from InitFont and try to init the fontJan-Marek Glogowski
2018-10-25Drop duplicate PhysicalFontFace referenceJan-Marek Glogowski
2018-10-24Introduce OutputDevice type OUTDEV_PDFJan-Marek Glogowski
2018-10-24Change PDFWriterImpl into an OutputDeviceJan-Marek Glogowski
2018-10-23Antialias drawing is part of the font selectionJan-Marek Glogowski
2018-09-10No more need for extra local variablesStephan Bergmann
2018-09-06clang-tidy bugprone-use-after-move in BitmapFilter::FilterNoel Grandin
2018-08-22rename FontSelectPatternAttributes to FontSelectPatternCaolán McNamara
2018-08-22turn the cache around to work on LogicalFontInstanceCaolán McNamara
2018-08-21use LogicalFontInstance with SalGraphicsCaolán McNamara
2018-08-20make PhysicalFontCollection::Close return std::shared_ptrCaolán McNamara
2018-08-20TODO: refcount ImplFontListCaolán McNamara
2018-08-20TODO: refcount ImplFontCacheCaolán McNamara
2018-08-16vcl: support pre-computed glyph items in OutputDevice::ImplLayout()Miklos Vajna
2018-07-31Font features: Use Graphite instead of HarfBuzz if availableTomaž Vajngerl
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-11font feat: prioritize Graphite descriptions, use UI lang., fixesTomaž Vajngerl
2018-06-16fix build because of the change to Reference<LogicalFontInstance>Tomaž Vajngerl
2018-06-16tdf#58941 implement retrieving font features and structuresTomaž Vajngerl
2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin
2018-05-07Move PhysicalFontFace member of FontSelectPatternJan-Marek Glogowski
2018-04-25Simplify and rename SalLayout::GetNextGlyphsKhaled Hosny
2018-04-24loplugin:useuniqueptr in OutputDeviceNoel Grandin
2018-04-23call ImplCallEventListenersApplicationDataChanged in addition to AllWindowsCaolán McNamara
2018-03-02drop old tools/gen methods in vclNoel Grandin
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-12-28Try to handle fonts orphaned from cache gracefullyMike Kaganski
2017-12-26Remove redundant call to OutputDevice::ImplRefreshAllFontDataMike Kaganski