summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2020-11-16Instead of labs, use overloaded absStephan Bergmann1-2/+3
2020-11-14remove SalPointNoel Grandin4-60/+61
2020-11-11Fix 64-bit --disable-pch build on WindowsMike Kaganski1-1/+2
2020-11-11convert more long -> tools::LongNoel6-42/+42
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin9-68/+68
2020-10-28convert some more long -> tools::LongNoel3-4/+4
2020-10-21new tools::Degree10 strong typedefNoel Grandin2-4/+4
2020-10-19clang-cl: Adapt Windows-specific code to extended loplugin:cstylecastStephan Bergmann1-1/+1
2020-10-19tdf#127047 fix printing very large font sizes to pdfNoel Grandin2-29/+4
2020-10-19Simplify single-wchar_t LPCWSTR argument to ExtTextOutWStephan Bergmann1-2/+2
2020-10-14More fixes of uses of now-explicit OUString ctor taking raw sal_Unicode pointerStephan Bergmann1-1/+1
2020-10-14-Werror,-Wshadow (clang-cl)Stephan Bergmann1-3/+3
2020-10-14loplugin:unreffun (clang-cl)Stephan Bergmann1-1/+0
2020-10-02Use the new single-instance="true" attribute in vclStephan Bergmann1-4/+2
2020-10-01Use the new single-instance="true" attribute in vclStephan Bergmann2-29/+1
2020-09-30make OutputDevice::Flush() also flush SkiaLuboš Luňák2-0/+10
2020-09-28Destroy CWinClipboard sufficiently earlyStephan Bergmann2-3/+31
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák1-2/+2
2020-09-25draw linear and radial gradients directly with SkiaLuboš Luňák3-0/+18
2020-09-24Fix typoAndrea Gelmini1-2/+2
2020-09-24Revert "Directly acquire m_aMutex, instead of looping on m_condition.wait()"Stephan Bergmann1-4/+31
2020-09-23Directly acquire m_aMutex, instead of looping on m_condition.wait()Stephan Bergmann1-30/+4
2020-09-23Removed duplicated includeAndrea Gelmini1-2/+0
2020-09-23WIN merge CWinClipbImpl into CWinClipboardJan-Marek Glogowski6-501/+289
2020-09-22WIN move dtrans code into vcl/win/dtransJan-Marek Glogowski52-0/+9614
2020-09-18Fix typosAndrea Gelmini1-1/+1
2020-09-15WIN OSX Qt5 unify CreateFontSubset codeJan-Marek Glogowski1-61/+8
2020-09-15Forward existing FontCharMap from PhysicalFontFaceJan-Marek Glogowski1-5/+5
2020-09-15WIN OSX unify GetGlyphWidths codeJan-Marek Glogowski1-38/+1
2020-09-10tdf#75280: Convert some inappropriate use of sal_uIntPtr (+sal_uLong) (vcl)Julien Nabet1-1/+1
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann1-3/+3
2020-08-25tdf#136094 Handle background color in drawNativeControlMichael Weghorn1-1/+2
2020-08-21loplugin:simplifybool (clang-cl)Stephan Bergmann1-1/+1
2020-08-15Refactor vcl::TrueTypeFont class member accessJan-Marek Glogowski1-1/+2
2020-08-05tdf#135330: avoid replacing all settings when enabling IA2Mike Kaganski1-8/+11
2020-08-04loplugin:simplifypointertobool (clang-cl)Stephan Bergmann2-4/+4
2020-08-04Improved loplugin:staticanonymous -> redundantstatic redux, clang-clStephan Bergmann4-13/+13
2020-07-29replace and drop MiscCfgCaolán McNamara1-2/+3
2020-07-29drop lines that don't do anythingCaolán McNamara1-2/+0
2020-06-26vcl: split off QueueInfo to own filesChris Sherlock1-0/+1
2020-05-22Prefer CoInitializeEx instead of CoInitializeJulien Nabet1-1/+1
2020-05-22convert properly SkiaSalBitmap to WinSalBitmap (tdf#133152)Luboš Luňák1-4/+15
2020-05-15use more try_emplaceNoel Grandin1-4/+1
2020-05-05fix line width in DrawPolyLine() with matrix (tdf#132498)Luboš Luňák3-10/+9
2020-05-04remove old Skia text render methods that do not use Skia directlyLuboš Luňák2-13/+1
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin1-2/+2
2020-04-10prefer DirectWrite for Skia's Windows text renderingLuboš Luňák1-0/+4
2020-03-18implement text rendering using directly Skia (Windows)Luboš Luňák1-2/+4
2020-03-18use DEFAULT_QUALITY for font rendering with Skia on WindowsLuboš Luňák1-3/+1