summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* audio: Let capture_callback handler use const buffer argumentPhilippe Mathieu-Daudé2020-05-261-1/+1
* ui: increase min required GTK version to 3.22.0Volker Rümelin2020-05-191-83/+8Star
* ui/gtk: use native keyboard scancodes on WindowsVolker Rümelin2020-05-191-4/+29
* ui/gtk: don't pass on win keys without keyboard grabVolker Rümelin2020-05-191-1/+8
* ui/sdl2-input: use trace-events to debug key eventsVolker Rümelin2020-05-192-0/+6
* ui/sdl2: start in full screen with grab enabledVolker Rümelin2020-05-191-5/+4Star
* ui/sdl2: fix handling of AltGr key on WindowsVolker Rümelin2020-05-191-0/+24
* ui/gtk: remove unused variable ignore_keysVolker Rümelin2020-05-191-9/+0Star
* ui/gtk: remove unused codeVolker Rümelin2020-05-191-9/+0Star
* ui/gkt: release all keys on grab-broken-eventVolker Rümelin2020-05-191-0/+21
* ui/gtk: fix handling of AltGr key on WindowsVolker Rümelin2020-05-191-1/+29
* ui/win32-kbd-hook: handle AltGr in a hook procedureVolker Rümelin2020-05-192-0/+105
* Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200515-pull-request' i...Peter Maydell2020-05-151-0/+12
|\
| * ui/sdl2: fix segment fault caused by null pointer dereferenceChangbin Du2020-05-141-0/+12
* | qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-153-15/+14Star
|/
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell2020-05-051-2/+1Star
|\
| * Compress lines for immediate returnSimran Singhal2020-05-041-2/+1Star
* | lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky2020-05-041-7/+7
|/
* ui/input-linux: Do not ignore ioctl() return valuePhilippe Mathieu-Daudé2020-03-251-2/+27
* ui/curses: Move arrays to .heap to save 74KiB of .bssPhilippe Mathieu-Daudé2020-03-161-2/+6
* ui/curses: Make control_characters[] array constPhilippe Mathieu-Daudé2020-03-161-1/+1
* qom/object: enable setter for uint typesFelipe Franciosi2020-03-161-2/+2
* ui/cocoa.m: Update documentation file and pathnamePeter Maydell2020-03-061-2/+2
* ui/input-barrier: Remove superfluous semicolonPhilippe Mathieu-Daudé2020-02-181-1/+1
* qapi: Split control.json off misc.jsonKevin Wolf2020-02-171-0/+1
* ui/cocoa: Drop workarounds for pre-10.12 OSXPeter Maydell2020-02-121-59/+0Star
* ui/gtk: implement show-cursor optionGerd Hoffmann2020-02-121-2/+6
* ui/cocoa: switch to new show-cursor optionGerd Hoffmann2020-02-121-0/+4
* ui/sdl: switch to new show-cursor optionGerd Hoffmann2020-02-121-8/+8
* ui/gtk: Fix gd_refresh_rate_millihz() when widget window is not realizedPhilippe Mathieu-Daudé2020-02-121-5/+7
* ui/gtk: Update gd_refresh_rate_millihz() to handle VirtualConsolePhilippe Mathieu-Daudé2020-02-121-4/+5
* ui/console: Display the 'none' backend in '-display help'Philippe Mathieu-Daudé2020-01-211-0/+1
* vnc: prioritize ZRLE compression over ZLIBCameron Esfahani2020-01-212-4/+11
* Revert "vnc: allow fall back to RAW encoding"Gerd Hoffmann2020-01-211-18/+2Star
* ui/gtk: Get display refresh rate with GDK version 3.22 or laterPhilippe Mathieu-Daudé2020-01-161-5/+18
* display/gtk: get proper refreshrateNikola Pavlica2020-01-141-0/+11
* ui: Print available display backends with '-display help'Thomas Huth2020-01-141-0/+15
* screendump: use qemu_unlink()Marc-André Lureau2020-01-021-1/+1
* screendump: replace FILE with QIOChannel and fix close()/qemu_close()Marc-André Lureau2020-01-021-21/+16Star
* ppm-save: pass opened fdMarc-André Lureau2020-01-022-24/+23Star
* console: add graphic_hw_update_done()Marc-André Lureau2020-01-021-0/+9
* vnc: drop Error pointer indirection in vnc_client_io_errorVladimir Sementsov-Ogievskiy2019-12-182-14/+8Star
* glib: use portable g_setenv()Marc-André Lureau2019-12-171-1/+1
* ui/gtk: fix gettext message's charset.yanminhui2019-11-211-0/+1
* ui: fix keymap file search in input-barrier objectLaurent Vivier2019-10-181-7/+7
* curses: correctly pass the color pair to setcchar()Matthew Kilgore2019-10-181-1/+3
* curses: use the bit mask constants provided by cursesMatthew Kilgore2019-10-181-2/+2
* ui: Fix hanging up Cocoa display on macOS 10.15 (Catalina)Hikaru Nishida2019-10-181-0/+12
* vnc: fix memory leak when vnc disconnectLi Qiang2019-09-176-162/+170
* ui: add an embedded Barrier clientLaurent Vivier2019-09-173-0/+863