summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2022-06-21VCL expect correct frame size for native menubarsJan-Marek Glogowski1-1/+1
2022-06-18o3tl: ensure that the initializer of enumarray contains enough elementsMichael Stahl1-92/+92
2022-06-17WIN drop window state redundanciesJan-Marek Glogowski1-119/+82
2022-06-15Drop SalMenu::DrawMenuBar (is WIN-only)Jan-Marek Glogowski1-5/+0
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski2-80/+69
2022-06-04WIN refactor geometry updatingJan-Marek Glogowski1-29/+18
2022-05-31WIN drop effectively empty ImplDrawMenuBarJan-Marek Glogowski1-28/+2
2022-05-14Only obtain these after trying the cacheMike Kaganski1-4/+5
2022-05-10tdf#104930 Implement TextMetric::GetHangingBaseline.Mark Hung1-0/+1
2022-05-03loplugin:stringviewparamStephan Bergmann1-2/+3
2022-05-03Just use Any ctor instead of makeAny in vclStephan Bergmann1-1/+1
2022-05-02loplugin:stringviewparamStephan Bergmann1-1/+2
2022-04-20tdf#97228 Move ToolbarValue class to separate include fileVaibhavMalik41871-0/+1
2022-04-16-Werror,-Wunused-const-variableStephan Bergmann1-3/+0
2022-04-15tdf#148448 pick a warning color more likely to be readable in dark themeCaolán McNamara1-0/+4
2022-04-15loplugin:stringviewparamStephan Bergmann1-2/+7
2022-04-15No Win16-style WIN.INI since Windows VistaMike Kaganski1-24/+5
2022-04-09no public data members in GlyphItemLuboš Luňák1-1/+1
2022-04-08tdf#143447 ignore IME candidate window state.Mark Hung1-1/+4
2022-03-24loplugin:externalStephan Bergmann1-0/+4
2022-03-24loplugin:externalStephan Bergmann1-0/+1
2022-03-22Simplify CoCreateInstance / CoGetClassObject with COMReferenceMike Kaganski1-4/+3
2022-03-21Related: tdf#118320 tabpane is too white in darkmodeCaolán McNamara1-2/+7
2022-03-21Related: tdf#118320 swap TILES_SELECTED and TILES_FOCUSEDCaolán McNamara1-2/+2
2022-03-19Related: tdf#118320 let windows icon theme know when a dark theme is preferredCaolán McNamara1-1/+6
2022-03-19Related: tdf#118320 tabitems appear as light in darkmodeCaolán McNamara1-1/+36
2022-03-19Related: tdf#118320 darkmode DrawThemeBackground doesn't work for tab bodiesCaolán McNamara1-1/+12
2022-03-16Related: tdf#118320 enable some windows dark theme supportCaolán McNamara3-17/+200
2022-03-16throw away skia control cache on theme changeCaolán McNamara1-46/+49
2022-02-09Fix typosAndrea Gelmini1-1/+1
2022-02-02Fix typosAndrea Gelmini1-1/+1
2022-01-13allow selecting text rendering mode suitable for natural glyph positionsCaolán McNamara2-19/+33
2022-01-12keep positions as DeviceCoordinate within SalLayoutCaolán McNamara2-6/+6
2022-01-07-Werror,-WshadowStephan Bergmann1-3/+3
2022-01-07Use CreateThread instead of _beginthreadexMike Kaganski1-5/+4
2022-01-07Use CreateThread instead of _beginthreadexMike Kaganski2-16/+12
2022-01-07VCL move platform code from mouse.cxx into pluginsJan-Marek Glogowski9-309/+25
2022-01-04tdf#146551: improve native checkmark and bullet drawing on WindowsMike Kaganski1-52/+13
2022-01-03Don't call it second timeMike Kaganski1-2/+1
2022-01-02Factor out drawing native menu mark into a separate functionMike Kaganski1-33/+38
2021-12-30tdf#133697: use true bullet size to avoid stretching in scaled UIMike Kaganski1-11/+30
2021-12-29Drop VisualStylesAPI wrapperMike Kaganski1-150/+19
2021-12-28changeTextAntiAliasMode is unusedCaolán McNamara1-9/+0
2021-12-24Use rtl functions instead of own surrogate checking/combiningMike Kaganski1-3/+2
2021-12-22Silence loplugin:fakebool for BOOL GetMessageW even harderStephan Bergmann2-2/+2
2021-12-22-Werror,-Wunused-variableStephan Bergmann1-1/+0
2021-12-21Use sal::systools::CoInitializeGuard and sal::systools::ThrowIfFailedMike Kaganski3-17/+8
2021-12-19use more cppu::BaseMutexNoel Grandin7-12/+10
2021-12-10Revert "Re-Enable DrawTransformBitmapExDirect for render backends"Armin Le Grand3-4/+12
2021-12-07Re-Enable DrawTransformBitmapExDirect for render backendsArmin Le Grand (Allotropia)3-12/+4