summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/font.cxx
AgeCommit message (Expand)Author
2021-06-21tdf#142560 handle cached glpyh items in ImplGlyphFallbackLayoutMark Hung
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-03vcl: remove MetricVectorChris Sherlock
2021-03-21cid#1473858 silence bogus Dereference after null checkCaolán McNamara
2021-03-21reuse also font from cached SalLayoutGlyphsLuboš Luňák
2021-03-17make SalLayoutGlyphs work with MultiSalLayoutLuboš Luňák
2020-12-03cid#1468270 Wrapper object use after freeCaolán McNamara
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-12use Point direct and drop a reinterpret_castCaolán McNamara
2020-10-29tdf#137643 alternative solution to activate embedded fonts in one batchCaolán McNamara
2020-10-28tdf#137643 Revert "lock refreshing font data when loading a document"Caolán McNamara
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-19use tools::Long in vclNoel
2020-10-19fix possible SIGSEGVNoel
2020-08-04loplugin:flatten in vclNoel Grandin
2020-05-24GetSysFontData is newly unusedCaolán McNamara
2020-05-15if GetFontCharMap returns true xFontCharMap was resetCaolán McNamara
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin
2019-12-18vcl: 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