# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) include $(module_directory)/../solenv/gbuild/partial_build.mk # vim: set noet sw=4 ts=4: w/menu.cxx?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/vcl/source/window/menu.cxx
AgeCommit message (Expand)Author
2024-12-07tdf#164093 tdf#157001 a11y: Improve menu window disposalMichael Weghorn
2024-12-06vcl a11y: Use comphelper::disposeComponentMichael Weghorn
2024-12-06a11y: Move menu a11y classes to vcl, no more use factoryMichael Weghorn
2024-12-04vcl: Drop MenuFloatingWindow::KillActivePopup paramMichael Weghorn
2024-12-04vcl: Change Menu::ClosePopup param to PopupMenu*Michael Weghorn
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: 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-11-17cid#1607974 silence Overflowed return valueCaolán McNamara
2024-09-26tdf#160837 vcl: Use getter to get frame geometryMichael Weghorn
2024-08-31cid#1607670 Overflowed constantCaolán McNamara
2024-06-06the remaining Help::GetHelpText calls don't want their parent as fallbackCaolán McNamara
2024-05-10loplugin:ostr in vclNoel Grandin
2024-02-11tdf#54169: do not hide mnemonics in menu, when navigating using mouseMike Kaganski
2024-02-10tdf#54169: revert "gtk is the only case auto-accel is true, and theMike Kaganski
2024-01-25tdf#158101 Make non-gtk backends context popup menu itemJim Raykowski
2023-12-19tdf#123864 a11y: Handle new checkable state for VCLXAccessibleMenuItemMichael Weghorn
2023-12-10cid#1545789 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-11-08loplugin:fieldcast in vclNoel Grandin
2023-09-27tdf#139935 Part B: Show all menu items possible/potential actions,Jim Raykowski
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-07-28tdf#104382 - Menus should be disabled when they have no enabled submenusBalazs Varga
2023-07-27tdf#155625 a11y: Notify about menu item role changeMichael Weghorn
2023-07-21Assume that all modern X servers have a unified display areaNoel Grandin