summaryrefslogtreecommitdiff
path: root/vcl/source/window/menubarwindow.hxx
AgeCommit message (Expand)AuthorFilesLines
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-3/+3
2017-01-27loplugin: unnecessary destructor vbahelper..vclNoel Grandin1-1/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-3/+3
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-08-12loplugin:countusersofdefaultparams in vcl..xmlsecurityNoel Grandin1-1/+1
2016-06-27loplugin:singlevalfields in vcl(part2)Noel Grandin1-1/+0
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin1-2/+2
2016-06-16VCL: Simplify ToolBox initialisationArnaud Versini1-3/+0
2016-05-10separate this piece of goo out into a standalone thingCaolán McNamara1-0/+1
2016-04-04cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-03-16loplugin:constantparams in vcl/Noel Grandin1-2/+2
2016-02-12loplugin:unusedmethodsNoel Grandin1-3/+0
2016-01-19tdf#96888 - Kill internal vcl dog-tags ...Ras-al-Ghul1-3/+3
2015-11-17loplugin:unnecessaryvirtualNoel Grandin1-4/+4
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-15/+15
2015-09-20convert Link<> to typedNoel Grandin1-3/+3
2015-09-16convert Link<> to typedNoel Grandin1-2/+2
2015-09-16convert Link<> to typedNoel Grandin1-2/+2
2015-09-09remove unused Link<> fieldsNoel Grandin1-2/+0
2015-08-27No need for IMenuBarWindow abstractionStephan Bergmann1-18/+18
2015-08-26Remove unused AddMenuBarButton parameterStephan Bergmann1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-3/+5
2015-07-09tdf#92630 Enable auto-accelerator behaviour for gtkSimon Long1-0/+6
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-18ApplySettings for MenuTomaž Vajngerl1-5/+7
2015-05-16further refactor Menu to use RenderContextTomaž Vajngerl1-2/+2
2015-05-15partially refactor MenuBar to use RenderContextTomaž Vajngerl1-1/+1
2015-05-07Revert "Tackle Menu with RenderContext refactoring, Invalidate"Stephan Bergmann1-1/+1
2015-05-07Tackle Menu with RenderContext refactoring, InvalidateTomaž Vajngerl1-1/+1
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-4/+4
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-10get misc. ordering right and add missing disposes.Michael Meeks1-1/+3
2015-04-09vcl: dispose of more Window sub-classes, particularly top-level windows.Michael Meeks1-2/+2
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin1-5/+3
2015-04-09manage VCL widgets using rtl::ReferenceNoel Grandin1-10/+14
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-09-17vcl menu: Add the height setting to the IMenuBarWindow interface.Jan Holesovsky1-0/+1
2014-09-16loplugin:saloverrideStephan Bergmann1-1/+1
2014-09-16vcl menu: More abstraction around MenuBar to get dynamic_cast to one place.Jan Holesovsky1-17/+17
2014-09-12vcl: The DecoToolBox has grown its own legs, it cannot be a button any more.Jan Holesovsky1-12/+9
2014-09-12vcl: It's a close button, there is no such a thing as a 'closer'.Jan Holesovsky1-2/+2
2014-09-09vcl: Move MenuBarWindow to an own file + adapt code.Jan Holesovsky1-0/+147