summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-17Fix Skia unit test failure when using a HiDPI displayPatrick Luby1-2/+7
2023-08-31jsdialog: render font previews with hidpiSzymon Kłos7-16/+43
2023-08-27tdf#150610 fix broken rendering of text meta actionsPatrick Luby3-14/+86
2023-05-12Disable test that always fails with Apple Retina displaysPatrick Luby1-0/+12
2023-02-24tdf#153533 Fix chart2_import test failure on HiDPI displayHossein1-8/+4
2023-01-14sw: rework ThemePanel, theme color ValueSet drawing as custom drawTomaž Vajngerl6-512/+208
2022-11-11Resolves: tdf#151898 get hidpi font/highlight color iconsCaolán McNamara5-8/+60
2022-11-10Related: tdf#151898 use more of the code path that can use scaled svgsCaolán McNamara1-94/+79
2022-11-10tdf#151898 if svgs are used in hidpi get a high quality GtkImageCaolán McNamara5-6/+92
2022-10-05tdf#115634 recent/favorite widgets not hidpi scaledCaolán McNamara1-2/+3
2022-09-26Related tdf#132398 - Remove Hicolor Assets for Future Revampinggaljit238-192/+0
2022-09-14Resolves: tdf#144583 reuse lok hidpi icon scheme for gtkCaolán McNamara2-0/+11
2022-09-14Related: tdf#144583 move current lok hidpi icon thing into SalGraphicsCaolán McNamara5-11/+30
2022-08-18tdf#149768 Do not fix Templates dialog width and height in pixelsRafael Lima2-2/+4
2022-04-12gtk4: add a surface_cell_rendererCaolán McNamara5-0/+275
2022-02-25sw HTML export: allow setting filter data keys from the cmdlineMiklos Vajna2-1/+45
2022-02-03handle graphics test specially in backends too if neededLuboš Luňák4-108/+265
2022-01-26give more wriggle room to avoid hitting max pixmap size with super hidpiCaolán McNamara1-1/+1
2022-01-25don't use oversized surfacesCaolán McNamara1-2/+6
2021-12-05increase maximum document thumbnail size from 256 to 512Luboš Luňák2-2/+2
2021-11-30don't disable Skia tests on MacLuboš Luňák1-36/+51
2021-11-18draw symbols using polygons instead of raster of linesLuboš Luňák1-156/+138
2021-11-18draw Mac widget controls at proper size when HiDPILuboš Luňák1-8/+17
2021-11-17fix SkiaTest::testDrawDelayedScaleImage() with GPU+HiDPILuboš Luňák1-0/+2
2021-11-16fix drawBitmap() unittests with Skia/HiDPILuboš Luňák1-1/+2
2021-11-16try to avoid scaling bitmaps twice in Skia when drawingLuboš Luňák6-48/+212
2021-11-16make Skia the default now on Mac too (again)Luboš Luňák1-1/+1
2021-11-16when caching bitmaps in skia, take into account HiDPILuboš Luňák2-25/+40
2021-11-16apply SAL_FORCE_HIDPI_SCALING on X11 even while drawingLuboš Luňák1-2/+3
2021-11-16implement HiDPI support for Skia/Mac (tdf#144214)Luboš Luňák9-94/+312
2021-09-02Revert "make Skia the default now on Mac too" (tdf#144214)Luboš Luňák1-1/+1
2021-05-27gtk4: continue to provide Paintable via cairo surfaceCaolán McNamara2-29/+98
2021-05-26gtk4: reenable ImageCaolán McNamara1-28/+43
2021-03-31tabbar is now too wide under windows hidpiCaolán McNamara2-14/+11
2020-10-29tdf#135198 fix unit test for HiDPI: pick object by indexDaniel Arato (NISZ)3-10/+7
2020-07-01tdf#134054 Qt5 really scale the toolbox buttonJan-Marek Glogowski1-2/+6
2020-06-16Remove dubious assert "Forbidden Access to empty bitmap!"Stephan Bergmann1-2/+0
2020-06-03tdf#133569 rework the SwCommentRuler buttonJan-Marek Glogowski2-147/+132
2020-03-09tdf#127687 Qt5 introduce basic HiDPI scalingLuca Carlon15-136/+323
2020-03-02Qt5 some refactoring for HiDPI mergeJan-Marek Glogowski6-113/+107
2020-02-07Add missing test dependency on instdir/share/config/images_*.zipStephan Bergmann1-0/+2
2019-11-29lokdocview: Add support for HiDPI renderingCorentin Noël2-63/+100
2019-10-07hidpi cursors for macOSNoel Grandin84-317/+324
2019-09-18tdf#127448 fix unit test for HiDPI displaysBalazs Varga1-2/+4
2019-07-01Improve the looks of a wave line by draw it with bezier curvesTomaž Vajngerl8-31/+186
2019-06-12Add missing test dependency on instdir/share/config/images_*.zipStephan Bergmann1-0/+2
2019-05-22tdf#124271 use the bitmap context, handle scalingTomaž Vajngerl3-61/+124
2019-04-12internally resize image instead of scaling bitmaps outsideTomaž Vajngerl7-38/+50
2019-03-30tdf#124292 Qt5 / KDE5 disable Qt's HiDPI scalingJan-Marek Glogowski4-4/+8
2019-03-29tdf#115843 avoid using transparent virtualdevice when 100% opaqueCaolán McNamara1-21/+24