summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* 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
* cocoa: Avoid deprecated NSOpenPanel beginSheetForDirectoryPeter Maydell2013-05-291-1/+15
* cocoa: Avoid deprecated NSOpenPanel filename methodPeter Maydell2013-05-291-1/+1
* cocoa: Avoid deprecated CPS* functionsPeter Maydell2013-05-291-17/+6
* cocoa: Fix leaks of NSScreen and NSConcreteMapTablePeter Maydell2013-05-291-1/+10
* ui/input.c: replace magic numbers with macrosAmos Kong2013-05-231-6/+7
* vnc: Make ledstate comparison before modifiers updatedLei Li2013-05-151-1/+2
* portability: pty.h is glibc-specificPaolo Bonzini2013-05-141-1/+0
* ui/gtk.c: do not use gdk_display_warp_pointer when GTK ver >3.0Igor Mitsyanko2013-05-131-0/+19
* TLS support for VNC WebsocketsTim Hardeck2013-05-035-42/+176
* vnc: Adjust lock state sync logic with VNC_FEATURE_LED_STATELei Li2013-04-291-0/+5
* vnc: Support for LED state extensionLei Li2013-04-292-0/+48
* vnc: Add SCROLL lock key to kbd_ledsLei Li2013-04-291-1/+5
* gtk: refactor menu creationAnthony Liguori2013-04-261-37/+56
* console: add dummy surface for guests without graphic cardGerd Hoffmann2013-04-251-2/+32
* console: zap ds arg from register_displaychangelistenerGerd Hoffmann2013-04-257-11/+11
* console: switch ppm_save to qemu_openGerd Hoffmann2013-04-251-2/+4
* console: add qemu_console_lookup_by_deviceGerd Hoffmann2013-04-251-0/+19
* console: add device link to QemuConsolesGerd Hoffmann2013-04-251-1/+14
OpenPOWER on IntegriCloud