| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Introduce standard naming convention to files & methods | Daniel P. Berrange | 2011-07-01 | 1 | -1410/+0 |
| | | | | | | | | | | | All source files must be named virt-viewer-XXXX All methods named virt_viewer_XXX | ||||
| * | Fix some compile warnings | Daniel P. Berrange | 2011-07-01 | 1 | -2/+6 |
| | | |||||
| * | Convert from Glade to GtkBuilder | Daniel P. Berrange | 2011-07-01 | 1 | -51/+39 |
| | | |||||
| * | Enable use of scaling from spice >= 0.6 | Daniel P. Berrange | 2011-07-01 | 1 | -10/+2 |
| | | | | | | | Make the SPICE widget operate in the same way as the VNC widget with display scaling, and auto-resize, but preserving guest aspect ratio | ||||
| * | Hide menu bar on fullscreen & add a hiding toolbar | Daniel P. Berrange | 2011-07-01 | 1 | -55/+131 |
| | | | | | | | | | | * src/Makefile.am, src/view/autoDrawer.c, src/view/autoDrawer.c src/view/drawer.c, src/view/drawer.h, src/view/ovBox.c, src/view/ovBox.c: Import auto-drawer from vinagre * src/viewer-priv.h, src/viewer.c, src/viewer.glade, src/display-vnc.c: Insert an auto-drawer above the notebook and display an auto-hiding toolbar when fullscreen | ||||
| * | Add message about whether it is VNC or SPICE display | Daniel P. Berrange | 2011-06-30 | 1 | -4/+10 |
| | | |||||
| * | Add some useful data for the --verbose flag | Daniel P. Berrange | 2011-06-30 | 1 | -9/+43 |
| | | |||||
| * | Fix re-connect after authentication failure | Daniel P. Berrange | 2011-05-23 | 1 | -8/+8 |
| | | | | | | | viewer->display will be non-NULL if we have already attempted a connection. So, remove the check for it being NULL, and instead skip the widget setup step. | ||||
| * | Add support for listen attribute | Jiri Denemark | 2011-05-23 | 1 | -10/+32 |
| | | | | | | | | Virt-viewer now parses listen attribute from graphics element to be able to connect to domains configured with explicit listen address: <graphics type='vnc' port='-1' autoport='yes' listen='123.45.67.89'/> | ||||
| * | Fix waiting for VM based on UUID | Daniel P. Berrange | 2011-02-03 | 1 | -1/+1 |
| | | |||||
| * | Support connections over UNIX sockets | Daniel P. Berrange | 2011-02-03 | 1 | -14/+57 |
| | | |||||
| * | Avoid fetching XML document multiple times when extracting graphics | Daniel P. Berrange | 2011-02-03 | 1 | -6/+6 |
| | | |||||
| * | build: make spice-gtk dependency optional | Marc-André Lureau | 2010-12-10 | 1 | -0/+5 |
| | | |||||
| * | viewer: add support for spice resize-guest | Marc-André Lureau | 2010-11-30 | 1 | -4/+11 |
| | | | | | And also turn on clipboard sharing. | ||||
| * | viewer: Add support for Spice | Marc-André Lureau | 2010-11-30 | 1 | -423/+254 |
| | | |||||
| * | 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 |
| | | |||||
| * | Add support for zoom levels | Ronnie Sahlberg | 2010-07-05 | 1 | -0/+39 |
| | | | | | | | | | 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 |
| | | |||||
| * | 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 | 1 | -31/+32 |
| | | |||||
| * | Ensure VNC display is centered if being scaled | Daniel P. Berrange | 2009-07-29 | 1 | -2/+5 |
| | | |||||
| * | Add support for libvirt graphical auth | Daniel P. Berrange | 2009-07-29 | 1 | -5/+20 |
| | | |||||
| * | Pull auth code out into separate file | Daniel P. Berrange | 2009-07-29 | 1 | -110/+5 |
| | | |||||
| * | 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 | 1 | -2/+2 |
| | | |||||
| * | Re-write the way scaling/resizing works | Daniel P. Berrange | 2009-07-28 | 1 | -75/+179 |
| | | | | | | | | * 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 | 1 | -16/+23 |
| | | |||||
| * | 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 | 1 | -0/+1104 |
