summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2015-12-03ui: vnc: avoid floating point exceptionPrasad J Pandit1-3/+3
2015-12-01ui/cocoa.m: Prevent activation clicks from going to guestPeter Maydell1-1/+9
2015-11-26vnc: fix segfaultGerd Hoffmann1-0/+5
2015-11-17Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20151116-1' into s...Peter Maydell2-38/+88
2015-11-11blockdev: read-only-mode for blockdev-change-mediumMax Reitz1-0/+1
2015-11-11qmp: Introduce blockdev-change-mediumMax Reitz1-4/+6
2015-11-06ui: Use g_new() & friends where that makes obvious senseMarkus Armbruster7-11/+11
2015-11-06replay: recording of the user inputPavel Dovgalyuk1-8/+19
2015-11-05vnc: fix mismergeGerd Hoffmann1-2/+0
2015-11-05vnc: recycle empty vs->output bufferPeter Lieven1-0/+8
2015-11-05vnc: fix local state initGerd Hoffmann1-4/+4
2015-11-05vnc: only alloc server surface with clients connectedGerd Hoffmann1-0/+12
2015-11-05vnc: use vnc_{width,height} in vnc_set_area_dirtyGerd Hoffmann1-11/+10
2015-11-05vnc: factor out vnc_update_server_surfaceGerd Hoffmann1-6/+15
2015-11-05vnc: add vnc_width+vnc_height helpersGerd Hoffmann1-3/+13
2015-11-05vnc: zap dead codeGerd Hoffmann1-4/+0
2015-11-05vnc-jobs: move buffer reset, use new buffer moveGerd Hoffmann1-7/+8
2015-11-05vnc: kill jobs queue bufferGerd Hoffmann1-6/+0
2015-11-05vnc: attach names to buffersGerd Hoffmann2-0/+23
2015-11-03vnc: fix bug: vnc server can't start when 'to' is specifiedYang Hongyang1-0/+2
2015-11-03vnc: allow fall back to RAW encodingPeter Lieven1-2/+18
2015-11-03ui/curses: Fix pageup/pagedown on -cursesOGAWA Hirofumi1-2/+6
2015-11-03ui/curses: Support line graphics chars on -curses modeOGAWA Hirofumi1-0/+44
2015-11-03ui/curses: Fix monitor color with -curses when 256 colorsOGAWA Hirofumi1-1/+6
2015-11-02input: Convert to new qapi union layoutEric Blake4-72/+73
2015-11-02sockets: Convert to new qapi union layoutEric Blake1-22/+22
2015-11-02qapi: Unbox base membersEric Blake2-21/+23
2015-11-02vnc: Hoist allocation of VncBasicInfo to callersEric Blake1-23/+34
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