Age | Commit message (Expand) | Author |
2013-01-21 | vnc: fix possible uninitialized removals | Tim Hardeck |
2013-01-21 | vnc: added initial websocket protocol support | Tim Hardeck |
2013-01-21 | vnc: added buffer_advance function | Tim Hardeck |
2013-01-16 | ui: Drop useless null tests in parse_keyboard_layout() | Markus Armbruster |
2013-01-15 | sdl: Fix heap smash in sdl_zoom_rgb{16,32} for int > 32 bits | Markus Armbruster |
2013-01-12 | qemu-option: move standard option definitions out of qemu-config.c | Paolo Bonzini |
2013-01-04 | spice: drop incorrect vm_change_state_handler() opaque | Stefan Hajnoczi |
2012-12-22 | build: fix includes for VNC | Paolo Bonzini |
2012-12-19 | Merge remote-tracking branch 'bonzini/header-dirs' into staging | Anthony Liguori |
2012-12-19 | softmmu: move remaining include files to include/ subdirectories | Paolo Bonzini |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | migration: move include files to include/migration/ | Paolo Bonzini |
2012-12-19 | monitor: move include files to include/monitor/ | Paolo Bonzini |
2012-12-19 | qapi: move include files to include/qobject/ | Paolo Bonzini |
2012-12-19 | janitor: add guards to headers | Paolo Bonzini |
2012-12-19 | ui: move files to ui/ and include/ui/ | Paolo Bonzini |
2012-12-19 | janitor: do not include qemu-char everywhere | Paolo Bonzini |
2012-12-19 | build: move rules from Makefile to */Makefile.objs | Paolo Bonzini |
2012-12-17 | spice-qemu-char: register spicevmc ports during qemu_spice_init() | Marc-André Lureau |
2012-12-17 | spice-qemu-char: add spiceport chardev | Marc-André Lureau |
2012-12-17 | qxl+vnc: register a vm state change handler for dummy spice_server | Uri Lublin |
2012-12-14 | pixman: fix vnc tight png/jpeg support | Gerd Hoffmann |
2012-12-10 | Merge remote-tracking branch 'afaerber/qom-cpu' into staging | Anthony Liguori |
2012-12-08 | curses: Remove OpenBSD workaround | Brad Smith |
2012-12-06 | ui/vnc-palette.c: Include headers it needs | Eduardo Habkost |
2012-11-26 | Merge remote-tracking branch 'spice/spice.v64' into staging | Anthony Liguori |
2012-11-26 | vnc: fix option misspelling ("non-adapative" -> "non-adaptive") | Catalin Patulea |
2012-11-21 | spice: add new spice-server callbacks to ui/spice-display.c | Gerd Hoffmann |
2012-11-21 | Fix the inconsistency in x509-dh-key-file parameter | Lei Li |
2012-11-15 | vnc-palette.h: Include <stdbool.h> | Eduardo Habkost |
2012-11-05 | spice: fix initialization order | Gerd Hoffmann |
2012-11-05 | spice: switch to pixman | Gerd Hoffmann |
2012-11-03 | Merge branch 'trivial-patches' of git://github.com/stefanha/qemu | Blue Swirl |
2012-11-02 | ui/cocoa.m: Update to new DisplayChangeListener member names | Peter Maydell |
2012-11-01 | vnc: add missing static | Blue Swirl |
2012-11-01 | pixman/vnc: remove dead code. | Gerd Hoffmann |
2012-11-01 | pixman/vnc: remove rgb_prepare_row* functions | Gerd Hoffmann |
2012-11-01 | pixman/vnc: use pixman images in vnc. | Gerd Hoffmann |
2012-11-01 | console: remove DisplayAllocator | Gerd Hoffmann |
2012-11-01 | console: remove dpy_gfx_fill | Gerd Hoffmann |
2012-11-01 | console: untangle gfx & txt updates | Gerd Hoffmann |
2012-11-01 | console: move set_mouse + cursor_define callbacks | Gerd Hoffmann |
2012-10-23 | vnc: drop QERR_VNC_SERVER_FAILED | Paolo Bonzini |
2012-10-23 | vnc: add error propagation to vnc_display_open | Paolo Bonzini |
2012-10-23 | vnc: reorganize code for reverse mode | Paolo Bonzini |
2012-10-23 | vnc: introduce a single label for error returns | Paolo Bonzini |
2012-10-23 | vnc: avoid Yoda conditionals | Paolo Bonzini |
2012-10-23 | qemu-sockets: add Error ** to all functions | Paolo Bonzini |
2012-10-19 | ui/vnc-jobs.c: Fix minor typos in comments | Peter Maydell |