summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer.c
Commit message (Expand)AuthorAgeFilesLines
...
* Replace DEBUG_LOG with g_debugMarc-André Lureau2014-06-101-19/+19
* Don't connect to localhost when using --directChristophe Fergeau2014-06-101-1/+2
* Improve window title when connected to newer spice-serverJonathon Jongsma2014-02-111-5/+1
* Add ability to define custom display->monitor mapping per vmJonathon Jongsma2013-11-201-0/+7
* Try to share more GOption code between r-v and v-vMarc-André Lureau2013-08-201-5/+1
* Unregister events and callbacks on disposeJán Tomko2013-07-291-12/+19
* virt-viewer: Allow TLS-only SPICE connectionsChristophe Fergeau2013-07-111-12/+12
* Use format stringGuido Günther2013-06-261-1/+1
* Show connect dialog again if connection from dialog failedMarc-André Lureau2013-05-171-3/+3
* Remove the "container" logic used by legacy browser pluginMarc-André Lureau2013-05-161-3/+1
* Allow app_initial_connect() to raise an errorMarc-André Lureau2013-03-081-18/+25
* Don't SIGSEGV if no transport is used.Michal Privoznik2012-11-141-1/+1
* Reconnect to libvirtd after connection breaksMichal Privoznik2012-11-131-8/+53
* Connect to localhost for display when transport is sshDave Allan2012-11-081-3/+11
* Fix check for IPv6 any addressDaniel P. Berrange2012-10-101-3/+22
* Append \n to message in virt_viewer_app_traceChristophe Fergeau2012-09-181-4/+4
* Don't hardcode 'localhost' in no @listen parameter is givenDaniel P. Berrange2012-02-141-5/+3
* Extract tlsPort for SPICE and use it to enable secure connectionsDaniel P. Berrange2012-02-141-1/+9
* Ensure auth popup windows have correct transient parentDaniel P. Berrange2012-02-081-1/+63
* Update copyright headersDaniel P. Berrange2012-02-061-2/+2
* Remove useless if() before free()Daniel P. Berrange2012-02-061-8/+4
* Convert TABS to spaces & reindent everywhereDaniel P. Berrange2012-02-061-452/+451
* Support for virDomainOpenGraphics APIDaniel P. Berrange2012-01-311-1/+60
* Use graphical URI for connectionMarc-André Lureau2012-01-301-1/+1
* Always use canonical URI from libvirt connectionDaniel P. Berrange2011-11-071-1/+4
* Fix setting of window title with --waitDaniel P. Berrange2011-10-111-2/+6
* 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
* Fix setting of window title with domain nameDaniel P. Berrange2011-09-161-3/+1
* Show status on all open windowsMarc-André Lureau2011-07-261-8/+7
* Use app fullscreen property instead of app.start() argumentMarc-André Lureau2011-07-261-3/+3
* Status messages can be translatedMarc-André Lureau2011-07-261-6/+6
* Split VirtViewerApp window into VirtViewerWindowMarc-André Lureau2011-07-261-1/+1
* Inherit from VirtViewerApp for VirtViewerMarc-André Lureau2011-07-221-1469/+151
* Turn VirtViewer into a VirtViewerApp objectMarc-André Lureau2011-07-221-532/+645
* 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
* Annotate unused variablesDaniel P. Berrange2011-07-121-2/+2
* Fix leak of graphics type attribute from XMLDaniel P. Berrange2011-07-121-2/+3
* Split pull part of VirtViewerDisplay out into VirtViewerSessionDaniel P. Berrange2011-07-111-58/+91
* Avoid (null) in titlebarDaniel P. Berrange2011-07-111-7/+9
* Fix colour of status label to show up on black backgroundDaniel P. Berrange2011-07-111-0/+2
* Fill space on the display alignment with blackMarc-André Lureau2011-07-111-1/+3
* Add support for --fullscreen optionMarc-André Lureau2011-07-111-0/+21
* Remove circular dependancy between VirtViewerDisplay and VirtViewerDaniel P. Berrange2011-07-111-28/+248
* Turn VirtViewerDisplay into a proper Gtk widgetDaniel P. Berrange2011-07-111-54/+46
* Update to optionally build with GTK3Daniel P. Berrange2011-07-111-1/+30