summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/gtk/gtksalmenu.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-12/+12
2015-10-02loplugin:unusedmethods in vclNoel Grandin1-2/+0
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-1/+0
2015-02-27Remove unused mpOldSalMenuStephan Bergmann1-1/+0
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-13/+13
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-11/+11
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-12/+12
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-3/+3
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-6/+6
2013-10-28fixincludeguards.sh: vclThomas Arnhold1-3/+3
2013-05-22fdo#63840 lp#1182082: disable internal unity integration against glib<2.36Bjoern Michaelsen1-1/+1
2013-04-19lp#1085169: we overactivate here, as it does not seem to hurtBjoern Michaelsen1-1/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-4/+4
2012-11-23Include gio headers only when gio is enabledFridrich Štrba1-0/+2
2012-11-22Use ENABLE_GMENU_INTEGRATION consistentlyStephan Bergmann1-4/+3
2012-11-15Fix GLIB_MAJOR/MINOR_VERSION checksStephan Bergmann1-3/+3
2012-11-15glib / dbus version checks strangely ommitted from the merge.Michael Meeks1-3/+3
2012-11-15There is no GLIB_AVAILABLE_IN_2_28 in GLib 2.28Tor Lillqvist1-1/+1
2012-11-14update license header for Canonical contributionBjoern Michaelsen1-18/+4
2012-11-14cleanup gmenu conditionals, remove redundant casts.Michael Meeks1-1/+3
2012-11-14misc dbus menu integration fixesMichael Meeks1-2/+13
2012-11-14remove unused prototypeMichael Meeks1-6/+0
2012-11-14Removed AbstractMenu class and cleaned up useless code.Antonio Fernandez1-2/+0
2012-11-14remove superflous #includeBjoern Michaelsen1-1/+0
2012-11-14Removed pre-definition of class GtkSalMenu.Antonio Fernandez1-1/+0
2012-11-14Added ImplUpdate method to provide recursive and non-recursive menu updating.Antonio Fernandez1-0/+1
2012-11-14Some code refactoring.Antonio Fernandez1-2/+3
2012-11-14Only activated submenus are generated when activating them. (Broken)Antonio Fernandez1-4/+7
2012-11-14Chart menu works now.Antonio Fernandez1-1/+2
2012-11-14Menu is properly visible on non-Unity WM.Antonio Fernandez1-1/+2
2012-11-14All special items are now correctly displayed.Antonio Fernandez1-0/+1
2012-11-14Spare items and its actions are now removed.Antonio Fernandez1-7/+6
2012-11-14Hidden items are not shown anymore.Antonio Fernandez1-3/+6
2012-11-14All accelerators should be displayed now.Antonio Fernandez1-1/+0
2012-11-14remove UpdateNativeMenu2 and clear remove submenus on updatesBjoern Michaelsen1-2/+1
2012-11-14move UpdateNativeMenu2 back into UpdateNativeMenuBjoern Michaelsen1-7/+1
2012-11-14make UpdateNativeMenu2 and CanUpdate membersBjoern Michaelsen1-0/+2
2012-11-14make UpdateNativeMenu a memberBjoern Michaelsen1-1/+1
2012-11-14grab model from frame on updateBjoern Michaelsen1-0/+1
2012-11-14moved dbus and menumodel ownership to frame, where it belongsBjoern Michaelsen1-0/+6
2012-11-14Menus are generated on demand now, but with some issues.Antonio Fernandez1-1/+3
2012-11-14Initial integration with Gtk+/Unity menus about-to-show feature.Antonio Fernandez1-1/+7
2012-11-14Some code reordering and cleaning.Antonio Fernandez1-2/+0
2012-11-14All Special items, including window list items are displayed, but with issues.Antonio Fernandez1-3/+3
2012-11-14Fixed crashes when executing some menu actions.Antonio Fernandez1-0/+1
2012-11-14Menu is now shown/hidden when needed.Antonio Fernandez1-2/+6
2012-11-14Radio buttons are now displayed correctly.Antonio Fernandez1-1/+1
2012-11-14Added code for accelerators.Antonio Fernandez1-3/+4
2012-11-14Added code for special items.Antonio Fernandez1-3/+4