summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2020-08-20Fix iOS build errorTor Lillqvist1-2/+2
2020-08-19Add test for preserving page number when suappingTomaž Vajngerl1-0/+42
2020-08-19vcl: save and load the page number when swapping the graphicTomaž Vajngerl3-5/+24
2020-08-19do not hardcode a BitmapChecksum in a testLuboš Luňák1-2/+3
2020-08-19Test swapping of GraphicTomaž Vajngerl5-38/+234
2020-08-18headless: don't allow the system to set subpixel rendering eg.Michael Meeks2-5/+20
2020-08-17tdf#135442 min supported version of gtk3 is 3.18 not 3.20Caolán McNamara1-1/+1
2020-08-03Revert "android: avoid expensive load of un-used sidebar icons on mobile."Jan Holesovsky1-6/+0
2020-08-01pdf: add PDFiumPathSegment to the wrapper & use in ImpSdrPdfImportTomaž Vajngerl1-0/+33
2020-07-27xmlsecurity: detect unsigned incremental update between signaturesMiklos Vajna1-1/+12
2020-07-27tdf#135077 Qt5 revert broken fix for tdf#132172Jan-Marek Glogowski1-2/+1
2020-07-23limit exposure of methods exposed for LibreOfficeKit purposes to just thatCaolán McNamara4-12/+14
2020-07-22Add explanatory commentco-6.4-1Tor Lillqvist1-0/+1
2020-07-21This file is used for macOS onlyTor Lillqvist1-5/+1
2020-07-21Fix typoTor Lillqvist1-1/+1
2020-07-21Bypass CppunitTest_vcl_pdfium_library_test unless we have PDFIUMTor Lillqvist1-1/+2
2020-07-20tdf#50879 PDF export: ensure only built-in fonts are used for formsMiklos Vajna1-3/+10
2020-07-16tdf#134832: Don't set mbSupportsBitmap32 on iOSTor Lillqvist1-0/+2
2020-07-15Avoid CGContextSetLineWidth warning about negative line widthTor Lillqvist1-1/+6
2020-07-11tdf#134054 toolbox: respect drop-down arrow rectJan-Marek Glogowski1-10/+8
2020-07-10tdf#130991 Fit the drop-down arrow into its rectJan-Marek Glogowski1-15/+16
2020-07-10tdf#133877 use optimal size for hamburger buttonJan-Marek Glogowski1-4/+4
2020-07-10tdf#123292 notebookbar: vertical align for shortcuts toolbarSzymon Kłos1-2/+6
2020-07-10pdfwriter: nDelta is a signed number appendPdfTimeDateJulien Nabet1-10/+5
2020-07-09Call modified handler on combobox selectionSzymon Kłos1-0/+3
2020-07-07jsdialog: force update if tab is selected againSzymon Kłos2-5/+26
2020-07-06jsdialog: Add mobile version of data validation dialogSzymon Kłos1-1/+6
2020-07-04tdf#132172 Qt5 just handle visible widget's focusJan-Marek Glogowski1-1/+2
2020-07-03tdf#131991 Qt5 RTL mirror mouse wheel X positionJan-Marek Glogowski1-1/+1
2020-07-03jsdialog: weld text viewSzymon Kłos3-0/+51
2020-07-03Move SalInstanceTextView dect to header fileSzymon Kłos1-104/+93
2020-07-02jsdialog: regenerate JSON on dialog collapseSzymon Kłos2-2/+30
2020-07-02tdf#130991 Scale the drop-down arrow size-requestJan-Marek Glogowski1-2/+4
2020-07-02jsdialog: move executor code to vclSzymon Kłos4-9/+149
2020-07-02Revert "weld SvxFontSizeBox_Impl"Szymon Kłos3-113/+6
2020-07-02jsdialog: export cursor visibility for text areasSzymon Kłos1-0/+9
2020-07-02jsdialog: enable watermark dialogSzymon Kłos1-1/+2
2020-07-02Add mobile version of find replace dialogSzymon Kłos1-1/+2
2020-07-02jsdialog: export combobox entriesSzymon Kłos1-0/+29
2020-07-01gtk3: receive mouse events on drawing areaSzymon Kłos2-1/+13
2020-06-30tdf#133859 Wizard service: disable 'Next' button if path has only base itemIlhan Yesil2-0/+6
2020-06-29pdf: add text page object attribs, refactor ImpSdrPdfImport, testsTomaž Vajngerl2-3/+71
2020-06-29pdf: support PDF Form object and getMatrixTomaž Vajngerl1-0/+24
2020-06-29pdf: add PDFiumTextPage and PDFiumPageObject + testTomaž Vajngerl2-1/+98
2020-06-29pdf: fix text annotation (note) modification dateTomaž Vajngerl1-1/+2
2020-06-29pdf export: add support for modification time/date in annotationsTomaž Vajngerl1-28/+50
2020-06-29pdf export: support pop-up annotation for notes / commentsTomaž Vajngerl2-34/+111
2020-06-29pdf: clean-up PDFWriterImpl::createNoteTomaž Vajngerl1-8/+9
2020-06-29support date and time for PDFium and use it for annotationsTomaž Vajngerl3-0/+94
2020-06-29sd: support adding PDF text / pop-up annotations as commentsTomaž Vajngerl1-1/+30