summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-19jsdialog: use the "WindowShow/WindowHide" to notifyHenry Castro3-1/+27
2021-01-19lok: add missing global notifierHenry Castro1-0/+19
2021-01-19jsdialog: override weld_message_dialogHenry Castro2-0/+28
2021-01-19jsdialog: disable row activated on "select" actionHenry Castro1-1/+1
2021-01-19jsdialog: add the "expand" actionHenry Castro2-7/+20
2021-01-19jsdialog: fix disable idle notifyHenry Castro1-4/+5
2021-01-19jsdialog: use "WindowPaint" event to updateHenry Castro2-0/+54
2021-01-19jsdialog: use the "WindowShow" eventHenry Castro2-0/+24
2021-01-19jsdialog: disable idle notifyHenry Castro4-1/+22
2021-01-19lok: check if the tree list box model has changedHenry Castro2-0/+9
2021-01-18lok: add "ondemand" property to dump the TreeView propertyHenry Castro1-0/+13
2021-01-18lok: jsdialog: fix possible nullptr dereferenceHenry Castro1-18/+20
2021-01-18lok: jsbuilder: avoid sending early id to client sideHenry Castro1-1/+1
2021-01-18lok: use JSDialog Builder to create a Macro Selector DialogHenry Castro1-1/+2
2021-01-18lok: jsbuilder: fix disable dialog tunnelingHenry Castro1-0/+8
2021-01-18tdf#138122 Add window scaling for retina displays on macOS, plus fixes for iOSThorsten Wagner11-427/+891