summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
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
2021-11-12revert part of 'loplugin:flatten' in Skia codeLuboš Luňák
2021-11-12Resolves tdf#70519 - Make wavy lines depend on zoom factorHeiko Tietze
2021-11-12Add error handling while creating absolute urlHossein
2021-11-12make it possible to find out what fonts are actually really usedLuboš Luňák
2021-11-12improve mergeToSinglePolyPolygonNoel Grandin
2021-11-12fix assertion with scaled alpha image in SkiaSalBitmapLuboš Luňák
2021-11-12log also whether SkiaSalBitmap has a pixel bufferLuboš Luňák
2021-11-12clean up SkCanvas before using the bitmap it's painted toLuboš Luňák
2021-11-12drop usage of SkSurface::draw()Luboš Luňák
2021-11-12reduce copy&pasteLuboš Luňák
2021-11-12external: update pdfium to 4699Miklos Vajna
2021-11-11qt (>=5.14): Don't create native window for QWidget in QtFrame::screenMichael Weghorn
2021-11-10tdf#145508 Qt NONE-frames should still be windowsJan-Marek Glogowski
2021-11-10Add SAL_INFO of what paper sizes the printer (driver) advertisesTor Lillqvist
2021-11-09Resolves: tdf#142706 ctrl+shift+s to launch insert special characters dialogCaolán McNamara