aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2020-08-21meson: convert pc-bios/keymaps/MakefileMarc-André Lureau
2020-08-21meson: convert VNC and dependent libraries to mesonPaolo Bonzini
2020-08-21meson: move SDL and SDL-image detection to mesonPaolo Bonzini
2020-08-21meson: convert ui directory to MesonMarc-André Lureau
2020-08-21meson: generate shader headersMarc-André Lureau
2020-08-21meson: keymap-genMarc-André Lureau
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-07-13Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20200713-pull-request...Peter Maydell
2020-07-13ui: fix vc_chr_write call in text_console_do_initGerd Hoffmann
2020-07-13Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switchThomas Huth
2020-07-10cpu-throttle: new module, extracted from cpus.cClaudio Fontana
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