summaryrefslogtreecommitdiff
path: root/vcl/win/window/salframe.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-03tdf#118786 WIN allow nested SendMessage callsJan-Marek Glogowski1-7/+2
2018-03-21tdf#115420 fix DC usecount and drop wrong assertsJan-Marek Glogowski1-13/+4
2018-03-08tdf#115420 WIN clean up WinSalFrames DC handlingJan-Marek Glogowski1-182/+162
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-11vcl: StyleSettings - start to unwind code duplication.Michael Meeks1-0/+2
2017-10-13WIN fix redraw during window move and resizeJan-Marek Glogowski1-0/+11
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-9/+10
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski1-61/+61
2017-09-29Drop check for Windows versions we don't supportMike Kaganski1-58/+39
2017-09-27rename mpFirstInstance->mpInstanceNoel Grandin1-6/+6
2017-09-26WIN run main thread redirects ignoring SolarMutexJan-Marek Glogowski1-4/+9
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-08-18loplugin:implicitboolconversion (clang-cl)Stephan Bergmann1-53/+53
2017-07-24WIN use Reschedule instead of own dispatch loopsJan-Marek Glogowski1-8/+1
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 Bergmann1-3/+3
2017-07-13WIN simplify system timer / LO event handlingJan-Marek Glogowski1-22/+2
2017-07-13WIN unify deferred message handlingJan-Marek Glogowski1-100/+87
2017-07-13WIN cleanup paint message handlingJan-Marek Glogowski1-66/+68
2017-06-17loplugin:unusedfields in vcl part3Noel Grandin1-8/+0
2017-05-18Clean up a set of RTL-related commentsTor Lillqvist1-3/+0
2017-05-05tdf#103158 ctrl+shift should work on key upMaxim Monastirsky1-0/+1
2017-04-26use strong_int for LanguageTypeNoel Grandin1-2/+2
2017-04-14remove the remaining unused mouse cursorsCaolán McNamara1-6/+0
2017-04-14revert removal of apparently unused mouse cursorsCaolán McNamara1-0/+20
2017-04-07tdf#39468 Translate German commentsJens Carl1-1/+1
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann1-4/+4
2017-04-04loplugin:redundantcast (clang-cl)Stephan Bergmann1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-3/+3
2017-03-25Fix typosAndrea Gelmini1-2/+2
2017-02-14Convert WindowType to scoped enumNoel Grandin1-1/+1
2017-02-13-Werror,-Wunused-macros (clang-cl)Stephan Bergmann1-3/+0
2017-02-10Remove MinGW supportStephan Bergmann1-20/+0
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin1-17/+0
2017-02-02loplugin:useuniqueptrStephan Bergmann1-4/+4
2016-12-20try to avoid the annoying focus stealing on windowsMarkus Mohrhard1-4/+15
2016-11-25convert MODKEY constants to o3tl::typed_flagsNoel Grandin1-16/+16
2016-11-17Resolves: tdf#87960 add and use a ToolFontColor for toolbar item entriesCaolán McNamara1-0/+1
2016-10-20Incapsulate WinSalVirtualDevice betterMike Kaganski1-4/+4
2016-10-15clang-cl loplugin: vclStephan Bergmann1-308/+307
2016-10-05InfoFont/Color is not used by vcl nowCaolán McNamara1-2/+0
2016-07-30Fix SolarMutex not locked when using IME on dropdown list.Mark Hung1-1/+7
2016-06-27loplugin:singlevalfields in vcl(part2)Noel Grandin1-4/+0
2016-06-17convert DBG_ASSERT in vclNoel Grandin1-8/+8
2016-06-03Clean up Windows error reporting a bitTor Lillqvist1-30/+9
2016-05-25SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann1-0/+1
2016-05-11tdf#98924 In windows, change the keyboard layout per applicationJuergen Funk1-0/+3
2016-05-11convert SAL_FRAME_TOTOP to scoped enumNoel Grandin1-7/+7