summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2020-06-26vcl: split off QueueInfo to own filesChris Sherlock1-0/+1
2020-05-22Prefer CoInitializeEx instead of CoInitializeJulien Nabet1-1/+1
2020-05-22convert properly SkiaSalBitmap to WinSalBitmap (tdf#133152)Luboš Luňák1-4/+15
2020-05-15use more try_emplaceNoel Grandin1-4/+1
2020-05-05fix line width in DrawPolyLine() with matrix (tdf#132498)Luboš Luňák3-10/+9
2020-05-04remove old Skia text render methods that do not use Skia directlyLuboš Luňák2-13/+1
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin1-2/+2
2020-04-10prefer DirectWrite for Skia's Windows text renderingLuboš Luňák1-0/+4
2020-03-18implement text rendering using directly Skia (Windows)Luboš Luňák1-2/+4
2020-03-18use DEFAULT_QUALITY for font rendering with Skia on WindowsLuboš Luňák1-3/+1
2020-03-16Some more checks for correct screen sizeSamuel Mehrbrodt1-1/+9
2020-03-12rework Skia setupLuboš Luňák1-0/+3
2020-03-11WIN add bootstrap var to re-enable foreground hackJan-Marek Glogowski1-2/+55
2020-03-06tdf#125532: White text on default/action buttons and selected tabs on macOSThorsten Wagner1-12/+25
2020-03-06tdf#124848 partial refactor hairline logicArmin Le Grand1-42/+30
2020-02-26WIN prevent deadlock in SetForegroundWindowJan-Marek Glogowski1-8/+1
2020-02-21Drop o3tl::optional wrapperStephan Bergmann2-2/+2
2020-02-11tdf#130478 add direct dash paint in GDIPlus (win)Armin Le Grand (Collabora)1-3/+58
2020-02-10cid#1458168 silence bogus Dereference after null checkCaolán McNamara1-0/+1
2020-02-09Fix typoAndrea Gelmini1-2/+2
2020-02-08Fix typoAndrea Gelmini1-1/+1
2020-02-07tdf#130478 Enhance Dashed line drawing on all systemsArmin Le Grand (Collabora)3-19/+83
2020-02-03Avoid loplugin:unsignedcompare (clang-cl)Stephan Bergmann1-2/+3
2020-02-03loplugin:makeshared (clang-cl)Stephan Bergmann1-2/+6
2020-02-03Silence -Werror,-Wunused-variable (clang-cl)Stephan Bergmann1-2/+4
2020-02-03loplugin:unsignedcompare (clang-cl)Stephan Bergmann1-1/+2
2020-01-14tdf#128226: make OpenSymbol font an internal resourceMike Kaganski1-19/+26
2020-01-09add setting to config_skia.h whether to use 32bpp bitmapsLuboš Luňák1-0/+3
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