summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk
AgeCommit message (Expand)Author
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-18gtk: don't make editboxes taller than neededIvan Timofeev
2012-11-15glib / dbus version checks strangely ommitted from the merge.Michael Meeks
2012-11-15gtk-a11y: unwind re-enterancy / lifecycle hazard at least a little.Michael Meeks
2012-11-14hud_activated here surely should have been hud_activeCaolán McNamara
2012-11-14update license header for Canonical contributionBjoern Michaelsen
2012-11-14cleanup gmenu conditionals, remove redundant casts.Michael Meeks
2012-11-14misc dbus menu integration fixesMichael Meeks
2012-11-14gbooleans are true if non-zero, bin == TRUE comparisons.Michael Meeks
2012-11-14only enable unity integration with enabled dbus and gioBjoern Michaelsen
2012-11-14Removed AbstractMenu class and cleaned up useless code.Antonio Fernandez
2012-11-14Menu is fully updated when receiving a HUD activation event.Antonio Fernandez
2012-11-14Menu is now subscribed to HUD awareness protocol events.Antonio Fernandez
2012-11-14Added missing files for HUD awareness support.Antonio Fernandez
2012-11-14Added files to implement HUD awareness protocol support.Antonio Fernandez
2012-11-14Duplicated commands are now handled properly.Antonio Fernandez
2012-11-14Added ImplUpdate method to provide recursive and non-recursive menu updating.Antonio Fernandez
2012-11-14Some code refactoring.Antonio Fernandez
2012-11-14Only activated submenus are generated when activating them. (Broken)Antonio Fernandez
2012-11-14Fixed menu visibility and cleaned up some code.Antonio Fernandez
2012-11-14Chart menu works now.Antonio Fernandez
2012-11-14Menus now work properly when opening an application from LO's main screen.Antonio Fernandez
2012-11-14Added a hack to make "Slide Show" menu item on "Slide Show" menu work.Antonio Fernandez
2012-11-14Menu is always visible now.Antonio Fernandez
2012-11-14Fixed a crash on non-Unity WM.Antonio Fernandez
2012-11-14Menu is properly visible on non-Unity WM.Antonio Fernandez
2012-11-14more SolarMutexesBjoern Michaelsen
2012-11-14grab the guard earlyBjoern Michaelsen
2012-11-14Menus are now correctly built.Antonio Fernandez
2012-11-14All special items are now correctly displayed.Antonio Fernandez
2012-11-14Spare items and its actions are now removed.Antonio Fernandez
2012-11-14Extra menu items are removed when needed, but not their actions.Antonio Fernandez
2012-11-14Hidden items are not shown anymore.Antonio Fernandez
2012-11-14All accelerators should be displayed now.Antonio Fernandez
2012-11-14use sal/log.hxx style loggingBjoern Michaelsen
2012-11-14revoke the watch when dyingBjoern Michaelsen
2012-11-14some moving around of castsBjoern Michaelsen
2012-11-14remove submenus in the menu model, if they are gone in the vcl menu and do th...Bjoern Michaelsen
2012-11-14remove UpdateNativeMenu2 and clear remove submenus on updatesBjoern Michaelsen
2012-11-14move UpdateNativeMenu2 back into UpdateNativeMenuBjoern Michaelsen
2012-11-14tweak menu destructionBjoern Michaelsen
2012-11-14make UpdateNativeMenu2 and CanUpdate membersBjoern Michaelsen
2012-11-14refactor out dbus setupBjoern Michaelsen
2012-11-14tweak on_registrar_available to just touch the window props, the menu has to ...Bjoern Michaelsen
2012-11-14activate/deactivate do not need the solarmutex, better NULL the menu when fre...Bjoern Michaelsen
2012-11-14update when registrar is available, dont set menumodel on SetFrame, we do tha...Bjoern Michaelsen
2012-11-14make UpdateNativeMenu a memberBjoern Michaelsen
2012-11-14remove obsolete GenerateMenu wrapperBjoern Michaelsen
2012-11-14grab model from frame on updateBjoern Michaelsen