summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2020-01-06set BackendCapabilities::mbSupportsBitmap32 for Skia againLuboš Luňák1-0/+10
2019-12-24sal_Char->char in vclNoel Grandin2-7/+7
2019-12-11lok: Support per-view help dataTamás Zolnai1-1/+1
2019-12-10loplugin:unusedmember (clang-cl)Stephan Bergmann1-5/+3
2019-12-06keep just one shared reference to Skia shared GrContextLuboš Luňák1-0/+3
2019-12-06make Skia Windows text rendering use SkImage instead of SkBitmapLuboš Luňák1-3/+1
2019-12-05loplugin:redundantpointerops (clang-cl)Stephan Bergmann1-1/+1
2019-12-05loplugin:external (clang-cl)Stephan Bergmann7-3/+49
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2-2/+2
2019-12-01boost::optional: replace uses of get_value_or with value_orStephan Bergmann1-1/+1
2019-11-27Removed duplicated includeAndrea Gelmini1-1/+0
2019-11-27revert BackendCapabilities::mbSupportsBitmap32 for SkiaLuboš Luňák1-10/+0
2019-11-27extend vcl backendtest to more backendsLuboš Luňák1-0/+2
2019-11-27implement Skia native controls drawing/caching for WindowsLuboš Luňák2-10/+11
2019-11-27fix Skia Windows text renderingLuboš Luňák1-3/+4
2019-11-27skip text drawing if there is nothing to drawLuboš Luňák1-0/+2
2019-11-27reimplement supportsOperation() for Skia and OpenGLLuboš Luňák3-14/+22
2019-11-27implement pruning in SkiaGlobalWinGlyphCacheLuboš Luňák1-1/+12
2019-11-27basic implementation of Skia text drawing on WindowsLuboš Luňák6-26/+31
2019-11-27use SupportsBitmap32 also for Skia on WindowsLuboš Luňák1-0/+10
2019-11-27refactor Windows OpenGLGlyphCache stuff to be reusable for SkiaLuboš Luňák4-80/+69
2019-11-27build properly with or without Skia enabledLuboš Luňák3-5/+27
2019-11-27initial implementation of Skia drawing on screen in WindowsLuboš Luňák6-2/+18
2019-11-27make WinSalVirtualDevice::SetSize() always call Init() for all Impl'sLuboš Luňák1-6/+1
2019-11-26loplugin:external (clang-cl)Stephan Bergmann1-0/+8
2019-11-26loplugin:consttobool (clang-cl)Stephan Bergmann9-101/+101
2019-11-22tdf#121740 cache font data to speed up PPT loadNoel Grandin1-5/+48
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann5-39/+39
2019-11-09custom widgets: support custom action button text colorsAshod Nakashian1-0/+3
2019-10-24loplugin:classmemaccess (clang-cl)Stephan Bergmann1-1/+9
2019-10-23loplugin:bufferadd (clang-cl)Stephan Bergmann1-7/+1
2019-10-23loplugin:stringadd (clang-cl)Stephan Bergmann2-4/+2
2019-10-21ditch archaic Russian-only ui font tweakCaolán McNamara1-12/+0
2019-10-21to wide -> too wideCaolán McNamara1-1/+1
2019-10-17Remove some memset callsMike Kaganski4-26/+11
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-10-12tdf#128100: add explicit service pack and build info to Windows versionMike Kaganski1-12/+39
2019-10-06SystemEnvData::nSize is no longer read and can be removedStephan Bergmann2-2/+0
2019-10-02Refactoring of the class CrashReporterJuergen Funk1-1/+1
2019-10-01loplugin:data (clang-cl)Stephan Bergmann2-3/+3
2019-10-01loplugin:simplifyconstruct (clang-cl)Stephan Bergmann1-1/+1
2019-10-01crashreport: change addKeyValue to lower-case camelJuergen Funk1-1/+1
2019-09-26remove internal use of 16-bit packed formatsNoel Grandin1-2/+1
2019-09-05consistently use RemoveScanlineCaolán McNamara1-6/+6
2019-09-04tdf#118314 Code clean up on imestatuswindowSzabolcs Toth1-1/+0
2019-08-28tdf#127192 Printing in main threadJuergen Funk1-2/+4
2019-08-27Consolidate ImplCalcLineSpacing()Khaled Hosny1-9/+1
2019-08-23loplugin:returnconstval in vclNoel Grandin1-3/+2
2019-08-14tdf#124700 don't pull from or insert into cache for PixelSnapHairlineCaolán McNamara1-5/+9
2019-08-12Fix typosAndrea Gelmini2-5/+5