summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)Author
2023-11-13tdf#127547 Freeze in Microsoft Print to PDF dialogNoel Grandin
2023-11-08loplugin:stringstatic, lopluign:ostr (clang-cl)Stephan Bergmann
2023-10-30tdf#157518: vcl: Introduce vcl control LevelBarSarper Akdemir
2023-10-29vcl: no raw pointersThorsten Behrens
2023-10-14Add NUMBERSIGN key handler.Gökay Şatır
2023-10-10Drop repeated codeMike Kaganski
2023-10-08tdf#156040 pick a better "LightColor" for windows dark themeCaolán McNamara
2023-09-02replace set(nullptr) with clear()Noel Grandin
2023-08-17Drop defines obsoleted by Windows 7 baselineMike Kaganski
2023-08-09Use _beginthreadex instead of CreateThreadMike Kaganski
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-07-31all drawPolyPolygon variants return true nowCaolán McNamara
2023-07-31supportsOperation OutDevSupportType::B2DDraw is always true nowCaolán McNamara
2023-07-27tdf#156459: fix WM_UNICHAR implementationMike Kaganski
2023-07-25tdf#155414 win a11y: Honor system setting to disable animationsMichael Weghorn
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin
2023-07-23vcl: Drop now unneeded DevicePoint typedefKhaled Hosny
2023-07-23vcl: TextRenderModeForResolutionIndependentLayout → SubpixelPositioningKhaled Hosny
2023-07-23vcl: Use HarfBuzz to get glyph bounding rectangleKhaled Hosny
2023-07-17tdf#90023: vcl: fix tooltip displaying over two monitors on WindowsSarper Akdemir
2023-07-10Drop unused WinFontInstance scaleKhaled Hosny
2023-07-03Rename and move header next to other font headersKhaled Hosny
2023-07-03Rename ImplFontMetricData -> FontMetricDataKhaled Hosny
2023-06-27remove this SAL_WARNNoel Grandin
2023-06-13tdf#147021: vcl/* KeyboardReplacements SAL_N_ELEMENTS removalDr. David Alan Gilbert
2023-06-13tdf#155794 vcl: handle WM_GETOBJECT without SolarMutexMichael Stahl
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