summaryrefslogtreecommitdiff
path: root/vcl/inc/win
AgeCommit message (Expand)Author
2022-03-15tdf#144862 use resolution independent positions for writer's screen-renderingCaolán McNamara
2021-12-09tdf#145322, tdf#144378 fix printing for vertical writingMark Hung
2021-11-23tdf#62812 WIN use a compatible DC for font funcsJan-Marek Glogowski
2021-10-17WIN release SalPrinter's SalGraphics borrowed HDCJan-Marek Glogowski
2021-10-12vcl:use unique_ptr<SalWinGraphics> in WinSalPrinterMark Hung
2021-10-08vcl: test PhysicalFontCollection and move to vcl::font namespaceChris Sherlock
2021-10-05vcl: test PhysicalFontFace and move to vcl::font namespaceChris 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-25WIN call RealizePalette from setPaletteJan-Marek Glogowski
2021-09-25WIN handle graphics palette with deinitJan-Marek Glogowski
2021-09-25WIN WinSalPrinter::isValid implies a valid HDCJan-Marek Glogowski
2021-09-25WIN always (de-)init WinSalGraphicsJan-Marek Glogowski
2021-09-21vcl: add sal/config.h in preparation for patchChris Sherlock
2021-09-20tdf#124176 - Use pragma once instead of include guardsChris Sherlock
2021-08-20VCL allow plugins to declare OpenGL supportJan-Marek Glogowski
2021-06-10loplugin:unnecessaryreturn SalFrame::SetPluginParentNoel Grandin
2021-05-29vcl: Implement static vclplug usageJan-Marek Glogowski
2021-05-18tdf#104169 - Change mouse cursor to FatCross in calc spreadsheetSarabjot Singh
2021-05-10vcl: use DWriteTextRenderer for vertical writing.Mark Hung
2021-05-08vcl: Rotate glyph in DWriteTextRenderer for vertical writing.Mark Hung
2021-05-01Related: cid#1478001 CreateVirtualDevice never passed a null pGraphics argCaolán McNamara
2021-04-19remove dead code from WinSalBitmap::CreateNoel Grandin
2021-04-19nobody uses RLE display hardware anymoreNoel Grandin
2021-04-06vcl: use PixelFormat enum in SalBitmap interface and backendsTomaž Vajngerl
2021-03-08loplugin:makeshared (clang-cl)Stephan Bergmann
2021-02-24use unique_ptr in WinSalBitmapNoel Grandin
2021-02-24add additional 0-1 alpha argument to DrawTransformedBitmap()Luboš Luňák
2021-02-24simply use drawTransformedBitmap()Luboš Luňák
2020-12-07remove WinGlyphCache and related codeLuboš Luňák
2020-12-07remove OpenGL VCL backend codeLuboš Luňák
2020-11-27WinSalFrame::mnWidth/Height should presumably be of type LONGStephan Bergmann
2020-11-14remove SalPointNoel Grandin
2020-11-11Fix 64-bit --disable-pch build on WindowsMike Kaganski
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-10-19tdf#127047 fix printing very large font sizes to pdfNoel Grandin
2020-09-30make OutputDevice::Flush() also flush SkiaLuboš Luňák
2020-09-25draw linear and radial gradients directly with SkiaLuboš Luňák
2020-09-15VCL register common functions in PhysicalFontFaceJan-Marek Glogowski
2020-09-10tdf#75280: Convert some inappropriate use of sal_uIntPtr (+sal_uLong) (vcl)Julien Nabet
2020-08-25tdf#136094 Handle background color in drawNativeControlMichael Weghorn
2020-05-05fix line width in DrawPolyLine() with matrix (tdf#132498)Luboš Luňák
2020-05-04remove old Skia text render methods that do not use Skia directlyLuboš Luňák
2020-04-10prefer DirectWrite for Skia's Windows text renderingLuboš Luňák
2020-03-18implement text rendering using directly Skia (Windows)Luboš Luňák
2020-02-27Fix compilation on Windows with --disable-skiaKelemen Gábor
2020-02-07tdf#130478 Enhance Dashed line drawing on all systemsArmin Le Grand (Collabora)
2020-02-01std::unordered_set<T*> -> o3tl::sorted_vectorNoel Grandin
2020-01-23tdf#129845: Better solution using already existing infoArmin Le Grand
2020-01-16use surface atlas for Skia text drawing on WindowsLuboš Luňák