summaryrefslogtreecommitdiff
path: root/ui/sdl2.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-19ui/sdl2: Support shared surface for more pixman formatsGerd Hoffmann1-6/+7
2014-12-17sdl2: Work around SDL2 SDL_ShowWindow() bugMax Reitz1-0/+10
2014-12-17sdl2: Use correct sdl2_console for window eventsMax Reitz1-2/+4
2014-12-17sdl2: move sdl2_2d_refresh to sdl2-2d.cGerd Hoffmann1-9/+1
2014-12-17sdl2: factor out sdl2_poll_eventsGerd Hoffmann1-10/+13
2014-12-17sdl2: add+use sdl2_2d_redraw function.Gerd Hoffmann1-11/+6
2014-12-17sdl2: move sdl_switch to sdl2-2d.cGerd Hoffmann1-46/+4
2014-12-17sdl2: overhaul window size handlingGerd Hoffmann1-93/+79
2014-12-17sdl2: move sdl_update to new sdl2-2d.cGerd Hoffmann1-30/+5
2014-12-17sdl2: turn on keyboard grabsGerd Hoffmann1-3/+4
2014-12-17sdl2: move keyboard input code to new sdl2-input.cGerd Hoffmann1-72/+3
2014-12-17sdl2: rename sdl2_state to sdl2_console, move to header fileGerd Hoffmann1-36/+27
2014-12-16sdl: move version logic from source code to makefileGerd Hoffmann1-3/+0
2014-09-16sdl2: drop sdl_zoom.hGerd Hoffmann1-1/+0
2014-06-02sdl2: textinput + terminalGerd Hoffmann1-1/+40
2014-06-02sdl2: make Ctrl-Alt-<nr> hotkeys show and hide windowsGerd Hoffmann1-1/+26
2014-05-26sdl: pass key event source to input layerGerd Hoffmann1-9/+12
2014-04-29sdl2: Support mouse wheelCole Robinson1-18/+26
2014-04-29sdl2: add ui info setting.Dave Airlie1-0/+7
2014-04-11input: sdl2: Fix relative mode to match SDL1 behaviorCole Robinson1-1/+2
2014-04-11input: sdl2: Fix guest_cursor logicCole Robinson1-7/+11
2014-03-05ui/sdl2 : initial port to SDL 2.0 (v2.0)Dave Airlie1-0/+829