summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-11-07build: make gtk-vnc optionalMarc-André Lureau4-6/+21
2011-11-07Require GTK-VNC 0.4.3 and remove redundant realize() callDaniel P. Berrange1-2/+0
2011-11-07Emit display-desktop-resize from set_desktop_size()Marc-André Lureau3-2/+5
2011-11-07Revert 1a56de3acad6a19fd958fae9278cf1c97fdabb18Daniel P. Berrange1-0/+2
2011-11-07Always use canonical URI from libvirt connectionDaniel P. Berrange1-1/+4
2011-11-04Remove pkgconfig check for GLIB2 since it is implied by GTK2/3Daniel P. Berrange1-2/+0
2011-10-11Fix broken keycombos for F9->F12 menuDaniel P. Berrange1-4/+4
2011-10-11Wire up SpiceDisplay grab signalsDaniel P. Berrange1-0/+31
2011-10-11Fix setting of window title with --waitDaniel P. Berrange2-2/+7
2011-09-28Fix crash from previous commit when using UNIX socketsDaniel P. Berrange1-4/+6
2011-09-19Fix hostname when XML gives a wildcard addressDaniel P. Berrange1-0/+13
2011-09-16Propagate primary window zoom level to secondary windowsDaniel P. Berrange3-0/+11
2011-09-16Fix setting of window title with domain nameDaniel P. Berrange2-3/+53
2011-08-16Fix setting of initial zoom level on displayDaniel P. Berrange1-0/+2
2011-08-16ff callbacks must be invoked from a clean stackGuido Günther1-8/+39
2011-08-14Don't print (null) as userGuido Günther1-2/+4
2011-08-14Don't print incorrect port numbersGuido Günther1-2/+8
2011-08-14Don't hardcode ssh port to 0Guido Günther1-1/+1
2011-08-12Fix inverted sshport test that broke SSH tunnellingDaniel P. Berrange1-1/+1
2011-08-04Return if xmlParseURI() failed, instead of crashingMarc-André Lureau1-0/+2
2011-08-04Lookup UI file correctly, to fix Windows supportMarc-André Lureau2-5/+22
2011-08-04Mark exported function for gtkbuild to lookup on WindowsMarc-André Lureau2-12/+12
2011-08-04Make title more translatable and using application nameMarc-André Lureau2-8/+17
2011-08-04Use g_printerr for errors instead of fprintf(stderr,..)Marc-André Lureau1-2/+2
2011-08-04Lower severity of unhandled Spice eventsMarc-André Lureau1-1/+1
2011-08-04Add virt_viewer_app_show_display()Marc-André Lureau2-0/+18
2011-08-04Fix fullscreen should hide taskbar on WindowsMarc-André Lureau1-0/+10
2011-08-04Update authors & copyright datesDaniel P. Berrange1-4/+6
2011-08-04Fix sort order of displays submenuDaniel P. Berrange1-19/+34
2011-08-03Don't hardcode SSH port to 22Guido Günther1-7/+5
2011-08-03Remove unreachable condition in authentication dialogPavel Raiskup1-1/+1
2011-07-26Remove duplicated struct definitionDaniel P. Berrange1-2/+0
2011-07-26If only one display, fullscreen should be on the current displayMarc-André Lureau3-30/+47
2011-07-26Show status on all open windowsMarc-André Lureau5-26/+56
2011-07-26Add a "Displays" submenu, and warn when closing last displayMarc-André Lureau5-37/+262
2011-07-26Don't ignore creation of secondary displaysMarc-André Lureau1-2/+0
2011-07-26Use app fullscreen property instead of app.start() argumentMarc-André Lureau4-16/+15
2011-07-26Implement app_set_fullscreen() to go over existing windowsMarc-André Lureau1-0/+25
2011-07-26Show display and rise its window when we have the display show hintMarc-André Lureau3-13/+64
2011-07-26Change enter/leave fullscreen to take/restore positionMarc-André Lureau2-37/+32
2011-07-26Add nth window to virt_viewer_app_window_new()Marc-André Lureau2-15/+20
2011-07-26Introduce fullscreen property and virt_viewer_app_set_fullscreen()Marc-André Lureau1-0/+28
2011-07-26Let virt_viewer_notebook_show_status take varagsMarc-André Lureau2-3/+10
2011-07-26Status messages can be translatedMarc-André Lureau2-9/+11
2011-07-26Add show-hint property to displayMarc-André Lureau2-5/+41
2011-07-26Split VirtViewerApp window into VirtViewerWindowMarc-André Lureau11-728/+1360
2011-07-22Inherit from VirtViewerApp for VirtViewerMarc-André Lureau12-1515/+2007
2011-07-22Turn VirtViewer into a VirtViewerApp objectMarc-André Lureau5-573/+720
2011-07-22Split virt_viewer_start() and virt_viewer_new()Marc-André Lureau1-41/+54
2011-07-22Split virt_viewer_activate() and virt_viewer_set_domain()Marc-André Lureau1-11/+21