summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2021-11-19Qt set QPainter AntiAlias hint from SalGraphicsArmin Le Grand (Allotropia)
2021-11-19tdf#137924 qt (>=5.14): Use proper DPI without requiring window handleMichael Weghorn
2021-11-18Qt implement QtFont::GetGlyphOutlineArmin Le Grand (Allotropia)
2021-11-18Drop F_PI180Mike Kaganski
2021-11-18draw symbols using polygons instead of raster of linesLuboš Luňák
2021-11-18add an extra margin to native control drawing on Skia/MacLuboš Luňák
2021-11-18fix background color of some native controls with Skia/Mac (tdf#145748)Luboš Luňák
2021-11-18draw Mac widget controls at proper size when HiDPILuboš Luňák
2021-11-18Fix typosAndrea Gelmini
2021-11-18allow vcl gen menus to have non-square imagesCaolán McNamara
2021-11-18handle also curved lines for nojoin skia polylines (tdf#143837)Luboš Luňák
2021-11-17vcl: split GetGradientSteps() into Get{Complex|Linear}GradientSteps()Chris Sherlock
2021-11-17weld colormenuCaolán McNamara
2021-11-17allow menu placement either under or at endCaolán McNamara
2021-11-17drop unused PopupMenuFlags::NoHorzPlacementCaolán McNamara
2021-11-17Qt resolve native winId() on demandJan-Marek Glogowski
2021-11-17Qt refactor SystemEnvData setupJan-Marek Glogowski
2021-11-17Skia dumping is no longer dbgutil-onlyLuboš Luňák
2021-11-17fix SkiaTest::testDrawDelayedScaleImage() with GPU+HiDPILuboš Luňák
2021-11-17loplugin:simplifyboolStephan Bergmann
2021-11-16loplugin:finalprotectedStephan Bergmann
2021-11-16fix drawBitmap() unittests with Skia/HiDPILuboš Luňák
2021-11-16try to avoid scaling bitmaps twice in Skia when drawingLuboš Luňák
2021-11-16make SkiaHelper::dump() available also in non-dbgutil buildsLuboš Luňák
2021-11-16add a vcl backend test that draws a sheared bitmapLuboš Luňák
2021-11-16Related: tdf#142706 mask with GDK_MODIFIER_MASK to ignore unwanted bitsCaolán McNamara
2021-11-16avoid using always-show-arrow in gtk4 < 4.4Caolán McNamara
2021-11-16Resolves: tdf#143511 SysObj is clipped out if the widget is out of viewCaolán McNamara
2021-11-16optimize Skia's copyArea() to copy less dataLuboš Luňák
2021-11-16log also whether SkiaSalBitmap has any pending scalingLuboš Luňák
2021-11-16don't bother caching bitmaps that prefer shadersLuboš Luňák
2021-11-16when caching bitmaps in skia, take into account HiDPILuboš Luňák
2021-11-16apply SAL_FORCE_HIDPI_SCALING on X11 even while drawingLuboš Luňák
2021-11-16implement HiDPI support for Skia/Mac (tdf#144214)Luboš Luňák
2021-11-15Fix typo in codeAndrea Gelmini
2021-11-15qt6: Fix crash on exitMichael Weghorn
2021-11-15gtk4: complete do_collect_screenshot_dataCaolán McNamara
2021-11-15gtk4: implement CreateChildFrameCaolán McNamara
2021-11-15gtk4: fill in more of the assistant codeCaolán McNamara
2021-11-15gtk4: fill in some missing parts of Widget::drawCaolán McNamara
2021-11-15gtk4: implement screenshotCaolán McNamara
2021-11-15gtk4: implement something meaningful for get_monitor_workareaCaolán McNamara
2021-11-15add a rule to enforce always-show-image of True if an image is usedCaolán McNamara
2021-11-15loplugin:fakeboolStephan Bergmann
2021-11-15Remove unused header path: vcl workben makefilesHossein
2021-11-13Use o3tl::convertMike Kaganski
2021-11-13tdf#144961 vcl: test PhysicalFontCollection::FindFontFamilyByAttributes()Chris Sherlock
2021-11-13loplugin:conststringvarJulien Nabet
2021-11-13add more tests for OutputDev::DrawOutDev()Luboš Luňák
2021-11-12get rid of Skia's 'rasterhack' for Invert()Luboš Luňák