Age | Commit message (Expand) | Author | Files | Lines |
2015-06-22 | Include monitor/monitor.h exactly where needed | Markus Armbruster | 3 | -2/+1 |
2015-06-22 | Include qapi/qmp/qerror.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2015-06-22 | qerror: Move #include out of qerror.h | Markus Armbruster | 3 | -0/+3 |
2015-06-22 | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster | 1 | -2/+2 |
2015-06-22 | qerror: Eliminate QERR_DEVICE_NOT_FOUND | Markus Armbruster | 1 | -1/+2 |
2015-06-22 | QemuOpts: Wean off qerror_report_err() | Markus Armbruster | 1 | -2/+2 |
2015-06-19 | ui/cocoa.m: Add machine menu items to change and eject removable drive media | John Arbuckle | 1 | -3/+153 |
2015-06-19 | ui/cocoa.m: Add Reset and Power Down menu items to Machine menu | John Arbuckle | 1 | -0/+17 |
2015-06-19 | ui/cocoa.m: Add Machine menu with pause and resume menu items | John Arbuckle | 1 | -0/+67 |
2015-06-12 | Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler | Fam Zheng | 4 | -20/+17 |
2015-06-11 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20150611-1' into s... | Peter Maydell | 1 | -0/+4 |
2015-06-11 | Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150611-1' into ... | Peter Maydell | 1 | -13/+13 |
2015-06-11 | gtk: don't exit early in case gtk init fails | Gerd Hoffmann | 1 | -1/+12 |
2015-06-11 | spice: ui_info tweaks | Gerd Hoffmann | 1 | -9/+8 |
2015-06-11 | spice-display: fix segfault in qemu_spice_create_update | Gerd Hoffmann | 1 | -4/+5 |
2015-06-09 | sdl2: fix crash in handle_windowevent() when restoring the screen size | Alberto Garcia | 1 | -0/+4 |
2015-06-09 | QemuOpts: Convert qemu_opt_foreach() to Error | Markus Armbruster | 1 | -2/+3 |
2015-06-09 | QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failure | Markus Armbruster | 1 | -1/+1 |
2015-06-09 | QemuOpts: Convert qemu_opts_foreach() to Error | Markus Armbruster | 1 | -1/+1 |
2015-06-05 | ui/console: remove dpy_gfx_update_dirty | Paolo Bonzini | 1 | -61/+0 |
2015-05-29 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20150529-1' into s... | Peter Maydell | 4 | -16/+374 |
2015-05-29 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150529-1' into... | Peter Maydell | 2 | -2/+6 |
2015-05-29 | gtk: Replace gdk_cursor_new() | Max Reitz | 1 | -1/+4 |
2015-05-29 | gtk: add opengl support, using egl | Gerd Hoffmann | 3 | -15/+219 |
2015-05-29 | ui: add egl-helpers | Gerd Hoffmann | 2 | -0/+151 |
2015-05-29 | kbd: add brazil kbd keys to x11 evdev map | Gerd Hoffmann | 1 | -2/+2 |
2015-05-29 | kbd: add brazil kbd keys to qemu | Gerd Hoffmann | 1 | -0/+4 |
2015-05-29 | spice: don't update mm_time when spice-server is stopped. | Gerd Hoffmann | 1 | -0/+1 |
2015-05-20 | vnc: Tweak error when init fails | Cole Robinson | 1 | -2/+1 |
2015-05-20 | vnc: Don't assert if opening unix socket fails | Cole Robinson | 1 | -0/+3 |
2015-05-20 | ui: remove check for failure of qemu_acl_init() | Daniel P. Berrange | 1 | -8/+0 |
2015-05-20 | Strip brackets from vnc host | Ján Tomko | 1 | -1/+8 |
2015-05-19 | ui/cocoa: Add console items to the View menu | Programmingkid | 1 | -1/+38 |
2015-05-19 | ui/cocoa: Avoid deprecated NSOKButton/NSCancelButton constants | Peter Maydell | 1 | -2/+8 |
2015-05-19 | ui/cocoa: Don't use NSWindow useOptimizedDrawing on OSX 10.10 and up | Peter Maydell | 1 | -0/+5 |
2015-05-19 | ui/cocoa: Declare that QemuCocoaAppController implements NSApplicationDelegate | Peter Maydell | 1 | -0/+3 |
2015-05-19 | ui/cocoa: openPanelDidEnd returnCode should be NSInteger, not int | Peter Maydell | 1 | -2/+2 |
2015-05-19 | ui/cocoa: Remove compatibility ifdefs for OSX 10.4 | Peter Maydell | 1 | -17/+0 |
2015-05-19 | ui/cocoa: Drop tests for CGImageCreateWithImageInRect support | Peter Maydell | 1 | -30/+20 |
2015-05-19 | ui/cocoa: Make -full-screen option work on Mac OS X | Programmingkid | 1 | -0/+6 |
2015-05-19 | ui/cocoa: Fix several full screen issues on Mac OS X | Programmingkid | 1 | -4/+45 |
2015-05-06 | gtk: update mouse position in mouse_set() | Gerd Hoffmann | 1 | -0/+2 |
2015-05-06 | gtk: create gtk.h | Gerd Hoffmann | 1 | -71/+2 |
2015-05-06 | gtk: add ui_info support | Gerd Hoffmann | 1 | -0/+19 |
2015-05-06 | console: add dpy_ui_info_supported | Gerd Hoffmann | 1 | -1/+6 |
2015-05-06 | console: delayed ui_info guest notification | Gerd Hoffmann | 1 | -3/+19 |
2015-05-05 | sdl2: Fix RGB555 | Max Reitz | 1 | -2/+13 |
2015-05-05 | sdl2: add support for display rendering using opengl. | Gerd Hoffmann | 5 | -7/+190 |
2015-05-05 | sdl2: move SDL_* includes to sdl2.h | Gerd Hoffmann | 3 | -18/+0 |
2015-05-05 | console-gl: add opengl rendering helper functions | Gerd Hoffmann | 5 | -0/+210 |