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