summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)Author
2018-01-06convert tolerance params to sal_uInt8 (second try)Noel Grandin
2018-01-05tdf#114837 FILEOPEN: Image is blankNoel Grandin
2017-12-28Try to handle fonts orphaned from cache gracefullyMike Kaganski
2017-12-19Fix typosAndrea Gelmini
2017-12-16sal_uLong->SalPrinterError in SalPrinterNoel Grandin
2017-12-15Protect all LogicalFontInstance constructorsJan-Marek Glogowski
2017-12-13convert tolerance params to sal_uInt8Noel Grandin
2017-12-06tdf#108302: keep the font unrotated if @font isn't available.Mark Hung
2017-11-27loplugin:useuniqueptr (clang-cl)Stephan Bergmann
2017-11-27loplugin:unnecessaryparen (clang-cl)Stephan Bergmann
2017-11-17revert "tdf#95761 All Hotkeys with CTRL+ALT+ not worked"Manfred Blume
2017-11-16vcl: StyleSettings - start to unwind code duplication.Michael Meeks
2017-11-14use std::unique_ptr for SalLayoutNoel Grandin
2017-11-11vcl: StyleSettings - start to unwind code duplication.Michael Meeks
2017-11-04Make Windows error reporting more robustMike Kaganski
2017-11-02Improve failed HRESULT reporting on debugMike Kaganski
2017-11-02Related: tdf#113347: properly check HRESULT valueMike Kaganski
2017-10-31ReleaseYieldMutex is always called with trueNoel Grandin
2017-10-30Constify some VCL interface functionsJan-Marek Glogowski
2017-10-27loplugin:includeform: vcl (Windows)Stephan Bergmann
2017-10-27loplugin:rangedforcopy (clang-cl)Stephan Bergmann
2017-10-27loplugin:redundantcast (clang-cl)Stephan Bergmann
2017-10-23chmod 0755 -> 0644 for some source filesStephan Bergmann
2017-10-23tdf#96505 Get rid of cargo cult long integer literalsudareechk
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-20WIN message handling cleanup and refactoringJan-Marek Glogowski
2017-10-20WIN guarantee direct timeout handlingJan-Marek Glogowski
2017-10-14Fix typosAndrea Gelmini
2017-10-13WIN fix redraw during window move and resizeJan-Marek Glogowski
2017-10-13tdf#112975 WIN correctly handle VclInputFlags::OTHERJan-Marek Glogowski
2017-10-13WIN another system loop integration attemptJan-Marek Glogowski
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-10-05Blind fix for MSVC warning C4211Stephan Bergmann
2017-10-05Missing #include <tools/time.hxx> (--disable-pch)Stephan Bergmann
2017-10-04It's called 'DirectWrite', one wordTor Lillqvist
2017-10-04Convert tick-based timer events to versioned onesJan-Marek Glogowski
2017-10-04tdf#112486 Do not force GDI in no OpenGLXisco Fauli
2017-10-01tdf#39468 Translate German comments (leftovers)Johnny_M
2017-10-01loplugin:nullptr,redundantcast (clang-cl)Stephan Bergmann
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski
2017-09-29Drop check for Windows versions we don't supportMike Kaganski
2017-09-28loplugin:simplifybool (clang-cl)Stephan Bergmann
2017-09-27rename mpFirstInstance->mpInstanceNoel Grandin
2017-09-27Don't wait-yield non-main threads in the main threadJan-Marek Glogowski
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-09-26tdf#112288 Clarify Reschedule implementationsJan-Marek Glogowski
2017-09-26WIN run main thread redirects ignoring SolarMutexJan-Marek Glogowski
2017-09-25-Werror,-Wint-to-void-pointer-cast, loplugin:cstylecast (clang-cl)Stephan Bergmann
2017-09-25Missing #include <tools/time.hxx> (--disable-pch)Stephan Bergmann
2017-09-22tdf#111994 WIN workaround PostMessage delaysJan-Marek Glogowski