summaryrefslogtreecommitdiffstats
path: root/src/remote-viewer-main.c
Commit message (Expand)AuthorAgeFilesLines
* Port to GtkApplication API'sEduardo Lima (Etrunko)2016-02-181-165/+5
* Show osid in remote-viewer --versionChristophe Fergeau2015-06-091-1/+5
* Report errors in one placePavel Grunt2015-03-231-0/+3
* Clear GError in cleanup sectionPavel Grunt2015-03-231-2/+1
* Exit normally when canceling dialogPavel Grunt2015-03-231-1/+5
* Use GOptionGroup for VirtViewerApp optionsJonathon Jongsma2014-07-021-2/+4
* Set help output summary correctlyJonathon Jongsma2014-07-011-1/+2
* remote-viewer: mention vv-file in help outputJonathon Jongsma2014-07-011-1/+1
* Improve window title when connected to newer spice-serverJonathon Jongsma2014-02-111-2/+3
* ovirt: Honour oVirt command line optionsChristophe Fergeau2013-10-301-0/+6
* Try to share more GOption code between r-v and v-vMarc-André Lureau2013-08-201-51/+3
* remote-viewer: remove -d direct optionMarc-André Lureau2013-08-141-4/+0
* Use -H instead of -h for the short --hotkeysChristophe Fergeau2013-07-031-1/+1
* Fix trivial criticalMarc-André Lureau2013-05-211-5/+7
* Move connect dialog to remote-viewer.cMarc-André Lureau2013-05-171-93/+2
* Rename variable, fix gcc warningMarc-André Lureau2013-05-161-4/+4
* Add -- to seperate program arguments to server in man / --helpMarc-André Lureau2013-05-131-1/+1
* remote-viewer: set auto-conf before fullscreenMarc-André Lureau2013-05-031-4/+2
* Be more consistent in #if/#ifdef useChristophe Fergeau2013-04-121-5/+5
* build-sys: add --with-buildid to details build versionMarc-André Lureau2013-02-121-1/+1
* Make hotkey configuration functionality available from the cmdline (v2)Hans de Goede2012-12-211-0/+4
* Add VirtViewerSession:file propertyMarc-André Lureau2012-11-271-0/+1
* recent: get mime type from sessionMarc-André Lureau2012-11-271-5/+4
* Use a common early init() functionMarc-André Lureau2012-10-231-21/+1
* win32: there is no CONERR$, only CONOUT$Marc-André Lureau2012-10-231-1/+1
* Allow user to set a window title for remote-viewerDaniel P. Berrange2012-10-091-1/+4
* Document -f=auto-conf in remote-viewer --helpChristophe Fergeau2012-08-131-1/+1
* Use real binary name in help messageChristophe Fergeau2012-08-101-4/+5
* Fix various memory leaksChristophe Fergeau2012-06-131-0/+1
* Set the remote-viewer binary application nameDaniel P. Berrange2012-04-231-0/+2
* remote-viewer: make it a GUI/windows application with hybrid consoleMarc-André Lureau2012-04-021-0/+15
* Fix recent --spice-controller regression, add error messageMarc-André Lureau2012-03-301-3/+10
* remote-viewer: press Enter to connect in dialogMarc-André Lureau2012-03-291-0/+1
* Remove unused variable iMarc-André Lureau2012-03-291-3/+3
* remote-viewer: add a simple connection dialogMarc-André Lureau2012-03-291-4/+127
* Fix g_thread_init deprecation warningMarc-André Lureau2012-03-291-0/+2
* spice: implement --fullscreen=auto-confMarc-André Lureau2012-03-211-4/+28
* Make sure we call g_thread_init()Marc-André Lureau2012-03-091-0/+2
* Set pretty icon for remote-viewer windows tooDaniel P. Berrange2012-02-141-0/+2
* Use exit() constantsDaniel P. Berrange2012-02-061-1/+1
* Update copyright headersDaniel P. Berrange2012-02-061-1/+1
* Convert TABS to spaces & reindent everywhereDaniel P. Berrange2012-02-061-94/+93
* Adapt remote-viewer so that it builds without SPICEDaniel P. Berrange2012-01-311-3/+13
* Add spice_get_option_group()Marc-André Lureau2012-01-311-0/+3
* Add spice controller support in remote-viewerMarc-André Lureau2012-01-311-6/+14
* Add remote-viewer programMarc-André Lureau2012-01-311-0/+148