summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2015-05-20vnc: Tweak error when init failsCole Robinson1-2/+1
2015-05-20vnc: Don't assert if opening unix socket failsCole Robinson1-0/+3
2015-05-20ui: remove check for failure of qemu_acl_init()Daniel P. Berrange1-8/+0
2015-05-20Strip brackets from vnc hostJán Tomko1-1/+8
2015-05-19ui/cocoa: Add console items to the View menuProgrammingkid1-1/+38
2015-05-19ui/cocoa: Avoid deprecated NSOKButton/NSCancelButton constantsPeter Maydell1-2/+8
2015-05-19ui/cocoa: Don't use NSWindow useOptimizedDrawing on OSX 10.10 and upPeter Maydell1-0/+5
2015-05-19ui/cocoa: Declare that QemuCocoaAppController implements NSApplicationDelegatePeter Maydell1-0/+3
2015-05-19ui/cocoa: openPanelDidEnd returnCode should be NSInteger, not intPeter Maydell1-2/+2
2015-05-19ui/cocoa: Remove compatibility ifdefs for OSX 10.4Peter Maydell1-17/+0
2015-05-19ui/cocoa: Drop tests for CGImageCreateWithImageInRect supportPeter Maydell1-30/+20
2015-05-19ui/cocoa: Make -full-screen option work on Mac OS XProgrammingkid1-0/+6
2015-05-19ui/cocoa: Fix several full screen issues on Mac OS XProgrammingkid1-4/+45
2015-05-06gtk: update mouse position in mouse_set()Gerd Hoffmann1-0/+2
2015-05-06gtk: create gtk.hGerd Hoffmann1-71/+2
2015-05-06gtk: add ui_info supportGerd Hoffmann1-0/+19
2015-05-06console: add dpy_ui_info_supportedGerd Hoffmann1-1/+6
2015-05-06console: delayed ui_info guest notificationGerd Hoffmann1-3/+19
2015-05-05sdl2: Fix RGB555Max Reitz1-2/+13
2015-05-05sdl2: add support for display rendering using opengl.Gerd Hoffmann5-7/+190
2015-05-05sdl2: move SDL_* includes to sdl2.hGerd Hoffmann3-18/+0
2015-05-05console-gl: add opengl rendering helper functionsGerd Hoffmann5-0/+210
2015-05-05opengl: add shader helper functions.Gerd Hoffmann2-0/+102
2015-04-30input: remove unused mouse_handlers listEmilio G. Cota1-2/+0
2015-04-30hw/display : remove 'struct' from 'typedef QXL struct'Chih-Min Chao1-3/+3
2015-04-30ui/console : remove 'struct' from 'typedef struct' typeChih-Min Chao2-3/+3
2015-04-30ui/vnc : remove 'struct' of 'typedef struct'Chih-Min Chao4-10/+10
2015-04-30ui/vnc : fix coding styleChih-Min Chao1-2/+4
2015-04-27Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150427-1' into ...Peter Maydell2-30/+19
2015-04-27spice: learn to hide cursorMarc-André Lureau1-3/+6
2015-04-27spice: set pointer position on hotspotMarc-André Lureau1-4/+6
2015-04-27spice: fix mouse cursor positionMarc-André Lureau1-1/+1
2015-04-27spice: fix simple display on bigendian hostsGerd Hoffmann1-1/+1
2015-04-27monitor: Make client_migrate_info synchronousMarkus Armbruster1-21/+5
2015-04-27gtk: Avoid accel key leakage into guest on console switchJan Kiszka1-0/+12
2015-04-27gtk: Fix VTE focus grabbingJan Kiszka1-3/+4
2015-04-22console/gtk: add qemu_console_get_labelGerd Hoffmann2-11/+16
2015-04-22gtk: bind to text terminal consoles tooGerd Hoffmann1-36/+73
2015-04-22gtk: handle switch_surface(NULL) properlyGerd Hoffmann1-5/+21
2015-04-01CVE-2015-1779: limit size of HTTP headers from websockets clientsDaniel P. Berrange1-2/+8
2015-04-01CVE-2015-1779: incrementally decode websocket framesDaniel P. Berrange3-36/+80
2015-03-26gtk: do not call gtk_widget_get_window if drawing area is not initializedHervé Poussineau1-0/+12
2015-03-18ui: ensure VNC websockets server checks the ACL if requestedDaniel P. Berrange1-0/+10
2015-03-18ui: remove separate gnutls_session for websockets serverDaniel P. Berrange4-62/+33
2015-03-18ui: enforce TLS when using websockets serverDaniel P. Berrange3-26/+9
2015-03-18ui: fix setup of VNC websockets auth scheme with TLSDaniel P. Berrange2-5/+52
2015-03-18ui: split setup of VNC auth scheme into separate methodDaniel P. Berrange1-62/+91
2015-03-18ui: report error if user requests VNC option that is unsupportedDaniel P. Berrange2-32/+23
2015-03-18ui: replace printf() calls with VNC_DEBUGDaniel P. Berrange1-6/+6
2015-03-18ui: remove unused 'wiremode' variable in VncState structDaniel P. Berrange4-11/+0