summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-24for windows HighContrast use COLOR_HOTLIGHT for hyperlink colorCaolán McNamara1-0/+7
2022-10-24Related: tdf#151641 set windows WorkspaceColor similiar to other platformsCaolán McNamara1-0/+1
2022-10-18Move access to SystemDependentDataHolder to Bitmap (2)Armin Le Grand (allotropia)2-11/+4
2022-10-17Move access to SystemDependentDataHolder to SalBitmapArmin Le Grand (allotropia)1-2/+7
2022-10-15tdf#151522 drop Accessibility::AutoDetectSystemHCCaolán McNamara1-5/+0
2022-10-13tdf#120326: properly prevent Windows from entering power savingMike Kaganski2-10/+4
2022-10-11loplugin:unreffunStephan Bergmann1-68/+0
2022-10-07Related: tdf#98067 get high contrast hover/default button text color rightCaolán McNamara1-18/+22
2022-10-07Related: tdf#98067 use EP_EDITBORDER_NOSCROLL for EditsCaolán McNamara1-1/+16
2022-10-07tdf#98067 get menu readable in windows high contrast modeCaolán McNamara1-2/+4
2022-10-01vcl: Use PhysicalFontFace::GetRawFontData() for font embeddingKhaled Hosny1-53/+0
2022-09-27Fix some headless window sizes on Windows, to make `make check` more reliableStephan Bergmann1-0/+7
2022-09-19loplugin:unreffun (clang-cl)Stephan Bergmann1-5/+3
2022-09-19tdf#151052 set Windows darkmode "ToolTextColor" to same as "WindowTextColor"Caolán McNamara1-1/+2
2022-09-19vcl: Add PhysicalFontFace::UnitsPerEm()Khaled Hosny1-2/+2
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt1-1/+1
2022-09-17loplugin:staticmethods (clang-cl)Stephan Bergmann1-7/+1
2022-09-17-Werror,-Wshadow (clang-cl)Stephan Bergmann1-6/+6
2022-09-14should be releasing the DC hereNoel Grandin1-0/+1
2022-09-12Fix dropdown mispositionedSamuel Mehrbrodt1-4/+7
2022-09-11vcl: Move CreateFontSubset() to PhysicalFontFaceKhaled Hosny1-33/+0
2022-09-11vcl: Add a PhysicalFontFace-backed TrueTypeFontKhaled Hosny1-64/+8
2022-09-10win: Explicitly cast glyph ID to 16 bitMichael Weghorn1-1/+1
2022-09-06Simplify SalSysObj(Child)WndProcWMike Kaganski1-85/+37
2022-09-06tdf#150682 - bad shortcut in french langageNoel Grandin2-0/+4
2022-09-06vcl: Drop unused SalGraphics::CreateFontSubset() argumentKhaled Hosny1-4/+4
2022-09-06vcl: Drop now unused SalGraphics::GetGlyphWidths()Khaled Hosny1-28/+0
2022-09-06Deduplicate screen rect handlingMike Kaganski1-14/+8
2022-09-06vcl: Create HFNT on WinFontFace when neededKhaled Hosny1-3/+4
2022-09-05vcl: Consolidate PhysicalFontFace::GetFontCapabilities()Khaled Hosny2-38/+2
2022-09-05vcl: Consolidate PhysicalFontFace::GetFontCharMap()Khaled Hosny1-43/+1
2022-09-05vcl: make WinFontFace less indirectKhaled Hosny1-81/+39
2022-09-04vcl: Create hb_face_t in PhysicalFontFaceKhaled Hosny2-101/+87
2022-08-29Don't position dialogs relative to other dialogsSamuel Mehrbrodt1-8/+15
2022-08-26automatically set TextRenderModeForResolutionIndependentLayout if we scaleCaolán McNamara1-1/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann3-3/+3