summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk
AgeCommit message (Expand)AuthorFilesLines
2012-11-14All special items are now correctly displayed.Antonio Fernandez2-39/+52
2012-11-14Spare items and its actions are now removed.Antonio Fernandez1-18/+107
2012-11-14Extra menu items are removed when needed, but not their actions.Antonio Fernandez1-9/+24
2012-11-14Hidden items are not shown anymore.Antonio Fernandez1-17/+43
2012-11-14All accelerators should be displayed now.Antonio Fernandez1-28/+89
2012-11-14use sal/log.hxx style loggingBjoern Michaelsen2-11/+8
2012-11-14revoke the watch when dyingBjoern Michaelsen1-2/+4
2012-11-14some moving around of castsBjoern Michaelsen1-8/+13
2012-11-14remove submenus in the menu model, if they are gone in the vcl menu and do th...Bjoern Michaelsen1-4/+14
2012-11-14remove UpdateNativeMenu2 and clear remove submenus on updatesBjoern Michaelsen1-11/+8
2012-11-14move UpdateNativeMenu2 back into UpdateNativeMenuBjoern Michaelsen2-125/+22
2012-11-14tweak menu destructionBjoern Michaelsen2-67/+33
2012-11-14make UpdateNativeMenu2 and CanUpdate membersBjoern Michaelsen1-33/+48
2012-11-14refactor out dbus setupBjoern Michaelsen1-22/+16
2012-11-14tweak on_registrar_available to just touch the window props, the menu has to ...Bjoern Michaelsen1-56/+53
2012-11-14activate/deactivate do not need the solarmutex, better NULL the menu when fre...Bjoern Michaelsen1-7/+10
2012-11-14update when registrar is available, dont set menumodel on SetFrame, we do tha...Bjoern Michaelsen2-2/+1
2012-11-14make UpdateNativeMenu a memberBjoern Michaelsen1-36/+33
2012-11-14remove obsolete GenerateMenu wrapperBjoern Michaelsen1-10/+1
2012-11-14grab model from frame on updateBjoern Michaelsen2-2/+22
2012-11-14moved dbus and menumodel ownership to frame, where it belongsBjoern Michaelsen2-187/+256
2012-11-14Fixed a crash updating the menu after opening an application from main screen.Antonio Fernandez1-2/+7
2012-11-14Removed some debug messages.Antonio Fernandez1-6/+0
2012-11-14Memory management improvements on GLOMenu and GLOActionGroup classes.Antonio Fernandez3-90/+133
2012-11-14Improved memory management of GLOActionGroup.Antonio Fernandez2-32/+46
2012-11-14Fixed a crash when opening an application from LO main screen.Antonio Fernandez1-2/+2
2012-11-14Menus are generated on demand now, but with some issues.Antonio Fernandez2-20/+181
2012-11-14Initial integration with Gtk+/Unity menus about-to-show feature.Antonio Fernandez2-18/+49
2012-11-14Some code reordering and cleaning.Antonio Fernandez2-48/+35
2012-11-14All Special items, including window list items are displayed, but with issues.Antonio Fernandez2-23/+58
2012-11-14Fixed crashes when executing some menu actions.Antonio Fernandez2-84/+71
2012-11-14Menu is now shown/hidden when needed.Antonio Fernandez3-34/+123
2012-11-14Radio buttons are now displayed correctly.Antonio Fernandez1-92/+32
2012-11-14Cleaned up some code.Antonio Fernandez2-37/+2
2012-11-14Added code for accelerators.Antonio Fernandez1-53/+22
2012-11-14Added code for special items.Antonio Fernandez1-2/+41
2012-11-14Cleaned up some code.Antonio Fernandez2-62/+0
2012-11-14New menu is now correctly displayed, but still have some problems.Antonio Fernandez2-215/+114
2012-11-14Menu is now generated in one step. DBus traffic improvements.Antonio Fernandez2-202/+384
2012-11-14Radio button action data is now properly set.Antonio Fernández1-31/+55
2012-11-14Added code for accelerators and special items.Antonio Fernandez3-74/+84
2012-11-14Menu is correctly displayed in all instances, but HUD remains broken.Antonio Fernandez2-18/+15
2012-11-14Menus are now working. HUD integration is broken.Antonio Fernandez2-153/+158
2012-11-14GLOMenu class is now mostly implemented, but menus are buggy at the moment.Antonio Fernandez4-693/+777
2012-11-14Items are not duplicated anymore, but launching a new instance crashes.Antonio Fernandez1-125/+161
2012-11-14Accelerator string is now set, but not displayed.Antonio Fernandez2-8/+58
2012-11-14Actions are generated during the item info filling.Antonio Fernandez2-111/+151
2012-11-14GLOActionGroup partially implemented. Menus work but no special items shown.Antonio Fernandez2-234/+159
2012-11-14Menu is now displayed properly in all windows.Antonio Fernandez3-93/+141
2012-11-14Menu is published once. Only special menus are updated now.Antonio Fernandez1-27/+57