Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add a menu entry for USB device selection | Hans de Goede | 2012-02-06 | 1 | -0/+9 | |
| | ||||||
* | Add a few property getters, used by controller | Marc-André Lureau | 2012-01-30 | 1 | -0/+9 | |
| | | | | | | - virt_viewer_app_get_windows() - virt_viewer_window_get_builder() - "VirtViewerSessionSpice:spice-session" property | |||||
* | build: replace deprecated functions | Marc-André Lureau | 2012-01-30 | 1 | -1/+1 | |
| | ||||||
* | Require GTK-VNC 0.4.3 and remove redundant realize() call | Daniel P. Berrange | 2011-11-07 | 1 | -2/+0 | |
| | | | | | Remove call to gtk_widget_realize for the GTK-VNC widget. Requires GTK-VNC >= 0.4.3 | |||||
* | Fix broken keycombos for F9->F12 menu | Daniel P. Berrange | 2011-10-11 | 1 | -4/+4 | |
| | | | | | The table for sending C-A-Fn to guests had messed up mappings for F9->F12 | |||||
* | Fix setting of window title with --wait | Daniel P. Berrange | 2011-10-11 | 1 | -0/+1 | |
| | | | | | | When waiting for a VM to appear or start, set the initial window title to the command line arg. When the VM actually appears then update it to the real VM name | |||||
* | Propagate primary window zoom level to secondary windows | Daniel P. Berrange | 2011-09-16 | 1 | -0/+8 | |
| | | | | | | Ensure that all windows get a default zoom level of 100. Propagate the primary window's zoom level to all secondary windows when initially creating them | |||||
* | Fix setting of initial zoom level on display | Daniel P. Berrange | 2011-08-16 | 1 | -0/+2 | |
| | ||||||
* | Mark exported function for gtkbuild to lookup on Windows | Marc-André Lureau | 2011-08-04 | 1 | -10/+10 | |
| | ||||||
* | Make title more translatable and using application name | Marc-André Lureau | 2011-08-04 | 1 | -8/+15 | |
| | ||||||
* | Fix fullscreen should hide taskbar on Windows | Marc-André Lureau | 2011-08-04 | 1 | -0/+10 | |
| | ||||||
* | If only one display, fullscreen should be on the current display | Marc-André Lureau | 2011-07-26 | 1 | -24/+32 | |
| | ||||||
* | Add a "Displays" submenu, and warn when closing last display | Marc-André Lureau | 2011-07-26 | 1 | -4/+10 | |
| | ||||||
* | Change enter/leave fullscreen to take/restore position | Marc-André Lureau | 2011-07-26 | 1 | -37/+30 | |
| | | | | | | | | | That allow positionning windows in multi-head. Also, get rid of window_state_cb, since it's impossible to properly catch the event to do the right thing, ie move to a different screen before go full-screen, or disallow it in case nb physical monitors < nb virtual monitors. | |||||
* | Add nth window to virt_viewer_app_window_new() | Marc-André Lureau | 2011-07-26 | 1 | -0/+1 | |
| | ||||||
* | Split VirtViewerApp window into VirtViewerWindow | Marc-André Lureau | 2011-07-26 | 1 | -0/+891 | |