summaryrefslogtreecommitdiff
path: root/vcl/source/window
AgeCommit message (Expand)Author
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
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
2024-09-21tdf#130857 Refactor VclBuilder::handlePacking/applyPackingPropertiesMichael Weghorn
2024-09-21tdf#130857 VclBuilder: Reduce var scopeMichael Weghorn
2024-09-21tdf#130857 VclBuilder: Use existing toBool helperMichael Weghorn
2024-09-21tdf#130857 VclBuilder: Use OUString instead of OStringMichael Weghorn
2024-09-21vcl: Move UTF-16 toBool helper to it's local non-UTF16 equivalentMichael Weghorn
2024-09-18tdf#130857 VclBuilder: Move m_sHelpRoot member to base classMichael Weghorn
2024-09-18tdf#130857 VclBuilder: Move TextBuffer bookkeeping to base classMichael Weghorn
2024-09-18tdf#130857 VclBuilder: Move Adjustment bookkeeping to base classMichael Weghorn
2024-09-18tdf#130857 VclBuilder: Move class/id/custom prop extraction to helperMichael Weghorn
2024-09-17tdf#130857 VclBuilder: Turn extractOrientation into static helperMichael Weghorn
2024-09-12These bogus -Wdangling-reference still hit with current GCC 15 trunkStephan Bergmann