summaryrefslogtreecommitdiff
path: root/vcl/headless
AgeCommit message (Expand)Author
2018-11-06convert some macros to local functionsNoel Grandin
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai
2018-11-01loplugin:useuniqueptr in SalFrame::PostEventNoel Grandin
2018-10-31loplugin:useuniqueptr in DeletePrinterQueueInfoNoel Grandin
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski
2018-10-30m_FeedbackFDs is unused on iOSTor Lillqvist
2018-10-14Simplify containers iterations in vclArkadiy Illarionov
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-06Support estimateUsageInBytes for SystemDependentDataArmin Le Grand
2018-10-06Add GlyphCache instance to GenericUnixSalDataJan-Marek Glogowski
2018-10-02Unify sal plugin loadersJan-Marek Glogowski
2018-09-21Support buffering SystemDependent GraphicDataArmin Le Grand
2018-09-18Move yield mutex handling into SalInstanceJan-Marek Glogowski
2018-09-17New loplugin:externalStephan Bergmann
2018-09-13Support buffering SystemDependent GraphicData (II)Armin Le Grand
2018-09-07Fix typosAndrea Gelmini
2018-09-07Cleanup SvpSalGraphics LineGeometry creationArmin Le Grand
2018-09-01Fix typosAndrea Gelmini
2018-08-30Support buffering SystemDependent GraphicDataArmin Le Grand
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2018-08-28We do want to initialise m_MainThread on iOS, tooTor Lillqvist
2018-08-22fix oss-fuzz buildCaolán McNamara
2018-08-21use LogicalFontInstance with SalGraphicsCaolán McNamara
2018-08-21loplugin:useuniqueptr in SvpSalInstanceNoel Grandin
2018-08-16skip text layout when fuzzingCaolán McNamara
2018-08-04crashtesting: bubble surface creation failure notification upwardsCaolán McNamara
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski
2018-08-02forcepoint#67 detect cairo surface creation failureCaolán McNamara
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-26vcl cairo text renderer: support non-AA textMiklos Vajna
2018-07-03Use cairo's OVER operator to preserve transparencyKatarina Behrens
2018-06-25weld SwWatermarkDialogCaolán McNamara
2018-06-21take the surface directly from the SvpSalVirtualDeviceCaolán McNamara
2018-06-21merge GenericSolarMutex and SolarMutexNoel Grandin
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin
2018-06-12revert part of "loplugin:unusedmethods"Noel Grandin
2018-06-11loplugin:unusedmethodsNoel Grandin
2018-06-09rename SalPrinterQueueInfo::mpSysData to mpPortNameNoel Grandin
2018-06-09hold and return SalPrinter with std::unique_ptrNoel Grandin
2018-06-09return SalSession with std::unique_ptrNoel Grandin
2018-06-02share the cairo clipping codeCaolán McNamara
2018-06-02share the cairo polyline drawing codeCaolán McNamara
2018-06-01drawBitmap that takes BitmapBuffer as inputKatarina Behrens
2018-05-11Fold CommonSalLayout into GenericSalLayoutKhaled Hosny
2018-04-25loplugin:useuniqueptr pass BitmapBuffer around via std::unique_ptrNoel Grandin
2018-04-25loplugin:useuniqueptr in VirtualDeviceNoel Grandin
2018-04-23weld SfxPrintOptionsDialogCaolán McNamara
2018-04-16push logic from ImpBitmap::ImplReleaseBuffer downNoel Grandin
2018-04-11cairo_surface_create_similar_image is >= cairo 1.12.0Caolán McNamara
2018-04-11Related: rhbz#1396729 use cairo_surface_create_similarCaolán McNamara