summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* gtk: Support keyboard translation for hosts running WindowsStefan Weil2014-01-201-3/+15
* ui/cocoa: Remove stray tabsPeter Maydell2014-01-121-3/+3
* ui/cocoa: Draw black rectangle if we have no data yetPeter Maydell2014-01-121-1/+6
* ui/cocoa: Redraw at correct size when switching surfacePeter Maydell2014-01-121-7/+17
* ui/cocoa: Fix code for starting QEMU via image file load dialogPeter Maydell2014-01-121-6/+6
* ui/cocoa: Add ".qcow2" to extension list for image load dialogPeter Maydell2014-01-121-1/+1
* ui/cocoa: Send warning message to stderr, not stdoutPeter Maydell2014-01-121-1/+1
* ui/cocoa: Correct typos in comments and variable namesPeter Maydell2014-01-121-14/+14
* ui/cocoa: Pass command key through to guest when VM has mousegrabPeter Maydell2014-01-121-7/+18
* ui/cocoa: Use macro ARRAY_SIZE where possibleStefan Weil2013-12-231-3/+2
* spice: move spice_server_vm_{start,stop} calls into qemu_spice_display_*()Gerd Hoffmann2013-12-161-2/+2
* spice: move qemu_spice_display_*() from spice-graphics to spice-coreGerd Hoffmann2013-12-162-17/+16
* spice: flip streaming video mode to off by defaultGerd Hoffmann2013-12-161-0/+2
* Don't crash on keyboard input with no handlerDon Koch2013-12-021-1/+1
* misc: Replace 'struct QEMUTimer' by 'QEMUTimer'Stefan Weil2013-12-021-1/+1
* gtk: Replace conditional debug messages by trace methodsStefan Weil2013-12-021-14/+5
* console: Replace conditional debug messages by trace methodsStefan Weil2013-12-021-8/+3
* trace: Remove trace.h from console.h (less dependencies)Stefan Weil2013-12-021-0/+1
* curses: fixup SIGWINCH handler messGerd Hoffmann2013-11-251-16/+28
* console: Remove unused debug codeStefan Weil2013-11-131-33/+0
* qemu-char: add missing characters used in keymapsJan Krupa2013-11-131-0/+365
* qemu-char: add support for U-prefixed symbolsJan Krupa2013-11-131-0/+6
* qemu-char: add Czech characters to VNC keysymsJan Krupa2013-11-131-0/+8
* sdl: Reverse support for video mode settingLei Li2013-11-061-4/+19
* misc: Spelling and grammar fixes in commentsStefan Weil2013-10-261-1/+1
* Merge remote-tracking branch 'bonzini/configure' into stagingAnthony Liguori2013-10-181-2/+0
|\
| * ui/Makefile.objs: delete unnecessary cocoa.o dependencyPeter Maydell2013-10-161-2/+0
* | spice: fix multihead supportGerd Hoffmann2013-10-172-7/+40
* | spice-display: add display channel id to the debug messages.Gerd Hoffmann2013-10-171-13/+14
* | Fix VNC SASL authentication when using a QXL deviceChristophe Fergeau2013-10-171-0/+1
* | spice: replace use of deprecated APIMarc-André Lureau2013-10-172-13/+12
|/
* spice-core: Use g_strdup_printf instead of snprintfChristophe Fergeau2013-09-101-14/+14
* gtk: Remove unused include statements which are not portableStefan Weil2013-08-271-4/+0
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-223-23/+23
* aio / timers: Untangle include filesAlex Bligh2013-08-223-1/+3
* spice: fix display initializationGerd Hoffmann2013-07-301-0/+5
* migration: fix spice migrationStefan Hajnoczi2013-07-291-1/+1
* gtk: Fix accelerator filteringJan Kiszka2013-07-221-21/+18
* console: Hook QemuConsoles into qom treeGerd Hoffmann2013-06-281-0/+10
* gtk: add support for surface conversionGerd Hoffmann2013-06-281-23/+40
* Merge remote-tracking branch 'spice/spice.v71' into stagingAnthony Liguori2013-06-241-0/+13
|\
| * spice: Add -spice disable-agent-file-transfer cmdline option (rhbz#961850)Hans de Goede2013-06-241-0/+13
* | vnc: use booleans for vnc_connect, vnc_listen_read and vnc_display_add_clientMichael Tokarev2013-06-211-7/+8
|/
* gtk: Fix compiler warning (GTK 3 deprecated function)Stefan Weil2013-06-161-0/+4
* create qemu_openpty_raw() helper function and move it to a separate fileMichael Tokarev2013-06-141-9/+3
* gtk: implement -full-screenPeter Wu2013-06-111-1/+5
* qemu-char: don't issue CHR_EVENT_OPEN in a BHMichael Roth2013-06-102-0/+6
* gtk: use better iconAnthony Liguori2013-06-101-1/+1
* gtk: don't use g_object_unref on GdkCursorAnthony Liguori2013-06-031-1/+1
* gtk: don't resize window when enabling scalingAnthony Liguori2013-06-031-1/+3
OpenPOWER on IntegriCloud