summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxmenu.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-11-07Make sure VCLXPopupMenu has unique RTTIStephan Bergmann1-0/+2
2024-07-11Unify/Port to use VCLUnoHelper for AWT <-> VCL conversionsMichael Weghorn1-4/+2
2024-05-15loplugin:ostr in toolkitNoel Grandin1-5/+5
2024-03-31Resolves: tdf#157258 "Always autocorrect to" deletes the wordCaolán McNamara1-2/+21
2024-01-25tdf#158101 Make non-gtk backends context popup menu itemJim Raykowski1-1/+6
2023-10-20Use getXWeak in toolkitMike Kaganski1-4/+4
2023-07-27tdf#155625 a11y: Notify about menu item role changeMichael Weghorn1-0/+1
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-2/+2
2023-01-14XUnoTunnel->dynamic_cast in VCLXMenuNoel Grandin1-7/+3
2022-04-02Recheck modules t* with IWYUGabor Kelemen1-2/+0
2022-03-28Operate on VCL Menu with SolarMutex lockedStephan Bergmann1-0/+1
2022-01-08Fix buildMike Kaganski1-2/+2
2022-01-08move UserData bodge into VCLXMenuCaolán McNamara1-0/+16
2021-12-18tdf#146286 Crash/hang calling context menuNoel Grandin1-8/+9
2021-12-17osl::Mutex->std::mutex in VCLXMenuNoel Grandin1-46/+46
2021-11-29use more XPopupMenu methods over PopupMenu onesCaolán McNamara1-1/+1
2021-11-29move PopupMenu::IsInExecute out of vcl/include/menu.hxxCaolán McNamara1-1/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-1/+1
2020-10-04loplugin:reducevarscope in toolkit..unotoolsNoel1-1/+1
2020-08-04loplugin:flatten in toolkitNoel Grandin1-63/+63
2020-03-03inline some use-once constantsNoel Grandin1-2/+2
2020-02-05move some toolkit/ headers inside the moduleNoel Grandin1-1/+1
2019-09-18tdf#42949 Fix IWYU warnings in toolkit/Gabor Kelemen1-2/+0
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov1-1/+1
2019-06-04tdf#39593 remove IMPL_XUNOTUNNEL* macrosArkadiy Illarionov1-3/+2
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2019-02-11loplugin:indentation in lingucomponent..toolsNoel Grandin1-1/+1
2019-01-15tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen1-0/+1
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski1-32/+10
2018-01-15More loplugin:cstylecast: toolkitStephan Bergmann1-2/+2
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-2/+2
2018-01-12More loplugin:cstylecast: toolkitStephan Bergmann1-4/+4
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-1/+1
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-10/+10
2017-02-09tdf#105672 framework managed menu buttonMaxim Monastirsky1-0/+7
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-44/+0
2017-01-21move GetXGraphic to its only userCaolán McNamara1-1/+1
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin1-18/+18
2016-11-24vcl makes no use of menu Get/Set DefaultItemCaolán McNamara1-5/+4
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin1-5/+5
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-10-27don't allocate uno::Reference on the heapNoel Grandin1-10/+5
2015-09-11convert Link<> to typedNoel Grandin1-69/+63
2015-07-16loplugin:simplifyboolStephan Bergmann1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-8/+8