summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2020-12-15Silence warning C4100: unreferenced formal parameterStephan Bergmann1-1/+1
2020-12-14Silence warning C4189: local variable is initialized but not referencedStephan Bergmann1-0/+2
2020-12-14Reuse pInstStephan Bergmann1-1/+1
2020-12-14Fix and clean up SalAbort implementations on macOS and WindowsStephan Bergmann1-19/+0
2020-12-14Silence MSVC warning C4189 "local variable is initialized but not referenced"Stephan Bergmann1-0/+1
2020-12-13WIN replace clipboard update thread with IdleJan-Marek Glogowski4-156/+36
2020-12-08remove more no longer needed OpenGL-related codeLuboš Luňák2-2/+0
2020-12-07remove WinGlyphCache and related codeLuboš Luňák1-309/+3
2020-12-07remove OpenGL VCL backend codeLuboš Luňák7-44/+8
2020-12-07Fix typoAndrea Gelmini1-2/+2
2020-12-04tdf#134128 Use Gdiplus::DashCapRound for round dash or dot.Regina Henschel1-4/+31
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel3-3/+6
2020-11-27WinSalFrame::mnWidth/Height should presumably be of type LONGStephan Bergmann1-2/+2
2020-11-27DWRITE_GLYPH_METRICS members are of INT32 and UINT32 typesStephan Bergmann1-4/+4
2020-11-27RECT members are of type LONGStephan Bergmann1-4/+4
2020-11-27LOGFONTW::lfHeight is of type LONGStephan Bergmann1-1/+1
2020-11-27DocumentPropertiesW returns LONGStephan Bergmann1-1/+1
2020-11-27loplugin:toolslong (Library_vclplug_win)Stephan Bergmann2-7/+7
2020-11-27GetLastError returns DWORDStephan Bergmann1-1/+1
2020-11-27Windows InterlockedIncrement/Decrement use LONGStephan Bergmann2-2/+2
2020-11-25-Wc++11-narrowing (clang-cl)Stephan Bergmann2-3/+9
2020-11-22tdf#123936 Formatting files in module vcl with clang-formatPhilipp Hofer12-197/+184
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