summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2015-10-20util: pull Buffer code out of VNC moduleDaniel P. Berrange2-58/+1
2015-10-20ui: convert VNC startup code to use SocketAddressDaniel P. Berrange1-70/+90
2015-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-5/+8
2015-10-19qemu-char: convert vc backend to data-driven creationPaolo Bonzini2-5/+7
2015-10-16ui/cocoa.m: blinky mouse cursor fixJohn Arbuckle1-1/+1
2015-10-16ui/cocoa.m: addRemovableDevicesMenuItems() warning fixJohn Arbuckle1-1/+1
2015-10-14qemu-char: add create to register_char_driverPaolo Bonzini1-1/+2
2015-10-13ui/cocoa.m: eliminate normalWindow warningJohn Arbuckle1-1/+1
2015-10-08gtk/opengl: add opengl context and scanout support (GtkGLArea)Gerd Hoffmann3-24/+334
2015-10-08gtk/opengl: add opengl context and scanout support (egl)Gerd Hoffmann2-8/+130
2015-10-08opengl: add egl-context.[ch] helpersGerd Hoffmann2-0/+35
2015-10-08ui/console: add opengl context and scanout support interfaces.Gerd Hoffmann1-2/+65
2015-10-08sdl2: stop flickeringGerd Hoffmann1-0/+13
2015-10-08shaders: initialize vertexes onceGerd Hoffmann2-6/+32
2015-09-25ui/cocoa.m: remove open dialog codeJohn Arbuckle1-54/+2
2015-09-25ui/cocoa.m: prevent stuck key situationJohn Arbuckle1-0/+26
2015-09-25ui/cocoa.m: verify with user before quitting QEMUJohn Arbuckle1-1/+38
2015-09-24gtk: avoid redefining _WIN32_WINNT macroDaniel P. Berrange1-0/+9
2015-09-21spice: surface switch fast path requires same format too.Gerd Hoffmann1-1/+2
2015-09-18cocoa: Suppress Cocoa window with -displayRainer Müller1-0/+1
2015-09-15Merge remote-tracking branch 'remotes/berrange/tags/vnc-crypto-v9-for-upstrea...Peter Maydell9-780/+350
2015-09-15ui: convert VNC server to use QCryptoTLSSessionDaniel P. Berrange9-766/+336
2015-09-15ui: fix return type for VNC I/O functions to be ssize_tDaniel P. Berrange2-21/+21
2015-09-15gtk: use setlocale() for LC_MESSAGES onlyAlberto Garcia1-1/+20
2015-09-15gtk: don't grab input when entering fullscreen.Gerd Hoffmann1-6/+0
2015-09-15gtk: set free_scale when setting zoom_fitGerd Hoffmann1-0/+1
2015-09-15gtk: trace input grab reasonGerd Hoffmann1-13/+13
2015-09-15gtk: move gd_update_caption calls to gd_{grab,ungrab}_{pointer,keyboard}Gerd Hoffmann1-5/+4
2015-09-15gtk: check for existing grabs in gd_grab_{pointer,keyboard}Gerd Hoffmann1-5/+20
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange1-10/+4
2015-08-26vnc: fix memory corruption (CVE-2015-5225)Gerd Hoffmann1-5/+10
2015-07-24vnc: fix memory leakGonglei1-1/+4
2015-07-14vnc: fix vnc client authenticationWolfgang Bumiller1-1/+1
2015-07-08ui: convert VNC to use generic cipher APIDaniel P. Berrange1-11/+41
2015-07-08ui: convert VNC websockets to use crypto APIsDaniel P. Berrange5-77/+24
2015-07-07crypto: move built-in D3DES implementation into crypto/Daniel P. Berrange4-466/+2
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster3-2/+1
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-0/+1
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster3-0/+3
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-2/+2
2015-06-22qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster1-1/+2
2015-06-22QemuOpts: Wean off qerror_report_err()Markus Armbruster1-2/+2
2015-06-19ui/cocoa.m: Add machine menu items to change and eject removable drive mediaJohn Arbuckle1-3/+153
2015-06-19ui/cocoa.m: Add Reset and Power Down menu items to Machine menuJohn Arbuckle1-0/+17
2015-06-19ui/cocoa.m: Add Machine menu with pause and resume menu itemsJohn Arbuckle1-0/+67
2015-06-12Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handlerFam Zheng4-20/+17
2015-06-11Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20150611-1' into s...Peter Maydell1-0/+4
2015-06-11Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150611-1' into ...Peter Maydell1-13/+13
2015-06-11gtk: don't exit early in case gtk init failsGerd Hoffmann1-1/+12
2015-06-11spice: ui_info tweaksGerd Hoffmann1-9/+8