summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/print/genpspgraphics.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-09-11Consolidate GetFontCapabilities()private/khaledhosny/vcl-cleanup-fontKhaled Hosny1-1/+1
2019-09-11Drop SalGraphics::GetGlyphWidths()Khaled Hosny1-17/+0
2019-09-11Consolidate GetFontCharMap()Khaled Hosny1-10/+4
2019-09-06Resolves: tdf#125461 32bit XImage is not premultipliedCaolán McNamara1-5/+29
2019-08-27Let PrintFontManager::addFontFile directly take a file URLStephan Bergmann1-5/+1
2019-08-23loplugin:returnconstval in vclNoel Grandin1-3/+2
2019-03-22rhbz#1690732 basic font variation supportCaolán McNamara1-1/+2
2019-02-26sal_uLong->sal_uInt32 in drawEPSNoel Grandin1-1/+1
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen1-2/+1
2019-01-25Assert missing SalGraphics font on GetTextLayoutJan-Marek Glogowski1-0/+1
2019-01-25Change SalGraphics::GetTextLayout definitionJan-Marek Glogowski1-1/+1
2019-01-23loplugin:constparams in vclNoel Grandin1-2/+2
2018-12-05tdf#121719: Revert fix for tdf#96971Xisco Fauli1-1/+1
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski1-19/+0
2018-10-25Change GlyphItem::nFallbackLevel to font instanceJan-Marek Glogowski1-10/+2
2018-10-25Move GlyphItem into its own headerJan-Marek Glogowski1-2/+2
2018-10-25Drop duplicate PhysicalFontFace referenceJan-Marek Glogowski1-4/+4
2018-10-06UNX use font cache based glyph rect cacheJan-Marek Glogowski1-2/+1
2018-10-05Alpha channel in BitmapColor - change bIndex to alphaTomaž Vajngerl1-3/+3
2018-09-14loplugin:constfields in vclNoel Grandin1-1/+1
2018-09-13Support buffering SystemDependent GraphicData (II)Armin Le Grand1-1/+4
2018-08-30Support buffering SystemDependent GraphicDataArmin Le Grand1-1/+3
2018-08-23tdf#119454 don't advance PS glyphsJan-Marek Glogowski1-4/+1
2018-08-22rename FontSelectPatternAttributes to FontSelectPatternCaolán McNamara1-1/+1
2018-08-22turn the cache around to work on LogicalFontInstanceCaolán McNamara1-14/+9
2018-08-21use LogicalFontInstance with SalGraphicsCaolán McNamara1-11/+15
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin1-1/+1
2018-06-11drop PhysicalFontFace::CloneNoel Grandin1-1/+0
2018-06-07manage PhysicalFontFace by rtl::ReferenceNoel Grandin1-3/+3
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-11Fold CommonSalLayout into GenericSalLayoutKhaled Hosny1-10/+10
2018-05-08Refactor CommonSalLayout font handlingJan-Marek Glogowski1-1/+1
2018-05-07Move PhysicalFontFace member of FontSelectPatternJan-Marek Glogowski1-2/+2
2018-04-25Simplify and rename SalLayout::GetNextGlyphsKhaled Hosny1-1/+1
2018-03-26replace SalColor with ColorNoel Grandin1-18/+18
2018-02-26vcl: consolidate ColorOf() and GrayOf() functionsChris Sherlock1-38/+28
2018-01-31Modernize a bit vcl (part5)Julien Nabet1-7/+7
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-3/+3
2017-12-15Protect all LogicalFontInstance constructorsJan-Marek Glogowski1-11/+4
2017-11-14use std::unique_ptr for SalLayoutNoel Grandin1-2/+2
2017-10-30Constify some VCL interface functionsJan-Marek Glogowski1-6/+6
2017-10-23loplugin:includeform: vclStephan Bergmann1-16/+16
2017-10-22Replace some lists by vectors (vcl)Julien Nabet1-7/+5
2017-09-18Acknowledge that WinSalGraphicsImpl::drawPolyLine modifies pPtAryStephan Bergmann1-2/+2
2017-07-18loplugin:constparams in vclNoel Grandin1-4/+4
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-1/+1
2017-07-02loplugin:casttovoid: vclStephan Bergmann1-7/+5
2017-06-23simplify some string handling in tracing callsNoel Grandin1-3/+1
2017-06-17loplugin:unusedfields in vcl part2Noel Grandin1-7/+2