aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
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
2015-05-06console: delayed ui_info guest notificationGerd Hoffmann
2015-05-05sdl2: Fix RGB555Max Reitz
2015-05-05sdl2: add support for display rendering using opengl.Gerd Hoffmann
2015-05-05sdl2: move SDL_* includes to sdl2.hGerd Hoffmann
2015-05-05console-gl: add opengl rendering helper functionsGerd Hoffmann
2015-05-05opengl: add shader helper functions.Gerd Hoffmann
2015-04-30input: remove unused mouse_handlers listEmilio G. Cota
2015-04-30hw/display : remove 'struct' from 'typedef QXL struct'Chih-Min Chao
2015-04-30ui/console : remove 'struct' from 'typedef struct' typeChih-Min Chao
2015-04-30ui/vnc : remove 'struct' of 'typedef struct'Chih-Min Chao
2015-04-30ui/vnc : fix coding styleChih-Min Chao
2015-04-27Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150427-1' into ...Peter Maydell
2015-04-27spice: learn to hide cursorMarc-André Lureau
2015-04-27spice: set pointer position on hotspotMarc-André Lureau
2015-04-27spice: fix mouse cursor positionMarc-André Lureau
2015-04-27spice: fix simple display on bigendian hostsGerd Hoffmann
2015-04-27monitor: Make client_migrate_info synchronousMarkus Armbruster
2015-04-27gtk: Avoid accel key leakage into guest on console switchJan Kiszka
2015-04-27gtk: Fix VTE focus grabbingJan Kiszka
2015-04-22console/gtk: add qemu_console_get_labelGerd Hoffmann
2015-04-22gtk: bind to text terminal consoles tooGerd Hoffmann
2015-04-22gtk: handle switch_surface(NULL) properlyGerd Hoffmann
2015-04-01CVE-2015-1779: limit size of HTTP headers from websockets clientsDaniel P. Berrange
2015-04-01CVE-2015-1779: incrementally decode websocket framesDaniel P. Berrange
2015-03-26gtk: do not call gtk_widget_get_window if drawing area is not initializedHervé Poussineau