summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* meson: convert ui directory to MesonMarc-André Lureau2020-08-213-77/+84
* meson: generate shader headersMarc-André Lureau2020-08-212-0/+17
* meson: keymap-genMarc-André Lureau2020-08-211-0/+34
* meson: rename included C source files to .c.incPaolo Bonzini2020-08-213-28/+28
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20200713-pull-request...Peter Maydell2020-07-131-4/+4
|\
| * ui: fix vc_chr_write call in text_console_do_initGerd Hoffmann2020-07-131-4/+4
* | Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switchThomas Huth2020-07-131-4/+0Star
|/
* cpu-throttle: new module, extracted from cpus.cClaudio Fontana2020-07-111-0/+1
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-2/+2
* qom: Crash more nicely on object_property_get_link() failureMarkus Armbruster2020-07-101-1/+1
* vnc: Plug minor memory leak in vnc_display_open()Markus Armbruster2020-07-021-2/+1Star
* Clean up some calls to ignore Error objects the right wayMarkus Armbruster2020-07-021-2/+1Star
* 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