summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Drop support to gtk2wip/gapplicationFabiano Fidêncio2015-10-147-230/+5
* Use the display ID to configure fullscreen monitorsJonathon Jongsma2015-10-095-62/+76
* SessionSpice: make main-window a propertyJonathon Jongsma2015-10-091-45/+77
* msi: use the correct id for remote-viewer.exeFabiano Fidêncio2015-10-081-1/+1
* msi: {virt,remote}-viewer depends on libxml2Fabiano Fidêncio2015-10-061-0/+2
* Add new functions to enable/disable a displayJonathon Jongsma2015-09-105-8/+64
* Set enabled status of all displays when we get a monitor updateJonathon Jongsma2015-09-081-2/+4
* Don't emit 'monitor-geometry-changed' for disabled displaysJonathon Jongsma2015-09-081-20/+19
* coverity: result is not floating-pointFabiano Fidêncio2015-08-171-2/+2
* coverity: Copy into fixed sized bufferFabiano Fidêncio2015-08-131-0/+5
* session-spice: Use display id instead of monitor id in debug logPavel Grunt2015-07-291-1/+2
* configure: Use default error message when package is missingPavel Grunt2015-07-291-51/+36
* configure: Enable spice-gtk when have all necessary spice packagesPavel Grunt2015-07-291-1/+2
* virt-viewer-window: Change zoom with respect to real zoomPavel Grunt2015-07-291-3/+17
* Show window after its default and preferred sizes are setPavel Grunt2015-07-291-2/+2
* events: don't leak GIOChannel when destroying IO handleFabiano Fidêncio2015-07-221-0/+4
* events: allow to remove disabled timers and handlesFabiano Fidêncio2015-07-221-11/+9
* events: don't create glib IO watch for disabled handlesFabiano Fidêncio2015-07-221-4/+6
* events: don't hold events lock when dispatching free callbacksFabiano Fidêncio2015-07-221-6/+2
* events: don't reschedule deleted timeouts/watchesFabiano Fidêncio2015-07-221-3/+14
* events: protect 'handles' and 'timeouts' against concurrent accessesFabiano Fidêncio2015-07-221-0/+10
* events: remove unused virt_viewer_events_find_{handle,timeout} argFabiano Fidêncio2015-07-221-12/+6
* events: allow zero timeouts for timerFabiano Fidêncio2015-07-221-1/+1
* glib-compat: Use g_new0(GMutex, 1) if GLib >= 2.31Fabiano Fidêncio2015-07-222-0/+5
* glib-compat: group definitions and functionsFabiano Fidêncio2015-07-221-2/+0
* events: remove timeout and handle from arraysFabiano Fidêncio2015-07-221-28/+52
* events: register event using GOnce to avoid multiple initializationsFabiano Fidêncio2015-07-221-2/+10
* events: ensure event callbacks are threadsafeFabiano Fidêncio2015-07-221-18/+65
* virt-viewer-window: Allow to resize window to any sizePavel Grunt2015-07-221-76/+3
* Remove unnecessary parameter from virt_viewer_window_resize()Pavel Grunt2015-07-221-6/+5
* virt-viewer: set keepAlive on libvirt connectionPavel Hrdina2015-07-091-0/+4
* Build an intermediate convenience libraryJonathon Jongsma2015-06-301-38/+47
* Build: put one file on a lineJonathon Jongsma2015-06-301-17/+35
* Remove spice-controller flags from virt-viewer buildJonathon Jongsma2015-06-301-1/+0
* mingw,spec: Fix mingw-gstreamer1-plugins-bad-free nameFabiano Fidêncio2015-06-241-2/+2
* msi: drop gtk2 supportFabiano Fidêncio2015-06-232-31/+12
* nsis: drop gtk2 supportFabiano Fidêncio2015-06-232-284/+212
* mingw-spec: Update msitools dependencyFabiano Fidêncio2015-06-231-1/+1
* nsis: add libepoxy-0.dll (a new gtk3 dependency)Fabiano Fidêncio2015-06-231-0/+2
* Don't wait for reconnect when user cancels authJonathon Jongsma2015-06-193-1/+7
* Automatically retry auth failures for VNCJonathon Jongsma2015-06-191-25/+4
* VNC session: emit session-cancelled signalJonathon Jongsma2015-06-191-0/+1
* Rename session-auth-failed to session-auth-unsupportedJonathon Jongsma2015-06-194-9/+9
* Fix inconsistencies in session auth failuresJonathon Jongsma2015-06-192-3/+11
* Session: add vfunc to check auth retry capabilityJonathon Jongsma2015-06-193-0/+20
* Move SpiceSession setup to create_spice_session()Jonathon Jongsma2015-06-191-58/+60
* Add config.h include to remote-viewer-connect.c fileDaniel P. Berrange2015-06-191-0/+2
* remote-viewer-connect: Address entry is now requiredLukas Venhoda2015-06-161-6/+21
* remote-viewer-connect: Fixed reselecting in recent chooserLukas Venhoda2015-06-161-0/+10
* remote-viewer-connect: Changed hardcoded UI into XMLLukas Venhoda2015-06-164-71/+171