summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2014-08-15spice: don't use 'Yoda conditions'Gonglei1-2/+2
2014-07-25vnc update fixGerd Hoffmann2-1/+4
2014-07-25fix full frame updates for VNC clientsStephan Kulow1-0/+1
2014-07-11Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20140711-1' into ...Peter Maydell1-0/+5
2014-07-11ui/gtk: Restore keyboard focus after Page changeJohn Snow1-3/+6
2014-07-11spice: auth fixesGerd Hoffmann1-0/+5
2014-07-01ui/vnc: fix potential memory corruption issuesPeter Lieven2-86/+77
2014-07-01ui/vnc: limit client_cut_text msg payload sizePeter Lieven1-3/+10
2014-06-29ui/cocoa: Honour -show-cursor command line optionPeter Maydell1-2/+18
2014-06-29ui/cocoa: Fix handling of absolute positioning devicesPeter Maydell1-29/+46
2014-06-29ui/cocoa: Add utility method to check if point is within windowPeter Maydell1-2/+7
2014-06-29ui/cocoa: Cope with first surface being same as initial window sizePeter Maydell1-1/+5
2014-06-23qemu-char: introduce qemu_chr_allocPaolo Bonzini1-1/+1
2014-06-23qapi event: convert SPICE eventsWenchao Xia1-34/+36
2014-06-23qapi event: convert VNC eventsWenchao Xia2-56/+59
2014-06-23qapi: adjust existing definesWenchao Xia2-7/+9
2014-06-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20140619-1' into s...Peter Maydell2-15/+9
2014-06-20spice: fix 32bit buildGerd Hoffmann1-1/+1
2014-06-19vnc: fix screen updatesGerd Hoffmann1-0/+3
2014-06-19vnc: Drop superfluous conditionals around g_strdup()Markus Armbruster1-4/+1
2014-06-19vnc: Drop superfluous conditionals around g_free()Markus Armbruster2-12/+6
2014-06-13spice: add mouse cursor supportGerd Hoffmann1-11/+118
2014-06-11gtk: update window size after showing/hiding tabsGerd Hoffmann1-0/+2
2014-06-11gtk: factor out gtk3 grab into the new gd_grab_devices functionGerd Hoffmann1-64/+36
2014-06-11gtk: cleanup backend dependenciesGerd Hoffmann1-28/+42
2014-06-11gtk: factor out keycode mappingGerd Hoffmann1-7/+16
2014-06-10console: fix -vga none -sdl crashGerd Hoffmann1-4/+1
2014-06-10console: kill MAX_CONSOLES, alloc consoles dynamicallyGerd Hoffmann1-9/+4
2014-06-04input/vnc: use kbd delays in press_keyGerd Hoffmann1-0/+2
2014-06-04input/curses: add kbd delay between keydown and keyup eventsGerd Hoffmann1-0/+10
2014-06-04input: use kbd delays for send_key monitor commandGerd Hoffmann1-39/+6
2014-06-04input: add support for kbd delaysGerd Hoffmann1-3/+105
2014-06-02Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-3' into stagingPeter Maydell2-2/+99
2014-06-02vnc-enc-tight: Fix divide-by-zero in tight_detect_smooth_image{16,24,32}Gonglei1-1/+7
2014-06-02vnc: add trace events for key eventsGerd Hoffmann1-4/+23
2014-06-02vnc: refuse to set a password with VNC_AUTH_NONEGerd Hoffmann1-28/+6
2014-06-02sdl2: textinput + terminalGerd Hoffmann1-1/+40
2014-06-02sdl2: make Ctrl-Alt-<nr> hotkeys show and hide windowsGerd Hoffmann1-1/+26
2014-06-02console: add kbd_put_string_consoleGerd Hoffmann1-0/+9
2014-06-02console: add kbd_put_qcode_consoleGerd Hoffmann1-0/+24
2014-05-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-1' into stagingPeter Maydell1-116/+117
2014-05-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-7' into stagingPeter Maydell1-374/+734
2014-05-26sdl: pass key event source to input layerGerd Hoffmann1-9/+12
2014-05-26input: bind devices and input routingGerd Hoffmann1-3/+40
2014-05-26input: keymap: add meta keysGerd Hoffmann1-0/+2
2014-05-26input: add name to input_event_key_numberGerd Hoffmann1-2/+4
2014-05-26input: add qemu_input_key_number_to_qcodeGerd Hoffmann1-3/+8
2014-05-26input (curses): mask keycodes to remove modifier bitsAndrew Oates1-2/+2
2014-05-26gtk: workaround gtk2 vte resize issueGerd Hoffmann1-0/+40
2014-05-26gtk: window sizing overhaulGerd Hoffmann1-30/+70