summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)Author
2020-12-26tools: add Color::IsTransparent()Chris Sherlock
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock
2020-12-16WIN don't notify clipboard change with SolarMutexJan-Marek Glogowski
2020-12-15Silence warning C4100: unreferenced formal parameterStephan Bergmann
2020-12-14Silence warning C4189: local variable is initialized but not referencedStephan Bergmann
2020-12-14Reuse pInstStephan Bergmann
2020-12-14Fix and clean up SalAbort implementations on macOS and WindowsStephan Bergmann
2020-12-14Silence MSVC warning C4189 "local variable is initialized but not referenced"Stephan Bergmann
2020-12-13WIN replace clipboard update thread with IdleJan-Marek Glogowski
2020-12-08remove more no longer needed OpenGL-related codeLuboš Luňák
2020-12-07remove WinGlyphCache and related codeLuboš Luňák
2020-12-07remove OpenGL VCL backend codeLuboš Luňák
2020-12-07Fix typoAndrea Gelmini
2020-12-04tdf#134128 Use Gdiplus::DashCapRound for round dash or dot.Regina Henschel
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-11-27WinSalFrame::mnWidth/Height should presumably be of type LONGStephan Bergmann
2020-11-27DWRITE_GLYPH_METRICS members are of INT32 and UINT32 typesStephan Bergmann
2020-11-27RECT members are of type LONGStephan Bergmann
2020-11-27LOGFONTW::lfHeight is of type LONGStephan Bergmann
2020-11-27DocumentPropertiesW returns LONGStephan Bergmann
2020-11-27loplugin:toolslong (Library_vclplug_win)Stephan Bergmann
2020-11-27GetLastError returns DWORDStephan Bergmann
2020-11-27Windows InterlockedIncrement/Decrement use LONGStephan Bergmann
2020-11-25-Wc++11-narrowing (clang-cl)Stephan Bergmann
2020-11-22tdf#123936 Formatting files in module vcl with clang-formatPhilipp Hofer
2020-11-16Instead of labs, use overloaded absStephan Bergmann
2020-11-14remove SalPointNoel Grandin
2020-11-11Fix 64-bit --disable-pch build on WindowsMike Kaganski
2020-11-11convert more long -> tools::LongNoel
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-10-28convert some more long -> tools::LongNoel
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-19clang-cl: Adapt Windows-specific code to extended loplugin:cstylecastStephan Bergmann
2020-10-19tdf#127047 fix printing very large font sizes to pdfNoel Grandin
2020-10-19Simplify single-wchar_t LPCWSTR argument to ExtTextOutWStephan Bergmann
2020-10-14More fixes of uses of now-explicit OUString ctor taking raw sal_Unicode pointerStephan Bergmann
2020-10-14-Werror,-Wshadow (clang-cl)Stephan Bergmann
2020-10-14loplugin:unreffun (clang-cl)Stephan Bergmann
2020-10-02Use the new single-instance="true" attribute in vclStephan Bergmann
2020-10-01Use the new single-instance="true" attribute in vclStephan Bergmann
2020-09-30make OutputDevice::Flush() also flush SkiaLuboš Luňák
2020-09-28Destroy CWinClipboard sufficiently earlyStephan Bergmann
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák
2020-09-25draw linear and radial gradients directly with SkiaLuboš Luňák
2020-09-24Fix typoAndrea Gelmini
2020-09-24Revert "Directly acquire m_aMutex, instead of looping on m_condition.wait()"Stephan Bergmann
2020-09-23Directly acquire m_aMutex, instead of looping on m_condition.wait()Stephan Bergmann
2020-09-23Removed duplicated includeAndrea Gelmini
2020-09-23WIN merge CWinClipbImpl into CWinClipboardJan-Marek Glogowski
2020-09-22WIN move dtrans code into vcl/win/dtransJan-Marek Glogowski