summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-05-17spice: use weak references to display channelMarc-André Lureau3-16/+15
2012-05-15Avoid use of deprecated GTK3 pointer APIsDaniel P. Berrange1-1/+12
2012-05-15Adapt to avoid use of deprecated GTK3 style & size APIsDaniel P. Berrange1-2/+18
2012-05-14dist: ship .ico in tarballMarc-André Lureau1-2/+2
2012-05-08Avoid race condition when disposing of appDaniel P. Berrange1-1/+7
2012-05-04Ensure windows are destroyed when display closesDaniel P. Berrange4-1/+18
2012-05-02Change 'OK' button to 'Close' button in USB device selectionDaniel P. Berrange1-1/+1
2012-04-27g_getenv returns a const stringChristophe Fergeau1-1/+1
2012-04-26Replace getenv/setenv with g_getenv/g_setenv for Win32 portabilityDaniel P. Berrange1-3/+3
2012-04-25Add debugging when performing fullscreen auto-configurationDaniel P. Berrange1-1/+8
2012-04-25Really fix debug output on glib >= 2.31Daniel P. Berrange1-0/+12
2012-04-25Fix debug output on glib >= 2.31Daniel P. Berrange1-0/+2
2012-04-23Set the remote-viewer binary application nameDaniel P. Berrange1-0/+2
2012-04-23Add support for raw IPv6 addresses in VNC & libvirt URIsDaniel P. Berrange2-4/+27
2012-04-19Fix scaling of window to avoid integer truncationDaniel P. Berrange2-2/+5
2012-04-18Add a desktop file for launching remote-viewerDaniel P. Berrange2-0/+11
2012-04-17Fix automatic usb redir through controllerChristophe Fergeau1-5/+5
2012-04-05Minor simplification/optimization of VirtViewerDisplayZeeshan Ali (Khattak)1-9/+5
2012-04-04Fix typo in variable names for Win32 command helperDaniel P. Berrange1-2/+2
2012-04-04Fix close of VNC displaysDaniel P. Berrange7-3/+49
2012-04-04Propagate USB redirection controller messagesChristophe Fergeau1-1/+16
2012-04-03Add support for the SPICE properties disable-effects & color-depthYonit Halperin1-1/+3
2012-04-03build-sys: fix Windows specific LDFLAGS on non-mingwChristophe Fergeau1-1/+3
2012-04-02remote-viewer: make it a GUI/windows application with hybrid consoleMarc-André Lureau2-0/+16
2012-04-02Add a Windows command line wrapperMarc-André Lureau2-0/+95
2012-04-01Disable mnemonics via gtk-enable-mnemonics settingsMarc-André Lureau1-33/+10
2012-04-01Disable menu items that would fail when there is no displayMarc-André Lureau1-0/+18
2012-03-30build-sys: use git.mk to generate gitignoreMarc-André Lureau1-0/+2
2012-03-30win32: add a few Windows sepecific dataMarc-André Lureau3-0/+55
2012-03-30Fix recent --spice-controller regression, add error messageMarc-André Lureau1-3/+10
2012-03-29usbredir: listen for device-error signalHans de Goede1-1/+4
2012-03-29remote-viewer: press Enter to connect in dialogMarc-André Lureau1-0/+1
2012-03-29Remove unused variable iMarc-André Lureau1-3/+3
2012-03-29remote-viewer: add a simple connection dialogMarc-André Lureau3-4/+141
2012-03-29Fix g_thread_init deprecation warningMarc-André Lureau2-0/+4
2012-03-22Do not warn if the display is shown and not readyMarc-Andre Lureau1-2/+4
2012-03-22Notify focus state when the foreign menu title is setMarc-Andre Lureau1-6/+26
2012-03-22Do not try to unref NULL menuMarc-Andre Lureau1-1/+3
2012-03-22Don't leak foreign menuMarc-Andre Lureau1-0/+1
2012-03-21spice: handle switch-host eventMarc-André Lureau1-6/+13
2012-03-21spice: remove usage of deprecated audio apiMarc-André Lureau1-8/+6
2012-03-21Display correct key bindings to release cursorMarc-André Lureau2-3/+34
2012-03-21spice: implement --fullscreen=auto-confMarc-André Lureau7-21/+155
2012-03-18Fix indentationMarc-André Lureau1-13/+13
2012-03-16Do not crash so easily when given invalid uriMarc-André Lureau3-5/+7
2012-03-09Make sure we call g_thread_init()Marc-André Lureau3-6/+10
2012-03-09Notify of focus state when a client connectsMarc-André Lureau1-4/+6
2012-03-08Add a send-key menu in fullscreenMarc-André Lureau1-1/+57
2012-03-07virt-viewer-window: Don't try to resize non visible windowsHans de Goede1-0/+10
2012-03-07virt-viewer-window: Add show / hide utility functionsHans de Goede3-23/+23