summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/window/gloactiongroup.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-16vcl: de-layer needless module fragmentation in gtk and gtk3.Michael Meeks1-439/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-28/+28
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl1-4/+4
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl1-4/+4
2014-09-25Fix miscellaneous memory leaksMatthew J. Francis1-0/+2
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-2/+0
2014-01-13Work around G_DEFINE_TYPE -Werror,-Wunused-functionStephan Bergmann1-0/+14
2013-09-05lp#1204592: activate menues even earlier to reduce latencyBjoern Michaelsen1-0/+8
2013-04-19lp#1085169: we overactivate here, as it does not seem to hurtBjoern Michaelsen1-3/+4
2013-04-17some more debug infoBjoern Michaelsen1-0/+11
2013-04-12fdo#60690 - Remove all calls t GTK_YIELD_GRAB because it does nothing.vjinoch1-4/+0
2013-03-27-Wunused-macrosStephan Bergmann1-2/+0
2013-03-04doubled includesThomas Arnhold1-2/+0
2012-11-21UnityMenu: ensure ENABLE_GMENU_INTEGRATION is actually ever setThorsten Behrens1-0/+2
2012-11-21UnityMenu: don't build when ENABLE_GMENU_INTEGRATION is not onThorsten Behrens1-0/+4
2012-11-14update license header for Canonical contributionBjoern Michaelsen1-18/+4
2012-11-14gbooleans are true if non-zero, bin == TRUE comparisons.Michael Meeks1-3/+3
2012-11-14Fixed menu visibility and cleaned up some code.Antonio Fernandez1-2/+0
2012-11-14Chart menu works now.Antonio Fernandez1-0/+2
2012-11-14All special items are now correctly displayed.Antonio Fernandez1-1/+14
2012-11-14Memory management improvements on GLOMenu and GLOActionGroup classes.Antonio Fernandez1-2/+2
2012-11-14Improved memory management of GLOActionGroup.Antonio Fernandez1-25/+31
2012-11-14Menus are generated on demand now, but with some issues.Antonio Fernandez1-12/+47
2012-11-14Some code reordering and cleaning.Antonio Fernandez1-10/+7
2012-11-14All Special items, including window list items are displayed, but with issues.Antonio Fernandez1-14/+6
2012-11-14Fixed crashes when executing some menu actions.Antonio Fernandez1-74/+31
2012-11-14Cleaned up some code.Antonio Fernandez1-20/+0
2012-11-14Added code for accelerators and special items.Antonio Fernandez1-13/+5
2012-11-14Menu is correctly displayed in all instances, but HUD remains broken.Antonio Fernandez1-3/+2
2012-11-14GLOMenu class is now mostly implemented, but menus are buggy at the moment.Antonio Fernandez1-46/+202
2012-11-14Accelerator string is now set, but not displayed.Antonio Fernandez1-1/+0
2012-11-14Actions are generated during the item info filling.Antonio Fernandez1-9/+31
2012-11-14GLOActionGroup partially implemented. Menus work but no special items shown.Antonio Fernandez1-157/+106
2012-11-14Menu is now displayed properly in all windows.Antonio Fernandez1-0/+23
2012-11-14Menu is displayed correctly in additional instancesm but not in the main one.Antonio Fernandez1-24/+0
2012-11-14Added GLOMenu and GLOActionGroup. Menu is published with actions (not working)Antonio Fernandez1-0/+325