summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-14Menu is now subscribed to HUD awareness protocol events.Antonio Fernandez2-6/+16
2012-11-14Added missing files for HUD awareness support.Antonio Fernandez3-0/+172
2012-11-14Added files to implement HUD awareness protocol support.Antonio Fernandez4-0/+4
2012-11-14Duplicated commands are now handled properly.Antonio Fernandez1-27/+24
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 Fernandez2-139/+18
2012-11-14Some code refactoring.Antonio Fernandez3-23/+23
2012-11-14Only activated submenus are generated when activating them. (Broken)Antonio Fernandez2-6/+145
2012-11-14Removed the declaration of FlushConnection method in GtkSalFrame.Antonio Fernandez1-1/+0
2012-11-14Fixed menu visibility and cleaned up some code.Antonio Fernandez4-151/+28
2012-11-14Chart menu works now.Antonio Fernandez7-94/+221
2012-11-14Menus now work properly when opening an application from LO's main screen.Antonio Fernandez1-3/+6
2012-11-14Added a hack to make "Slide Show" menu item on "Slide Show" menu work.Antonio Fernandez1-11/+26
2012-11-14Menu is always visible now.Antonio Fernandez3-51/+41
2012-11-14Fixed a crash on non-Unity WM.Antonio Fernandez1-1/+2
2012-11-14Menu is properly visible on non-Unity WM.Antonio Fernandez3-24/+43
2012-11-14more SolarMutexesBjoern Michaelsen1-0/+7
2012-11-14grab the guard earlyBjoern Michaelsen1-1/+1
2012-11-14Menus are now correctly built.Antonio Fernandez2-74/+90
2012-11-14All special items are now correctly displayed.Antonio Fernandez4-40/+55
2012-11-14Spare items and its actions are now removed.Antonio Fernandez2-25/+113
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 Fernandez4-23/+55
2012-11-14All accelerators should be displayed now.Antonio Fernandez2-29/+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 Michaelsen2-13/+9
2012-11-14move UpdateNativeMenu2 back into UpdateNativeMenuBjoern Michaelsen3-132/+23
2012-11-14tweak menu destructionBjoern Michaelsen3-70/+39
2012-11-14make UpdateNativeMenu2 and CanUpdate membersBjoern Michaelsen2-33/+50
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 Michaelsen2-37/+34
2012-11-14remove obsolete GenerateMenu wrapperBjoern Michaelsen1-10/+1
2012-11-14grab model from frame on updateBjoern Michaelsen3-2/+23
2012-11-14moved dbus and menumodel ownership to frame, where it belongsBjoern Michaelsen4-188/+265
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 Fernandez5-25/+189
2012-11-14Initial integration with Gtk+/Unity menus about-to-show feature.Antonio Fernandez4-19/+62
2012-11-14Some code reordering and cleaning.Antonio Fernandez3-50/+35
2012-11-14All Special items, including window list items are displayed, but with issues.Antonio Fernandez3-26/+61
2012-11-14Fixed crashes when executing some menu actions.Antonio Fernandez4-91/+76