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
/
sdl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sdl: remove NULL check, g_malloc0 can't fail
Alon Levy
2012-02-27
1
-4
/
+0
*
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
*
Drop the vm_running global variable
Luiz Capitulino
2011-09-15
1
-3
/
+3
*
sdl: Don't release input on mouse mode change in full-screen mode
Jan Kiszka
2011-08-22
1
-1
/
+3
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-10
/
+10
*
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
*
sdl: Do not make full screen mode resizable
Jan Kiszka
2011-08-05
1
-2
/
+5
*
sdl: Fix termination in -no-shutdown mode
Jan Kiszka
2011-08-05
1
-1
/
+3
*
notifier: Pass data argument to callback
Jan Kiszka
2011-07-23
1
-1
/
+1
*
Fix compilation warning due to missing header for sigaction (followup)
Alexandre Raymond
2011-06-08
1
-4
/
+0
*
set $SDL_VIDEODRIVER=x11 on Linux to prevent sudo kvm from fighting for video...
Michael Tokarev
2011-05-15
1
-0
/
+12
*
ui/sdl: Load optional QEMU icon
Stefan Weil
2011-04-01
1
-0
/
+13
*
Consolidate DisplaySurface allocation in qemu_alloc_display()
Jes Sorensen
2011-03-22
1
-12
/
+8
*
ui/sdl: Fix handling of caps lock and num lock keys
Stefan Weil
2011-02-04
1
-0
/
+8
*
sdl: remove unused variable
Blue Swirl
2011-01-29
1
-6
/
+0
*
win32: Avoid compiler warning (WIN32_LEAN_AND_MEAN redefined)
Stefan Weil
2010-08-15
1
-0
/
+4
*
ui: move all ui components in ui/
Corentin Chary
2010-07-26
1
-0
/
+879