summaryrefslogtreecommitdiff
path: root/vcl/jsdialog/jsdialogbuilder.cxx
AgeCommit message (Expand)Author
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-03-31jsdialog: enable sort dialogSzymon Kłos
2023-03-21jsdialog: update Entry on replace_selectionSzymon Kłos
2023-03-21jsdialog: add wrapper for ScrolledWindowSzymon Kłos
2023-03-21jsdialog: set text for textview on every key pressSzymon Kłos
2023-03-21jsdialog: don't send full updates on tab changeSzymon Kłos
2023-03-21jsdialog: textselection action for text viewSzymon Kłos
2023-03-21jsdialog: treeview selection should be an actionSzymon Kłos
2023-03-07jsdialog: don't close dialog on tab page destroySzymon Kłos
2023-03-06jsdialog: send full update when showing BuilderPageSzymon Kłos
2023-03-04JSDialog: implemented jsdialog support for the toggle buttonsPranam Lashkari
2023-03-04jsdialog: handle weld_widget_for_responseSzymon Kłos
2023-03-03jsdialog: add wrapper for weld:AssistantSzymon Kłos
2023-03-03lok: macro: VBA message dialogs was causing assertion failureMarco Cecchetti
2023-03-03Move SalInstanceLinkButton declaration to header fileSzymon Kłos
2023-02-06jsdialog: weld all message boxesSzymon Kłos
2023-01-06tdf#86630 sw: Add one-step page number insertion wizardofftkp
2023-01-03jsdialog: fix validation error dialog in CalcSzymon Kłos
2022-12-16jsdialog: enter/leave tab page handlersSzymon Kłos
2022-09-26jsdialog: send action not update for spin button valueSzymon Kłos
2022-08-22jsdialog: send MessageDialog on run not when builtSzymon Kłos
2022-07-21Removed duplicated includeAndrea Gelmini
2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin
2022-06-29jsdialog: be sure we send close popup message when destroyedSzymon Kłos
2022-06-10new loplugin:moveitNoel Grandin
2022-06-02cid#1504591 Uninitialized scalar fieldCaolán McNamara
2022-06-01Introduce weld::IconView::insert_separatorMike Kaganski
2022-05-31jsdialog: introduce popup managementSzymon Kłos
2022-05-01jsdialog: handle formulabar as textinputSzymon Kłos
2022-04-30jsdialog: used for formulabarSzymon Kłos
2022-04-15jsdialog: autofilter: unify with regular popupSzymon Kłos
2022-04-13jsdialog: reenable after welding, unify with dialogsSzymon Kłos
2022-03-06cid#1502882 silence Unchecked dynamic_castCaolán McNamara
2022-03-04jsdialog: enable Accessibility Check dialogSzymon Kłos
2022-02-04Resolves: tdf#146997 use sal_Int64 instead of sal_Int32 for spinbutton valuesCaolán McNamara
2022-02-01jsdialog: sidebar: enable animation panel effectsSzymon Kłos
2022-02-01jsdialog: correctly clean statically created message dialogsSzymon Kłos
2022-02-01jsdialog: send popup when launched using Popover widgetSzymon Kłos
2022-01-24jsdialog: use string identifiersSzymon Kłos
2021-12-30jsdialog: don't send back typed text for comboboxSzymon Kłos
2021-12-29jsdialog: activate tabpage after switchSzymon Kłos
2021-12-29jsdialog: weld Image widgetSzymon Kłos
2021-12-24use comphelper::WeakComponentImplHelper in JSDropTargetNoel Grandin
2021-10-22return weld::Builder by unique_ptrNoel Grandin
2021-10-21loplugin:flattenNoel Grandin
2021-10-06jsdialog: send full update for autofilterSzymon Kłos
2021-10-06jsdialog: avoid compiler warning for plain vcl windowSzymon Kłos
2021-10-06jsdialog: weld plain widgetSzymon Kłos
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-23jsdialog: weld BoxSzymon Kłos