summaryrefslogtreecommitdiff
path: root/vcl/jsdialog
AgeCommit message (Expand)AuthorFilesLines
2021-04-07jsdialog: simplify unselect for treeviewSzymon Kłos1-4/+2
2021-04-07jsdialog: unselect treeview entry by iteratorSzymon Kłos1-1/+4
2021-04-06jsdialog: fix missing update for "treeview" action "select"Henry Castro1-0/+1
2021-04-06lok: fix treeview action "select"Henry Castro1-4/+7
2021-03-08jsdialog: fix free JsonWriter assertionSzymon Kłos1-0/+4
2021-03-06jsdialog: send selection change for icon viewSzymon Kłos1-6/+64
2021-03-06jsdialog: stop idle on destructionSzymon Kłos1-2/+9
2021-03-06jsdialog: update on treeview clearSzymon Kłos1-0/+6
2021-03-05jsdialog: update on treeview item removeSzymon Kłos1-0/+12
2021-03-04jsdialog: handle standard buttons like helpSzymon Kłos2-0/+43
2021-03-03jsdialog: missing method for treeviewSzymon Kłos1-0/+6
2021-02-10cid#1472858 Unchecked dynamic_castCaolán McNamara1-5/+1
2021-02-08jsdialog autofilter: show submenu on demadSzymon Kłos2-5/+20
2021-01-22jsdialog: partial updates for more widgetsSzymon Kłos1-21/+24
2021-01-22jsdialog: enqueue update on dialog weldSzymon Kłos1-9/+1
2021-01-21jsdialog: don't send multiple updates with the same contentSzymon Kłos1-0/+12
2021-01-21jsdialog: flush message queue on dialog closeSzymon Kłos1-1/+1
2021-01-21jsdialog: remove unnecessary handlerSzymon Kłos1-6/+0
2021-01-21jsdialog: send updates also for source treeview on dragSzymon Kłos1-38/+40
2021-01-21jsdialog: set entry text without back notificationSzymon Kłos2-3/+5
2021-01-20Revert "jsdialog: enqueue update on dialog weld"Stephan Bergmann1-1/+9
2021-01-20jsdialog: enqueue update on dialog weldSzymon Kłos1-9/+1
2021-01-20jsdialog: implemented RadioButtonSzymon Kłos2-0/+40
2021-01-19jsdialog: clear notifications when sentSzymon Kłos1-0/+2
2021-01-15jsdialog: TreeView row activationSzymon Kłos1-1/+13
2021-01-15jsdialog: enqueue messages in orderSzymon Kłos1-48/+48
2021-01-14jsdialog: execute IconView actionsSzymon Kłos1-0/+30
2021-01-14jsdialogs: implemented IconViewSzymon Kłos1-0/+50
2021-01-13jsdialog: use shared senderSzymon Kłos1-125/+94
2021-01-13Revert "jsdialog: disable idle notify"Szymon Kłos1-47/+5
2021-01-12jsdialog: make Data field dialog workingSzymon Kłos1-0/+1
2021-01-10jsdialog: updates in similar fashion like other messagesSzymon Kłos1-0/+16
2021-01-09lok: fix initialization variableHenry Castro1-2/+2
2021-01-09cid#1470783 Logically dead codeCaolán McNamara1-3/+2
2021-01-05jsdialog: use the "WindowShow/WindowHide" to notifyHenry Castro1-0/+20
2021-01-05jsdialog: direct updates for treeviewSzymon Kłos1-16/+17
2021-01-04jsdialog: override weld_message_dialogHenry Castro1-0/+26
2020-12-29jsdialog: update JSON on treeview modificationSzymon Kłos1-0/+22
2020-12-28jsdialog: handle value change for spinfieldsSzymon Kłos2-1/+11
2020-12-28jsdialog: disable row activated on "select" actionHenry Castro1-1/+1
2020-12-28jsdialog: use "WindowPaint" event to updateHenry Castro1-0/+45
2020-12-28jsdialog: use the "WindowShow" eventHenry Castro1-0/+18
2020-12-28jsdialog: change selection not mergeSzymon Kłos1-0/+2
2020-12-28jsdialog: properly destroy JsonWriterSzymon Kłos1-5/+12
2020-12-23jsdialog: fix disable idle notifyHenry Castro1-4/+5
2020-12-22jsdialog: add the "expand" actionHenry Castro1-7/+13
2020-12-22jsdialog: disable idle notifyHenry Castro1-0/+6
2020-12-18lok: jsdialog: fix possible nullptr dereferenceHenry Castro1-16/+18
2020-12-18lok: jsbuilder: avoid sending early id to client sideHenry Castro1-1/+1
2020-12-08jsdialog: send close on dialog responseSzymon Kłos1-25/+57