summaryrefslogtreecommitdiff
path: root/vcl/inc/win/salframe.h
AgeCommit message (Expand)Author
2024-09-26tdf#160837 win: Move UpdateFrameGeometry to WinSalFrameMichael Weghorn
2024-09-26tdf#160837 win: Move SetMaximizedFrameGeometry to WinSalFrameMichael Weghorn
2024-07-25tdf#85677: Add support for Windows touch gestures (panning,zooming)Tibor Nagy
2024-07-17vcl: support for Windows ITaskbarList3 interfaceVasily Melenchuk
2024-03-04vcl: interface for WinAPI FlashWindow() functionVasily Melenchuk
2023-11-19tdf#143148: Use pragma once instead of include guards in vcl/inc/winTaichi Haradaguchi
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-07-25tdf#155414 win a11y: Honor system setting to disable animationsMichael Weghorn
2023-04-14add a way to resolve if dark mode (explicit or auto) is activeCaolán McNamara
2023-02-08tdf#153229 add a switch to override honoring system dark modeCaolán McNamara
2023-01-12tdf#152994 only query dark mode in Windows >= 10.0.18362Caolán McNamara
2022-06-17WIN drop window state redundanciesJan-Marek Glogowski
2022-06-15Drop SalMenu::DrawMenuBar (is WIN-only)Jan-Marek Glogowski
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski
2022-05-03loplugin:stringviewparamStephan Bergmann
2022-03-16Related: tdf#118320 enable some windows dark theme supportCaolán McNamara
2021-06-10loplugin:unnecessaryreturn SalFrame::SetPluginParentNoel Grandin
2020-11-27WinSalFrame::mnWidth/Height should presumably be of type LONGStephan Bergmann
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2019-11-26loplugin:consttobool (clang-cl)Stephan Bergmann
2019-10-17Remove some memset callsMike Kaganski
2019-10-02loplugin:fragiledestructor (clang-cl)Stephan Bergmann
2019-04-03tdf#114316 vcl opengl windows: fix missing context menu in full-screen modeMiklos Vajna
2019-02-26sal_uIntPtr->sal_uInt32 inSalClipRegion::BeginSetClipRegionNoel Grandin
2018-11-01loplugin:useuniqueptr in SalFrame::PostEventNoel Grandin
2018-04-16Fix typosAndrea Gelmini
2018-03-19tdf#115420 fix DC usecount and drop wrong assertsJan-Marek Glogowski
2018-03-08tdf#115420 WIN clean up WinSalFrames DC handlingJan-Marek Glogowski
2018-03-08WIN rename SalFrames SalGraphics pointersJan-Marek Glogowski
2017-04-07tdf#39468 Translate German commentsJens Carl
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2016-10-15clang-cl loplugin: vclStephan Bergmann
2016-05-11convert SAL_FRAME_TOTOP to scoped enumNoel Grandin
2016-02-09Formatting changes across all modulesChris Sherlock
2015-10-30tdf#93684 - Remove SalFrame::SyncRyan McCoskrie
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-05convert SAL_FRAME_STYLE to scoped enumNoel Grandin
2015-09-29missing a PostEvent apparentlyCaolán McNamara
2015-05-27convert EXTTEXTINPUT constants to scoped enumNoel Grandin
2015-02-02vcl: add SAL_OVERRIDE attributes to Windows-specific classesNoel Grandin
2015-01-07fdo#84938: convert INDICATOR_ #defines to 'enum class'Noel Grandin
2014-09-13vcl: SalFrame::Enable() is not used anywhere so removingChris Sherlock
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-05-24try harder to fix windows buildCaolán McNamara
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-02-28Rename GetGraphics to AcquireGraphicsChris Sherlock
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-24warning C4805: '==' : unsafe mix of type 'sal_Bool' and type 'bool'Stephan Bergmann
2014-02-21Adapt vcl to various loplugin warnings on Mac OS XStephan Bergmann