aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2015-12-17qapi: Change munging of CamelCase enum valuesEric Blake
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake
2015-12-03ui: vnc: avoid floating point exceptionPrasad J Pandit
2015-12-01ui/cocoa.m: Prevent activation clicks from going to guestPeter Maydell
2015-11-26vnc: fix segfaultGerd Hoffmann
2015-11-17Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20151116-1' into s...Peter Maydell
2015-11-11blockdev: read-only-mode for blockdev-change-mediumMax Reitz
2015-11-11qmp: Introduce blockdev-change-mediumMax Reitz
2015-11-06ui: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-11-06replay: recording of the user inputPavel Dovgalyuk
2015-11-05vnc: fix mismergeGerd Hoffmann
2015-11-05vnc: recycle empty vs->output bufferPeter Lieven
2015-11-05vnc: fix local state initGerd Hoffmann
2015-11-05vnc: only alloc server surface with clients connectedGerd Hoffmann
2015-11-05vnc: use vnc_{width,height} in vnc_set_area_dirtyGerd Hoffmann
2015-11-05vnc: factor out vnc_update_server_surfaceGerd Hoffmann
2015-11-05vnc: add vnc_width+vnc_height helpersGerd Hoffmann
2015-11-05vnc: zap dead codeGerd Hoffmann
2015-11-05vnc-jobs: move buffer reset, use new buffer moveGerd Hoffmann
2015-11-05vnc: kill jobs queue bufferGerd Hoffmann
2015-11-05vnc: attach names to buffersGerd Hoffmann
2015-11-03vnc: fix bug: vnc server can't start when 'to' is specifiedYang Hongyang
2015-11-03vnc: allow fall back to RAW encodingPeter Lieven
2015-11-03ui/curses: Fix pageup/pagedown on -cursesOGAWA Hirofumi
2015-11-03ui/curses: Support line graphics chars on -curses modeOGAWA Hirofumi
2015-11-03ui/curses: Fix monitor color with -curses when 256 colorsOGAWA Hirofumi
2015-11-02input: Convert to new qapi union layoutEric Blake
2015-11-02sockets: Convert to new qapi union layoutEric Blake
2015-11-02qapi: Unbox base membersEric Blake
2015-11-02vnc: Hoist allocation of VncBasicInfo to callersEric Blake
2015-10-20util: pull Buffer code out of VNC moduleDaniel P. Berrange
2015-10-20ui: convert VNC startup code to use SocketAddressDaniel P. Berrange
2015-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-10-19qemu-char: convert vc backend to data-driven creationPaolo Bonzini
2015-10-16ui/cocoa.m: blinky mouse cursor fixpull-cocoa-20151016John Arbuckle
2015-10-16ui/cocoa.m: addRemovableDevicesMenuItems() warning fixJohn Arbuckle
2015-10-14qemu-char: add create to register_char_driverPaolo Bonzini
2015-10-13ui/cocoa.m: eliminate normalWindow warningJohn Arbuckle
2015-10-08gtk/opengl: add opengl context and scanout support (GtkGLArea)Gerd Hoffmann
2015-10-08gtk/opengl: add opengl context and scanout support (egl)Gerd Hoffmann
2015-10-08opengl: add egl-context.[ch] helpersGerd Hoffmann
2015-10-08ui/console: add opengl context and scanout support interfaces.Gerd Hoffmann
2015-10-08sdl2: stop flickeringGerd Hoffmann
2015-10-08shaders: initialize vertexes onceGerd Hoffmann
2015-09-25ui/cocoa.m: remove open dialog codepull-cocoa-20150925-1John Arbuckle
2015-09-25ui/cocoa.m: prevent stuck key situationJohn Arbuckle
2015-09-25ui/cocoa.m: verify with user before quitting QEMUJohn Arbuckle
2015-09-24gtk: avoid redefining _WIN32_WINNT macroDaniel P. Berrange
2015-09-21spice: surface switch fast path requires same format too.Gerd Hoffmann
2015-09-18cocoa: Suppress Cocoa window with -displayRainer Müller