Age | Commit message (Expand) | Author |
2015-04-10 | vclwidget: change all vcl::window fields to be wrapped in VclPtr | Noel Grandin |
2015-04-04 | callcatcher: update unusedcode | Caolán McNamara |
2015-04-01 | loplugin:staticfunction | Noel Grandin |
2015-02-04 | fix leak from framework::AddonMenuManager::BuildMenu | Caolán McNamara |
2015-02-02 | crash on toggling "empty" menu in basic's language toolbar | Caolán McNamara |
2015-01-30 | chisel off some more unused code | Caolán McNamara |
2015-01-26 | followup code removal after changing virtual methods to non-virtual | Noel Grandin |
2015-01-26 | new loplugin: change virtual methods to non-virtual | Noel Grandin |
2014-12-05 | loplugin:cstylecast, involving pointer to incomplete type | Stephan Bergmann |
2014-11-01 | fdo#84938: replace MIB_ constants with enum | Noel Grandin |
2014-09-25 | nHighlightedItem only ever set, never read | Caolán McNamara |
2014-09-23 | fdo#82577: Handle Window | Noel Grandin |
2014-09-22 | vcl: Allow creation of button content from action name (.uno: commands). | Jan Holesovsky |
2014-09-16 | vcl menu: More abstraction around MenuBar to get dynamic_cast to one place. | Jan Holesovsky |
2014-09-16 | vcl menu: Make SelectItem() virtual to eliminate IsMenuBar() call. | Jan Holesovsky |
2014-09-15 | vcl menu: Rename CloseStartedFrom() to ClosePopup() + adapt code. | Jan Holesovsky |
2014-09-15 | vcl menu: Move ImplLoadRes()'s body to PopupMenu constructor. | Jan Holesovsky |
2014-09-15 | vcl menu: Make MenuBarKeyInput() virtual to eliminate IsMenuBar() call. | Jan Holesovsky |
2014-09-15 | vcl menu: Make DeactivateMenuBar() virtual to eliminate IsMenuBar() call. | Jan Holesovsky |
2014-09-15 | vcl menu: Make CloseStartedFrom() virtual to eliminate IsMenuBar() call. | Jan Holesovsky |
2014-09-12 | vcl: It's a close button, there is no such a thing as a 'closer'. | Jan Holesovsky |
2014-09-12 | vcl: Make the Menu class really abstract. | Jan Holesovsky |
2014-09-09 | vcl: Virtual functions do not work in constructors, avoid IsMenuBar() there. | Jan Holesovsky |
2014-09-09 | vcl: Kill bIsMenuBar. | Jan Holesovsky |
2014-09-09 | vcl: Move MenuFloatingWindow to an own file + adapt code. | Jan Holesovsky |
2014-08-23 | fdo#82577: Handle KeyCode | Tor Lillqvist |
2014-06-09 | loplugin: inlinesimplememberfunctions | Noel Grandin |
2014-06-05 | lp#1296715: refresh invalidated menus | Bjoern Michaelsen |
2014-05-07 | The opaque PostUserEvent IDs are actually pointers | Stephan Bergmann |
2014-04-01 | Explicitly mark overriding destructors as "virtual" | Stephan Bergmann |
2014-03-01 | Remove visual noise from include | Alexander Wilms |
2014-02-28 | sal_Bool -> bool in mostly vcl module | Chris Sherlock |
2014-02-28 | fix name of method in vcl/Menu, SetHightlightItem to SetHighlightItem | Noel Grandin |
2014-02-28 | remove unused code Menu::GetHighlightItem() | Noel Grandin |
2014-02-25 | remove unused code Menu::GetItemAccKeyStrFromPos(unsigned short) | Noel Grandin |
2014-02-25 | remove unused code Menu::IsTemporaryItemFromPos(unsigned short) | Noel Grandin |
2014-02-21 | vcl: sal_Bool -> bool | Stephan Bergmann |
2013-11-25 | Integrate branch of IAccessible2 | Steve Yin |
2013-10-29 | Resolves: rhbz#1021915 force menubar menus to be up/down only | Caolán McNamara |
2013-10-23 | fixincludeguards.sh: include/vcl | Thomas Arnhold |
2013-10-22 | ImplCalcSize etc can be const | Caolán McNamara |
2013-09-01 | Remove some unused code from unusedcode.easy | Marcos Paulo de Souza |
2013-08-12 | convert vcl/menu.hxx from XubString to OUString (second attempt) | Noel Grandin |
2013-08-12 | XubString->OUString | Caolán McNamara |
2013-07-31 | Revert "convert vcl/menu.hxx from XubString to OUString" | Kohei Yoshida |
2013-07-31 | convert vcl/menu.hxx from XubString to OUString | Noel Grandin |
2013-07-24 | XubString->OUString | Caolán McNamara |
2013-05-22 | Add mouse rollover effect to menubar on KDE and Windows | Isamu Mogi |
2013-05-10 | make some important single-parameter constructors explicit | Herbert Dürr |
2013-04-23 | execute move of global headers | Bjoern Michaelsen |