summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* vnc: fix bug: vnc server can't start when 'to' is specifiedYang Hongyang2015-11-031-0/+2
* vnc: allow fall back to RAW encodingPeter Lieven2015-11-031-2/+18
* ui/curses: Fix pageup/pagedown on -cursesOGAWA Hirofumi2015-11-031-2/+6
* ui/curses: Support line graphics chars on -curses modeOGAWA Hirofumi2015-11-031-0/+44
* ui/curses: Fix monitor color with -curses when 256 colorsOGAWA Hirofumi2015-11-031-1/+6
* input: Convert to new qapi union layoutEric Blake2015-11-024-72/+73
* sockets: Convert to new qapi union layoutEric Blake2015-11-021-22/+22
* qapi: Unbox base membersEric Blake2015-11-022-21/+23
* vnc: Hoist allocation of VncBasicInfo to callersEric Blake2015-11-021-23/+34
* util: pull Buffer code out of VNC moduleDaniel P. Berrange2015-10-202-58/+1
* ui: convert VNC startup code to use SocketAddressDaniel P. Berrange2015-10-201-70/+90
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-10-192-5/+8
|\
| * qemu-char: convert vc backend to data-driven creationPaolo Bonzini2015-10-192-5/+7
| * qemu-char: add create to register_char_driverPaolo Bonzini2015-10-141-1/+2
* | ui/cocoa.m: blinky mouse cursor fixJohn Arbuckle2015-10-161-1/+1
* | ui/cocoa.m: addRemovableDevicesMenuItems() warning fixJohn Arbuckle2015-10-161-1/+1
* | ui/cocoa.m: eliminate normalWindow warningJohn Arbuckle2015-10-131-1/+1
|/
* gtk/opengl: add opengl context and scanout support (GtkGLArea)Gerd Hoffmann2015-10-083-24/+334
* gtk/opengl: add opengl context and scanout support (egl)Gerd Hoffmann2015-10-082-8/+130
* opengl: add egl-context.[ch] helpersGerd Hoffmann2015-10-082-0/+35
* ui/console: add opengl context and scanout support interfaces.Gerd Hoffmann2015-10-081-2/+65
* sdl2: stop flickeringGerd Hoffmann2015-10-081-0/+13
* shaders: initialize vertexes onceGerd Hoffmann2015-10-082-6/+32
* ui/cocoa.m: remove open dialog codeJohn Arbuckle2015-09-251-54/+2
* ui/cocoa.m: prevent stuck key situationJohn Arbuckle2015-09-251-0/+26
* ui/cocoa.m: verify with user before quitting QEMUJohn Arbuckle2015-09-251-1/+38
* gtk: avoid redefining _WIN32_WINNT macroDaniel P. Berrange2015-09-241-0/+9
* spice: surface switch fast path requires same format too.Gerd Hoffmann2015-09-211-1/+2
* cocoa: Suppress Cocoa window with -displayRainer Müller2015-09-181-0/+1
* Merge remote-tracking branch 'remotes/berrange/tags/vnc-crypto-v9-for-upstrea...Peter Maydell2015-09-159-780/+350
|\
| * ui: convert VNC server to use QCryptoTLSSessionDaniel P. Berrange2015-09-159-766/+336
| * ui: fix return type for VNC I/O functions to be ssize_tDaniel P. Berrange2015-09-152-21/+21
* | gtk: use setlocale() for LC_MESSAGES onlyAlberto Garcia2015-09-151-1/+20
* | gtk: don't grab input when entering fullscreen.Gerd Hoffmann2015-09-151-6/+0
* | gtk: set free_scale when setting zoom_fitGerd Hoffmann2015-09-151-0/+1
* | gtk: trace input grab reasonGerd Hoffmann2015-09-151-13/+13
* | gtk: move gd_update_caption calls to gd_{grab,ungrab}_{pointer,keyboard}Gerd Hoffmann2015-09-151-5/+4
* | gtk: check for existing grabs in gd_grab_{pointer,keyboard}Gerd Hoffmann2015-09-151-5/+20
|/
* maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-111-10/+4
* vnc: fix memory corruption (CVE-2015-5225)Gerd Hoffmann2015-08-261-5/+10
* vnc: fix memory leakGonglei2015-07-241-1/+4
* vnc: fix vnc client authenticationWolfgang Bumiller2015-07-141-1/+1
* ui: convert VNC to use generic cipher APIDaniel P. Berrange2015-07-081-11/+41
* ui: convert VNC websockets to use crypto APIsDaniel P. Berrange2015-07-085-77/+24
* crypto: move built-in D3DES implementation into crypto/Daniel P. Berrange2015-07-074-466/+2
* Include monitor/monitor.h exactly where neededMarkus Armbruster2015-06-223-2/+1
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-0/+1
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-223-0/+3
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-2/+2
* qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster2015-06-221-1/+2
OpenPOWER on IntegriCloud