summaryrefslogtreecommitdiff
path: root/src/virt-viewer-window.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-04Ensure windows are destroyed when display closesDaniel P. Berrange1-0/+11
2012-04-04Fix close of VNC displaysDaniel P. Berrange1-0/+1
2012-04-01Disable mnemonics via gtk-enable-mnemonics settingsMarc-André Lureau1-33/+10
2012-04-01Disable menu items that would fail when there is no displayMarc-André Lureau1-0/+18
2012-03-21Display correct key bindings to release cursorMarc-André Lureau1-3/+16
2012-03-21spice: implement --fullscreen=auto-confMarc-André Lureau1-8/+10
2012-03-08Add a send-key menu in fullscreenMarc-André Lureau1-1/+57
2012-03-07virt-viewer-window: Don't try to resize non visible windowsHans de Goede1-0/+10
2012-03-07virt-viewer-window: Add show / hide utility functionsHans de Goede1-0/+12
2012-03-07virt-viewer-window: Move checks before resize to virt_viewer_window_resizeHans de Goede1-5/+5
2012-03-07virt-viewer-window: Remove useless tests for priv->window != NULLHans de Goede1-7/+1
2012-03-06virt-viewer-window: Add a USB device selection to the fullscreen menu (v2)Hans de Goede1-0/+10
2012-03-06window: Call virt_viewer_app_quit instead of gtk_main_quitHans de Goede1-1/+1
2012-03-06virt-viewer-window: Use a borrowed reference to appHans de Goede1-6/+1
2012-03-05Don't attempt to translate ""Christophe Fergeau1-2/+2
2012-03-01Fix compilation with gtk 2.18Marc-André Lureau1-20/+1
2012-02-22Small code simplificationMarc-André Lureau1-2/+2
2012-02-22Use the accelgroup to define key bindingsMarc-André Lureau1-0/+18
2012-02-22Add hidden menu smartcard remove/insert and release-cursorMarc-André Lureau1-0/+25
2012-02-22Do not disable accelgroup if accels are enabledMarc-André Lureau1-0/+10
2012-02-08Set transient parent for screenshot dialogDaniel P. Berrange1-11/+13
2012-02-08Do not resize guest desktop if !auto-resizeMarc-André Lureau1-0/+3
2012-02-08Ensure About dialog has transient hints setupDaniel P. Berrange1-0/+3
2012-02-06Update copyright headersDaniel P. Berrange1-2/+2
2012-02-06Convert TABS to spaces & reindent everywhereDaniel P. Berrange1-561/+560
2012-02-06Only make the USB device selection sensitive when the vm is USB capableHans de Goede1-0/+13
2012-02-06Add a menu entry for USB device selectionHans de Goede1-0/+9
2012-01-30Add a few property getters, used by controllerMarc-André Lureau1-0/+9
2012-01-30build: replace deprecated functionsMarc-André Lureau1-1/+1
2011-11-07Require GTK-VNC 0.4.3 and remove redundant realize() callDaniel P. Berrange1-2/+0
2011-10-11Fix broken keycombos for F9->F12 menuDaniel P. Berrange1-4/+4
2011-10-11Fix setting of window title with --waitDaniel P. Berrange1-0/+1
2011-09-16Propagate primary window zoom level to secondary windowsDaniel P. Berrange1-0/+8
2011-08-16Fix setting of initial zoom level on displayDaniel P. Berrange1-0/+2
2011-08-04Mark exported function for gtkbuild to lookup on WindowsMarc-André Lureau1-10/+10
2011-08-04Make title more translatable and using application nameMarc-André Lureau1-8/+15
2011-08-04Fix fullscreen should hide taskbar on WindowsMarc-André Lureau1-0/+10
2011-07-26If only one display, fullscreen should be on the current displayMarc-André Lureau1-24/+32
2011-07-26Add a "Displays" submenu, and warn when closing last displayMarc-André Lureau1-4/+10
2011-07-26Change enter/leave fullscreen to take/restore positionMarc-André Lureau1-37/+30
2011-07-26Add nth window to virt_viewer_app_window_new()Marc-André Lureau1-0/+1
2011-07-26Split VirtViewerApp window into VirtViewerWindowMarc-André Lureau1-0/+891