summaryrefslogtreecommitdiff
path: root/vcl/win/window
AgeCommit message (Expand)Author
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-25WIN call RealizePalette from setPaletteJan-Marek Glogowski
2021-09-25WIN handle graphics palette with deinitJan-Marek Glogowski
2021-09-25WIN always (de-)init WinSalGraphicsJan-Marek Glogowski
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-17Drop conditional WM_GETOBJECT define from vcl/win/window/salframe.cxxMichael Weghorn
2021-08-13no need to lookup window if cursor has not moved (tdf#105575)Noel Grandin
2021-06-30tdf#70633 unset Alt if detected as AltGr in both KeyInput branchesCaolán McNamara
2021-06-17tdf#115281 sc Windows: fix shortcut text Ctrl+` in View menuLászló Németh
2021-06-10loplugin:unnecessaryreturn SalFrame::SetPluginParentNoel Grandin
2021-05-18tdf#104169 - Change mouse cursor to FatCross in calc spreadsheetSarabjot Singh
2021-05-10vcl: use DWriteTextRenderer for vertical writing.Mark Hung
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel
2021-03-26create operator bool for BitmapNoel
2021-02-24use unique_ptr in ImplHandleIMECompositionInputNoel Grandin
2020-11-27WinSalFrame::mnWidth/Height should presumably be of type LONGStephan Bergmann
2020-11-27loplugin:toolslong (Library_vclplug_win)Stephan Bergmann
2020-11-11convert more long -> tools::LongNoel
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-10-28convert some more long -> tools::LongNoel
2020-09-30make OutputDevice::Flush() also flush SkiaLuboš Luňák
2020-09-18Fix typosAndrea Gelmini
2020-08-05tdf#135330: avoid replacing all settings when enabling IA2Mike Kaganski
2020-08-04Improved loplugin:staticanonymous -> redundantstatic redux, clang-clStephan Bergmann
2020-07-29replace and drop MiscCfgCaolán McNamara
2020-07-29drop lines that don't do anythingCaolán McNamara
2020-03-11WIN add bootstrap var to re-enable foreground hackJan-Marek Glogowski
2020-03-06tdf#125532: White text on default/action buttons and selected tabs on macOSThorsten Wagner
2020-02-26WIN prevent deadlock in SetForegroundWindowJan-Marek Glogowski
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-03loplugin:unsignedcompare (clang-cl)Stephan Bergmann
2019-12-24sal_Char->char in vclNoel Grandin
2019-12-11lok: Support per-view help dataTamás Zolnai
2019-12-05loplugin:external (clang-cl)Stephan Bergmann
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-26loplugin:external (clang-cl)Stephan Bergmann
2019-11-26loplugin:consttobool (clang-cl)Stephan Bergmann
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann
2019-11-09custom widgets: support custom action button text colorsAshod Nakashian
2019-10-24loplugin:classmemaccess (clang-cl)Stephan Bergmann
2019-10-23loplugin:stringadd (clang-cl)Stephan Bergmann
2019-10-21ditch archaic Russian-only ui font tweakCaolán McNamara
2019-10-21to wide -> too wideCaolán McNamara
2019-10-17Remove some memset callsMike Kaganski
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-06SystemEnvData::nSize is no longer read and can be removedStephan Bergmann
2019-08-12Fix typosAndrea Gelmini
2019-04-13use more std::make_uniqueNoel Grandin
2019-04-05Replace legacy dynamically-loaded functions with statically linked onesMike Kaganski
2019-04-03tdf#114316 vcl opengl windows: fix missing context menu in full-screen modeMiklos Vajna