aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2014-06-29ui/cocoa: Honour -show-cursor command line optionpull-cocoa-20140630Peter Maydell
2014-06-29ui/cocoa: Fix handling of absolute positioning devicesPeter Maydell
2014-06-29ui/cocoa: Add utility method to check if point is within windowPeter Maydell
2014-06-29ui/cocoa: Cope with first surface being same as initial window sizePeter Maydell
2014-06-23qemu-char: introduce qemu_chr_allocPaolo Bonzini
2014-06-23qapi event: convert SPICE eventsWenchao Xia
2014-06-23qapi event: convert VNC eventsWenchao Xia
2014-06-23qapi: adjust existing definesWenchao Xia
2014-06-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20140619-1' into s...Peter Maydell
2014-06-20spice: fix 32bit buildGerd Hoffmann
2014-06-19vnc: fix screen updatesGerd Hoffmann
2014-06-19vnc: Drop superfluous conditionals around g_strdup()Markus Armbruster
2014-06-19vnc: Drop superfluous conditionals around g_free()Markus Armbruster
2014-06-13spice: add mouse cursor supportGerd Hoffmann
2014-06-11gtk: update window size after showing/hiding tabsGerd Hoffmann
2014-06-11gtk: factor out gtk3 grab into the new gd_grab_devices functionGerd Hoffmann
2014-06-11gtk: cleanup backend dependenciesGerd Hoffmann
2014-06-11gtk: factor out keycode mappingGerd Hoffmann
2014-06-10console: fix -vga none -sdl crashGerd Hoffmann
2014-06-10console: kill MAX_CONSOLES, alloc consoles dynamicallyGerd Hoffmann
2014-06-04input/vnc: use kbd delays in press_keyGerd Hoffmann
2014-06-04input/curses: add kbd delay between keydown and keyup eventsGerd Hoffmann
2014-06-04input: use kbd delays for send_key monitor commandGerd Hoffmann
2014-06-04input: add support for kbd delaysGerd Hoffmann
2014-06-02Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-3' into stagingPeter Maydell
2014-06-02vnc-enc-tight: Fix divide-by-zero in tight_detect_smooth_image{16,24,32}Gonglei
2014-06-02vnc: add trace events for key eventsGerd Hoffmann
2014-06-02vnc: refuse to set a password with VNC_AUTH_NONEGerd Hoffmann
2014-06-02sdl2: textinput + terminalGerd Hoffmann
2014-06-02sdl2: make Ctrl-Alt-<nr> hotkeys show and hide windowsGerd Hoffmann
2014-06-02console: add kbd_put_string_consoleGerd Hoffmann
2014-06-02console: add kbd_put_qcode_consoleGerd Hoffmann
2014-05-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-1' into stagingPeter Maydell
2014-05-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-7' into stagingPeter Maydell
2014-05-26sdl: pass key event source to input layerGerd Hoffmann
2014-05-26input: bind devices and input routingGerd Hoffmann
2014-05-26input: keymap: add meta keysGerd Hoffmann
2014-05-26input: add name to input_event_key_numberGerd Hoffmann
2014-05-26input: add qemu_input_key_number_to_qcodeGerd Hoffmann
2014-05-26input (curses): mask keycodes to remove modifier bitsAndrew Oates
2014-05-26gtk: workaround gtk2 vte resize issueGerd Hoffmann
2014-05-26gtk: window sizing overhaulGerd Hoffmann
2014-05-26gtk: zap unused global_stateGerd Hoffmann
2014-05-26gtk: Add handling for the xfree86 keycodesBruce Rogers
2014-05-26gtk: enable untabify for gfxGerd Hoffmann
2014-05-26gtk: detached window pointer grabsGerd Hoffmann
2014-05-26gtk: update all windows on mouse mode changesGerd Hoffmann
2014-05-26gtk: fix grab checksGerd Hoffmann
2014-05-26gtk: update gd_update_captionGerd Hoffmann
2014-05-26gtk: skip keyboard grab when hover autograb is activeGerd Hoffmann