aboutsummaryrefslogtreecommitdiff
path: root/ui/sdl2.c
AgeCommit message (Expand)Author
2015-06-09sdl2: fix crash in handle_windowevent() when restoring the screen sizeAlberto Garcia
2015-05-05sdl2: add support for display rendering using opengl.Gerd Hoffmann
2015-05-05sdl2: move SDL_* includes to sdl2.hGerd Hoffmann
2015-01-19ui/sdl2: Support shared surface for more pixman formatsGerd Hoffmann
2014-12-17sdl2: Work around SDL2 SDL_ShowWindow() bugMax Reitz
2014-12-17sdl2: Use correct sdl2_console for window eventsMax Reitz
2014-12-17sdl2: move sdl2_2d_refresh to sdl2-2d.cGerd Hoffmann
2014-12-17sdl2: factor out sdl2_poll_eventsGerd Hoffmann
2014-12-17sdl2: add+use sdl2_2d_redraw function.Gerd Hoffmann
2014-12-17sdl2: move sdl_switch to sdl2-2d.cGerd Hoffmann
2014-12-17sdl2: overhaul window size handlingGerd Hoffmann
2014-12-17sdl2: move sdl_update to new sdl2-2d.cGerd Hoffmann
2014-12-17sdl2: turn on keyboard grabsGerd Hoffmann
2014-12-17sdl2: move keyboard input code to new sdl2-input.cGerd Hoffmann
2014-12-17sdl2: rename sdl2_state to sdl2_console, move to header fileGerd Hoffmann
2014-12-16sdl: move version logic from source code to makefileGerd Hoffmann
2014-09-16sdl2: drop sdl_zoom.hGerd Hoffmann
2014-06-02sdl2: textinput + terminalGerd Hoffmann
2014-06-02sdl2: make Ctrl-Alt-<nr> hotkeys show and hide windowsGerd Hoffmann
2014-05-26sdl: pass key event source to input layerGerd Hoffmann
2014-04-29sdl2: Support mouse wheelCole Robinson
2014-04-29sdl2: add ui info setting.Dave Airlie
2014-04-11input: sdl2: Fix relative mode to match SDL1 behaviorCole Robinson
2014-04-11input: sdl2: Fix guest_cursor logicCole Robinson
2014-03-05ui/sdl2 : initial port to SDL 2.0 (v2.0)Dave Airlie