summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/outdev3.cxx
AgeCommit message (Expand)Author
2014-04-16Move OutputDevice source files to vcl/source/gdi/outdevChris Sherlock
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-31fdo#74702 OutputDevice::ImplInitFontList() fails if no fonts on deviceChris Sherlock
2014-03-21coverity#1000766 Dereference before null checkCaolán McNamara
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud
2014-03-20cosmetic: split PhysicalFontFace class it its own source/headerNorbert Thiebaud
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud
2014-03-20replace DevFontList with PhysicalFontFamilies propagate the naming changeNorbert Thiebaud
2014-03-20rename ImplDevFontListData to PhysicalFontFamilyNorbert Thiebaud
2014-03-20all the filterText impls are now no-ops, so removeCaolán McNamara
2014-03-17fdo#67808 Fix Outline Font Effect support with CoreTextNorbert Thiebaud
2014-03-13vcl: prefer passing OUString and OString by referenceNoel Grandin
2014-03-10vcl: MetaText*Action: revert unwanted file format changesMichael Stahl
2014-03-05Simplify DrawWaveKeith Curtis
2014-02-28constructor only used on WNT in FontSelectPatternAttributesNoel Grandin
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-14coverity#738935 Unitialized scalar fieldNorbert Thiebaud
2014-02-14coverity#738936 Unitialized scalar fieldNorbert Thiebaud
2014-02-07Renamed VCL's OutputDevice mirroring functionsChris Sherlock
2014-02-05rhbz#1057977 avoid use of invalidated pointersDavid Tardon
2014-02-05Doxygen warnings correctedChris Sherlock
2014-02-04Revert "Doxygen warnings corrected"Caolán McNamara
2014-02-04Doxygen warnings correctedChris Sherlock
2014-01-28bool improvementsStephan Bergmann
2014-01-27coverity#1000521 Logically dead codeCaolán McNamara
2014-01-22It is just an innocent hyphen not a hyphenatorKhaled Hosny
2014-01-22Make both GetTextBreak() use the same coding styleKhaled Hosny
2014-01-13longparas: convert ValidateKashidas to sal_Int32Caolán McNamara
2014-01-13longparas: STRING_LEN here means text len, so expand to just thatCaolán McNamara
2014-01-13longparas: make OutputDevice::GetGlyphBoundRects safeCaolán McNamara
2014-01-06Resolves: #i123840# add and use the sal_GlyphId typeHerbert Dürr
2013-12-20hidpi: Let's be brave & always paint odd heights with Hi-DPI ;-)Jan Holesovsky
2013-12-20hidpi: Nicer painting of the waved lines.Keith Curtis
2013-12-20hidpi: Make many places Hi-DPI aware.Keith Curtis
2013-12-19Introduce DPI scale factor for Hi-DPI displays.Jan Holesovsky
2013-12-18vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud
2013-12-12Much better fix for the iOS text colour problemTor Lillqvist
2013-12-04Resolves: rhbz#912529 Kerkis SmallCaps shown instead of Kerkis RegularCaolán McNamara
2013-12-04Device-specific font substitution is not usedKhaled Hosny
2013-12-04VCL : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2013-12-04convert OutputDevice::HasGlyphs from xub_StrLen->sal_Int32Noel Grandin
2013-12-03longparas: convert GetTextBreak to sal_Int32Caolán McNamara
2013-12-03drop unused argumentCaolán McNamara
2013-12-03we don't need to copy this string anymoreCaolán McNamara
2013-12-03Call getLineBreak with null XHyphenator unless TEXT_DRAW_WORDBREAK_HYPHENATIONStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in VCL moduleNoel Grandin
2013-11-07remove unnecessary use of OUString constructor in VCL moduleNoel Grandin
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin