summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2021-04-22fix too wide glyphs with Skia/GDI if horizontal scale is used (tdf#141715)Luboš Luňák1-0/+6
2021-04-15tdf#140639 cache FcPattern for font optionsCaolán McNamara4-22/+117
2021-04-13tdf#134736 move nLastBgAction to also include any trailing popsCaolán McNamara1-0/+12
2021-04-12tdf#141623 Qt5+cairo init surface with widget sizeJan-Marek Glogowski1-4/+4
2021-04-11tdf#140404 Qt ignore "unchanged" clipboard eventsJan-Marek Glogowski1-0/+9
2021-04-11Related tdf#117750: fix "Solarization" and "Aging"Julien Nabet2-2/+2
2021-04-11Related tdf#117750: fix UnsharpenFilterJulien Nabet1-1/+1
2021-04-09fix small cairo leak in gen backendNoel Grandin1-2/+3
2021-04-07tdf#136918 restrict symbol size to button widthJan-Marek Glogowski2-2/+4
2021-04-06Exclude tests based on device color depth, not RDPMike Kaganski2-45/+45
2021-04-06Fix VclComplexTextTest::testArabic another wayMike Kaganski1-2/+5
2021-04-06tdf#141197 if we have a sysobj child then include that in the atk hierarchyCaolán McNamara4-0/+31
2021-04-06ofz#32796: no pdfium during wmf fuzzingCaolán McNamara1-0/+2
2021-04-05tdf#141318 Dialog::GetOptimalSize not including border if called before ShowCaolán McNamara1-1/+4
2021-04-01Resolves: tdf#141258 turn scrollbars on/off once per layout loopCaolán McNamara1-11/+16
2021-03-31Fix the test in Windows RDP sessionsMike Kaganski1-1/+1
2021-03-31Exclude some tests in Windows RDP sessionMike Kaganski2-0/+90
2021-03-31tdf#140813: Use GetUpdatedClipboardFormats to enumerate clipboard formatsMike Kaganski9-78/+113
2021-03-30fix the endif placement for GTK_CHECK_VERSIONCaolán McNamara1-2/+1
2021-03-30Related: tdf#141197 critical a11y warningCaolán McNamara1-1/+1
2021-03-23tdf#141063 Always use region rectangles for clipping on macOSThorsten Wagner1-33/+9
2021-03-22tdf#141166 widget with id "tabcontrol" might not be a TabControlCaolán McNamara1-3/+15
2021-03-21tdf#131031 take MenuBar into account on size changeArmin Le Grand (Allotropia)1-1/+6
2021-03-17round polygon points before merging them for Skia drawing (tdf#140848)Luboš Luňák2-2/+48
2021-03-15tdf#127217: Fix buttons in forms not working in Adobe ReaderJulien Nabet1-3/+1
2021-03-14tdf#140136 sc: fix tree list expansion in AutoFilterAttila Szűcs1-1/+40
2021-03-11tdf#127471 Detect&Correct EMF/WMF with wrong FontScaleArmin Le Grand (Allotropia)3-33/+39
2021-03-11forgotten ComputeScanlineSize() (tdf#140917)Luboš Luňák1-0/+1
2021-03-10Fix an OUString constructionStephan Bergmann1-1/+1
2021-03-10tdf#127471 correct EMF/WMF im/export for scaled fontArmin Le Grand (Allotropia)3-3/+86
2021-03-09tdf#116983 tdf#136175: retry if failedMike Kaganski1-3/+6
2021-03-09tdf#127471 improve SVM FontScaling im/exportArmin Le Grand (Allotropia)2-7/+112
2021-03-09tdf#138314 Change selected tab text color on macOS Big SurThorsten Wagner1-1/+1
2021-03-08tdf#138122 Detect window scaling for multi display configurations on macOSThorsten Wagner7-39/+48
2021-03-05actually restore the original HFONTLuboš Luňák1-1/+4
2021-03-03tdf#140606 make PDF parsing more lenient and prevent a crashTomaž Vajngerl3-10/+26
2021-03-03tdf#140537 scroll-wheeling shouldn't affect disabled scrollbarsCaolán McNamara1-1/+4
2021-03-01generic Skia workaround for VCL sending empty size (tdf#140288)Luboš Luňák4-15/+26
2021-03-01make sure Skia DWrite matches the given HFONT exactly (tdf#137122)Luboš Luňák2-14/+35
2021-03-01it's enough to have one Skia font managerLuboš Luňák3-6/+8
2021-02-22fix sporadic crash in sd_misc_tests on windowsNoel Grandin1-0/+6
2021-02-16always optimize bitmap transform to translate+scale if possible (tdf#138068)Luboš Luňák1-24/+3
2021-02-16tdf#140207 Qt downscale the ExtTextInputPosJan-Marek Glogowski1-2/+3
2021-02-15ImplGetTabRect(ImplTabItem*) variant always returns 0 with default argsCaolán McNamara1-2/+3
2021-02-13tdf#140225 call cancel before destroying menubarCaolán McNamara2-5/+36
2021-02-03tdf#139869 vcl: fix lazy-loading of BMP images with logic sizeMiklos Vajna4-2/+50
2021-01-27NSApplication's appearance property exists in macOS 10.14 and later onlyTor Lillqvist1-5/+7
2021-01-27tdf#129180 Fix default paper size in the dropdownGabor Kelemen1-3/+4
2021-01-27tdf#139609 avoid fetching unnecessary xid under gtk3Caolán McNamara19-26/+55
2021-01-27Fix crash in ProcessEventsToIdle debug codeJan-Marek Glogowski1-2/+4