summaryrefslogtreecommitdiff
path: root/vcl/win/app
AgeCommit message (Expand)Author
2017-10-31ReleaseYieldMutex is always called with trueNoel Grandin
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-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-04Convert tick-based timer events to versioned onesJan-Marek Glogowski
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-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
2017-09-19Inconsistent declarations of ImplSalYieldMutexAcquireWithWaitStephan Bergmann
2017-09-19Unify SolarMutex implementationsJan-Marek Glogowski
2017-09-13Change assertion failure to SAL_WARNTor Lillqvist
2017-08-21fix bogus always-true assertsMichael Stahl
2017-08-01tdf#109997 WIN don't post a callback event directlyJan-Marek Glogowski
2017-07-25WIN don't process the SendMessage from DoYieldJan-Marek Glogowski
2017-07-24WIN don't yield the scheduler in PeekMessageJan-Marek Glogowski
2017-07-24Add some const and fix some scheduler loggingJan-Marek Glogowski
2017-07-24WIN use Reschedule instead of own dispatch loopsJan-Marek Glogowski
2017-07-20tdf#109123 WIN Run instant timerout with low priorityJan-Marek Glogowski
2017-07-17loplugin:implicitboolconversion: vcl (clang-cl)Stephan Bergmann
2017-07-17WIN revert to Sleep(1) for yieldJan-Marek Glogowski
2017-07-15tdf#38915: don't wait on message queue if application already has quit.Mike Kaganski
2017-07-13WIN shorten DoYield by using existing functionsJan-Marek Glogowski
2017-07-13WIN just wait for the Yield mutex in the timeroutJan-Marek Glogowski
2017-07-13WIN simplify system timer / LO event handlingJan-Marek Glogowski
2017-07-13Drop special idle handlingJan-Marek Glogowski
2017-07-13Refactor Scheduler global dataJan-Marek Glogowski
2017-07-13Add some Scheduler unit tests and loggingJan-Marek Glogowski
2017-07-03loplugin:oncevar (clang-cl): vclStephan Bergmann
2017-05-30vcl: replace dynamic lookups of Windows 7 APIs with static callsMichael Stahl
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-05-04Replace all OUString("") with OUString()Arnaud Versini
2017-04-22Don't keep gGlobalGlyphCache, gTextureCache around until exitStephan Bergmann