index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
gtk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ui: increase min required GTK version to 3.22.0
Volker Rümelin
2020-05-19
1
-83
/
+8
*
ui/gtk: use native keyboard scancodes on Windows
Volker Rümelin
2020-05-19
1
-4
/
+29
*
ui/gtk: don't pass on win keys without keyboard grab
Volker Rümelin
2020-05-19
1
-1
/
+8
*
ui/gtk: remove unused variable ignore_keys
Volker Rümelin
2020-05-19
1
-9
/
+0
*
ui/gtk: remove unused code
Volker Rümelin
2020-05-19
1
-9
/
+0
*
ui/gkt: release all keys on grab-broken-event
Volker Rümelin
2020-05-19
1
-0
/
+21
*
ui/gtk: fix handling of AltGr key on Windows
Volker Rümelin
2020-05-19
1
-1
/
+29
*
Compress lines for immediate return
Simran Singhal
2020-05-04
1
-2
/
+1
*
qapi: Split control.json off misc.json
Kevin Wolf
2020-02-17
1
-0
/
+1
*
ui/gtk: implement show-cursor option
Gerd Hoffmann
2020-02-12
1
-2
/
+6
*
ui/gtk: Fix gd_refresh_rate_millihz() when widget window is not realized
Philippe Mathieu-Daudé
2020-02-12
1
-5
/
+7
*
ui/gtk: Update gd_refresh_rate_millihz() to handle VirtualConsole
Philippe Mathieu-Daudé
2020-02-12
1
-4
/
+5
*
ui/gtk: Get display refresh rate with GDK version 3.22 or later
Philippe Mathieu-Daudé
2020-01-16
1
-5
/
+18
*
display/gtk: get proper refreshrate
Nikola Pavlica
2020-01-14
1
-0
/
+11
*
ui/gtk: fix gettext message's charset.
yanminhui
2019-11-21
1
-0
/
+1
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-1
/
+0
*
ui/gtk: Fix the license information
Thomas Huth
2019-02-21
1
-17
/
+13
*
kbd-state: use state tracker for gtk
Gerd Hoffmann
2019-02-05
1
-32
/
+6
*
ui: listen for GDK_SMOOTH_SCROLL events
Sergio Lopez
2019-02-05
1
-0
/
+1
*
ui: don't send any event if delta_y == 0
Sergio Lopez
2019-02-05
1
-1
/
+3
*
ui: fix icon display for GTK frontend under GNOME Shell with Wayland
Daniel P. Berrangé
2019-01-21
1
-0
/
+1
*
ui: install logo icons to $prefix/share/icons
Daniel P. Berrangé
2019-01-21
1
-12
/
+5
*
Merge remote-tracking branch 'remotes/kraxel/tags/ui2-20181012-pull-request' ...
Peter Maydell
2018-10-12
1
-188
/
+14
|
\
|
*
ui: increase min required GTK3 version to 3.14.0
Daniel P. Berrangé
2018-10-12
1
-10
/
+0
|
*
ui: remove support for GTK2 in favour of GTK3
Daniel P. Berrangé
2018-10-12
1
-178
/
+14
*
|
gtk: fix uninitialized variable
Paolo Bonzini
2018-10-12
1
-1
/
+1
*
|
gtk: Don't vte_terminal_set_encoding() on new VTE versions
Kevin Wolf
2018-10-12
1
-2
/
+4
|
/
*
gtk: add zoom-to-fit to gtk options.
Gerd Hoffmann
2018-10-01
1
-0
/
+8
*
Add gles support to egl-helpers, wire up in egl-headless and gtk.
Gerd Hoffmann
2018-06-26
1
-5
/
+2
*
ui: use local path for local headers
Michael S. Tsirkin
2018-06-01
1
-1
/
+1
*
gtk: disable the F10 menubar key
Peter Wu
2018-05-15
1
-0
/
+6
*
ui: switch gtk display to qapi parser
Gerd Hoffmann
2018-05-15
1
-1
/
+5
*
ui/gtk: Only try to initialize EGL/X11 if GtkGlArea failed
Tomeu Vizoso
2018-05-15
1
-1
/
+1
*
gtk: make it possible to hide the menu bar
Peter Wu
2018-05-15
1
-1
/
+45
*
gtk: drop pointless code from gd_window_close
Gerd Hoffmann
2018-04-10
1
-8
/
+0
*
ui: add ctrl modifier support to kbd_put_qcode_console()
Gerd Hoffmann
2018-04-09
1
-2
/
+2
*
ui/gtk-egl: add cursor_dmabuf support
Gerd Hoffmann
2018-03-12
1
-0
/
+2
*
ui/gtk-egl: add scanout_dmabuf support
Gerd Hoffmann
2018-03-12
1
-0
/
+2
*
ui/gtk: use GtkGlArea on wayland only
Gerd Hoffmann
2018-03-12
1
-5
/
+8
*
ui/gtk: make GtkGlArea usage a runtime option
Gerd Hoffmann
2018-03-12
1
-24
/
+29
*
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i...
Peter Maydell
2018-03-05
1
-2
/
+15
|
\
|
*
console: add qemu display registry, add gtk
Gerd Hoffmann
2018-03-05
1
-2
/
+15
*
|
qapi: Empty out qapi-schema.json
Markus Armbruster
2018-03-02
1
-1
/
+1
|
/
*
ui: Reorder vte terminal packing to avoid gtk3 warnings
Jan Kiszka
2018-02-20
1
-2
/
+2
*
gtk: add and use DisplayOptions + DisplayGTK
Gerd Hoffmann
2018-02-20
1
-14
/
+18
*
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+1
*
ui: ignore hardware keycode 255 on win32
Daniel P. Berrange
2018-01-25
1
-0
/
+6
*
ui: add fix for GTK Pause key handling on Win32
Daniel P. Berrange
2018-01-25
1
-1
/
+8
*
ui: convert GTK and SDL1 frontends to keycodemapdb
Daniel P. Berrange
2018-01-25
1
-82
/
+123
[next]