summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2022-01-26support for the WebP image format (tdf#114532)Luboš Luňák32-3/+1062
2022-01-26do not require that an image type has a 3-character extensionLuboš Luňák1-1/+1
2021-11-10tdf#145354: Don't let an arbitrary paper size match any other arbitrary sizeTor Lillqvist1-2/+4
2021-11-10Add Printer::GetSizeOfPaper() with semantics to match GetPaper()Tor Lillqvist1-0/+5
2021-11-10tdf#145354: Don't claim random paper sizes from the system are "User Defined"Tor Lillqvist1-2/+9
2021-11-10tdf#145354: Ensure displayed paper name matches displayed paper dimensionsTor Lillqvist2-6/+8
2021-10-11Use idle to update preview in print dlgSamuel Mehrbrodt2-14/+40
2021-04-16tdf#140639 cache FcPattern for font optionsCaolán McNamara4-22/+117
2021-04-14tdf#141623 Qt5+cairo init surface with widget sizeJan-Marek Glogowski1-4/+4
2021-04-12Related tdf#117750: fix "Solarization" and "Aging"Julien Nabet2-2/+2
2021-04-12Related tdf#117750: fix UnsharpenFilterJulien Nabet1-1/+1
2021-03-22tdf#141166 widget with id "tabcontrol" might not be a TabControlCaolán McNamara1-3/+15
2021-03-15tdf#127217: Fix buttons in forms not working in Adobe ReaderJulien Nabet1-3/+1
2021-03-03generic Skia workaround for VCL sending empty size (tdf#140288)Luboš Luňák4-15/+26
2021-02-16tdf#140207 Qt downscale the ExtTextInputPosJan-Marek Glogowski1-2/+3
2021-02-12always optimize bitmap transform to translate+scale if possible (tdf#138068)Luboš Luňák1-24/+3
2021-01-28drop RadioButton arg defaultsCaolán McNamara2-3/+3
2021-01-27tdf#129180 Fix default paper size in the dropdownGabor Kelemen1-3/+4
2021-01-27Fix crash in ProcessEventsToIdle debug codeJan-Marek Glogowski1-2/+4
2021-01-26Resolves: tdf#106484 Print Properties Device tab dropdown change not detectedCaolán McNamara2-0/+10
2021-01-26RadioButton tick in a different place than CheckBox tickCaolán McNamara1-2/+2
2021-01-22Fix handling of the OBJECTDESCRIPTOR clipboard (pasteboard) type on macOSTor Lillqvist1-34/+45
2021-01-21rhbz#1918152 fix FTBFSCaolán McNamara1-2/+0
2021-01-18Related: rhbz#1889257 spurious debugging outputCaolán McNamara1-1/+0
2021-01-18tdf#138829 don't grab focus to roadmap label when sync timer firesCaolán McNamara4-6/+7
2021-01-18tdf#137695 shrink widget height below natural min within data browserCaolán McNamara3-4/+14
2021-01-17set small button provider at screen instead of at each widgetCaolán McNamara3-31/+37
2021-01-17tdf#139643: fix missing PDF/UA flagJulien Nabet1-1/+1
2021-01-07ofz#29113 short readCaolán McNamara1-0/+7
2021-01-04tdf#138801 vcl: fix lazy-loading of GIF images with logic sizeMiklos Vajna7-3/+110
2020-12-17tdf#138950 allow up to one short read to not trigger cancelling importCaolán McNamara3-4/+5
2020-12-17tdf#138661 don't emit value-changed when not changed by userCaolán McNamara1-0/+12
2020-12-11tdf#76644 extended tips not shown for 'gen' menu itemsCaolán McNamara1-2/+5
2020-12-10leaked_storageCaolán McNamara1-1/+1
2020-12-10unref pSubMenuModel at the end of the scopeCaolán McNamara1-1/+3
2020-11-25tdf#131970 enable tab-cycling between VerticalTabControl membersCaolán McNamara1-0/+2
2020-11-24tdf#137662 ignore focus in dropdown if dropdown is hiddenCaolán McNamara1-3/+11
2020-11-24Avoid warning about deprecation in macOS 11.0Tor Lillqvist1-0/+3
2020-11-24There is no QuickTime frameworkTor Lillqvist1-1/+0
2020-11-23avoid Skia floating point position fixups for rectangles (tdf#137329)Luboš Luňák1-16/+36
2020-11-19tdf#113163 OOXML Fix transparency and alpha channel supportBartosz Kosiorek2-1/+3
2020-11-17tdf#138022 Skia don't recreate empty surfacesJan-Marek Glogowski2-10/+16
2020-11-17tdf#137898 Page count is not reset to 1 in the print preview dialogCaolán McNamara1-1/+1
2020-11-17disable Vulkan for Windows 7 (tdf#138219)Luboš Luňák1-0/+3
2020-11-17tdf#138183 sync pending clipboard assign on clipboard ownership-changeCaolán McNamara1-0/+13
2020-11-16tdf#136962 only do implicit SetUpdateMode optimization if the widget is hiddenCaolán McNamara1-6/+9
2020-11-16Resolves: tdf#137786 allow 'toggling' GtkToolButtonsCaolán McNamara1-8/+6
2020-11-14xmlsecurity: handle MDP permission during PDF verifyMiklos Vajna2-10/+84
2020-11-12vcl pdf tokenizer: fix handling of dict -> array -> dict tokensMiklos Vajna5-2/+189
2020-11-11lock print dialog height so expanders don't expand the dialogCaolán McNamara3-1/+8