summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-26gtk: zap unused global_stateGerd Hoffmann1-4/+0
2014-05-26gtk: Add handling for the xfree86 keycodesBruce Rogers1-1/+35
2014-05-26gtk: enable untabify for gfxGerd Hoffmann1-3/+7
2014-05-26gtk: detached window pointer grabsGerd Hoffmann1-3/+21
2014-05-26gtk: update all windows on mouse mode changesGerd Hoffmann1-1/+5
2014-05-26gtk: fix grab checksGerd Hoffmann1-12/+23
2014-05-26gtk: update gd_update_captionGerd Hoffmann1-17/+28
2014-05-26gtk: skip keyboard grab when hover autograb is activeGerd Hoffmann1-1/+3
2014-05-26gtk: keep track of grab ownerGerd Hoffmann1-5/+23
2014-05-26gtk: add gd_grab trace eventGerd Hoffmann1-0/+4
2014-05-26gtk: add tab to trace eventsGerd Hoffmann1-3/+3
2014-05-26gtk: allow moving tabs to windows and back.Gerd Hoffmann1-11/+63
2014-05-26gtk: simplify resizeGerd Hoffmann1-26/+14
2014-05-26gtk: use device type as labelGerd Hoffmann1-2/+12
2014-05-26gtk: support multiple gfx displaysGerd Hoffmann1-37/+43
2014-05-26gtk: move vga state into VirtualGfxConsoleGerd Hoffmann1-278/+337
2014-05-26gtk: VirtualConsole restructionGerd Hoffmann1-46/+73
2014-05-26gtk: remove page numbering assumtions from the codeGerd Hoffmann1-10/+30
2014-05-26gtk: Add a scrollbar for text consolesCole Robinson1-2/+40
2014-05-26gtk: cleanup CONFIG_VTE ifdef a bit.Gerd Hoffmann1-19/+26
2014-05-26gtk: zap vte size requestsGerd Hoffmann1-14/+0
2014-05-26console: add kbd_put_keysym_consoleGerd Hoffmann1-3/+6
2014-05-26gtk: zap scrolled_windowGerd Hoffmann1-17/+2
2014-05-26console: rework text terminal cursor logicGerd Hoffmann1-18/+32
2014-05-26console: update text terminal surface unconditionallyGerd Hoffmann1-71/+56
2014-05-26console: nicer initial screenGerd Hoffmann1-8/+11
2014-05-26console: Abort on property access errorsKirill Batuzov1-17/+13
2014-05-16input: remove sparc keymap hackGerd Hoffmann1-19/+0
2014-05-16input: use KeyValue directly in sendkey monitor commandGerd Hoffmann1-24/+23
2014-05-16input: add qemu_input_handler_deactivateGerd Hoffmann1-0/+7
2014-05-16input: key mapping helpersGerd Hoffmann3-175/+219
2014-05-08build: convert some obj-specific CFLAGS to use new foo.o-cflags syntaxMichael Tokarev1-1/+1
2014-05-08spice: fix libvirt snapshotsGerd Hoffmann1-0/+8
2014-05-08spice: fix "info spice"Gerd Hoffmann1-1/+1
2014-05-07ui: Add missing 'static' attributeStefan Weil1-1/+1
2014-05-01Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-6' into stagingPeter Maydell1-65/+23
2014-04-29sdl2: Support mouse wheelCole Robinson1-18/+26
2014-04-29sdl2: add ui info setting.Dave Airlie1-0/+7
2014-04-29gtk: Fix accelerators being triggered twice with gtk3Cole Robinson1-22/+0
2014-04-29gtk: Fix -serial vcCole Robinson1-32/+9