summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2023-09-02replace set(nullptr) with clear()Noel Grandin1-1/+1
2023-08-17Drop defines obsoleted by Windows 7 baselineMike Kaganski1-9/+0
2023-08-09Use _beginthreadex instead of CreateThreadMike Kaganski4-18/+17
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin2-18/+18
2023-07-31all drawPolyPolygon variants return true nowCaolán McNamara3-7/+5
2023-07-31supportsOperation OutDevSupportType::B2DDraw is always true nowCaolán McNamara1-4/+0
2023-07-27tdf#156459: fix WM_UNICHAR implementationMike Kaganski1-6/+9
2023-07-25tdf#155414 win a11y: Honor system setting to disable animationsMichael Weghorn1-0/+7
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin1-1/+1
2023-07-23vcl: Drop now unneeded DevicePoint typedefKhaled Hosny2-2/+2
2023-07-23vcl: TextRenderModeForResolutionIndependentLayout → SubpixelPositioningKhaled Hosny1-1/+1
2023-07-23vcl: Use HarfBuzz to get glyph bounding rectangleKhaled Hosny1-50/+0
2023-07-17tdf#90023: vcl: fix tooltip displaying over two monitors on WindowsSarper Akdemir1-1/+8
2023-07-10Drop unused WinFontInstance scaleKhaled Hosny2-8/+4
2023-07-03Rename and move header next to other font headersKhaled Hosny1-1/+1
2023-07-03Rename ImplFontMetricData -> FontMetricDataKhaled Hosny1-1/+1
2023-06-27remove this SAL_WARNNoel Grandin1-2/+0
2023-06-13tdf#147021: vcl/* KeyboardReplacements SAL_N_ELEMENTS removalDr. David Alan Gilbert1-7/+7
2023-06-13tdf#155794 vcl: handle WM_GETOBJECT without SolarMutexMichael Stahl1-20/+32
2023-05-28Use 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