summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2023-04-07Make encodeForXml accessible for other modulesSzymon Kłos1-43/+7
2022-08-31lok: allow shrinking too big widgetsSzymon Kłos1-9/+0
2022-05-31ofz#46905 Null-dereferenceCaolán McNamara1-0/+2
2022-05-31forcepoint#85 Conditional jump or move depends on uninitialised valueCaolán McNamara1-1/+2
2022-05-31ofz: glyph data must be at least 10 bytes long to be usefulCaolán McNamara1-1/+1
2022-05-31ofz: measure maximum possible contoursCaolán McNamara1-2/+8
2022-05-31lastPoint might be 0xFFFFCaolán McNamara1-1/+1
2022-05-31ofz#45081 check font lengthCaolán McNamara1-7/+27
2022-04-06ofz: Too many hatch pointsCaolán McNamara1-0/+7
2022-03-09PDF export of PDF images: don't preserve annotations in generalMiklos Vajna3-2/+45
2022-03-07lok: send logic autofilter positionSzymon Kłos1-1/+4
2022-03-04lok: vcl: introduce set_cursor_data methodHenry Castro2-1/+11
2022-02-07PDF export: improve precision of pdf image sizescp-6.4-55co-6.4-55Miklos Vajna2-2/+50
2022-01-25Add sanity check to avoid potential crash in the Collabora Online serverTor Lillqvist1-2/+3
2022-01-25lok: use focused tab page helpSzymon Kłos1-1/+3
2022-01-11PDF export of PDF images: preserve hyperlinksMiklos Vajna3-0/+67
2022-01-07Backport the better fix of tdf#73523 from masterAndras Timar1-9/+24
2022-01-06Remove dubious assert "Forbidden Access to empty bitmap!"Stephan Bergmann1-2/+0
2022-01-05tdf#73523 do not seek backwards, the color mask info is not thereAndras Timar2-3/+2
2022-01-04lokit: double check for disposed windows & fix leak.Michael Meeks1-1/+1
2021-12-27lok: add 'dropdown' dialog typeHenry Castro1-1/+4
2021-11-24crashtesting: crash on reexport of tdf118346-1.odg to odgCaolán McNamara1-1/+6
2021-11-24cid#1473818 Use after freeCaolán McNamara1-24/+25
2021-11-23Crash around help-windows.Michael Meeks1-1/+2
2021-10-29jsdialogs: use for MessageDialogsSzymon Kłos1-2/+2
2021-10-29Make View Certificate sub-dialog asyncSzymon Kłos1-1/+2
2021-10-29Make View Certificate dialog asyncSzymon Kłos1-1/+2
2021-10-29jsdialog: enable Digital Signatures dialogSzymon Kłos1-1/+2
2021-10-29jsdialog: activate tabpage after switchSzymon Kłos1-0/+4
2021-10-29jsdialog: weld Image widgetSzymon Kłos2-15/+38
2021-10-29Move SalInstanceImage decl to header fileSzymon Kłos1-31/+25
2021-10-29jsdialog: dump FixedImageSzymon Kłos1-0/+25
2021-09-08Revert "Tentative fix for crash in the iOS app"Tor Lillqvist1-2/+0
2021-09-01Stopgap workaround for misspelling wavy underline drawing bug on iOSTor Lillqvist1-0/+5
2021-08-31Check mpWindowImpl before use in Window::EndTrackingSzymon Kłos1-0/+1
2021-08-29Take the PDF graphic rendering DPI into account when exportingTomaž Vajngerl5-20/+61
2021-08-02vcl: avoid native widget pieces for disposed BorderWindow.Michael Meeks2-3/+4
2021-07-16vcl: check mpWindowImpl for nullptr.Michael Meeks1-1/+2
2021-07-14vcl: make get_id safe for disposed windows; avoid unsafe use as well.Michael Meeks2-2/+5
2021-07-06tdf#127217: Fix buttons in forms not working in Adobe ReaderJulien Nabet1-3/+1
2021-07-04jsdialog: move list of enabled dialogs to separate fileSzymon Kłos4-49/+97
2021-06-24Add ProfileZone to 24- and 32-bit scaleDown/Up in BitmapScaleSuperFilterTor Lillqvist1-0/+5
2021-06-24Cache a static wavy line as bitmap and reuse itmerttumer1-3/+98
2021-06-16vcl: check mpWindowImpl for nullptrGabriel Masei5-26/+58
2021-06-12vcl: check mpWindowImpl before referencing it.Gabriel Masei3-27/+43
2021-06-10scale VCL's scale cache according to the number of Online viewsLuboš Luňák1-0/+8
2021-06-08Fix click on the drawing area of CSV dialogmerttumer1-1/+5
2021-05-19vcl PDF export: fix re-exporting PDF images with arbitrary page-level rotationMiklos Vajna3-21/+104
2021-05-18Add a ProfileZone around the mpPollCallback invocationTor Lillqvist1-0/+3
2021-05-14vcl PDF tokenizer: fix EOF position when \r is not followed by \nMiklos Vajna3-1/+94