aboutsummaryrefslogtreecommitdiff
path: root/ui/sdl.c
AgeCommit message (Expand)Author
2018-03-05sdl: switch over to new display registryGerd Hoffmann
2018-02-22keymap: consider modifier state when picking a mappingGerd Hoffmann
2018-02-20sdl: use DisplayOptionsGerd Hoffmann
2018-02-02ui: fix mixup between qnum and qcode in SDL1 key handlingDaniel P. Berrangé
2018-01-25sdl: reorganize -no-frame supportGerd Hoffmann
2018-01-25sdl: use ctrl-alt-g as grab hotkeyGerd Hoffmann
2018-01-25ui: deprecate use of SDL 1.2 in favour of 2.0 seriesDaniel P. Berrange
2018-01-25ui: convert GTK and SDL1 frontends to keycodemapdbDaniel P. Berrange
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-05-11ui: Support non-zero minimum values for absolute input axesPhilippe Voinov
2017-02-27ui: Use XkbGetMap and XkbGetNames instead of XkbGetKeyboardDaniel P. Berrange
2017-01-10console: move window ID code from baum to sdlSamuel Thibault
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-01qapi: rename input buttonsGerd Hoffmann
2016-02-04ui: Clean up includesPeter Maydell
2016-02-02sdl: shorten the GUI refresh interval when mouse or keyboard is activeJindřich Makovička
2015-12-17qapi: Change munging of CamelCase enum valuesEric Blake
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake
2015-11-06ui: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-05-05sdl2: add support for display rendering using opengl.Gerd Hoffmann
2015-03-12sdl: Fix crash when calling sdl_switch() with NULL surfaceBenjamin Herrenschmidt
2015-03-12sdl: Refresh debug statementsBenjamin Herrenschmidt
2015-01-19ui/sdl: Support shared surface for more pixman formatsBenjamin Herrenschmidt
2014-12-16sdl: move version logic from source code to makefileGerd Hoffmann
2014-09-05console: stop using PixelFormatGerd Hoffmann
2014-03-10input: sdl: fix guest_cursor logic.Gerd Hoffmann
2014-03-05ui/sdl2 : initial port to SDL 2.0 (v2.0)Dave Airlie
2014-03-05input: mouse: switch sdl ui to new coreGerd Hoffmann
2014-03-05input: keyboard: switch sdl ui to new coreGerd Hoffmann
2013-11-06sdl: Reverse support for video mode settingLei Li
2013-04-25console: zap ds arg from register_displaychangelistenerGerd Hoffmann
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