summaryrefslogtreecommitdiff
path: root/vcl/win/app/salinst.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-03tdf#118786 WIN allow nested SendMessage callsJan-Marek Glogowski1-8/+33
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 Glogowski1-1/+1
2017-10-31ReleaseYieldMutex is always called with trueNoel Grandin1-2/+2
2017-10-27loplugin:includeform: vcl (Windows)Stephan Bergmann1-16/+16
2017-10-27loplugin:rangedforcopy (clang-cl)Stephan Bergmann1-1/+1
2017-10-20WIN message handling cleanup and refactoringJan-Marek Glogowski1-80/+64
2017-10-20WIN guarantee direct timeout handlingJan-Marek Glogowski1-11/+14
2017-10-14Fix typosAndrea Gelmini1-2/+2
2017-10-13WIN fix redraw during window move and resizeJan-Marek Glogowski1-0/+11
2017-10-13tdf#112975 WIN correctly handle VclInputFlags::OTHERJan-Marek Glogowski1-31/+144
2017-10-13WIN another system loop integration attemptJan-Marek Glogowski1-24/+17
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-3/+4
2017-10-01loplugin:nullptr,redundantcast (clang-cl)Stephan Bergmann1-2/+2
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski1-21/+21
2017-09-29Drop check for Windows versions we don't supportMike Kaganski1-103/+72
2017-09-28loplugin:simplifybool (clang-cl)Stephan Bergmann1-1/+1
2017-09-27rename mpFirstInstance->mpInstanceNoel Grandin1-15/+15
2017-09-27Don't wait-yield non-main threads in the main threadJan-Marek Glogowski1-21/+7
2017-09-26tdf#112288 Clarify Reschedule implementationsJan-Marek Glogowski1-13/+25
2017-09-26WIN run main thread redirects ignoring SolarMutexJan-Marek Glogowski1-37/+87
2017-09-25Missing #include <tools/time.hxx> (--disable-pch)Stephan Bergmann1-0/+1
2017-09-22tdf#111994 WIN workaround PostMessage delaysJan-Marek Glogowski1-16/+24
2017-09-19Inconsistent declarations of ImplSalYieldMutexAcquireWithWaitStephan Bergmann1-1/+1
2017-09-19Unify SolarMutex implementationsJan-Marek Glogowski1-142/+63
2017-09-13Change assertion failure to SAL_WARNTor Lillqvist1-1/+1
2017-08-21fix bogus always-true assertsMichael Stahl1-1/+1
2017-08-01tdf#109997 WIN don't post a callback event directlyJan-Marek Glogowski1-26/+13
2017-07-25WIN don't process the SendMessage from DoYieldJan-Marek Glogowski1-1/+4
2017-07-24WIN don't yield the scheduler in PeekMessageJan-Marek Glogowski1-1/+1
2017-07-24Add some const and fix some scheduler loggingJan-Marek Glogowski1-2/+2
2017-07-24WIN use Reschedule instead of own dispatch loopsJan-Marek Glogowski1-0/+1
2017-07-20tdf#109123 WIN Run instant timerout with low priorityJan-Marek Glogowski1-9/+34
2017-07-17loplugin:implicitboolconversion: vcl (clang-cl)Stephan Bergmann1-1/+1
2017-07-17WIN revert to Sleep(1) for yieldJan-Marek Glogowski1-1/+1
2017-07-15tdf#38915: don't wait on message queue if application already has quit.Mike Kaganski1-1/+2
2017-07-13WIN shorten DoYield by using existing functionsJan-Marek Glogowski1-38/+23
2017-07-13WIN simplify system timer / LO event handlingJan-Marek Glogowski1-39/+12
2017-07-13Drop special idle handlingJan-Marek Glogowski1-7/+6
2017-07-13Add some Scheduler unit tests and loggingJan-Marek Glogowski1-6/+8
2017-05-30vcl: replace dynamic lookups of Windows 7 APIs with static callsMichael Stahl1-54/+36
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-1/+1
2017-04-22Don't keep gGlobalGlyphCache, gTextureCache around until exitStephan Bergmann1-0/+1
2017-04-13tdf#106933 vcl: delete D2DWriteTextOutRenderer before exit()Michael Stahl1-0/+1
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann1-2/+2
2017-02-10Remove MinGW supportStephan Bergmann1-32/+0
2017-02-09remove ConnectionIdentifierType enumNoel Grandin1-4/+2
2016-12-03add the SalAbort message to the crash reporterMarkus Mohrhard1-0/+3
2016-10-15clang-cl loplugin: vclStephan Bergmann1-86/+86
2016-09-06SalI18NImeStatus is stubbed the same way for everyone except...Caolán McNamara1-17/+0