aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-10qom: Crash more nicely on object_property_get_link() failureMarkus Armbruster
2020-07-02vnc: Plug minor memory leak in vnc_display_open()Markus Armbruster
2020-07-02Clean up some calls to ignore Error objects the right wayMarkus Armbruster
2020-05-26audio: Let capture_callback handler use const buffer argumentPhilippe Mathieu-Daudé
2020-05-19ui: increase min required GTK version to 3.22.0Volker Rümelin
2020-05-19ui/gtk: use native keyboard scancodes on WindowsVolker Rümelin
2020-05-19ui/gtk: don't pass on win keys without keyboard grabVolker Rümelin
2020-05-19ui/sdl2-input: use trace-events to debug key eventsVolker Rümelin
2020-05-19ui/sdl2: start in full screen with grab enabledVolker Rümelin
2020-05-19ui/sdl2: fix handling of AltGr key on WindowsVolker Rümelin
2020-05-19ui/gtk: remove unused variable ignore_keysVolker Rümelin
2020-05-19ui/gtk: remove unused codeVolker Rümelin
2020-05-19ui/gkt: release all keys on grab-broken-eventVolker Rümelin
2020-05-19ui/gtk: fix handling of AltGr key on WindowsVolker Rümelin
2020-05-19ui/win32-kbd-hook: handle AltGr in a hook procedureVolker Rümelin
2020-05-15Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200515-pull-request' i...Peter Maydell
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-14ui/sdl2: fix segment fault caused by null pointer dereferenceChangbin Du
2020-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell
2020-05-04lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky
2020-05-04Compress lines for immediate returnSimran Singhal
2020-03-25ui/input-linux: Do not ignore ioctl() return valuePhilippe Mathieu-Daudé
2020-03-16ui/curses: Move arrays to .heap to save 74KiB of .bssPhilippe Mathieu-Daudé
2020-03-16ui/curses: Make control_characters[] array constPhilippe Mathieu-Daudé
2020-03-16qom/object: enable setter for uint typesFelipe Franciosi
2020-03-06ui/cocoa.m: Update documentation file and pathnamePeter Maydell
2020-02-18ui/input-barrier: Remove superfluous semicolonPhilippe Mathieu-Daudé
2020-02-17qapi: Split control.json off misc.jsonKevin Wolf
2020-02-12ui/cocoa: Drop workarounds for pre-10.12 OSXPeter Maydell
2020-02-12ui/gtk: implement show-cursor optionGerd Hoffmann
2020-02-12ui/cocoa: switch to new show-cursor optionGerd Hoffmann
2020-02-12ui/sdl: switch to new show-cursor optionGerd Hoffmann
2020-02-12ui/gtk: Fix gd_refresh_rate_millihz() when widget window is not realizedPhilippe Mathieu-Daudé
2020-02-12ui/gtk: Update gd_refresh_rate_millihz() to handle VirtualConsolePhilippe Mathieu-Daudé
2020-01-21ui/console: Display the 'none' backend in '-display help'Philippe Mathieu-Daudé
2020-01-21vnc: prioritize ZRLE compression over ZLIBCameron Esfahani
2020-01-21Revert "vnc: allow fall back to RAW encoding"Gerd Hoffmann
2020-01-16ui/gtk: Get display refresh rate with GDK version 3.22 or laterPhilippe Mathieu-Daudé
2020-01-14display/gtk: get proper refreshrateNikola Pavlica
2020-01-14ui: Print available display backends with '-display help'Thomas Huth
2020-01-02screendump: use qemu_unlink()Marc-André Lureau
2020-01-02screendump: replace FILE with QIOChannel and fix close()/qemu_close()Marc-André Lureau
2020-01-02ppm-save: pass opened fdMarc-André Lureau
2020-01-02console: add graphic_hw_update_done()Marc-André Lureau
2019-12-18vnc: drop Error pointer indirection in vnc_client_io_errorVladimir Sementsov-Ogievskiy
2019-12-17glib: use portable g_setenv()Marc-André Lureau
2019-11-21ui/gtk: fix gettext message's charset.yanminhui
2019-10-18ui: fix keymap file search in input-barrier objectLaurent Vivier
2019-10-18curses: correctly pass the color pair to setcchar()Matthew Kilgore