summaryrefslogtreecommitdiff
path: root/vcl/source/window/builder.cxx
AgeCommit message (Expand)Author
2024-12-21tdf#130857 qt weld: Set menu button's menu defined in .ui fileMichael Weghorn
2024-12-20cool#10115 sc: enable ScPosWnd for lokit with jsdialogRashesh
2024-12-20tdf#130857 vcl: Move extract* helpers to BuilderBaseMichael Weghorn
2024-12-16Set that a non-modal Popover don't auto-grab focus on popupCaolán McNamara
2024-12-14tdf#130857 VclBuilder: Move more radio group logic to base classMichael Weghorn
2024-12-14tdf#130857 VclBuilder: Store radio button groups in BuilderBaseMichael Weghorn
2024-12-11jsdialog: send message for weld::MenuSzymon Kłos
2024-12-10tdf#164072 vcl: Let MenuButton dispose its PopupMenuMichael Weghorn
2024-12-08tdf#130857 qt weld: Set tree view column header titleMichael Weghorn
2024-12-07weld: Rename weld::Treeview selection signal/connectMichael Weghorn
2024-11-30tdf#130857 vcl: Deduplicate extract* methods returning OUStringMichael Weghorn
2024-11-30tdf#130857 vcl: Deduplicate extract* methods returning boolMichael Weghorn
2024-11-30tdf#130857 qt weld: Evaluate GtkTreeView:show-expanders propertyMichael Weghorn
2024-11-30tdf#130857 VclBuilder: Move extractHeadersVisible to base classMichael Weghorn
2024-11-24tdf#130857 Pass child type to WidgetBuilder::insertObjectMichael Weghorn
2024-11-11tdf#130857 VclBuilder: Complete moving XML parsing to base classesMichael Weghorn
2024-11-11tdf#130857 Move VclBuilder::handleMenu{,Child} to WidgetBuilderMichael Weghorn
2024-11-11tdf#130857 Add WidgetBuilder::createMenu, use to abstract from VCL-specificsMichael Weghorn
2024-11-11tdf#130857 VclBuilder: Make MenuAndId a templateMichael Weghorn
2024-11-11VClBuilder: Avoid casting by using PopupMenu directlyMichael Weghorn
2024-11-11tdf#130857 VclBuilder: Drop unused "GtkMenuBar" supportMichael Weghorn
2024-11-10tdf#130857 VclBuilder: Split XML parsing + applying tab child propsMichael Weghorn
2024-11-10tdf#130857 VclBuilder: Abstract tab control check from VCL detailsMichael Weghorn
2024-11-10com::sun::star -> cssMike Kaganski
2024-11-06loplugin:passstuffbyref in vclNoel Grandin
2024-10-29tdf#130857 VclBuilder: Move extractResizable to BuilderBaseMichael Weghorn
2024-10-29tdf#130857 VclBuilder: Move extractTooltipText to BuilderBaseMichael Weghorn
2024-10-29tdf#130857 Move loadThemeImage from FixedImage to BuilderBaseMichael Weghorn
2024-10-29tdf#130857 VclBuilder: Move extractIconName to BuilderBaseMichael Weghorn
2024-10-25tdf#130857 VclBuilder: Move extractActive to BuilderBaseMichael Weghorn
2024-10-24tdf#130857 VclBuilder: Make extractEntry a static helperMichael Weghorn
2024-10-12tdf#130857 VclBuilder: Move internal child visible logic to baseMichael Weghorn
2024-10-12tdf#130857 VclBuilder: Make extractVisible a static helperMichael Weghorn
2024-10-05tdf#130857 VclBuilder: Extract setMnemonicWidget helper + call from baseMichael Weghorn
2024-10-05tdf#130857 VclBuilder: Move mnemonic-widget bookkeeping to base classMichael Weghorn
2024-09-30cid#1608502 Overflowed constantCaolán McNamara
2024-09-26Fix build: move CrashReporter code to vcl/source/window/builder.cxxMike Kaganski
2024-09-25tdf#130857: Move .ui -> VCL respone code mapping to handleActionWidgetMichael Weghorn
2024-09-25tdf#130857 VclBuilder: Use existing VclBuilder::getMichael Weghorn
2024-09-25tdf#130857 Use std::u16string_view for VclBuilder::get paramMichael Weghorn
2024-09-25tdf#130857 VclBuilder: Extract helper to start parsing UI fileMichael Weghorn
2024-09-25tdf#130857 VclBuilder: Pass UI dir/root to BuilderBaseMichael Weghorn
2024-09-25tdf#130857 Move VclBuilder::handleObject to WidgetBuilder baseMichael Weghorn
2024-09-25tdf#130857 refactor VclBuilder: Extract template base classOmkarAcharekar
2024-09-23vcl builder : no need to use OUString hereArnaud VERSINI
2024-09-21tdf#130857 VclBuilder: Extract helpers to insert combo/list box itemsMichael Weghorn
2024-09-21tdf#130857 VclBuilder: Extract helpers to set prio/EnumContextMichael Weghorn
2024-09-21tdf#130857 VclBuilder: Avoid using vcl WindowType to detect toolbarMichael Weghorn
2024-09-21tdf#130857 VclBuilder: Move handleActionWidget to base classMichael Weghorn
2024-09-21tdf#130857 VclBuilder: Move "packing" parsing to base classMichael Weghorn