summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-05jsdialog: remove unnecessary handlerSzymon Kłos2-8/+0
2021-02-05jsdialog: send updates also for source treeview on dragSzymon Kłos2-46/+48
2021-02-05jsdialog: set entry text without back notificationSzymon Kłos3-4/+7
2021-02-05jsdialog: implemented RadioButtonSzymon Kłos3-2/+57
2021-02-05jsdialog: clear notifications when sentSzymon Kłos1-0/+2
2021-02-05jsdialog: enqueue messages in orderSzymon Kłos2-60/+66
2021-02-05jsdialog: use shared senderSzymon Kłos2-193/+177
2021-02-04vcl: fix UB in Window::ImplGetFirstOverlapWindow()Miklos Vajna2-0/+15
2021-02-04jsdialog: support for freeze/thawSzymon Kłos1-1/+29
2021-02-04Revert "jsdialog: disable idle notify"Szymon Kłos4-79/+11
2021-02-04jsdialog: direct updates for treeviewSzymon Kłos2-15/+17
2021-02-04jsdialog: updates in similar fashion like other messagesSzymon Kłos1-3/+20
2021-01-27NSApplication's appearance property exists in macOS 10.14 and later onlyTor Lillqvist1-5/+7
2021-01-21jsdialog: TreeView row activationSzymon Kłos1-1/+13
2021-01-19cid#1464972 Unchecked dynamic_castCaolán McNamara1-4/+10
2021-01-19Move SalInstanceRadioButton decl to header fileSzymon Kłos1-53/+44
2021-01-19jsdialog: dump radio groupsSzymon Kłos1-0/+9
2021-01-19lok: fix initialization variableHenry Castro1-2/+2