summaryrefslogtreecommitdiffstats
path: root/ui/sdl2.c
Commit message (Expand)AuthorAgeFilesLines
* sdl2: fix crash in handle_windowevent() when restoring the screen sizeAlberto Garcia2015-06-091-0/+4
* sdl2: add support for display rendering using opengl.Gerd Hoffmann2015-05-051-7/+58
* sdl2: move SDL_* includes to sdl2.hGerd Hoffmann2015-05-051-6/+0
* ui/sdl2: Support shared surface for more pixman formatsGerd Hoffmann2015-01-191-6/+7
* sdl2: Work around SDL2 SDL_ShowWindow() bugMax Reitz2014-12-171-0/+10
* sdl2: Use correct sdl2_console for window eventsMax Reitz2014-12-171-2/+4
* sdl2: move sdl2_2d_refresh to sdl2-2d.cGerd Hoffmann2014-12-171-9/+1
* sdl2: factor out sdl2_poll_eventsGerd Hoffmann2014-12-171-10/+13
* sdl2: add+use sdl2_2d_redraw function.Gerd Hoffmann2014-12-171-11/+6
* sdl2: move sdl_switch to sdl2-2d.cGerd Hoffmann2014-12-171-46/+4
* sdl2: overhaul window size handlingGerd Hoffmann2014-12-171-93/+79
* sdl2: move sdl_update to new sdl2-2d.cGerd Hoffmann2014-12-171-30/+5
* sdl2: turn on keyboard grabsGerd Hoffmann2014-12-171-3/+4
* sdl2: move keyboard input code to new sdl2-input.cGerd Hoffmann2014-12-171-72/+3
* sdl2: rename sdl2_state to sdl2_console, move to header fileGerd Hoffmann2014-12-171-36/+27
* sdl: move version logic from source code to makefileGerd Hoffmann2014-12-161-3/+0
* sdl2: drop sdl_zoom.hGerd Hoffmann2014-09-161-1/+0
* sdl2: textinput + terminalGerd Hoffmann2014-06-021-1/+40
* sdl2: make Ctrl-Alt-<nr> hotkeys show and hide windowsGerd Hoffmann2014-06-021-1/+26
* sdl: pass key event source to input layerGerd Hoffmann2014-05-261-9/+12
* sdl2: Support mouse wheelCole Robinson2014-04-291-18/+26
* sdl2: add ui info setting.Dave Airlie2014-04-291-0/+7
* input: sdl2: Fix relative mode to match SDL1 behaviorCole Robinson2014-04-111-1/+2
* input: sdl2: Fix guest_cursor logicCole Robinson2014-04-111-7/+11
* ui/sdl2 : initial port to SDL 2.0 (v2.0)Dave Airlie2014-03-051-0/+829
OpenPOWER on IntegriCloud