summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxmenu.cxx
AgeCommit message (Expand)Author
2023-11-19WIP: async popup menusJan-Marek Glogowski
2023-10-20Use getXWeak in toolkitMike Kaganski
2023-07-27tdf#155625 a11y: Notify about menu item role changeMichael Weghorn
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-01-14XUnoTunnel->dynamic_cast in VCLXMenuNoel Grandin
2022-04-02Recheck modules t* with IWYUGabor Kelemen
2022-03-28Operate on VCL Menu with SolarMutex lockedStephan Bergmann
2022-01-08Fix buildMike Kaganski
2022-01-08move UserData bodge into VCLXMenuCaolán McNamara
2021-12-18tdf#146286 Crash/hang calling context menuNoel Grandin
2021-12-17osl::Mutex->std::mutex in VCLXMenuNoel Grandin
2021-11-29use more XPopupMenu methods over PopupMenu onesCaolán McNamara
2021-11-29move PopupMenu::IsInExecute out of vcl/include/menu.hxxCaolán McNamara
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2020-10-04loplugin:reducevarscope in toolkit..unotoolsNoel
2020-08-04loplugin:flatten in toolkitNoel Grandin
2020-03-03inline some use-once constantsNoel Grandin
2020-02-05move some toolkit/ headers inside the moduleNoel Grandin
2019-09-18tdf#42949 Fix IWYU warnings in toolkit/Gabor Kelemen
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-06-04tdf#39593 remove IMPL_XUNOTUNNEL* macrosArkadiy Illarionov
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2019-02-11loplugin:indentation in lingucomponent..toolsNoel Grandin
2019-01-15tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski
2018-01-15More loplugin:cstylecast: toolkitStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: toolkitStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-02-09tdf#105672 framework managed menu buttonMaxim Monastirsky
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-21move GetXGraphic to its only userCaolán McNamara
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin
2016-11-24vcl makes no use of menu Get/Set DefaultItemCaolán McNamara
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-27don't allocate uno::Reference on the heapNoel Grandin
2015-09-11convert Link<> to typedNoel Grandin
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann