summaryrefslogtreecommitdiff
path: root/vcl/source/window/menubarwindow.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-09-20convert Link<> to typedNoel Grandin1-12/+10
2015-09-16convert Link<> to typedNoel Grandin1-2/+2
2015-09-16convert Link<> to typedNoel Grandin1-3/+3
2015-09-09remove unused Link<> fieldsNoel Grandin1-14/+0
2015-08-26Remove unused AddMenuBarButton parameterStephan Bergmann1-3/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-4/+6
2015-08-11loplugin: defaultparamsNoel Grandin1-2/+2
2015-07-24convert WindowAlign to scoped enumNoel Grandin1-1/+1
2015-07-24convert WALLPAPER constants to scoped enumNoel Grandin1-2/+2
2015-07-11asan: ensure mbMenuKey is initializedCaolán McNamara1-0/+1
2015-07-09tdf#92630 Enable auto-accelerator behaviour for gtkSimon Long1-11/+25
2015-06-30gtk3: draw disabled menubars entries with disabled text colorCaolán McNamara1-0/+4
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky1-7/+7
2015-05-29menu: call ApplySettings on places that InitSettings was calledTomaž Vajngerl1-0/+5
2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin1-3/+3
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-2/+2
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-6/+6
2015-05-19remove ImplInitMenuWindow as ApplySettings set it up insteadTomaž Vajngerl1-4/+0
2015-05-18ApplySettings for MenuTomaž Vajngerl1-39/+77
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-2/+2
2015-05-16additional refactoring of Menu to use RenderContextTomaž Vajngerl1-2/+2
2015-05-16further refactor Menu to use RenderContextTomaž Vajngerl1-48/+42
2015-05-15partially refactor MenuBar to use RenderContextTomaž Vajngerl1-32/+38
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin1-1/+1
2015-05-11cppcheck: cstyleCastCaolán McNamara1-1/+1
2015-05-07Revert "Tackle Menu with RenderContext refactoring, Invalidate"Stephan Bergmann1-77/+78
2015-05-07Tackle Menu with RenderContext refactoring, InvalidateTomaž Vajngerl1-78/+77
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann1-4/+3
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-2/+2
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-20vcl: convert new to ::CreateMichael Meeks1-3/+3
2015-04-10vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-10get misc. ordering right and add missing disposes.Michael Meeks1-2/+4
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-3/+3
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-5/+5
2015-04-09vcl: dispose of more Window sub-classes, particularly top-level windows.Michael Meeks1-9/+11
2015-04-09manage VCL widgets using rtl::ReferenceNoel Grandin1-53/+62
2015-03-12vcl: spurious PVS-Studio V595Michael Stahl1-8/+5
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-2/+2
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-3/+3
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin1-6/+6
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-1/+1
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin1-3/+3
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-2/+2
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin1-5/+4
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-2/+2