summaryrefslogtreecommitdiff
path: root/vcl/source/window/menubarwindow.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-12-18vcl: sfx2: LOK: Support per-view popup windowsAshod Nakashian1-6/+6
2019-10-04loplugin:singlevalfieldsNoel Grandin1-3/+2
2019-10-03loplugin:unusedfieldsNoel Grandin1-16/+2
2019-08-30tdf#127211 Revert "tdf#71087 sfx2: avoid flicker in the start center"Miklos Vajna1-14/+2
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen1-1/+0
2019-08-22tdf#71087 sfx2: avoid flicker in the start centerMiklos Vajna1-2/+14
2019-07-08vcl: prefix members of MenuBarWindowMiklos Vajna1-211/+211
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-05-31tdf#125550 vcl menu bar / floating window: fix text colorMiklos Vajna1-9/+2
2019-05-22tdf#108909 vcl menu bar window: fix missing highlight on mouse overMiklos Vajna1-1/+1
2019-05-21tdf#125413 vcl menu bar window: fix non-NWF backgroundMiklos Vajna1-0/+4
2019-05-20tdf#113714 vcl menu bar window: avoid flickerMiklos Vajna1-14/+22
2019-02-22loplugin:unusedfields in vclNoel Grandin1-3/+0
2019-01-22Resolves: tdf#122241 support persona header in native gtk3 menubarCaolán McNamara1-0/+3
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin1-4/+2
2018-11-27remove unused HelpEventMode enum valueNoel Grandin1-1/+1
2018-10-16drop LazyDeletorCaolán McNamara1-2/+2
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-08tdf#117440 Can't move focus to disposed windowMaxim Monastirsky1-7/+12
2018-04-03vcl: use BitmapEx::Scale() where needed and SetSizePixel() elsewhereChris Sherlock1-1/+1
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-2/+2
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-4/+2
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-4/+4
2018-02-08Different approach for tdf#115227Maxim Monastirsky1-0/+7
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-2/+2
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin1-1/+1
2017-12-20coverity#1426738 Dereference null return valueCaolán McNamara1-1/+2
2017-12-19show rest of the menu bar in a pop-up if the are is too smallTomaž Vajngerl1-3/+38
2017-12-19menu: pass paint size to ImplPaint and account for buttonsTomaž Vajngerl1-7/+18
2017-11-15loplugin:flatten in vclNoel Grandin1-16/+17
2017-09-20Related: tdf#101881 keys not handled by native menubar sent to vcl oneCaolán McNamara1-0/+6
2017-07-21migrate to boost::gettextCaolán McNamara1-20/+15
2017-07-18loplugin:constparams in vclNoel Grandin1-2/+2
2017-06-17loplugin:unusedfields in vcl part2Noel Grandin1-1/+0
2017-05-19make string translation loading more uniformCaolán McNamara1-3/+3
2017-04-25remove bitmaps from .src filesCaolán McNamara1-7/+4
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-03-13Clean up integer types representing positions in ToolBox's item vectorStephan Bergmann1-4/+4
2017-02-25Propagate sal_uInt16/size_t mismatch out of MenuItemList::SearchItemStephan Bergmann1-1/+1
2017-02-14Convert WindowType to scoped enumNoel Grandin1-2/+2
2017-02-03TyposJulien Nabet1-1/+1
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin1-8/+8
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-3/+3
2016-09-22VCL add support for rollover menubarsJan-Marek Glogowski1-2/+14
2016-08-02gtk2: toggle menubar mnemonics on if any keyinput on it or submenusCaolán McNamara1-5/+14
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin1-0/+3
2016-06-27loplugin:singlevalfields in vcl(part2)Noel Grandin1-20/+14
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin1-6/+6