summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Revert 1a56de3acad6a19fd958fae9278cf1c97fdabb18Daniel P. Berrange2011-11-071-0/+2
* Always use canonical URI from libvirt connectionDaniel P. Berrange2011-11-071-1/+4
* Remove pkgconfig check for GLIB2 since it is implied by GTK2/3Daniel P. Berrange2011-11-041-2/+0
* Fix broken keycombos for F9->F12 menuDaniel P. Berrange2011-10-111-4/+4
* Wire up SpiceDisplay grab signalsDaniel P. Berrange2011-10-111-0/+31
* Fix setting of window title with --waitDaniel P. Berrange2011-10-112-2/+7
* Fix crash from previous commit when using UNIX socketsDaniel P. Berrange2011-09-281-4/+6
* Fix hostname when XML gives a wildcard addressDaniel P. Berrange2011-09-191-0/+13
* Propagate primary window zoom level to secondary windowsDaniel P. Berrange2011-09-163-0/+11
* Fix setting of window title with domain nameDaniel P. Berrange2011-09-162-3/+53
* Fix setting of initial zoom level on displayDaniel P. Berrange2011-08-161-0/+2
* ff callbacks must be invoked from a clean stackGuido Günther2011-08-161-8/+39
* Don't print (null) as userGuido Günther2011-08-141-2/+4
* Don't print incorrect port numbersGuido Günther2011-08-141-2/+8
* Don't hardcode ssh port to 0Guido Günther2011-08-141-1/+1
* Fix inverted sshport test that broke SSH tunnellingDaniel P. Berrange2011-08-121-1/+1
* Return if xmlParseURI() failed, instead of crashingMarc-André Lureau2011-08-041-0/+2
* Lookup UI file correctly, to fix Windows supportMarc-André Lureau2011-08-042-5/+22
* Mark exported function for gtkbuild to lookup on WindowsMarc-André Lureau2011-08-042-12/+12
* Make title more translatable and using application nameMarc-André Lureau2011-08-042-8/+17
* Use g_printerr for errors instead of fprintf(stderr,..)Marc-André Lureau2011-08-041-2/+2
* Lower severity of unhandled Spice eventsMarc-André Lureau2011-08-041-1/+1
* Add virt_viewer_app_show_display()Marc-André Lureau2011-08-042-0/+18
* Fix fullscreen should hide taskbar on WindowsMarc-André Lureau2011-08-041-0/+10
* Update authors & copyright datesDaniel P. Berrange2011-08-041-4/+6
* Fix sort order of displays submenuDaniel P. Berrange2011-08-041-19/+34
* Don't hardcode SSH port to 22Guido Günther2011-08-031-7/+5
* Remove unreachable condition in authentication dialogPavel Raiskup2011-08-031-1/+1
* Remove duplicated struct definitionDaniel P. Berrange2011-07-261-2/+0
* If only one display, fullscreen should be on the current displayMarc-André Lureau2011-07-263-30/+47
* Show status on all open windowsMarc-André Lureau2011-07-265-26/+56
* Add a "Displays" submenu, and warn when closing last displayMarc-André Lureau2011-07-265-37/+262
* Don't ignore creation of secondary displaysMarc-André Lureau2011-07-261-2/+0
* Use app fullscreen property instead of app.start() argumentMarc-André Lureau2011-07-264-16/+15
* Implement app_set_fullscreen() to go over existing windowsMarc-André Lureau2011-07-261-0/+25
* Show display and rise its window when we have the display show hintMarc-André Lureau2011-07-263-13/+64
* Change enter/leave fullscreen to take/restore positionMarc-André Lureau2011-07-262-37/+32
* Add nth window to virt_viewer_app_window_new()Marc-André Lureau2011-07-262-15/+20
* Introduce fullscreen property and virt_viewer_app_set_fullscreen()Marc-André Lureau2011-07-261-0/+28
* Let virt_viewer_notebook_show_status take varagsMarc-André Lureau2011-07-262-3/+10
* Status messages can be translatedMarc-André Lureau2011-07-262-9/+11
* Add show-hint property to displayMarc-André Lureau2011-07-262-5/+41
* Split VirtViewerApp window into VirtViewerWindowMarc-André Lureau2011-07-2611-728/+1360
* Inherit from VirtViewerApp for VirtViewerMarc-André Lureau2011-07-2212-1515/+2007
* Turn VirtViewer into a VirtViewerApp objectMarc-André Lureau2011-07-225-573/+720
* Split virt_viewer_start() and virt_viewer_new()Marc-André Lureau2011-07-221-41/+54
* Split virt_viewer_activate() and virt_viewer_set_domain()Marc-André Lureau2011-07-221-11/+21
* Split virt_viewer_create_session() out of virt_viewer_extract_connect_info()Marc-André Lureau2011-07-221-16/+27
* Reorder _VirtViewer to make it easier to split with RemoteViewerMarc-André Lureau2011-07-221-24/+17
* Extract scheme in virt_viewer_extract_host()Marc-André Lureau2011-07-221-2/+11