summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* 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
* QemuOpts: Wean off qerror_report_err()Markus Armbruster2015-06-221-2/+2
* ui/cocoa.m: Add machine menu items to change and eject removable drive mediaJohn Arbuckle2015-06-191-3/+153
* ui/cocoa.m: Add Reset and Power Down menu items to Machine menuJohn Arbuckle2015-06-191-0/+17
* ui/cocoa.m: Add Machine menu with pause and resume menu itemsJohn Arbuckle2015-06-191-0/+67
* Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handlerFam Zheng2015-06-124-20/+17
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20150611-1' into s...Peter Maydell2015-06-111-0/+4
|\
| * sdl2: fix crash in handle_windowevent() when restoring the screen sizeAlberto Garcia2015-06-091-0/+4
* | Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150611-1' into ...Peter Maydell2015-06-111-13/+13
|\ \
| * | spice: ui_info tweaksGerd Hoffmann2015-06-111-9/+8
OpenPOWER on IntegriCloud