index
:
~pgrunt/virt-viewer
fixzoom
gtk2_resize
gtkapp
master
prepare_push
remove_resize
resizing_loop
test-mapping
wrong_zoom
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-22
events: don't leak GIOChannel when destroying IO handle
HEAD
master
Fabiano Fidêncio
1
-0
/
+4
2015-07-22
events: allow to remove disabled timers and handles
Fabiano Fidêncio
1
-11
/
+9
2015-07-22
events: don't create glib IO watch for disabled handles
Fabiano Fidêncio
1
-4
/
+6
2015-07-22
events: don't hold events lock when dispatching free callbacks
Fabiano Fidêncio
1
-6
/
+2
2015-07-22
events: don't reschedule deleted timeouts/watches
Fabiano Fidêncio
1
-3
/
+14
2015-07-22
events: protect 'handles' and 'timeouts' against concurrent accesses
Fabiano Fidêncio
1
-0
/
+10
2015-07-22
events: remove unused virt_viewer_events_find_{handle,timeout} arg
Fabiano Fidêncio
1
-12
/
+6
2015-07-22
events: allow zero timeouts for timer
Fabiano Fidêncio
1
-1
/
+1
2015-07-22
glib-compat: Use g_new0(GMutex, 1) if GLib >= 2.31
Fabiano Fidêncio
2
-0
/
+5
2015-07-22
glib-compat: group definitions and functions
Fabiano Fidêncio
1
-2
/
+0
2015-07-22
events: remove timeout and handle from arrays
Fabiano Fidêncio
1
-28
/
+52
2015-07-22
events: register event using GOnce to avoid multiple initializations
Fabiano Fidêncio
1
-2
/
+10
2015-07-22
events: ensure event callbacks are threadsafe
Fabiano Fidêncio
1
-18
/
+65
2015-07-22
virt-viewer-window: Allow to resize window to any size
Pavel Grunt
1
-76
/
+3
2015-07-22
Remove unnecessary parameter from virt_viewer_window_resize()
Pavel Grunt
1
-6
/
+5
2015-07-09
virt-viewer: set keepAlive on libvirt connection
Pavel Hrdina
1
-0
/
+4
2015-06-30
Build an intermediate convenience library
Jonathon Jongsma
1
-38
/
+47
2015-06-30
Build: put one file on a line
Jonathon Jongsma
1
-17
/
+35
2015-06-30
Remove spice-controller flags from virt-viewer build
Jonathon Jongsma
1
-1
/
+0
2015-06-24
mingw,spec: Fix mingw-gstreamer1-plugins-bad-free name
Fabiano Fidêncio
1
-2
/
+2
2015-06-23
msi: drop gtk2 support
Fabiano Fidêncio
2
-31
/
+12
2015-06-23
nsis: drop gtk2 support
Fabiano Fidêncio
2
-284
/
+212
2015-06-23
mingw-spec: Update msitools dependency
Fabiano Fidêncio
1
-1
/
+1
2015-06-23
nsis: add libepoxy-0.dll (a new gtk3 dependency)
Fabiano Fidêncio
1
-0
/
+2
2015-06-19
Don't wait for reconnect when user cancels auth
Jonathon Jongsma
3
-1
/
+7
2015-06-19
Automatically retry auth failures for VNC
Jonathon Jongsma
1
-25
/
+4
2015-06-19
VNC session: emit session-cancelled signal
Jonathon Jongsma
1
-0
/
+1
2015-06-19
Rename session-auth-failed to session-auth-unsupported
Jonathon Jongsma
4
-9
/
+9
2015-06-19
Fix inconsistencies in session auth failures
Jonathon Jongsma
2
-3
/
+11
2015-06-19
Session: add vfunc to check auth retry capability
Jonathon Jongsma
3
-0
/
+20
2015-06-19
Move SpiceSession setup to create_spice_session()
Jonathon Jongsma
1
-58
/
+60
2015-06-19
Add config.h include to remote-viewer-connect.c file
Daniel P. Berrange
1
-0
/
+2
2015-06-16
remote-viewer-connect: Address entry is now required
Lukas Venhoda
1
-6
/
+21
2015-06-16
remote-viewer-connect: Fixed reselecting in recent chooser
Lukas Venhoda
1
-0
/
+10
2015-06-16
remote-viewer-connect: Changed hardcoded UI into XML
Lukas Venhoda
4
-71
/
+171
2015-06-16
remote-viewer-connect: Changed dialog into a window
Lukas Venhoda
3
-28
/
+113
2015-06-16
remote-viewer-connect: Check if uri is NULL
Lukas Venhoda
1
-1
/
+3
2015-06-16
remote-viewer-connect: Changed response to gboolean
Lukas Venhoda
3
-6
/
+17
2015-06-16
remote-viewer: Connect dialog moved to its own file
Lukas Venhoda
4
-158
/
+229
2015-06-16
configure: Require spice-protocol 0.12.7
Pavel Grunt
1
-1
/
+1
2015-06-15
Enable hotkeys after setting them in virt_viewer_app_set_hotkeys
Christophe Fergeau
1
-1
/
+1
2015-06-11
nsis: Ship libwinpthread even without libvirt support
Fabiano Fidêncio
1
-1
/
+1
2015-06-10
Add InstallScope="perMachine" to virt-viewer.wxs.in
Sandy Stutsman
1
-1
/
+1
2015-06-10
Add missing config.h header file
Daniel P. Berrange
1
-0
/
+2
2015-06-09
vv-file: Show 'newer-version-url' when version check fails
Christophe Fergeau
1
-5
/
+17
2015-06-09
vv-file: Add 'newer-version-url' key to .vv files
Christophe Fergeau
3
-0
/
+34
2015-06-09
test: Add test case for virt_viewer_compare_buildid
Christophe Fergeau
2
-0
/
+79
2015-06-09
util: Replace virt_viewer_compare_version with _compare_buildid
Christophe Fergeau
4
-20
/
+61
2015-06-09
vv-file: Use "versions" in min version check
Christophe Fergeau
1
-2
/
+21
2015-06-09
Show osid in remote-viewer --version
Christophe Fergeau
1
-1
/
+5
[next]