summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2018-10-03tdf#118786 WIN just assert in YieldJan-Marek Glogowski1-12/+10
2018-10-03tdf#118786 WIN allow nested SendMessage callsJan-Marek Glogowski2-15/+35
2018-05-16tdf#96947 vcl opengl win: fix background of menu items w/ check/radio marksMiklos Vajna1-13/+38
2018-04-18vcl: WNT: *really* avoid calling SHAddToRecentDocs() from unit testsMichael Stahl1-0/+3
2018-03-21tdf#115420 fix DC usecount and drop wrong assertsJan-Marek Glogowski2-14/+5
2018-03-13tdf#115649: ensure we own SolarMutex in the callbackMike Kaganski1-0/+2
2018-03-08tdf#115420 WIN clean up WinSalFrames DC handlingJan-Marek Glogowski1-182/+162
2017-12-08tdf#108302: keep the font unrotated if @font isn't available.Mark Hung2-0/+18
2017-11-17revert "tdf#95761 All Hotkeys with CTRL+ALT+ not worked"Manfred Blume1-3/+8
2017-11-16vcl: StyleSettings - start to unwind code duplication.Michael Meeks1-6/+3
2017-11-14use std::unique_ptr for SalLayoutNoel Grandin1-2/+2
2017-11-11vcl: StyleSettings - start to unwind code duplication.Michael Meeks1-0/+2
2017-11-04Make Windows error reporting more robustMike Kaganski1-10/+4
2017-11-02Improve failed HRESULT reporting on debugMike Kaganski1-1/+3
2017-11-02Related: tdf#113347: properly check HRESULT valueMike Kaganski1-1/+1
2017-10-31ReleaseYieldMutex is always called with trueNoel Grandin2-3/+3
2017-10-30Constify some VCL interface functionsJan-Marek Glogowski5-85/+23
2017-10-27loplugin:includeform: vcl (Windows)Stephan Bergmann13-71/+71
2017-10-27loplugin:rangedforcopy (clang-cl)Stephan Bergmann1-1/+1
2017-10-27loplugin:redundantcast (clang-cl)Stephan Bergmann1-1/+1
2017-10-23chmod 0755 -> 0644 for some source filesStephan Bergmann1-0/+0
2017-10-23tdf#96505 Get rid of cargo cult long integer literalsudareechk1-2/+2
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-2/+2
2017-10-20WIN message handling cleanup and refactoringJan-Marek Glogowski2-83/+67
2017-10-20WIN guarantee direct timeout handlingJan-Marek Glogowski2-16/+23
2017-10-14Fix typosAndrea Gelmini1-2/+2
2017-10-13WIN fix redraw during window move and resizeJan-Marek Glogowski3-2/+54
2017-10-13tdf#112975 WIN correctly handle VclInputFlags::OTHERJan-Marek Glogowski1-31/+144
2017-10-13WIN another system loop integration attemptJan-Marek Glogowski2-47/+43
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski7-56/+62
2017-10-05Blind fix for MSVC warning C4211Stephan Bergmann1-2/+2
2017-10-05Missing #include <tools/time.hxx> (--disable-pch)Stephan Bergmann1-0/+2
2017-10-04It's called 'DirectWrite', one wordTor Lillqvist2-2/+2
2017-10-04Convert tick-based timer events to versioned onesJan-Marek Glogowski1-11/+7
2017-10-04tdf#112486 Do not force GDI in no OpenGLXisco Fauli1-1/+1
2017-10-01tdf#39468 Translate German comments (leftovers)Johnny_M1-1/+1
2017-10-01loplugin:nullptr,redundantcast (clang-cl)Stephan Bergmann1-2/+2
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski11-184/+180
2017-09-29Drop check for Windows versions we don't supportMike Kaganski3-176/+120
2017-09-28loplugin:simplifybool (clang-cl)Stephan Bergmann1-1/+1
2017-09-27rename mpFirstInstance->mpInstanceNoel Grandin4-28/+28
2017-09-27Don't wait-yield non-main threads in the main threadJan-Marek Glogowski1-21/+7
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist2-3/+3
2017-09-26tdf#112288 Clarify Reschedule implementationsJan-Marek Glogowski1-13/+25
2017-09-26WIN run main thread redirects ignoring SolarMutexJan-Marek Glogowski2-41/+96
2017-09-25-Werror,-Wint-to-void-pointer-cast, loplugin:cstylecast (clang-cl)Stephan Bergmann1-2/+4
2017-09-25Missing #include <tools/time.hxx> (--disable-pch)Stephan Bergmann2-0/+5
2017-09-22tdf#111994 WIN workaround PostMessage delaysJan-Marek Glogowski2-63/+68
2017-09-21Workaround static Task destruction errorJan-Marek Glogowski1-1/+1
2017-09-19Inconsistent declarations of ImplSalYieldMutexAcquireWithWaitStephan Bergmann1-1/+1