index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
sdl: Limit sdl_grab_end in handle_activation to Windows hosts
Jan Kiszka
2012-02-01
1
-0
/
+4
*
sdl: Grab input on end of non-absolute mouse click
Jan Kiszka
2012-02-01
1
-2
/
+1
*
Revert "Handle SDL grabs failing (Mark McLoughlin)"
Jan Kiszka
2012-02-01
1
-6
/
+3
*
sdl: Fix block prevention of SDL_WM_GrabInput
Jan Kiszka
2012-02-01
1
-12
/
+14
*
sdl: Do not grab mouse on mode switch while in background
Jan Kiszka
2012-02-01
1
-14
/
+16
*
vnc: Simplify vnc_display_password()
Luiz Capitulino
2012-01-18
1
-10
/
+4
*
vnc: fix no-lock-key-sync strncmp() length
Stefan Hajnoczi
2012-01-13
1
-1
/
+1
*
Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging
Anthony Liguori
2011-12-14
3
-3
/
+3
|
\
|
*
Fix spelling in comments, documentation and messages
Stefan Weil
2011-12-14
2
-2
/
+2
|
*
fix typo: delete redundant semicolon
Dong Xu Wang
2011-12-06
1
-1
/
+1
*
|
qemu-thread: add API for joinable threads
Jan Kiszka
2011-12-12
1
-1
/
+1
|
/
*
fix spelling in ui sub directory
Dong Xu Wang
2011-12-02
1
-2
/
+2
*
ui: Plug memory leaks on parse_keyboard_layout() error path
Markus Armbruster
2011-11-11
1
-5
/
+7
*
ui/vnc: Convert sasl.mechlist to g_malloc() & friends
Markus Armbruster
2011-11-10
1
-14
/
+5
*
Merge remote-tracking branch 'afaerber/cocoa-for-upstream' into staging
Anthony Liguori
2011-11-01
1
-0
/
+2
|
\
|
*
cocoa: Close sheet after image file selection
Andreas Färber
2011-11-01
1
-0
/
+2
*
|
ui/vnc: Fix use of free() instead of g_free()
Stefan Weil
2011-11-01
4
-11
/
+11
|
/
*
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
2011-10-31
2
-133
/
+141
|
\
|
*
qapi: Convert query-spice
Luiz Capitulino
2011-10-27
1
-81
/
+58
|
*
qapi: Convert query-vnc
Luiz Capitulino
2011-10-27
1
-52
/
+83
*
|
spice: fix file handle cleanup
Gerd Hoffmann
2011-10-25
1
-1
/
+1
*
|
ui/spice-core: fix segfault in monitor
Alon Levy
2011-10-25
1
-1
/
+1
*
|
spice: Convert core to QEMU thread API
Jan Kiszka
2011-10-25
1
-4
/
+4
*
|
spice: support the new migration interface (spice 0.8.3)
Yonit Halperin
2011-10-25
1
-1
/
+55
*
|
spice: turn client_migrate_info to async
Yonit Halperin
2011-10-25
2
-6
/
+18
|
/
*
migration: Export a function that tells if the migration has finished correctly
Juan Quintela
2011-10-20
1
-2
/
+2
*
use qemu_* ctype functions
Christoph Egger
2011-09-21
1
-1
/
+1
*
Drop unneeded pthread.h inclusions
Jan Kiszka
2011-09-21
1
-2
/
+0
*
Drop the vm_running global variable
Luiz Capitulino
2011-09-15
1
-3
/
+3
*
Replace the VMSTOP macros with a proper state type
Luiz Capitulino
2011-09-15
2
-2
/
+5
*
vns/tls: don't use depricated gnutls functions
Gerd Hoffmann
2011-09-09
1
-19
/
+49
*
spice: workaround a spice server bug.
Gerd Hoffmann
2011-09-07
1
-1
/
+24
*
spice: set qxl->ssd.running=true before telling spice to start, RHBZ #733993
Yonit Halperin
2011-09-07
1
-1
/
+2
*
sdl: Don't release input on mouse mode change in full-screen mode
Jan Kiszka
2011-08-22
1
-1
/
+3
*
Convert last qemu_free and qemu_malloc uses
Blue Swirl
2011-08-21
1
-3
/
+3
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
14
-93
/
+93
*
ui/spice-core: report compiled-version in info spice/query-spice
Alon Levy
2011-08-10
1
-0
/
+8
*
sdl: Refactor sdl_send_mouse_event
Jan Kiszka
2011-08-05
1
-11
/
+11
*
sdl: Factor out event handlers from sdl_refresh
Jan Kiszka
2011-08-05
1
-205
/
+271
*
sdl: Add zoom hot keys
Jan Kiszka
2011-08-05
1
-0
/
+13
*
sdl: Dynamically grab input in absolute mouse mode
Jan Kiszka
2011-08-05
1
-6
/
+37
*
sdl: Fix cursor handling when switching consoles in absolute mouse mode
Jan Kiszka
2011-08-05
1
-3
/
+10
*
sdl: Never release input while in full screen mode
Jan Kiszka
2011-08-05
1
-3
/
+4
*
sdl: Consistently avoid grabbing input for text consoles
Jan Kiszka
2011-08-05
1
-3
/
+6
*
sdl: Initialize gui_fullscreen earlier during setup
Jan Kiszka
2011-08-05
1
-4
/
+5
*
sdl: Drop bogus gui_fullscreen_initial_grab
Jan Kiszka
2011-08-05
1
-3
/
+1
*
sdl: Restore scaling mode on return from full screen
Jan Kiszka
2011-08-05
1
-15
/
+33
*
sdl: Fix full screen toggling from scaled mode
Jan Kiszka
2011-08-05
1
-1
/
+2
*
sdl: Properly mark modifier+u as hotkey
Jan Kiszka
2011-08-05
1
-0
/
+1
*
sdl: Avoid redundant scaling deactivation
Jan Kiszka
2011-08-05
1
-4
/
+6
[next]