summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
...
* input: add support for kbd delaysGerd Hoffmann2014-06-041-3/+105
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-3' into stagingPeter Maydell2014-06-022-2/+99
|\
| * sdl2: textinput + terminalGerd Hoffmann2014-06-021-1/+40
| * sdl2: make Ctrl-Alt-<nr> hotkeys show and hide windowsGerd Hoffmann2014-06-021-1/+26
| * console: add kbd_put_string_consoleGerd Hoffmann2014-06-021-0/+9
| * console: add kbd_put_qcode_consoleGerd Hoffmann2014-06-021-0/+24
* | vnc-enc-tight: Fix divide-by-zero in tight_detect_smooth_image{16,24,32}Gonglei2014-06-021-1/+7
* | vnc: add trace events for key eventsGerd Hoffmann2014-06-021-4/+23
* | vnc: refuse to set a password with VNC_AUTH_NONEGerd Hoffmann2014-06-021-28/+6
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-1' into stagingPeter Maydell2014-05-281-116/+117
|\
| * console: add kbd_put_keysym_consoleGerd Hoffmann2014-05-261-3/+6
| * console: rework text terminal cursor logicGerd Hoffmann2014-05-261-18/+32
| * console: update text terminal surface unconditionallyGerd Hoffmann2014-05-261-71/+56
| * console: nicer initial screenGerd Hoffmann2014-05-261-8/+11
| * console: Abort on property access errorsKirill Batuzov2014-05-261-17/+13
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-7' into stagingPeter Maydell2014-05-281-374/+734
|\ \
| * | gtk: workaround gtk2 vte resize issueGerd Hoffmann2014-05-261-0/+40
| * | gtk: window sizing overhaulGerd Hoffmann2014-05-261-30/+70
| * | gtk: zap unused global_stateGerd Hoffmann2014-05-261-4/+0
| * | gtk: Add handling for the xfree86 keycodesBruce Rogers2014-05-261-1/+35
| * | gtk: enable untabify for gfxGerd Hoffmann2014-05-261-3/+7
| * | gtk: detached window pointer grabsGerd Hoffmann2014-05-261-3/+21
| * | gtk: update all windows on mouse mode changesGerd Hoffmann2014-05-261-1/+5
| * | gtk: fix grab checksGerd Hoffmann2014-05-261-12/+23
| * | gtk: update gd_update_captionGerd Hoffmann2014-05-261-17/+28
| * | gtk: skip keyboard grab when hover autograb is activeGerd Hoffmann2014-05-261-1/+3
| * | gtk: keep track of grab ownerGerd Hoffmann2014-05-261-5/+23
| * | gtk: add gd_grab trace eventGerd Hoffmann2014-05-261-0/+4
| * | gtk: add tab to trace eventsGerd Hoffmann2014-05-261-3/+3
| * | gtk: allow moving tabs to windows and back.Gerd Hoffmann2014-05-261-11/+63
| * | gtk: simplify resizeGerd Hoffmann2014-05-261-26/+14
| * | gtk: use device type as labelGerd Hoffmann2014-05-261-2/+12
| * | gtk: support multiple gfx displaysGerd Hoffmann2014-05-261-37/+43
| * | gtk: move vga state into VirtualGfxConsoleGerd Hoffmann2014-05-261-278/+337
| * | gtk: VirtualConsole restructionGerd Hoffmann2014-05-261-46/+73
| * | gtk: remove page numbering assumtions from the codeGerd Hoffmann2014-05-261-10/+30
| * | gtk: Add a scrollbar for text consolesCole Robinson2014-05-261-2/+40
| * | gtk: cleanup CONFIG_VTE ifdef a bit.Gerd Hoffmann2014-05-261-19/+26
| * | gtk: zap vte size requestsGerd Hoffmann2014-05-261-14/+0
| * | gtk: zap scrolled_windowGerd Hoffmann2014-05-261-17/+2
| |/
* | sdl: pass key event source to input layerGerd Hoffmann2014-05-261-9/+12
* | input: bind devices and input routingGerd Hoffmann2014-05-261-3/+40
* | input: keymap: add meta keysGerd Hoffmann2014-05-261-0/+2
* | input: add name to input_event_key_numberGerd Hoffmann2014-05-261-2/+4
* | input: add qemu_input_key_number_to_qcodeGerd Hoffmann2014-05-261-3/+8
* | input (curses): mask keycodes to remove modifier bitsAndrew Oates2014-05-261-2/+2
|/
* input: remove sparc keymap hackGerd Hoffmann2014-05-161-19/+0
* input: use KeyValue directly in sendkey monitor commandGerd Hoffmann2014-05-161-24/+23
* input: add qemu_input_handler_deactivateGerd Hoffmann2014-05-161-0/+7
* input: key mapping helpersGerd Hoffmann2014-05-163-175/+219
OpenPOWER on IntegriCloud