summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* build: make spice-gtk dependency optionalMarc-André Lureau2010-12-102-1/+10
|
* viewer: add support for spice resize-guestMarc-André Lureau2010-11-305-4/+33
| | | | And also turn on clipboard sharing.
* viewer: Add support for SpiceMarc-André Lureau2010-11-3012-430/+1338
|
* viewer: generalize extract_port() into viewer_extract_xpath_string()Marc-André Lureau2010-11-191-3/+3
|
* viewer: silence a few warnings of unused variablesMarc-André Lureau2010-11-191-3/+3
|
* viewer: split vnc display creation out of viewer_activate()Marc-André Lureau2010-11-191-55/+70
|
* Improve auth dialog message when no address is availableDaniel P. Berrange2010-12-141-4/+9
|
* Add support for zoom levelsRonnie Sahlberg2010-07-054-1/+96
| | | | | | | | Add a menu for zooming in/out of the virtual desktop. Add a --zoom command line to set the initial zoom level. Defaults to 100% zoom at startup
* Add message dialog displays for important error scenariosDaniel P. Berrange2010-01-121-29/+61
|
* Fix warning with default widget focus in auth dialogDaniel P. Berrange2010-01-121-0/+2
|
* Add dialog to alert user to unsuccessful authentication & retryDaniel P. Berrange2010-01-121-7/+127
| | | | | Alert user if VNC server has no compatible auth methods Support VNC bell & cut text events
* Various cleanups for Glib/GTK and BZ 474213Daniel P. Berrange2010-01-122-44/+45
|
* Add 'pl' to LINGUAS. Remove accidentally committed .pot file andDaniel P. Berrange2010-01-111-1/+1
| | | | | add it to .hgignore. Add RPM specfile magic for translations. Fix typo in about.glade URL
* Add support for i18n of the UIDaniel P. Berrange2010-01-112-14/+21
| | | | | Add all the boilerplate code required for doing i18n of the UI. No translations available yet though
* viewer: fix build on 'old' GTK2Yann E. MORIN"2009-08-151-0/+3
| | | | | | | Debian lenny has gtk2 2.12.12, which is missing gtk_widget_get_window. Provide our own function if GTK2 <= 2.12 . Highly inspired from: http://osdir.com/ml/svn-commits-list/2009-08/msg00725.html
* Ensure VNC display is centered if being scaledDaniel P. Berrange2009-07-291-2/+5
|
* Ensure password is not echoedDaniel P. Berrange2009-07-291-0/+1
|
* Add support for libvirt graphical authDaniel P. Berrange2009-07-295-58/+204
|
* Pull auth code out into separate fileDaniel P. Berrange2009-07-299-130/+257
|
* Make plugin work againDaniel P. Berrange2009-07-281-2/+7
|
* Add compatability logic for drivers without domain event supportDaniel P. Berrange2009-07-281-4/+42
|
* Fix mouse / key grab vs modifier disabling mixupDaniel P. Berrange2009-07-281-9/+26
|
* Pull glib event loop integration into tree until libvirt-glib is more matureDaniel P. Berrange2009-07-284-5/+355
|
* Re-write the way scaling/resizing worksDaniel P. Berrange2009-07-282-97/+186
| | | | | | | * Default to auto-resize mode where we try to fit the VNC widget 1:1 in the main window * If local desktop is not large enough for VNC widget, scale down, maintaining aspect ratio * Allow the user to turn off auto-resize and have total manual control over window size * Always scale the display in fullscreen mode
* Add a --debug command line flagDaniel P. Berrange2009-07-283-17/+28
|
* Fix waiting for a VM that does not initially existDaniel P. Berrange2009-07-281-3/+10
|
* Move most of viewer code out into viewer.cDaniel P. Berrange2009-07-283-1073/+1108
|
* Use g_strdup & friendsDaniel P. Berrange2008-11-281-32/+13
|
* Remove unused usleep codeDaniel P. Berrange2008-11-282-65/+0
|
* Re-write completely to use Glade, libvirt events, and libvirt-glib integrationDaniel P. Berrange2008-11-266-457/+1173
|
* * configure.ac, src/Makefile.am, src/main.c, src/usleep.c: SupportRichard W.M. Jones2008-10-103-1/+82
| | | | | | | for building on Windows using MinGW compiler toolchain (or for cross-compiling using the same). * .hgignore: Ignore some generated files.
* Add error message when conecting to inactive VM (Hiroyuki Kaguchi)Daniel P. Berrange2008-06-171-4/+18
|
* Use GTK apis for option parsing (Guido G\374nther)Daniel P. Berrange2008-04-271-64/+44
|
* Avoid caching inactive domain to workaround issues with older XenD (Hiroyuki ↵Daniel P. Berrange2008-04-231-11/+13
| | | | Kaguchi)
* Call gtk_init early to ensure it grabs args like --syncDaniel P. Berrange2008-04-221-1/+2
|
* Disable scaling by default if running on composited windowDaniel P. Berrange2008-03-071-6/+8
|
* Block view menu accelerator & remove debugDaniel P. Berrange2008-03-071-3/+3
|
* Added support for desktop scaling with OpenGLDaniel P. Berrange2008-03-071-4/+53
|
* Kill automake portability warnings. Use a config.h Cleanup misc build ↵Daniel P. Berrange2008-03-051-10/+10
| | | | issues. Build with fatal compile warnings
* Disable menu accelerators when keyboard is grabbed (Chris Lalancett)Daniel P. Berrange2008-03-051-3/+57
|
* Refactor main method for viewer to prepare for plugin (Richard JonesDaniel P. Berrange2008-01-253-88/+159
|
* Whitespace fixDaniel P. Berrange2008-01-111-1/+1
|
* Hide chars in passwd fieldDaniel P. Berrange2008-01-111-0/+2
|
* Fix a few typos (Atsushi SAKAI)Daniel P. Berrange2008-01-101-1/+1
|
* Use proper domain name in title bar, rather than VNC server titleDaniel P. Berrange2007-11-291-4/+7
|
* Fix crash with no transportv0.0.2release-0.0.2Daniel P. Berrange2007-08-281-1/+1
|
* Support TLS credentials & improved SSH tunnellingDaniel P. Berrange2007-08-281-90/+138
|
* Support for connecting over an SSH tunnelDaniel P. Berrange2007-08-281-6/+93
|
* Added initial ability to connect remote hostsDaniel P. Berrange2007-08-271-9/+47
|
* Disable debug flagDaniel P. Berrange2007-08-271-1/+1
|