summaryrefslogtreecommitdiff
path: root/vcl/source/window/menufloatingwindow.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-08-04loplugin:flatten in vcl/windowNoel Grandin1-113/+113
2020-05-07tdf#132267 vcl: fix missing scrollers with non-native renderingMiklos Vajna1-4/+7
2020-04-11rename vcl::Window::Update to PaintImmediatelyNoel Grandin1-2/+2
2019-12-18vcl: sfx2: LOK: Support per-view popup windowsAshod Nakashian1-1/+1
2019-10-04loplugin:singlevalfieldsNoel Grandin1-3/+2
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen1-2/+0
2019-05-31tdf#125550 vcl menu bar / floating window: fix text colorMiklos Vajna1-7/+2
2019-05-21tdf#125415 vcl menu floating window: avoid flickerMiklos Vajna1-13/+23
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-1/+1
2019-01-10Resolves: tdf#120632 consider submenus on restoring focus from menuCaolán McNamara1-1/+11
2018-11-27remove unused HelpEventMode enum valueNoel Grandin1-1/+1
2018-11-09custom widgets: Fix various warnings.Jan Holesovsky1-1/+1
2018-11-09LOK: custom widgets: support custom menu colorsAshod Nakashian1-1/+16
2018-10-16drop LazyDeletorCaolán McNamara1-2/+2
2018-10-01pass menuitem ident around directly, instead of deriving from itemidCaolán McNamara1-1/+8
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-16cppcheck: useInitializationList in vclJochen Nitschke1-14/+13
2018-06-09return and hold SalMenuItem by std::unique_ptrNoel Grandin1-0/+1
2018-04-18Related: tdf#117068 inform salframe that there's a modal dialog runningCaolán McNamara1-2/+2
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-2/+1
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-11/+11
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-4/+4
2017-12-19menu: pass paint size to ImplPaint and account for buttonsTomaž Vajngerl1-2/+2
2017-11-15loplugin:flatten in vclNoel Grandin1-38/+39
2017-09-11Translate German comments/debug strings (leftovers in dirs vbahelper and vcl)Johnny_M1-1/+1
2017-09-04tdf#39468 Translate German comments/termsAndreas Brandner1-2/+1
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-07-20loplugin:unusedfields in vclNoel Grandin1-18/+6
2017-06-17loplugin:unusedfields in vcl part2Noel Grandin1-1/+0
2017-04-04tdf#104686: do not crash if Menu has been somehow disposedAron Budea1-29/+45
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-16/+16
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-02-25Propagate sal_uInt16/size_t mismatch out of MenuItemList::SearchItemStephan Bergmann1-2/+2
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski1-3/+3
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski1-0/+5
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin1-7/+7
2016-11-14Resolves: tdf#103914 if menu no longer has focus, leave focus where it isCaolán McNamara1-3/+3
2016-11-03tdf#95341: Make last item of menus clickable againXisco Fauli1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-5/+5
2016-09-27Resolves: tdf#102177 focus not restored from context menusCaolán McNamara1-13/+36
2016-09-27detangle code that now looks silly since...Caolán McNamara1-12/+6
2016-09-27the only place the default xFocusId arg isn't used...Caolán McNamara1-3/+3
2016-08-02gtk2: toggle menubar mnemonics on if any keyinput on it or submenusCaolán McNamara1-1/+17
2016-08-02Related: tdf#92516 make menu accelerators always work even if...Caolán McNamara1-10/+1
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin1-1/+3
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin1-8/+8
2016-06-20Convert PART to scoped enumNoel Grandin1-7/+7
2016-06-17convert DBG_ASSERT in vclNoel Grandin1-6/+6
2016-06-09Resolves: tdf#100248 vcl menu scroll timer still active post disposeCaolán McNamara1-0/+6
2016-06-09EndSaveFocus does nothing on the !bRestore caseCaolán McNamara1-1/+0