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