summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)Author
2023-05-28Use getXWeak in vclMike Kaganski
2023-05-23Resolves tdf#145080 - Use accent color for focused cellHeiko Tietze
2023-05-21Simplify a bitMike Kaganski
2023-05-11tdf#97228 Move MenubarValue class to separate include fileanfanite396
2023-04-25Add script to find unused using declarationsGabor Kelemen
2023-04-22Introduce sal::systools::CoTaskMemAllocated to use RAII for CoTaskMemFreeMike Kaganski
2023-04-17loplugin:stringaddStephan Bergmann
2023-04-14add a way to resolve if dark mode (explicit or auto) is activeCaolán McNamara
2023-04-13no need to allocate these separatelyNoel Grandin
2023-04-12mpMouseLeaveTimer has been deadNoel Grandin
2023-04-12use more unique_ptr in SalDataNoel Grandin
2023-03-29tdf#149805 tdf#151677 tdf#152217 tdf#154043 tdf#153458 tdf#153800 Revert "VCL...Michael Weghorn
2023-03-16osl::Mutex->std::mutex in CDOTransferableNoel Grandin
2023-03-16osl::Mutex->std::mutex in CMtaOleClipboardNoel Grandin
2023-03-15BaseMutex->std::mutex in CWinClipboardNoel Grandin
2023-03-14Related tdf#129547 and tdf#154136: add COLON keyJulien Nabet
2023-03-12osl::Mutex->std::mutex in dtrans::GenericClipboardNoel Grandin
2023-03-12osl::Mutex->std::mutex in dtrans::ClipboardManagerNoel Grandin
2023-03-02no need to allocate mpPortName separatelyNoel Grandin
2023-02-12Resolves: tdf#153566 set darkmode menubar background colorCaolán McNamara
2023-02-10loplugin:staticaccessStephan Bergmann
2023-02-10loplugin:externalStephan Bergmann
2023-02-08tdf#153229 add a switch to override honoring system dark modeCaolán McNamara
2023-02-03Avoid clang-cl -Werror,-WparenthesesStephan Bergmann
2023-02-01tdf#148085 get a more readable hyperlink color under windows dark modeCaolán McNamara
2023-01-31tdf#153273 bodge dark scrollbar into drop downsCaolán McNamara
2023-01-31tdf#153287 rollover in dark mode with "Explorer" is incongruousCaolán McNamara
2023-01-24tdf#152404 crash with ibus-mozc with ctrl+alt+c during ExtTextInputCaolán McNamara
2023-01-24tdf#152404 crash in Windows with ctrl+alt+c during ExtTextInputCaolán McNamara
2023-01-13tdf#152994 actually return in this caseCaolán McNamara
2023-01-12tdf#152994 only query dark mode in Windows >= 10.0.18362Caolán McNamara
2022-12-21No need for bool return value hereNoel Grandin
2022-12-16BP_CHECKBOX should be teamed with some CBS_* partCaolán McNamara
2022-12-13Related: tdf#152454 don't use Button to render dark mode TabsCaolán McNamara
2022-12-13Related: tdf#152454 pick something suitable for dark mode Inactive tab colorCaolán McNamara
2022-12-13MBI_NORMAL should be PBS_NORMALCaolán McNamara
2022-12-02Resolves: tdf#152284 pull Shadow and DarkShadow from themeCaolán McNamara
2022-12-01Avoid dynamic cross casts to WinSalGraphicsImplBaseStephan Bergmann
2022-11-23Avoid memory leak on PostMessageW failureMike Kaganski
2022-11-21remove FontAttributes::meCharSetCaolán McNamara
2022-11-20vcl: fix artificial bold and italic on WindowsKhaled Hosny
2022-11-19vcl: use std::optional in PhysicalFontFaceKhaled Hosny
2022-11-19vcl: add WinFontFace::GetVariations()Khaled Hosny
2022-11-19vcl: move creating DWFontFace to WinFontFaceKhaled Hosny
2022-11-19vcl: move creating DWriteFactory to a centeral placeKhaled Hosny
2022-11-19vcl: remove unused D2DWriteTextOutRenderer codeKhaled Hosny
2022-11-18rename IsStarSymbol to IsOpenSymbolCaolán McNamara
2022-11-12vcl: remove unused WinFontFace() private membersKhaled Hosny
2022-11-09give main thread on Windows a nameNoel Grandin
2022-11-01-Werror,-Wunused-macros (clang-cl)Stephan Bergmann