summaryrefslogtreecommitdiff
path: root/vcl/source/window/menu.cxx
AgeCommit message (Expand)Author
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Kill unused LazyDeletor<Menu>.Michael Meeks
2015-04-20vcl: convert new to ::CreateMichael Meeks
2015-04-10explicit delete of another class' VclPtr is not a great plan.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-04callcatcher: update unusedcodeCaolán McNamara
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26why would we ever want FLOATWIN_POPUPMODE_PATHMOUSECANCELCLICKCaolán McNamara
2015-03-26Resolves: fdo#84795 Menus don't disappear with right mouse clickCaolán McNamara
2015-03-26Revert "fdo#84795 Menu, DropDown-List don't disappear with right mouse click"Caolán McNamara
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-02-12Resolves: tdf#87663 update checker tries to add icon to toc preview toolbarCaolán McNamara
2015-02-04fix leak from framework::AddonMenuManager::BuildMenuCaolán McNamara
2015-02-02crash on toggling "empty" menu in basic's language toolbarCaolán McNamara
2015-01-30chisel off some more unused codeCaolán McNamara
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin
2014-12-26Scale menu icons by a HiDPI scaling factorTomaž Vajngerl
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-03fdo#84795 Menu, DropDown-List don't disappear with right mouse clickJuergen Funk
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin
2014-10-20Revert "Fix fdo#84795 Menu, DropDown-List not disappears with right mouse click"Caolán McNamara
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin
2014-10-11coverity#1242425 Dereference after null checkCaolán McNamara
2014-10-10Fix fdo#84795 Menu, DropDown-List not disappears with right mouse clickJuergen Funk
2014-10-03Resolves fdo#84608: Right-click customize crashes LibOJulien Nabet
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-25coverity#1147661 Uninitialized scalar valueCaolán McNamara
2014-09-25nHighlightedItem only ever set, never readCaolán McNamara
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-22vcl: Allow creation of button content from action name (.uno: commands).Jan Holesovsky
2014-09-17vcl menu: Add the height setting to the IMenuBarWindow interface.Jan Holesovsky
2014-09-16vcl menu: More abstraction around MenuBar to get dynamic_cast to one place.Jan Holesovsky
2014-09-16vcl menu: Make SelectItem() virtual to eliminate IsMenuBar() call.Jan Holesovsky
2014-09-15vcl menu: Rename CloseStartedFrom() to ClosePopup() + adapt code.Jan Holesovsky
2014-09-15vcl menu: Move ImplLoadRes()'s body to PopupMenu constructor.Jan Holesovsky
2014-09-15vcl menu: Make MenuBarKeyInput() virtual to eliminate IsMenuBar() call.Jan Holesovsky
2014-09-15vcl menu: Make DeactivateMenuBar() virtual to eliminate IsMenuBar() call.Jan Holesovsky
2014-09-15vcl menu: Make CloseStartedFrom() virtual to eliminate IsMenuBar() call.Jan Holesovsky
2014-09-12vcl: It's a close button, there is no such a thing as a 'closer'.Jan Holesovsky
2014-09-09vcl: Virtual functions do not work in constructors, avoid IsMenuBar() there.Jan Holesovsky
2014-09-09vcl: Kill bIsMenuBar.Jan Holesovsky
2014-09-09vcl: Move MenuBarWindow to an own file + adapt code.Jan Holesovsky
2014-09-09vcl: Move MenuFloatingWindow to an own file + adapt code.Jan Holesovsky