summaryrefslogtreecommitdiff
path: root/vcl/source/window/menu.cxx
AgeCommit message (Expand)Author
2021-02-12avoid auto-hiding disabled menu entries with cut/copy/paste idents tooCaolán McNamara
2021-02-10Related: tdf#140225 when clearing pItemList, keep SalMenu in syncCaolán McNamara
2021-01-28simplify code, use more subView()Noel
2021-01-28TopLeft().Y() -> Top() etc.Caolán McNamara
2020-12-20No longer need to worry about ambiguous operator== in loplugin:stringviewparamStephan Bergmann
2020-12-15use GetParentWithLOKNotifier to get the frame LOKNotifier to reuse for menusCaolán McNamara
2020-12-14loplugin:unusedenumconstantsNoel
2020-12-11tdf#76644 extended tips not shown for 'gen' menu itemsCaolán McNamara
2020-12-04add a way to get an awt::XPopupMenu from a PopupMenuCaolán McNamara
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-10-19use tools::Long in vclNoel
2020-10-01loplugin:reducevarscope in vclNoel
2020-08-27tdf#136162 implement applying atk properties to gen menusCaolán McNamara
2020-08-04loplugin:flatten in vcl/windowNoel Grandin
2020-05-29loplugin:simplifybool in ucb..vclNoel Grandin
2020-04-25controllayout.hxx can be a toolkit-only headerCaolán McNamara
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-03-11Add some fallback minimum size when screen size detection goes wrongSamuel Mehrbrodt
2020-02-03make some headers privateCaolán McNamara
2020-01-26rename some local variablesNoel Grandin
2019-12-18vcl: sfx2: LOK: Support per-view popup windowsAshod Nakashian
2019-12-17loplugin:expandablemethodsNoel Grandin
2019-11-26tdf#126043 fetch the command properties just onceCaolán McNamara
2019-10-19only warn if it would make a differenceCaolán McNamara
2019-10-03loplugin:unusedfieldsNoel Grandin
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen
2019-07-30Fix typosAndrea Gelmini
2019-07-08vcl: prefix members of MenuBarWindowMiklos Vajna
2019-06-25tdf#126054 uses after free when menubutton and menu torn down during executionCaolán McNamara
2019-04-10clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment checkTamás Zolnai
2019-02-27tdf#121970 KDE5: Regenerate menu when it's set as submenuAleksei Nikiforov
2019-02-11loplugin:indentation in vclNoel Grandin
2019-01-22Resolves: tdf#122241 support persona header in native gtk3 menubarCaolán McNamara
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2018-12-13loplugin:unusedfields in variousNoel Grandin
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-26tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-23weld SfxMacroTabPageCaolán McNamara
2018-11-08Fix typosAndrea Gelmini
2018-11-01tdf#121030 invalidate referenced FontInstancesJan-Marek Glogowski
2018-10-30Hide SalLayoutGlyphs detailsJan-Marek Glogowski
2018-10-25Move GlyphItem into its own headerJan-Marek Glogowski
2018-10-22tdf#120703 (PVS): Recurring check.Xisco Fauli
2018-10-20wrong pointer checkCaolán McNamara
2018-10-16drop LazyDeletorCaolán McNamara
2018-10-14only vcl and toolkit need to use [G|S]etUnoWrapperCaolán McNamara
2018-10-14unowrap.hxx is also exposed for toolkit onlyCaolán McNamara
2018-10-14Simplify containers iterations in vclArkadiy Illarionov
2018-10-01pass menuitem ident around directly, instead of deriving from itemidCaolán McNamara
2018-09-17New loplugin:externalStephan Bergmann