aboutsummaryrefslogtreecommitdiff
path: root/ui/sdl.c
AgeCommit message (Expand)Author
2013-04-16console: add qemu_console_is_*Gerd Hoffmann
2013-04-16console: gui timer fixesGerd Hoffmann
2013-04-16console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann
2013-03-18console: zap displaystate from dcl callbacksGerd Hoffmann
2013-03-18sdl: stop using DisplayStateGerd Hoffmann
2013-03-18console: rework DisplaySurface handling [dcl/ui side]Gerd Hoffmann
2013-03-18sdl: drop dead codeGerd Hoffmann
2013-03-18console: fix displaychangelisteners interfaceGerd Hoffmann
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini
2012-11-01console: remove DisplayAllocatorGerd Hoffmann
2012-11-01console: remove dpy_gfx_fillGerd Hoffmann
2012-11-01console: untangle gfx & txt updatesGerd Hoffmann
2012-11-01console: move set_mouse + cursor_define callbacksGerd Hoffmann
2012-02-27sdl: remove NULL check, g_malloc0 can't failAlon Levy
2012-02-01sdl: Limit sdl_grab_end in handle_activation to Windows hostsJan Kiszka
2012-02-01sdl: Grab input on end of non-absolute mouse clickJan Kiszka
2012-02-01Revert "Handle SDL grabs failing (Mark McLoughlin)"Jan Kiszka
2012-02-01sdl: Fix block prevention of SDL_WM_GrabInputJan Kiszka
2012-02-01sdl: Do not grab mouse on mode switch while in backgroundJan Kiszka
2011-09-15Drop the vm_running global variableLuiz Capitulino
2011-08-22sdl: Don't release input on mouse mode change in full-screen modeJan Kiszka
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-05sdl: Refactor sdl_send_mouse_eventJan Kiszka
2011-08-05sdl: Factor out event handlers from sdl_refreshJan Kiszka
2011-08-05sdl: Add zoom hot keysJan Kiszka
2011-08-05sdl: Dynamically grab input in absolute mouse modeJan Kiszka
2011-08-05sdl: Fix cursor handling when switching consoles in absolute mouse modeJan Kiszka
2011-08-05sdl: Never release input while in full screen modeJan Kiszka
2011-08-05sdl: Consistently avoid grabbing input for text consolesJan Kiszka
2011-08-05sdl: Initialize gui_fullscreen earlier during setupJan Kiszka
2011-08-05sdl: Drop bogus gui_fullscreen_initial_grabJan Kiszka
2011-08-05sdl: Restore scaling mode on return from full screenJan Kiszka
2011-08-05sdl: Fix full screen toggling from scaled modeJan Kiszka
2011-08-05sdl: Properly mark modifier+u as hotkeyJan Kiszka
2011-08-05sdl: Avoid redundant scaling deactivationJan Kiszka
2011-08-05sdl: Do not make full screen mode resizableJan Kiszka
2011-08-05sdl: Fix termination in -no-shutdown modeJan Kiszka
2011-07-23notifier: Pass data argument to callbackJan Kiszka
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond
2011-05-15set $SDL_VIDEODRIVER=x11 on Linux to prevent sudo kvm from fighting for video...Michael Tokarev
2011-04-01ui/sdl: Load optional QEMU iconStefan Weil
2011-03-22Consolidate DisplaySurface allocation in qemu_alloc_display()Jes Sorensen
2011-02-04ui/sdl: Fix handling of caps lock and num lock keysStefan Weil
2011-01-29sdl: remove unused variableBlue Swirl
2010-08-15win32: Avoid compiler warning (WIN32_LEAN_AND_MEAN redefined)Stefan Weil
2010-07-26ui: move all ui components in ui/Corentin Chary