summaryrefslogtreecommitdiff
path: root/vcl/source/window/menufloatingwindow.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-09-30tdf#92702 Unable to select menu items that were initially off-screenLászló Németh1-1/+1
2015-09-20convert Link<> to typedNoel Grandin1-5/+4
2015-09-09convert Link<> to typedNoel Grandin1-3/+1
2015-07-13don't crash on Shift+F10, men can be null, tdf#92630 follow-upEike Rathke1-2/+2
2015-07-12coverity#1311650 Dereference after null checkCaolán McNamara1-4/+9
2015-07-09tdf#92630 Enable auto-accelerator behaviour for gtkSimon Long1-2/+8
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky1-4/+4
2015-06-09Last item of menu with title cannot be hilightedPhilippe Jung1-1/+1
2015-05-29menu: call ApplySettings on places that InitSettings was calledTomaž Vajngerl1-0/+5
2015-05-26convert SCROLL constants to scoped enumNoel Grandin1-2/+2
2015-05-25convert TOTOP constants to scoped enumNoel Grandin1-1/+1
2015-05-22tdf#91366 - invalidate only individual menu items to render highlight.Michael Meeks1-11/+50
2015-05-19remove ImplInitMenuWindow as ApplySettings set it up insteadTomaž Vajngerl1-7/+3
2015-05-18ApplySettings for MenuTomaž Vajngerl1-1/+19
2015-05-16additional refactoring of Menu to use RenderContextTomaž Vajngerl1-2/+2
2015-05-16further refactor Menu to use RenderContextTomaž Vajngerl1-76/+73
2015-05-15partially refactor MenuBar to use RenderContextTomaž Vajngerl1-16/+14
2015-05-14tdf#86138 Context menu should state the name of the toolbarPhilippe Jung1-0/+1
2015-05-13convert FLOATWIN_POPUPMODEEND constants to scoped enumNoel Grandin1-1/+1
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin1-5/+5
2015-05-12convert SYMBOL_DRAW constants to scoped enumNoel Grandin1-2/+2
2015-05-11convert COMMAND_ 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-71/+72
2015-05-07Tackle Menu with RenderContext refactoring, InvalidateTomaž Vajngerl1-72/+71
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-1/+1
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-8/+4
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-2/+9
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-2/+2
2015-04-09vcl: dispose of more Window sub-classes, particularly top-level windows.Michael Meeks1-0/+7
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn1-4/+2
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-3/+3
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin1-3/+3
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-1/+1
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin1-5/+5
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin1-1/+1
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin1-4/+4
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin1-1/+1
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-1/+1
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-1/+1
2014-10-04fix for invalid dynamic_castNoel Grandin1-2/+2
2014-09-30fdo#82577: Handle RegionNoel Grandin1-2/+2
2014-09-29loplugin: cstylecastNoel Grandin1-12/+12
2014-09-25nHighlightedItem only ever set, never readCaolán McNamara1-2/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-09-15vcl menu: Rename CloseStartedFrom() to ClosePopup() + adapt code.Jan Holesovsky1-2/+2