summaryrefslogtreecommitdiff
path: root/vcl/source/window/menu.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-14/+10
2017-07-20loplugin:unusedfields in vclNoel Grandin1-31/+0
2017-07-18loplugin:constparams in vclNoel Grandin1-5/+5
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+4
2017-06-28loplugin:oncevar in vclNoel Grandin1-6/+4
2017-05-18Remove sfx2 include from vclMaxim Monastirsky1-4/+1
2017-05-12loplugin:constantparamNoel Grandin1-1/+1
2017-05-08Resolves: tdf#107693 move CreateAutoMnemonics from Execute to ActivateCaolán McNamara1-4/+3
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin1-4/+3
2017-05-05tdf#103158 ctrl+shift should work on key upMaxim Monastirsky1-1/+1
2017-04-25loplugin:checkunusedparams in vclNoel Grandin1-1/+1
2017-04-20loplugin:unusedmethodsNoel Grandin1-5/+0
2017-04-19remove freshly unused menu support from src filesCaolán McNamara1-124/+1
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin1-1/+1
2017-04-05loplugin:constantparamNoel Grandin1-3/+3
2017-04-04tdf#104686: do not crash if Menu has been somehow disposedAron Budea1-1/+3
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-44/+44
2017-03-09Don't use SetDisplayable when enabling Unity modeMaxim Monastirsky1-3/+8
2017-02-24Closing popup menu should close the parent toolboxMaxim Monastirsky1-1/+16
2017-02-21loplugin:subtlezeroinit: vclStephan Bergmann1-1/+1
2017-02-21Use module name when getting labelsMaxim Monastirsky1-1/+2
2017-02-21tdf#95844 Refactor CommandInfoProviderRohan Kumar1-3/+3
2017-02-18Convert RID_MENU_REPORT to xmlMaxim Monastirsky1-1/+1
2017-02-09Resolves: tdf#101972 skip invalidating labels on alt if autoaccel is disabledCaolán McNamara1-1/+1
2016-12-13Revert "verify SolarMutex when ref-counting VclPtr" seriesNoel Grandin1-13/+3
2016-12-13tdf#104573 - Assertion failed: SolarMutex not lockedNoel Grandin1-3/+13
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin1-17/+17
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin1-2/+2
2016-11-24vcl makes no use of menu Get/Set DefaultItemCaolán McNamara1-4/+0
2016-11-16loplugin:vclwidgetsStephan Bergmann1-2/+2
2016-11-07Postpone menu destructionStephan Bergmann1-1/+3
2016-10-30tdf#95014 initial support for 32 px icons in toolbarTomaž Vajngerl1-1/+1
2016-10-30Let Menu dispose submenusMaxim Monastirsky1-10/+7
2016-10-29HiDPI: remove unneeded image scaling when HiDPI is enabledTomaž Vajngerl1-11/+0
2016-10-27Sub menus no longer need manual disposingMaxim Monastirsky1-7/+0
2016-10-18Don't crash on closing gtk3 popup menu without enabled itemsMaxim Monastirsky1-0/+5
2016-10-07loplugin:staticmethods: vclStephan Bergmann1-1/+1
2016-10-06drop now unused BitmapItem rsc fieldsCaolán McNamara1-15/+2
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-10-03Fix typosAndrea Gelmini1-1/+1
2016-09-27this should always be empty nowCaolán McNamara1-8/+2
2016-09-27Resolves: tdf#102177 focus not restored from context menusCaolán McNamara1-14/+1
2016-09-25tdf#96736 Let MenuBarManager handle the save dropdownMaxim Monastirsky1-6/+12
2016-09-22VCL add support for rollover menubarsJan-Marek Glogowski1-4/+14
2016-09-05convert GradientStyle to scoped enumNoel Grandin1-1/+1
2016-09-01Looks like the menu highlight handler is now unusedMaxim Monastirsky1-16/+0
2016-08-31gtk3: Implement menubar hidingMaxim Monastirsky1-0/+3