summaryrefslogtreecommitdiffstats
path: root/vcl/unx/gtk/window
Commit message (Expand)AuthorAgeFilesLines
* Resolves: rhbz#920697, #i110881#, rhbz#623191 presentation not fullscreenCaolán McNamara2013-03-121-32/+0
* doubled includesThomas Arnhold2013-03-041-2/+0
* loplugin: improve indentationThomas Arnhold2013-02-251-1/+1
* s/heigth/height/Tor Lillqvist2013-02-221-1/+1
* fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac2013-02-081-5/+5
* merge the 'holy default' default window sizes to a single placeCaolán McNamara2013-01-141-20/+2
* export cleaned up dotted version in environment and GtkWindow user-data.Michael Meeks2013-01-101-5/+1
* avoid circular dep between vcl and frameworkDavid Tardon2012-11-301-4/+6
* Remove useless method SetBackgroundBitmapMarcos Paulo de Souza2012-11-281-46/+0
* Use ENABLE_GMENU_INTEGRATION consistentlyStephan Bergmann2012-11-221-3/+5
* add version string to GtkWindow's to help theme authors.Michael Meeks2012-11-221-1/+8
* UnityMenu: ensure ENABLE_GMENU_INTEGRATION is actually ever setThorsten Behrens2012-11-214-5/+12
* UnityMenu: don't build when ENABLE_GMENU_INTEGRATION is not onThorsten Behrens2012-11-214-1/+18
* glib / dbus version checks strangely ommitted from the merge.Michael Meeks2012-11-151-4/+5
* hud_activated here surely should have been hud_activeCaolán McNamara2012-11-141-1/+1
* update license header for Canonical contributionBjoern Michaelsen2012-11-144-70/+18
* misc dbus menu integration fixesMichael Meeks2012-11-142-39/+26
* gbooleans are true if non-zero, bin == TRUE comparisons.Michael Meeks2012-11-142-8/+8
* only enable unity integration with enabled dbus and gioBjoern Michaelsen2012-11-141-5/+20
* Removed AbstractMenu class and cleaned up useless code.Antonio Fernandez2012-11-141-8/+0
* Menu is fully updated when receiving a HUD activation event.Antonio Fernandez2012-11-141-1/+8
* Menu is now subscribed to HUD awareness protocol events.Antonio Fernandez2012-11-141-5/+15
* Added missing files for HUD awareness support.Antonio Fernandez2012-11-141-0/+126
* Added files to implement HUD awareness protocol support.Antonio Fernandez2012-11-141-0/+1
* Duplicated commands are now handled properly.Antonio Fernandez2012-11-141-27/+24
* Added ImplUpdate method to provide recursive and non-recursive menu updating.Antonio Fernandez2012-11-141-139/+17
* Some code refactoring.Antonio Fernandez2012-11-142-21/+20
* Only activated submenus are generated when activating them. (Broken)Antonio Fernandez2012-11-141-2/+138
* Fixed menu visibility and cleaned up some code.Antonio Fernandez2012-11-144-151/+28
* Chart menu works now.Antonio Fernandez2012-11-144-93/+214
* Menus now work properly when opening an application from LO's main screen.Antonio Fernandez2012-11-141-3/+6
* Added a hack to make "Slide Show" menu item on "Slide Show" menu work.Antonio Fernandez2012-11-141-11/+26
* Menu is always visible now.Antonio Fernandez2012-11-142-49/+38
* Fixed a crash on non-Unity WM.Antonio Fernandez2012-11-141-1/+2
* Menu is properly visible on non-Unity WM.Antonio Fernandez2012-11-142-23/+41
* more SolarMutexesBjoern Michaelsen2012-11-141-0/+7
* grab the guard earlyBjoern Michaelsen2012-11-141-1/+1
* Menus are now correctly built.Antonio Fernandez2012-11-142-74/+90
* All special items are now correctly displayed.Antonio Fernandez2012-11-142-39/+52
* Spare items and its actions are now removed.Antonio Fernandez2012-11-141-18/+107
* Extra menu items are removed when needed, but not their actions.Antonio Fernandez2012-11-141-9/+24
* Hidden items are not shown anymore.Antonio Fernandez2012-11-141-17/+43
* All accelerators should be displayed now.Antonio Fernandez2012-11-141-28/+89
* use sal/log.hxx style loggingBjoern Michaelsen2012-11-142-11/+8
* revoke the watch when dyingBjoern Michaelsen2012-11-141-2/+4
* some moving around of castsBjoern Michaelsen2012-11-141-8/+13
* remove submenus in the menu model, if they are gone in the vcl menu and do th...Bjoern Michaelsen2012-11-141-4/+14
* remove UpdateNativeMenu2 and clear remove submenus on updatesBjoern Michaelsen2012-11-141-11/+8
* move UpdateNativeMenu2 back into UpdateNativeMenuBjoern Michaelsen2012-11-142-125/+22
* tweak menu destructionBjoern Michaelsen2012-11-142-67/+33