summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/gdi
AgeCommit message (Expand)Author
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski
2018-10-25Change GlyphItem::nFallbackLevel to font instanceJan-Marek Glogowski
2018-10-25Move GlyphItem into its own headerJan-Marek Glogowski
2018-10-25Drop duplicate PhysicalFontFace referenceJan-Marek Glogowski
2018-10-24Introduce OutputDevice type OUTDEV_PDFJan-Marek Glogowski
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-15loplugin:constantparamNoel Grandin
2018-10-14Simplify containers iterations in vclArkadiy Illarionov
2018-10-13use range based loops over B2DPolyPolygon in vclJochen Nitschke
2018-10-06Support estimateUsageInBytes for SystemDependentDataArmin Le Grand
2018-10-06UNX use font cache based glyph rect cacheJan-Marek Glogowski
2018-10-06Add GlyphCache instance to GenericUnixSalDataJan-Marek Glogowski
2018-09-21Support buffering SystemDependent GraphicDataArmin Le Grand
2018-09-20Support buffering SystemDependent GraphicData (III)Armin Le Grand
2018-09-14loplugin:constfields in vclNoel Grandin
2018-09-13Support buffering SystemDependent GraphicData (II)Armin Le Grand
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin
2018-08-30Support buffering SystemDependent GraphicDataArmin Le Grand
2018-08-22pass X11SalGraphics around by std::unique_ptrNoel 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-21only need FontSelectPatternAttributes hereCaolán McNamara
2018-08-17loplugin:useuniqueptr in ImplSalBitmapCacheNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-27tdf#118966 vcl: add a flag to determine if AA of fonts is used from the systemMiklos Vajna
2018-07-26vcl cairo text renderer: support non-AA textMiklos Vajna
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin
2018-06-02share the cairo clipping codeCaolán McNamara
2018-06-02share the cairo polyline drawing codeCaolán McNamara
2018-06-02Resolves: tdf#101798 ResetClipRegion needs to affect cairo drawing tooCaolán McNamara
2018-05-11Fold CommonSalLayout into GenericSalLayoutKhaled Hosny
2018-05-08Refactor CommonSalLayout font handlingJan-Marek Glogowski
2018-05-07Move PhysicalFontFace member of FontSelectPatternJan-Marek Glogowski
2018-05-06Resolves: tdf#117413 char doubling appearing under X with gtk3Caolán McNamara
2018-05-02loplugin:useuniqueptr in GlyphCacheHolderNoel Grandin
2018-05-02loplugin:useuniqueptr in X11SalBitmapNoel Grandin
2018-04-25Simplify and rename SalLayout::GetNextGlyphsKhaled Hosny
2018-04-25loplugin:useuniqueptr pass BitmapBuffer around via std::unique_ptrNoel Grandin
2018-04-25loplugin:useuniqueptr in VirtualDeviceNoel Grandin
2018-04-21cppcheck: identicalInnerConditionJochen Nitschke
2018-04-16push logic from ImpBitmap::ImplReleaseBuffer downNoel Grandin
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-03-26replace SalColor with ColorNoel Grandin
2018-03-12loplugin:redundantfcastStephan Bergmann
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-02-12Fix typosAndrea Gelmini