summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2017-07-20tdf#107166 improve AA mode selection, retry, more checksTomaž Vajngerl2-31/+78
2017-07-20tdf#109123 WIN Run instant timerout with low priorityJan-Marek Glogowski2-14/+41
2017-07-20Annotate some more Timers and IdlesJan-Marek Glogowski1-0/+1
2017-07-17Fix typosAndrea Gelmini1-1/+1
2017-07-17loplugin:unnecessaryparen: vcl (clang-cl)Stephan Bergmann3-6/+10
2017-07-17loplugin:implicitboolconversion: vcl (clang-cl)Stephan Bergmann1-1/+1
2017-07-17DWrite: resolve unreachable code warningTomaž Vajngerl1-10/+1
2017-07-17DWrite: HRESULT checks for debug modeTomaž Vajngerl1-6/+26
2017-07-17WIN revert to Sleep(1) for yieldJan-Marek Glogowski1-1/+1
2017-07-17WIN annotate GdiPlusBuffer TimerJan-Marek Glogowski1-3/+3
2017-07-17DWrite: move impl. of some methods to the cxxTomaž Vajngerl1-0/+23
2017-07-17factor out DWrite renderer from winlayoutTomaž Vajngerl2-299/+336
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 just wait for the Yield mutex in the timeroutJan-Marek Glogowski1-10/+3
2017-07-13WIN simplify system timer / LO event handlingJan-Marek Glogowski3-115/+67
2017-07-13WIN unify deferred message handlingJan-Marek Glogowski1-100/+87
2017-07-13WIN cleanup paint message handlingJan-Marek Glogowski1-66/+68
2017-07-13Drop special idle handlingJan-Marek Glogowski2-9/+8
2017-07-13Refactor Scheduler global dataJan-Marek Glogowski1-2/+2
2017-07-13Add some Scheduler unit tests and loggingJan-Marek Glogowski1-6/+8
2017-07-12fix crash when aInkBoxes might be emptyMarkus Mohrhard1-1/+5
2017-07-06tdf#106990 set cleartype setting / force to use GDI render modeTomaž Vajngerl1-3/+72
2017-07-05loplugin:casttovoid (clang-cl): vclStephan Bergmann1-1/+0
2017-07-03loplugin:oncevar (clang-cl): vclStephan Bergmann4-6/+4
2017-06-17loplugin:unusedfields in vcl part3Noel Grandin1-8/+0
2017-05-30vcl: replace dynamic lookups of Windows 7 APIs with static callsMichael Stahl1-54/+36
2017-05-18Clean up a set of RTL-related commentsTor Lillqvist1-3/+0
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin1-2/+1
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke6-6/+0
2017-05-08hNonAliasedFont is unusedNoel Grandin1-6/+0
2017-05-07tdf#106265 ScopedHDC to clean-up hDC when rendering glyphsTomaž Vajngerl1-6/+6
2017-05-05tdf#103158 ctrl+shift should work on key upMaxim Monastirsky1-0/+1
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-1/+1
2017-04-26use strong_int for LanguageTypeNoel Grandin1-2/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2-0/+2
2017-04-25loplugin:checkunusedparams in vclNoel Grandin1-5/+5
2017-04-24tdf#107205 vcl: don't always use D2DWriteTextOutRendererMichael Stahl1-6/+12
2017-04-22Don't keep gGlobalGlyphCache, gTextureCache around until exitStephan Bergmann2-2/+8
2017-04-19loplugin:subtlezeroinit (clang-cl)Stephan Bergmann1-1/+1
2017-04-14remove the remaining unused mouse cursorsCaolán McNamara6-10/+0
2017-04-14revert removal of apparently unused mouse cursorsCaolán McNamara1-0/+20
2017-04-13tdf#106933 vcl: delete D2DWriteTextOutRenderer before exit()Michael Stahl2-10/+17
2017-04-12no need to use OUStringToOString in SAL_INFONoel Grandin1-1/+1
2017-04-07tdf#39468 Translate German commentsJens Carl2-2/+2
2017-04-07vcl: remove no longer needed WIN_Rectangle()Miklos Vajna3-40/+3
2017-04-06tdf#106960: Fix math scaling on WindowsKhaled Hosny1-23/+0
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann5-15/+15
2017-04-04loplugin:redundantcast (clang-cl)Stephan Bergmann1-1/+1
2017-04-04loplugin:loopvartoosmall (clang-cl)Stephan Bergmann1-2/+1