summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/window/gloactiongroup.cxx
AgeCommit message (Expand)AuthorFilesLines
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