summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2021-05-27vcl PDF export: fix re-exporting PDF images with arbitrary page-level rotationMiklos Vajna3-21/+104
2021-05-27vcl PDF tokenizer: fix EOF position when \r is not followed by \nMiklos Vajna3-1/+94
2021-05-12android: Fix DrawingArea inside CsvTableBox is shrinkedmerttumer1-0/+9
2021-05-12vcl: Don't just return OK when executing a dialog in AndroidTomaž Vajngerl1-8/+0
2021-05-12lok: add rendering and input for form controls in CalcTomaž Vajngerl1-0/+15
2021-05-12vcl pdfium render: handle widget annotations for form fieldsMiklos Vajna3-0/+145
2021-05-12Wait for dialog response on Androidmerttumer1-1/+2
2021-05-12Added Text Import Dialog to JSDialogs listmerttumer1-1/+2
2021-05-12jsdialog: handle response buttonsSzymon Kłos1-3/+19
2021-04-14jsdialog: uitest: handle click for drawing areaSzymon Kłos2-0/+58
2021-04-14notebookbar: minify for onlineSzymon Kłos2-7/+1
2021-04-09fix small cairo leak in gen backendNoel Grandin1-2/+3
2021-03-31vcl: allow for overriding the default PDF rendering resolutionAshod Nakashian1-1/+17
2021-03-29ImplNewInputContext: check pointer before useSzymon Kłos1-1/+1
2021-03-24tdf#141217: Improve plain text pasting on iOSTor Lillqvist1-16/+15
2021-03-22Avoid -Werror=nonnull with glibc-headers-x86-2.32-1.fc33.noarchStephan Bergmann1-2/+2
2021-03-22ofz#26122 allow NINSIZE input full elementsCaolán McNamara1-7/+9
2021-03-22ofz#25989 cmap parsingCaolán McNamara1-1/+1
2021-03-16jsdialog: simplify unselect for treeviewSzymon Kłos1-4/+2
2021-03-16check for quit when calling Yield in loopNoel Grandin5-4/+9
2021-03-13tdf#140606 make PDF parsing more lenient and prevent a crashTomaž Vajngerl5-10/+38
2021-03-12jsdialog: unselect treeview entry by iteratorSzymon Kłos1-1/+4
2021-03-10Don't unselect an existing selection on (long) press on iOS and AndroidTor Lillqvist1-3/+12
2021-03-09jsdialog: JSMessageDialog tweaks when builder is nullptrHenry Castro2-0/+67
2021-03-04jsdialog: refresh on thawSzymon Kłos1-0/+1
2021-03-04tdf#139429 Convert Style previews widget to IconViewSzymon Kłos2-0/+19
2021-03-04jsdialog: send selection change for icon viewSzymon Kłos2-9/+121
2021-03-04jsdialog: stop idle on destructionSzymon Kłos2-2/+10
2021-03-03LOK: added missing PixelInvalidate method for currency listPranam Lashkari2-0/+9
2021-03-03jsdialog: update on treeview clearSzymon Kłos2-0/+8
2021-03-02Don't skip lines if only one row in the listSzymon Kłos1-0/+4
2021-03-02Resize IconView entry if there is no spaceSzymon Kłos1-0/+4
2021-03-02Invalidate IconView on scroll if has only one rowSzymon Kłos1-2/+2
2021-02-26Init Notebookbar for Online Drawmert1-1/+2
2021-02-23lok: fix treeview action "select"Henry Castro1-4/+7
2021-02-23jsdialog: fix missing update for "treeview" action "select"Henry Castro1-0/+1
2021-02-22lok: add batch mode option to load the documentHenry Castro1-0/+4
2021-02-11Revert "on SelMouseButtonDown check if window pointer is not null"Caolán McNamara1-1/+1
2021-02-10jsdialog: update on treeview item removeSzymon Kłos2-0/+16
2021-02-09jsdialog: single activation property for treeviewSzymon Kłos1-0/+2
2021-02-09jsdialog: handle standard buttons like helpSzymon Kłos4-0/+55
2021-02-09Introduce Fontwork contextSzymon Kłos1-0/+1
2021-02-08jsdialog autofilter: show submenu on demadSzymon Kłos3-10/+40
2021-02-05jsdialog: missing method for treeviewSzymon Kłos2-0/+7
2021-02-05jsdialog: partial updates for more widgetsSzymon Kłos2-24/+27
2021-02-05on SelMouseButtonDown check if window pointer is not nullPranam Lashkari1-1/+1
2021-02-05jsdialog: enqueue update on dialog weldSzymon Kłos1-11/+1
2021-02-05jsdialog: don't send multiple updates with the same contentSzymon Kłos1-0/+12
2021-02-05jsdialog: reduce number of unnecessary messagesSzymon Kłos1-1/+3
2021-02-05jsdialog: flush message queue on dialog closeSzymon Kłos2-1/+2