summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)Author
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
2020-09-18Fix typosAndrea Gelmini
2020-09-15WIN OSX Qt5 unify CreateFontSubset codeJan-Marek Glogowski
2020-09-15Forward existing FontCharMap from PhysicalFontFaceJan-Marek Glogowski
2020-09-15WIN OSX unify GetGlyphWidths codeJan-Marek Glogowski
2020-09-10tdf#75280: Convert some inappropriate use of sal_uIntPtr (+sal_uLong) (vcl)Julien Nabet
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann
2020-08-25tdf#136094 Handle background color in drawNativeControlMichael Weghorn
2020-08-21loplugin:simplifybool (clang-cl)Stephan Bergmann
2020-08-15Refactor vcl::TrueTypeFont class member accessJan-Marek Glogowski
2020-08-05tdf#135330: avoid replacing all settings when enabling IA2Mike Kaganski
2020-08-04loplugin:simplifypointertobool (clang-cl)Stephan Bergmann
2020-08-04Improved loplugin:staticanonymous -> redundantstatic redux, clang-clStephan Bergmann
2020-07-29replace and drop MiscCfgCaolán McNamara
2020-07-29drop lines that don't do anythingCaolán McNamara
2020-06-26vcl: split off QueueInfo to own filesChris Sherlock
2020-05-22Prefer CoInitializeEx instead of CoInitializeJulien Nabet
2020-05-22convert properly SkiaSalBitmap to WinSalBitmap (tdf#133152)Luboš Luňák
2020-05-15use more try_emplaceNoel Grandin
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-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin
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-03-18use DEFAULT_QUALITY for font rendering with Skia on WindowsLuboš Luňák
2020-03-16Some more checks for correct screen sizeSamuel Mehrbrodt
2020-03-12rework Skia setupLuboš Luňák
2020-03-11WIN add bootstrap var to re-enable foreground hackJan-Marek Glogowski
2020-03-06tdf#125532: White text on default/action buttons and selected tabs on macOSThorsten Wagner
2020-03-06tdf#124848 partial refactor hairline logicArmin Le Grand
2020-02-26WIN prevent deadlock in SetForegroundWindowJan-Marek Glogowski
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-11tdf#130478 add direct dash paint in GDIPlus (win)Armin Le Grand (Collabora)
2020-02-10cid#1458168 silence bogus Dereference after null checkCaolán McNamara
2020-02-09Fix typoAndrea Gelmini