aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2020-07-13Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20200713-pull-request...Peter Maydell1-4/+4
2020-07-13ui: fix vc_chr_write call in text_console_do_initGerd Hoffmann1-4/+4
2020-07-13Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switchThomas Huth1-4/+0
2020-07-10cpu-throttle: new module, extracted from cpus.cClaudio Fontana1-0/+1
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-2/+2
2020-07-10qom: Crash more nicely on object_property_get_link() failureMarkus Armbruster1-1/+1
2020-07-02vnc: Plug minor memory leak in vnc_display_open()Markus Armbruster1-2/+1
2020-07-02Clean up some calls to ignore Error objects the right wayMarkus Armbruster1-2/+1
2020-05-26audio: Let capture_callback handler use const buffer argumentPhilippe Mathieu-Daudé1-1/+1
2020-05-19ui: increase min required GTK version to 3.22.0Volker Rümelin1-83/+8
2020-05-19ui/gtk: use native keyboard scancodes on WindowsVolker Rümelin1-4/+29
2020-05-19ui/gtk: don't pass on win keys without keyboard grabVolker Rümelin1-1/+8
2020-05-19ui/sdl2-input: use trace-events to debug key eventsVolker Rümelin2-0/+6
2020-05-19ui/sdl2: start in full screen with grab enabledVolker Rümelin1-5/+4
2020-05-19ui/sdl2: fix handling of AltGr key on WindowsVolker Rümelin1-0/+24
2020-05-19ui/gtk: remove unused variable ignore_keysVolker Rümelin1-9/+0
2020-05-19ui/gtk: remove unused codeVolker Rümelin1-9/+0
2020-05-19ui/gkt: release all keys on grab-broken-eventVolker Rümelin1-0/+21
2020-05-19ui/gtk: fix handling of AltGr key on WindowsVolker Rümelin1-1/+29
2020-05-19ui/win32-kbd-hook: handle AltGr in a hook procedureVolker Rümelin2-0/+105
2020-05-15Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200515-pull-request' i...Peter Maydell1-0/+12
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster3-15/+14
2020-05-14ui/sdl2: fix segment fault caused by null pointer dereferenceChangbin Du1-0/+12
2020-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell1-2/+1
2020-05-04lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky1-7/+7
2020-05-04Compress lines for immediate returnSimran Singhal1-2/+1
2020-03-25ui/input-linux: Do not ignore ioctl() return valuePhilippe Mathieu-Daudé1-2/+27
2020-03-16ui/curses: Move arrays to .heap to save 74KiB of .bssPhilippe Mathieu-Daudé1-2/+6
2020-03-16ui/curses: Make control_characters[] array constPhilippe Mathieu-Daudé1-1/+1
2020-03-16qom/object: enable setter for uint typesFelipe Franciosi1-2/+2
2020-03-06ui/cocoa.m: Update documentation file and pathnamePeter Maydell1-2/+2
2020-02-18ui/input-barrier: Remove superfluous semicolonPhilippe Mathieu-Daudé1-1/+1
2020-02-17qapi: Split control.json off misc.jsonKevin Wolf1-0/+1
2020-02-12ui/cocoa: Drop workarounds for pre-10.12 OSXPeter Maydell1-59/+0
2020-02-12ui/gtk: implement show-cursor optionGerd Hoffmann1-2/+6
2020-02-12ui/cocoa: switch to new show-cursor optionGerd Hoffmann1-0/+4
2020-02-12ui/sdl: switch to new show-cursor optionGerd Hoffmann1-8/+8
2020-02-12ui/gtk: Fix gd_refresh_rate_millihz() when widget window is not realizedPhilippe Mathieu-Daudé1-5/+7
2020-02-12ui/gtk: Update gd_refresh_rate_millihz() to handle VirtualConsolePhilippe Mathieu-Daudé1-4/+5
2020-01-21ui/console: Display the 'none' backend in '-display help'Philippe Mathieu-Daudé1-0/+1
2020-01-21vnc: prioritize ZRLE compression over ZLIBCameron Esfahani2-4/+11
2020-01-21Revert "vnc: allow fall back to RAW encoding"Gerd Hoffmann1-18/+2
2020-01-16ui/gtk: Get display refresh rate with GDK version 3.22 or laterPhilippe Mathieu-Daudé1-5/+18
2020-01-14display/gtk: get proper refreshrateNikola Pavlica1-0/+11
2020-01-14ui: Print available display backends with '-display help'Thomas Huth1-0/+15
2020-01-02screendump: use qemu_unlink()Marc-André Lureau1-1/+1
2020-01-02screendump: replace FILE with QIOChannel and fix close()/qemu_close()Marc-André Lureau1-21/+16
2020-01-02ppm-save: pass opened fdMarc-André Lureau2-24/+23
2020-01-02console: add graphic_hw_update_done()Marc-André Lureau1-0/+9
2019-12-18vnc: drop Error pointer indirection in vnc_client_io_errorVladimir Sementsov-Ogievskiy2-14/+8