Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | build: make spice-gtk dependency optional | Marc-André Lureau | 2010-12-10 | 2 | -1/+10 | |
| | ||||||
* | viewer: add support for spice resize-guest | Marc-André Lureau | 2010-11-30 | 5 | -4/+33 | |
| | | | | And also turn on clipboard sharing. | |||||
* | viewer: Add support for Spice | Marc-André Lureau | 2010-11-30 | 12 | -430/+1338 | |
| | ||||||
* | viewer: generalize extract_port() into viewer_extract_xpath_string() | Marc-André Lureau | 2010-11-19 | 1 | -3/+3 | |
| | ||||||
* | viewer: silence a few warnings of unused variables | Marc-André Lureau | 2010-11-19 | 1 | -3/+3 | |
| | ||||||
* | viewer: split vnc display creation out of viewer_activate() | Marc-André Lureau | 2010-11-19 | 1 | -55/+70 | |
| | ||||||
* | Improve auth dialog message when no address is available | Daniel P. Berrange | 2010-12-14 | 1 | -4/+9 | |
| | ||||||
* | Add support for zoom levels | Ronnie Sahlberg | 2010-07-05 | 4 | -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 scenarios | Daniel P. Berrange | 2010-01-12 | 1 | -29/+61 | |
| | ||||||
* | Fix warning with default widget focus in auth dialog | Daniel P. Berrange | 2010-01-12 | 1 | -0/+2 | |
| | ||||||
* | Add dialog to alert user to unsuccessful authentication & retry | Daniel P. Berrange | 2010-01-12 | 1 | -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 474213 | Daniel P. Berrange | 2010-01-12 | 2 | -44/+45 | |
| | ||||||
* | Add 'pl' to LINGUAS. Remove accidentally committed .pot file and | Daniel P. Berrange | 2010-01-11 | 1 | -1/+1 | |
| | | | | | add it to .hgignore. Add RPM specfile magic for translations. Fix typo in about.glade URL | |||||
* | Add support for i18n of the UI | Daniel P. Berrange | 2010-01-11 | 2 | -14/+21 | |
| | | | | | Add all the boilerplate code required for doing i18n of the UI. No translations available yet though | |||||
* | viewer: fix build on 'old' GTK2 | Yann E. MORIN" | 2009-08-15 | 1 | -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 scaled | Daniel P. Berrange | 2009-07-29 | 1 | -2/+5 | |
| | ||||||
* | Ensure password is not echoed | Daniel P. Berrange | 2009-07-29 | 1 | -0/+1 | |
| | ||||||
* | Add support for libvirt graphical auth | Daniel P. Berrange | 2009-07-29 | 5 | -58/+204 | |
| | ||||||
* | Pull auth code out into separate file | Daniel P. Berrange | 2009-07-29 | 9 | -130/+257 | |
| | ||||||
* | Make plugin work again | Daniel P. Berrange | 2009-07-28 | 1 | -2/+7 | |
| | ||||||
* | Add compatability logic for drivers without domain event support | Daniel P. Berrange | 2009-07-28 | 1 | -4/+42 | |
| | ||||||
* | Fix mouse / key grab vs modifier disabling mixup | Daniel P. Berrange | 2009-07-28 | 1 | -9/+26 | |
| | ||||||
* | Pull glib event loop integration into tree until libvirt-glib is more mature | Daniel P. Berrange | 2009-07-28 | 4 | -5/+355 | |
| | ||||||
* | Re-write the way scaling/resizing works | Daniel P. Berrange | 2009-07-28 | 2 | -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 flag | Daniel P. Berrange | 2009-07-28 | 3 | -17/+28 | |
| | ||||||
* | Fix waiting for a VM that does not initially exist | Daniel P. Berrange | 2009-07-28 | 1 | -3/+10 | |
| | ||||||
* | Move most of viewer code out into viewer.c | Daniel P. Berrange | 2009-07-28 | 3 | -1073/+1108 | |
| | ||||||
* | Use g_strdup & friends | Daniel P. Berrange | 2008-11-28 | 1 | -32/+13 | |
| | ||||||
* | Remove unused usleep code | Daniel P. Berrange | 2008-11-28 | 2 | -65/+0 | |
| | ||||||
* | Re-write completely to use Glade, libvirt events, and libvirt-glib integration | Daniel P. Berrange | 2008-11-26 | 6 | -457/+1173 | |
| | ||||||
* | * configure.ac, src/Makefile.am, src/main.c, src/usleep.c: Support | Richard W.M. Jones | 2008-10-10 | 3 | -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. Berrange | 2008-06-17 | 1 | -4/+18 | |
| | ||||||
* | Use GTK apis for option parsing (Guido G\374nther) | Daniel P. Berrange | 2008-04-27 | 1 | -64/+44 | |
| | ||||||
* | Avoid caching inactive domain to workaround issues with older XenD (Hiroyuki ↵ | Daniel P. Berrange | 2008-04-23 | 1 | -11/+13 | |
| | | | | Kaguchi) | |||||
* | Call gtk_init early to ensure it grabs args like --sync | Daniel P. Berrange | 2008-04-22 | 1 | -1/+2 | |
| | ||||||
* | Disable scaling by default if running on composited window | Daniel P. Berrange | 2008-03-07 | 1 | -6/+8 | |
| | ||||||
* | Block view menu accelerator & remove debug | Daniel P. Berrange | 2008-03-07 | 1 | -3/+3 | |
| | ||||||
* | Added support for desktop scaling with OpenGL | Daniel P. Berrange | 2008-03-07 | 1 | -4/+53 | |
| | ||||||
* | Kill automake portability warnings. Use a config.h Cleanup misc build ↵ | Daniel P. Berrange | 2008-03-05 | 1 | -10/+10 | |
| | | | | issues. Build with fatal compile warnings | |||||
* | Disable menu accelerators when keyboard is grabbed (Chris Lalancett) | Daniel P. Berrange | 2008-03-05 | 1 | -3/+57 | |
| | ||||||
* | Refactor main method for viewer to prepare for plugin (Richard Jones | Daniel P. Berrange | 2008-01-25 | 3 | -88/+159 | |
| | ||||||
* | Whitespace fix | Daniel P. Berrange | 2008-01-11 | 1 | -1/+1 | |
| | ||||||
* | Hide chars in passwd field | Daniel P. Berrange | 2008-01-11 | 1 | -0/+2 | |
| | ||||||
* | Fix a few typos (Atsushi SAKAI) | Daniel P. Berrange | 2008-01-10 | 1 | -1/+1 | |
| | ||||||
* | Use proper domain name in title bar, rather than VNC server title | Daniel P. Berrange | 2007-11-29 | 1 | -4/+7 | |
| | ||||||
* | Fix crash with no transportv0.0.2release-0.0.2 | Daniel P. Berrange | 2007-08-28 | 1 | -1/+1 | |
| | ||||||
* | Support TLS credentials & improved SSH tunnelling | Daniel P. Berrange | 2007-08-28 | 1 | -90/+138 | |
| | ||||||
* | Support for connecting over an SSH tunnel | Daniel P. Berrange | 2007-08-28 | 1 | -6/+93 | |
| | ||||||
* | Added initial ability to connect remote hosts | Daniel P. Berrange | 2007-08-27 | 1 | -9/+47 | |
| | ||||||
* | Disable debug flag | Daniel P. Berrange | 2007-08-27 | 1 | -1/+1 | |
| |