summaryrefslogtreecommitdiff
path: root/vcl/source/window/menubarwindow.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-15tdf#160020: don't hide mnemonics, when auto-accel feature is offMike Kaganski1-3/+3
2024-02-11tdf#54169: do not hide mnemonics in menu, when navigating using mouseMike Kaganski1-12/+2
2024-02-10tdf#54169: revert "gtk is the only case auto-accel is true, and theMike Kaganski1-1/+28
2023-12-03Split the *Bitmap::CopyPixel functionsNoel Grandin1-1/+1
2023-11-08loplugin:fieldcast in vclNoel Grandin1-1/+1
2023-11-08loplugin:fieldcast in MenuBarWindowNoel Grandin1-2/+2
2023-08-13Revert "clang-tidy bugprone-parent-virtual-call in vcl"Noel Grandin1-1/+1
2023-08-11clang-tidy bugprone-parent-virtual-call in vclNoel Grandin1-1/+1
2023-05-11tdf#97228 Move MenubarValue class to separate include fileanfanite3961-0/+1
2023-03-29tdf#149805 tdf#151677 tdf#152217 tdf#154043 tdf#153458 tdf#153800 Revert "VCL...Michael Weghorn1-46/+37
2022-06-21VCL expect correct frame size for native menubarsJan-Marek Glogowski1-37/+46
2022-06-15Drop SalMenu::DrawMenuBar (is WIN-only)Jan-Marek Glogowski1-3/+0
2022-03-31tdf#147668: Reliably remove GTK menu bar widgetStephan Bergmann1-0/+1
2021-11-28don't need to include vcl/menu.hxx from vcl/menubarupdateicon.hxxCaolán McNamara1-5/+5
2021-09-30loplugin:constmethod handle more casesNoel Grandin1-2/+2
2021-09-28vcl: rename OutDevState to StackChris Sherlock1-2/+2
2021-08-05gtk is the only case auto-accel is true, and the menubar is native gtk thereCaolán McNamara1-29/+1
2021-07-09drop some calls to SetParentToDefaultWindowCaolán McNamara1-1/+0
2021-05-17split OutputDevice from WindowNoel Grandin1-4/+4
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel1-16/+16
2021-01-16make the Color constructors explicitly specify transparencyNoel1-1/+1
2021-01-12transparency->alpha in tools::ColorNoel1-1/+1
2020-11-02toolbox always has flat styleNoel Grandin1-2/+0
2020-10-19use tools::Long in vclNoel1-12/+12
2020-08-04loplugin:flatten in vcl/windowNoel Grandin1-98/+98
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