summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/window
AgeCommit message (Expand)AuthorFilesLines
2013-06-03fdo#56583 - avoid setting user time on unrealized windows.Michael Meeks1-2/+10
2013-04-30fdo#62815 - tolerate crazy / out-of-bound ScreenNumbers for FullScreenMichael Meeks1-0/+11
2013-04-26Resolves: fdo#63802 return true if we have known empty contextCaolán McNamara1-19/+19
2013-04-04fdo#58807 bring Beep() for basic backThomas Arnhold1-0/+5
2013-01-14export cleaned up dotted version in environment and GtkWindow user-data.Michael Meeks1-5/+1
2012-11-30avoid circular dep between vcl and frameworkDavid Tardon1-4/+6
2012-11-28Remove useless method SetBackgroundBitmapMarcos Paulo de Souza1-46/+0
2012-11-22Use ENABLE_GMENU_INTEGRATION consistentlyStephan Bergmann1-3/+5
2012-11-22add version string to GtkWindow's to help theme authors.Michael Meeks1-1/+8
2012-11-21UnityMenu: ensure ENABLE_GMENU_INTEGRATION is actually ever setThorsten Behrens4-5/+12
2012-11-21UnityMenu: don't build when ENABLE_GMENU_INTEGRATION is not onThorsten Behrens4-1/+18
2012-11-15glib / dbus version checks strangely ommitted from the merge.Michael Meeks1-4/+5
2012-11-14hud_activated here surely should have been hud_activeCaolán McNamara1-1/+1
2012-11-14update license header for Canonical contributionBjoern Michaelsen4-70/+18
2012-11-14misc dbus menu integration fixesMichael Meeks2-39/+26
2012-11-14gbooleans are true if non-zero, bin == TRUE comparisons.Michael Meeks2-8/+8
2012-11-14only enable unity integration with enabled dbus and gioBjoern Michaelsen1-5/+20
2012-11-14Removed AbstractMenu class and cleaned up useless code.Antonio Fernandez1-8/+0
2012-11-14Menu is fully updated when receiving a HUD activation event.Antonio Fernandez1-1/+8
2012-11-14Menu is now subscribed to HUD awareness protocol events.Antonio Fernandez1-5/+15
2012-11-14Added missing files for HUD awareness support.Antonio Fernandez1-0/+126
2012-11-14Added files to implement HUD awareness protocol support.Antonio Fernandez1-0/+1
2012-11-14Duplicated commands are now handled properly.Antonio Fernandez1-27/+24
2012-11-14Added ImplUpdate method to provide recursive and non-recursive menu updating.Antonio Fernandez1-139/+17
2012-11-14Some code refactoring.Antonio Fernandez2-21/+20
2012-11-14Only activated submenus are generated when activating them. (Broken)Antonio Fernandez1-2/+138
2012-11-14Fixed menu visibility and cleaned up some code.Antonio Fernandez4-151/+28
2012-11-14Chart menu works now.Antonio Fernandez4-93/+214
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 Fernandez2-49/+38
2012-11-14Fixed a crash on non-Unity WM.Antonio Fernandez1-1/+2
2012-11-14Menu is properly visible on non-Unity WM.Antonio Fernandez2-23/+41
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 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