aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2015-07-24vnc: fix memory leakGonglei
2015-07-14vnc: fix vnc client authenticationWolfgang Bumiller
2015-07-08ui: convert VNC to use generic cipher APIDaniel P. Berrange
2015-07-08ui: convert VNC websockets to use crypto APIsDaniel P. Berrange
2015-07-07crypto: move built-in D3DES implementation into crypto/Daniel P. Berrange
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-06-22qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster
2015-06-22QemuOpts: Wean off qerror_report_err()Markus Armbruster
2015-06-19ui/cocoa.m: Add machine menu items to change and eject removable drive mediapull-cocoa-20150619-1John Arbuckle
2015-06-19ui/cocoa.m: Add Reset and Power Down menu items to Machine menuJohn Arbuckle
2015-06-19ui/cocoa.m: Add Machine menu with pause and resume menu itemsJohn Arbuckle
2015-06-12Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handlerFam Zheng
2015-06-11Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20150611-1' into s...Peter Maydell
2015-06-11Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150611-1' into ...Peter Maydell
2015-06-11gtk: don't exit early in case gtk init failsGerd Hoffmann
2015-06-11spice: ui_info tweaksGerd Hoffmann
2015-06-11spice-display: fix segfault in qemu_spice_create_updateGerd Hoffmann
2015-06-09sdl2: fix crash in handle_windowevent() when restoring the screen sizeAlberto Garcia
2015-06-09QemuOpts: Convert qemu_opt_foreach() to ErrorMarkus Armbruster
2015-06-09QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failureMarkus Armbruster
2015-06-09QemuOpts: Convert qemu_opts_foreach() to ErrorMarkus Armbruster
2015-06-05ui/console: remove dpy_gfx_update_dirtyPaolo Bonzini
2015-05-29Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20150529-1' into s...Peter Maydell
2015-05-29Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150529-1' into...Peter Maydell
2015-05-29gtk: Replace gdk_cursor_new()Max Reitz
2015-05-29gtk: add opengl support, using eglGerd Hoffmann
2015-05-29ui: add egl-helpersGerd Hoffmann
2015-05-29kbd: add brazil kbd keys to x11 evdev mapGerd Hoffmann
2015-05-29kbd: add brazil kbd keys to qemuGerd Hoffmann
2015-05-29spice: don't update mm_time when spice-server is stopped.Gerd Hoffmann
2015-05-20vnc: Tweak error when init failsCole Robinson
2015-05-20vnc: Don't assert if opening unix socket failsCole Robinson
2015-05-20ui: remove check for failure of qemu_acl_init()Daniel P. Berrange
2015-05-20Strip brackets from vnc hostJán Tomko
2015-05-19ui/cocoa: Add console items to the View menupull-cocoa-20150519Programmingkid
2015-05-19ui/cocoa: Avoid deprecated NSOKButton/NSCancelButton constantsPeter Maydell
2015-05-19ui/cocoa: Don't use NSWindow useOptimizedDrawing on OSX 10.10 and upPeter Maydell
2015-05-19ui/cocoa: Declare that QemuCocoaAppController implements NSApplicationDelegatePeter Maydell
2015-05-19ui/cocoa: openPanelDidEnd returnCode should be NSInteger, not intPeter Maydell
2015-05-19ui/cocoa: Remove compatibility ifdefs for OSX 10.4Peter Maydell
2015-05-19ui/cocoa: Drop tests for CGImageCreateWithImageInRect supportPeter Maydell
2015-05-19ui/cocoa: Make -full-screen option work on Mac OS XProgrammingkid
2015-05-19ui/cocoa: Fix several full screen issues on Mac OS XProgrammingkid
2015-05-06gtk: update mouse position in mouse_set()Gerd Hoffmann
2015-05-06gtk: create gtk.hGerd Hoffmann
2015-05-06gtk: add ui_info supportGerd Hoffmann
2015-05-06console: add dpy_ui_info_supportedGerd Hoffmann