summaryrefslogtreecommitdiffstats
path: root/include/vcl/menu.hxx
Commit message (Expand)AuthorAgeFilesLines
* XFrame parameter to SetMenuBar() is actually never used.Jan Holesovsky2015-09-291-2/+1
* convert Link<> to typedNoel Grandin2015-09-201-2/+1
* clean up VclEventListeners and VclEventListeners2Noel Grandin2015-09-161-1/+2
* convert Link<> to typedNoel Grandin2015-09-161-1/+1
* convert Link<> to typedNoel Grandin2015-09-161-1/+1
* convert Link<> to typedNoel Grandin2015-09-111-4/+3
* remove unused Link<> fieldsNoel Grandin2015-09-091-4/+0
* convert Link<> to typedNoel Grandin2015-09-071-2/+2
* make PostUserEvent Link<> typedNoel Grandin2015-08-281-6/+6
* No need for IMenuBarWindow abstractionStephan Bergmann2015-08-271-3/+3
* Remove unused AddMenuBarButton parameterStephan Bergmann2015-08-261-1/+1
* loplugin:unusedmethods vclNoel Grandin2015-07-131-1/+0
* loplugin:unusedmethods vcl(part2)Noel Grandin2015-07-101-18/+2
* tdf#92630 Enable auto-accelerator behaviour for gtkSimon Long2015-07-091-0/+2
* additional refactoring of Menu to use RenderContextTomaž Vajngerl2015-05-161-261/+272
* partially refactor MenuBar to use RenderContextTomaž Vajngerl2015-05-151-1/+1
* conver MENU_FLAG_ constants to scoped enumNoel Grandin2015-05-151-7/+15
* convert POPUPMENU_ constants to scoped enumNoel Grandin2015-05-151-8/+18
* tdf#86138 Context menu should state the name of the toolbarPhilippe Jung2015-05-141-1/+5
* convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin2015-05-131-1/+2
* Use typed Menu::Set[De]actuivateHdl LinksStephan Bergmann2015-05-081-6/+4
* Use typed Menu::SetHighlightHdl LinkStephan Bergmann2015-05-081-3/+2
* Revert "Tackle Menu with RenderContext refactoring, Invalidate"Stephan Bergmann2015-05-071-3/+3
* Tackle Menu with RenderContext refactoring, InvalidateTomaž Vajngerl2015-05-071-3/+3
* Gradually typed LinkStephan Bergmann2015-04-301-27/+27
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-1/+1
|\
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-1/+1
* | loplugin:simplifyboolStephan Bergmann2015-04-241-1/+1
|/
* callcatcher: update unusedcodeCaolán McNamara2015-04-041-5/+3
* loplugin:staticfunctionNoel Grandin2015-04-011-2/+2
* fix leak from framework::AddonMenuManager::BuildMenuCaolán McNamara2015-02-041-2/+4
* crash on toggling "empty" menu in basic's language toolbarCaolán McNamara2015-02-021-0/+4
* chisel off some more unused codeCaolán McNamara2015-01-301-1/+0
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-261-12/+12
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-261-3/+3
* loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann2014-12-051-1/+1
* fdo#84938: replace MIB_ constants with enumNoel Grandin2014-11-011-3/+3
* nHighlightedItem only ever set, never readCaolán McNamara2014-09-251-4/+0
* fdo#82577: Handle WindowNoel Grandin2014-09-231-14/+14
* vcl: Allow creation of button content from action name (.uno: commands).Jan Holesovsky2014-09-221-1/+2
* vcl menu: More abstraction around MenuBar to get dynamic_cast to one place.Jan Holesovsky2014-09-161-1/+7
* vcl menu: Make SelectItem() virtual to eliminate IsMenuBar() call.Jan Holesovsky2014-09-161-8/+8
* vcl menu: Rename CloseStartedFrom() to ClosePopup() + adapt code.Jan Holesovsky2014-09-151-3/+3
* vcl menu: Move ImplLoadRes()'s body to PopupMenu constructor.Jan Holesovsky2014-09-151-1/+0
* vcl menu: Make MenuBarKeyInput() virtual to eliminate IsMenuBar() call.Jan Holesovsky2014-09-151-1/+4
* vcl menu: Make DeactivateMenuBar() virtual to eliminate IsMenuBar() call.Jan Holesovsky2014-09-151-1/+4
* vcl menu: Make CloseStartedFrom() virtual to eliminate IsMenuBar() call.Jan Holesovsky2014-09-151-1/+7
* vcl: It's a close button, there is no such a thing as a 'closer'.Jan Holesovsky2014-09-121-9/+9
* vcl: Make the Menu class really abstract.Jan Holesovsky2014-09-121-1/+3
* vcl: Virtual functions do not work in constructors, avoid IsMenuBar() there.Jan Holesovsky2014-09-091-2/+9