summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2014-01-03Merge branch 'tizen' into tizen_qemu_1.7SeokYeon Hwang2-0/+206
2013-12-23remote: modified define construction in ui/input.csungmin ha1-3/+3
2013-12-23added execute permission spice_codegen.py for buildsungmin ha1-3/+3
2013-12-23remote: added remote server/client packages spice-gtk, virt-viewer, celt, spi...sungmin ha2-0/+206
2013-12-11Merge branch 'upstream-1.7' into tizen_qemu_1.7SeokYeon Hwang14-131/+534
2013-11-25curses: fixup SIGWINCH handler messGerd Hoffmann1-16/+28
2013-11-13console: Remove unused debug codeStefan Weil1-33/+0
2013-11-13qemu-char: add missing characters used in keymapsJan Krupa1-0/+365
2013-11-13qemu-char: add support for U-prefixed symbolsJan Krupa1-0/+6
2013-11-13qemu-char: add Czech characters to VNC keysymsJan Krupa1-0/+8
2013-11-06sdl: Reverse support for video mode settingLei Li1-4/+19
2013-10-26misc: Spelling and grammar fixes in commentsStefan Weil1-1/+1
2013-10-18Merge remote-tracking branch 'bonzini/configure' into stagingAnthony Liguori1-2/+0
2013-10-17spice: fix multihead supportGerd Hoffmann2-7/+40
2013-10-17spice-display: add display channel id to the debug messages.Gerd Hoffmann1-13/+14
2013-10-17Fix VNC SASL authentication when using a QXL deviceChristophe Fergeau1-0/+1
2013-10-17spice: replace use of deprecated APIMarc-André Lureau2-13/+12
2013-10-16ui/Makefile.objs: delete unnecessary cocoa.o dependencyPeter Maydell1-2/+0
2013-09-10spice-core: Use g_strdup_printf instead of snprintfChristophe Fergeau1-14/+14
2013-09-10Merge tag 'v1.6.0' into tizen_qemu_1.6SeokYeon Hwang6-81/+148
2013-08-27gtk: Remove unused include statements which are not portableStefan Weil1-4/+0
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh3-23/+23
2013-08-22aio / timers: Untangle include filesAlex Bligh3-1/+3
2013-07-30spice: fix display initializationGerd Hoffmann1-0/+5
2013-07-29migration: fix spice migrationStefan Hajnoczi1-1/+1
2013-07-22gtk: Fix accelerator filteringJan Kiszka1-21/+18
2013-07-09merge input.cGiWoong Kim1-38/+2
2013-07-09Merging...SeokYeon Hwang1-2/+5
2013-07-08merge some files, and delete some duplicated filesjinhyung.jo1-0/+57
2013-07-02Merge 'qemu 1.5.1' into tizen_qemu_1.5.1test40-1295/+10929
2013-06-28console: Hook QemuConsoles into qom treeGerd Hoffmann1-0/+10
2013-06-28gtk: add support for surface conversionGerd Hoffmann1-23/+40
2013-06-24Merge remote-tracking branch 'spice/spice.v71' into stagingAnthony Liguori1-0/+13
2013-06-24spice: Add -spice disable-agent-file-transfer cmdline option (rhbz#961850)Hans de Goede1-0/+13
2013-06-21vnc: use booleans for vnc_connect, vnc_listen_read and vnc_display_add_clientMichael Tokarev1-7/+8
2013-06-16gtk: Fix compiler warning (GTK 3 deprecated function)Stefan Weil1-0/+4
2013-06-14create qemu_openpty_raw() helper function and move it to a separate fileMichael Tokarev1-9/+3
2013-06-14create qemu_openpty_raw() helper function and move it to a separate fileMichael Tokarev1-9/+3
2013-06-12qemu-char: don't issue CHR_EVENT_OPEN in a BHMichael Roth2-0/+6
2013-06-11gtk: implement -full-screenPeter Wu1-1/+5
2013-06-10qemu-char: don't issue CHR_EVENT_OPEN in a BHMichael Roth2-0/+6
2013-06-10gtk: use better iconAnthony Liguori1-1/+1
2013-06-03gtk: don't use g_object_unref on GdkCursorAnthony Liguori1-1/+1
2013-06-03gtk: don't resize window when enabling scalingAnthony Liguori1-1/+3
2013-05-29cocoa: Avoid deprecated NSOpenPanel beginSheetForDirectoryPeter Maydell1-1/+15
2013-05-29cocoa: Avoid deprecated NSOpenPanel filename methodPeter Maydell1-1/+1
2013-05-29cocoa: Avoid deprecated CPS* functionsPeter Maydell1-17/+6
2013-05-29cocoa: Fix leaks of NSScreen and NSConcreteMapTablePeter Maydell1-1/+10
2013-05-23ui/input.c: replace magic numbers with macrosAmos Kong1-6/+7
2013-05-15vnc: Make ledstate comparison before modifiers updatedLei Li1-1/+2