summaryrefslogtreecommitdiff
path: root/vcl/source/window
AgeCommit message (Expand)Author
2024-11-25a11y: Make ImplGetLabeledBy param const and drop const_castMichael Weghorn
2024-11-25a11y: Make param const to avoid const_cast in callerMichael Weghorn
2024-11-24tdf#130857 Pass child type to WidgetBuilder::insertObjectMichael Weghorn
2024-11-19cid#1608576 silence Overflowed return valueCaolán McNamara
2024-11-17cid#1607974 silence Overflowed return valueCaolán McNamara
2024-11-13loplugin:reftotemp in vclNoel Grandin
2024-11-12clang-tidy: performance-unnecessary-copy-initialization in vclNoel Grandin
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-08no need to take a copy of the getProcessComponentContext return valueNoel Grandin
2024-11-06loplugin:passstuffbyref in vclNoel Grandin
2024-10-30tdf#163582: Fix scrolling distance increasing geometrically.Marc Mondesir
2024-10-29cid#1607551 silence Overflowed constantCaolán McNamara
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-28cid#1607898 silence Overflowed constantCaolán McNamara
2024-10-25tdf#130857 VclBuilder: Move extractActive to BuilderBaseMichael Weghorn
2024-10-24tdf#130857 VclBuilder: Make extractEntry a static helperMichael Weghorn
2024-10-22tdf#163486: PVS: Identical branchesBogdan Buzea
2024-10-22move vcl::DeleteOnDeinit to toolsNoel Grandin
2024-10-18tdf#163486: PVS: check GetMenu()Xisco Fauli
2024-10-18tdf#163486: PVS: recurring checkXisco Fauli
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-09vcl: Use fabs() for double argumentRico Tzschichholz
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-10-03cid#1608220 Data race conditionNoel Grandin
2024-10-03tdf#163047 sc: fix more pages on a single sheet printing functionTibor Nagy
2024-10-01loplugin:constantparamNoel Grandin
2024-09-30cid#1608502 Overflowed constantCaolán McNamara
2024-09-27null-deref seen in testingCaolán McNamara
2024-09-26Related tdf#146906 - Remove hard-coded access to split windowHeiko Tietze
2024-09-26Fix build: move CrashReporter code to vcl/source/window/builder.cxxMike Kaganski
2024-09-26tdf#160837 vcl: Use getter to get frame geometryMichael Weghorn
2024-09-26tdf#160837 vcl: Use existing SalFrame::GetWidthMichael Weghorn
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