summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
AgeCommit message (Expand)Author
2022-01-13keep scaled ResolutionIndependentLayout glyph positions as floating pointCaolán McNamara
2022-01-13allow selecting text rendering mode suitable for natural glyph positionsCaolán McNamara
2022-01-12keep positions as DeviceCoordinate within SalLayoutCaolán McNamara
2022-01-10use less SvStream::Flush()Noel Grandin
2022-01-09VCL drop unused glyphcache includeJan-Marek Glogowski
2022-01-07PDF export of PDF images: preserve hyperlinksMiklos Vajna
2022-01-05vcl: migrate AddGradientActions() from OutputDevice to GradientChris Sherlock
2021-12-30Fix uppercase EOT => LIBEOT usageJan-Marek Glogowski
2021-12-24Use rtl functions instead of own surrogate checking/combiningMike Kaganski
2021-12-23Split BasePrimitive2D UNO interface into separate objectNoel Grandin
2021-12-14Stream::Tell returns sal_uInt64Noel Grandin
2021-12-10Revert "Re-Enable DrawTransformBitmapExDirect for render backends"Armin Le Grand
2021-12-07Re-Enable DrawTransformBitmapExDirect for render backendsArmin Le Grand (Allotropia)
2021-12-05increase maximum document thumbnail size from 256 to 512Luboš Luňák
2021-11-25vcl: pInputElement is never nullptr in PDFObjectCopier::copyRecursively()Miklos Vajna
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-11-09Add Printer::GetSizeOfPaper() with semantics to match GetPaper()Tor Lillqvist
2021-11-04Resolves: tdf#138826 adjust the aTmpMtf to get drawn at maPos of ActionCaolán McNamara
2021-11-04vcl: remove not needed pObjectStream in PDFObjectCopier::copyExternalResource()Miklos Vajna
2021-11-03put the message into static_assertCaolán McNamara
2021-11-03can use static_assert for compile time check hereCaolán McNamara
2021-11-02Add comments to two arrays mentioning that they must match the enum PaperTor Lillqvist
2021-11-01Prepare for removal of non-const operator[] from Sequence in vclMike Kaganski
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák
2021-10-31tools::Long->sal_Int32 in StretchAndConvertNoel Grandin
2021-10-30tools::Long->sal_Int32 in GetCaretPositionsNoel Grandin
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin
2021-10-26tdf#144513 improve perf when breaking long linesNoel Grandin
2021-10-25replace friend access with functionsLuboš Luňák
2021-10-22Optimize assignment from OUStringLiteral to OUStringStephan Bergmann
2021-10-21tdf#144222 fix pdf export with vertical layoutMark Hung
2021-10-16adapt to the change from tools::Long* to std::vector<tools::Long>*Tomoyuki Kubota
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-12loplugin:unusedmethodsNoel Grandin
2021-10-08vcl: test PhysicalFontCollection and move to vcl::font namespaceChris Sherlock
2021-10-08vcl: split out outdev.h into seperate headersChris Sherlock
2021-10-08loplugin:moveparam in vclNoel Grandin
2021-10-07tdf#144952 VCL fix the Printer graphics releaseJan-Marek Glogowski
2021-10-06vcl: remove unused class ImplDeviceFontSizeListChris Sherlock
2021-10-05vcl: test PhysicalFontFace and move to vcl::font namespaceChris Sherlock
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-27vcl: move FontSelectPattern to own file and into vcl::font namespaceChris Sherlock
2021-09-27WIN lazy init WinSalInfoPrinter graphicsJan-Marek Glogowski
2021-09-23WB_DEFAULTWIN should be sufficient to flag that no icon is requiredCaolán McNamara
2021-09-23tdf#144624 Prevent infinite recursion when loading SVG iconAleksei Nikiforov
2021-09-23Removed duplicated includeAndrea Gelmini