Age | Commit message (Expand) | Author |
2011-09-21 | use qemu_* ctype functions | Christoph Egger |
2011-09-21 | Drop unneeded pthread.h inclusions | Jan Kiszka |
2011-09-15 | Drop the vm_running global variable | Luiz Capitulino |
2011-09-15 | Replace the VMSTOP macros with a proper state type | Luiz Capitulino |
2011-09-09 | vns/tls: don't use depricated gnutls functions | Gerd Hoffmann |
2011-09-07 | spice: workaround a spice server bug. | Gerd Hoffmann |
2011-09-07 | spice: set qxl->ssd.running=true before telling spice to start, RHBZ #733993 | Yonit Halperin |
2011-08-22 | sdl: Don't release input on mouse mode change in full-screen mode | Jan Kiszka |
2011-08-21 | Convert last qemu_free and qemu_malloc uses | Blue Swirl |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-08-10 | ui/spice-core: report compiled-version in info spice/query-spice | Alon Levy |
2011-08-05 | sdl: Refactor sdl_send_mouse_event | Jan Kiszka |
2011-08-05 | sdl: Factor out event handlers from sdl_refresh | Jan Kiszka |
2011-08-05 | sdl: Add zoom hot keys | Jan Kiszka |
2011-08-05 | sdl: Dynamically grab input in absolute mouse mode | Jan Kiszka |
2011-08-05 | sdl: Fix cursor handling when switching consoles in absolute mouse mode | Jan Kiszka |
2011-08-05 | sdl: Never release input while in full screen mode | Jan Kiszka |
2011-08-05 | sdl: Consistently avoid grabbing input for text consoles | Jan Kiszka |
2011-08-05 | sdl: Initialize gui_fullscreen earlier during setup | Jan Kiszka |
2011-08-05 | sdl: Drop bogus gui_fullscreen_initial_grab | Jan Kiszka |
2011-08-05 | sdl: Restore scaling mode on return from full screen | Jan Kiszka |
2011-08-05 | sdl: Fix full screen toggling from scaled mode | Jan Kiszka |
2011-08-05 | sdl: Properly mark modifier+u as hotkey | Jan Kiszka |
2011-08-05 | sdl: Avoid redundant scaling deactivation | Jan Kiszka |
2011-08-05 | sdl: Do not make full screen mode resizable | Jan Kiszka |
2011-08-05 | sdl: Fix termination in -no-shutdown mode | Jan Kiszka |
2011-08-03 | qxl: async io support using new spice api | Alon Levy |
2011-08-01 | spice/qxl: move worker wrappers | Gerd Hoffmann |
2011-08-01 | spice: add qemu_spice_display_init_common | Gerd Hoffmann |
2011-08-01 | spice: add worker wrapper functions. | Gerd Hoffmann |
2011-07-25 | Wrap recv to avoid warnings | Blue Swirl |
2011-07-23 | notifier: Pass data argument to callback | Jan Kiszka |
2011-07-23 | Remove unused USES_X509_AUTH macro from VNC sasl code | Daniel P. Berrange |
2011-07-23 | Introduce a 'client_add' monitor command accepting an open FD | Daniel P. Berrange |
2011-07-23 | Store VNC auth scheme per-client as well as per-server | Daniel P. Berrange |
2011-07-23 | qemu-char: Print strerror message on failure | Kevin Wolf |
2011-07-20 | spice: add sanity check for spice ports | Gerd Hoffmann |
2011-07-04 | qxl: set mm_time in vga update | Alon Levy |
2011-07-04 | spice: catch spice server initialization failures. | Gerd Hoffmann |
2011-06-27 | vnc: Fix compilation with --enable-vnc-png | Stefan Weil |
2011-06-26 | Fix MinGW compilation when --enable-vnc-jpeg is specified | Roy Tam |
2011-06-14 | cocoa: Avoid warning related to multiple handleEvent: definitions | Andreas Färber |
2011-06-14 | cocoa: Provide central qemu_main() prototype | Andreas Färber |
2011-06-14 | Cocoa: avoid displaying window when command-line contains '-h' or '-help' | Alexandre Raymond |
2011-06-14 | cocoa: do not create a spurious window for -version | Tristan Gingold |
2011-06-08 | Merge remote-tracking branch 'spice/spice.v37' into staging | Anthony Liguori |
2011-06-08 | Fix compilation warning due to missing header for sigaction (followup) | Alexandre Raymond |
2011-06-06 | spice: require spice 0.6.0 or newer. | Gerd Hoffmann |
2011-06-06 | spice: add SASL support | Marc-André Lureau |
2011-06-06 | spice: add option for disabling copy paste support | Hans de Goede |