summaryrefslogtreecommitdiff
path: root/vcl/source/window
AgeCommit message (Expand)Author
2024-12-02vcl: Simplify MenuBar::ImplDestroy a bitMichael Weghorn
2024-12-02vcl: Drop unnecessary null checkMichael Weghorn
2024-12-02vcl: Switch MenuBar::ImplCreate param to MenuBarWindow*Michael Weghorn
2024-12-02vcl: Consistently use pMenuBarWindow in MenuBar::ImplCreateMichael Weghorn
2024-12-02vcl: Drop commented code in menu.cxxMichael Weghorn
2024-12-02vcl: Merge PopupMenu::PrepareRun into PopupMenu::ImplExecuteMichael Weghorn
2024-12-02vcl: Use existing PopupMenu::ImplGetFloatingWindowMichael Weghorn
2024-12-02vcl: Use VclPtr<PopupMenu> and reduce castingMichael Weghorn
2024-12-02vcl: Pass GetSystemMenuData param by refMichael Weghorn
2024-12-02vcl: Make Menu::ImplGetSalMenu constMichael Weghorn
2024-12-02vcl: Prefix Menu::pWindow member with "m_"Michael Weghorn
2024-12-02vcl: Consolidate to one Menu::pWindow getterMichael Weghorn
2024-12-02Drop Window::IsAccessibilityEventsSuppressed paramMichael Weghorn
2024-12-02vcl a11y: Drop newly unused vcl::Window::SetAccessibilityEventsSuppressedMichael 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-30vcl: Drop local var pointing to self in WindowData ctorMichael 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-29cid#1607551 silence Overflowed constantCaolán McNamara
2024-11-25a11y: Avoid const_cast in Window::getLegacyNonLayoutAccessibleRelationLabelForMichael Weghorn
2024-11-25vcl: Use non-const local var instead of const_casting laterMichael Weghorn
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