summaryrefslogtreecommitdiff
path: root/vcl/inc/win
AgeCommit message (Expand)Author
2023-04-17loplugin:nullptrStephan 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-02-08tdf#153229 add a switch to override honoring system dark modeCaolán McNamara
2023-02-01tdf#143148 Use pragma once instead of include guardsanfanite396
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-01Avoid dynamic cross casts to WinSalGraphicsImplBaseStephan Bergmann
2022-11-24-Werror,-Wunused-private-fieldStephan Bergmann
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: make WinFontFace finalKhaled 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-12vcl: remove unused WinFontFace() private membersKhaled Hosny
2022-11-09give main thread on Windows a nameNoel Grandin
2022-11-01Fix ambiguous member lookup (clang-cl)Stephan Bergmann
2022-10-18Move access to SystemDependentDataHolder to Bitmap (2)Armin Le Grand (allotropia)
2022-10-17Move access to SystemDependentDataHolder to SalBitmapArmin Le Grand (allotropia)
2022-10-13tdf#120326: properly prevent Windows from entering power savingMike Kaganski
2022-10-01vcl: Use PhysicalFontFace::GetRawFontData() for font embeddingKhaled Hosny
2022-09-17tdf#143148 use pragma once instead of include guardsU-LAPTOP-06BFT6KB\Client
2022-09-11vcl: Move CreateFontSubset() to PhysicalFontFaceKhaled Hosny
2022-09-06vcl: Drop unused SalGraphics::CreateFontSubset() argumentKhaled Hosny
2022-09-06vcl: Drop now unused SalGraphics::GetGlyphWidths()Khaled Hosny
2022-09-06vcl: Create HFNT on WinFontFace when neededKhaled Hosny
2022-09-05vcl: fontinstance.{cxx,hxx} -> LogicalFontInstance.{cxx,hxx}Khaled Hosny
2022-09-05vcl: Consolidate PhysicalFontFace::GetFontCapabilities()Khaled Hosny
2022-09-05vcl: Consolidate PhysicalFontFace::GetFontCharMap()Khaled Hosny
2022-09-05vcl: make WinFontFace less indirectKhaled Hosny
2022-09-04vcl: Create hb_face_t in PhysicalFontFaceKhaled Hosny
2022-06-21VCL expect correct frame size for native menubarsJan-Marek Glogowski
2022-06-17WIN drop window state redundanciesJan-Marek Glogowski
2022-06-15Drop SalMenu::DrawMenuBar (is WIN-only)Jan-Marek Glogowski
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski
2022-05-03loplugin:stringviewparamStephan Bergmann
2022-03-16Related: tdf#118320 enable some windows dark theme supportCaolán McNamara
2022-03-16throw away skia control cache on theme changeCaolán McNamara
2022-03-15drop some redundant semicolonsCaolán McNamara
2022-01-14VCL drop m_pInstance from *nix SalDataJan-Marek Glogowski
2022-01-13allow selecting text rendering mode suitable for natural glyph positionsCaolán McNamara
2022-01-07VCL move platform code from mouse.cxx into pluginsJan-Marek Glogowski
2021-12-28changeTextAntiAliasMode is unusedCaolán McNamara
2021-12-21Use sal::systools::CoInitializeGuard and sal::systools::ThrowIfFailedMike Kaganski
2021-12-10Revert "Re-Enable DrawTransformBitmapExDirect for render backends"Armin Le Grand