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