index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
/
gtk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-26
gtk: VirtualConsole restruction
Gerd Hoffmann
1
-46
/
+73
2014-05-26
gtk: remove page numbering assumtions from the code
Gerd Hoffmann
1
-10
/
+30
2014-05-26
gtk: Add a scrollbar for text consoles
Cole Robinson
1
-2
/
+40
2014-05-26
gtk: cleanup CONFIG_VTE ifdef a bit.
Gerd Hoffmann
1
-19
/
+26
2014-05-26
gtk: zap vte size requests
Gerd Hoffmann
1
-14
/
+0
2014-05-26
gtk: zap scrolled_window
Gerd Hoffmann
1
-17
/
+2
2014-04-29
gtk: Fix accelerators being triggered twice with gtk3
Cole Robinson
1
-22
/
+0
2014-04-29
gtk: Fix -serial vc
Cole Robinson
1
-32
/
+9
2014-04-29
gtk: Use ctrl+alt+q for quit accelerator
Cole Robinson
1
-1
/
+2
2014-04-29
gtk: Remove use of deprecated stock items
Cole Robinson
1
-9
/
+7
2014-04-29
gtk: Don't use deprecated vte_terminal_get_adjustment
Cole Robinson
1
-0
/
+4
2014-04-29
gtk: Don't use deprecated gtk_image_menu_item_new_with_mnemonic
Cole Robinson
1
-2
/
+2
2014-04-08
gtk: Implement grab-on-click behavior in relative mode
Takashi Iwai
1
-2
/
+17
2014-04-07
gtk: Remember the last grabbed pointer position
Takashi Iwai
1
-2
/
+14
2014-04-07
gtk: Fix the relative pointer tracking mode
Takashi Iwai
1
-9
/
+9
2014-04-07
gtk: Use gtk generic event signal instead of motion-notify-event
Takashi Iwai
1
-2
/
+10
2014-03-26
gtk: Support GTK without VTE
Stefan Weil
1
-1
/
+16
2014-03-17
gtk: Don't warp absolute pointer
Cole Robinson
1
-0
/
+8
2014-03-17
gtk: Fix mouse warping with gtk3
Cole Robinson
1
-1
/
+1
2014-03-17
gtk: Allow to activate grab-on-hover from the command line
Jan Kiszka
1
-1
/
+4
2014-03-12
gtk: Add mouse wheel support
Jan Kiszka
1
-0
/
+23
2014-03-05
input: mouse: switch gtk ui to new core
Gerd Hoffmann
1
-39
/
+19
2014-03-05
input: keyboard: switch gtk ui to new core
Gerd Hoffmann
1
-15
/
+4
2014-01-20
gtk: Support keyboard translation for hosts running Windows
Stefan Weil
1
-3
/
+15
2013-12-02
gtk: Replace conditional debug messages by trace methods
Stefan Weil
1
-14
/
+5
2013-08-27
gtk: Remove unused include statements which are not portable
Stefan Weil
1
-4
/
+0
2013-07-22
gtk: Fix accelerator filtering
Jan Kiszka
1
-21
/
+18
2013-06-28
gtk: add support for surface conversion
Gerd Hoffmann
1
-23
/
+40
2013-06-16
gtk: Fix compiler warning (GTK 3 deprecated function)
Stefan Weil
1
-0
/
+4
2013-06-14
create qemu_openpty_raw() helper function and move it to a separate file
Michael Tokarev
1
-9
/
+3
2013-06-11
gtk: implement -full-screen
Peter Wu
1
-1
/
+5
2013-06-10
qemu-char: don't issue CHR_EVENT_OPEN in a BH
Michael Roth
1
-0
/
+2
2013-06-10
gtk: use better icon
Anthony Liguori
1
-1
/
+1
2013-06-03
gtk: don't use g_object_unref on GdkCursor
Anthony Liguori
1
-1
/
+1
2013-06-03
gtk: don't resize window when enabling scaling
Anthony Liguori
1
-1
/
+3
2013-05-14
portability: pty.h is glibc-specific
Paolo Bonzini
1
-1
/
+0
2013-05-13
ui/gtk.c: do not use gdk_display_warp_pointer when GTK ver >3.0
Igor Mitsyanko
1
-0
/
+19
2013-04-26
gtk: refactor menu creation
Anthony Liguori
1
-37
/
+56
2013-04-25
console: zap ds arg from register_displaychangelistener
Gerd Hoffmann
1
-1
/
+1
2013-04-23
ui/gtk: Use gtk_widget_get_window() to support both gtk2 and gtk3
Ozan Çağlayan
1
-2
/
+2
2013-04-17
Fix warnings suppressors to honor --disable-werror
Markus Armbruster
1
-1
/
+2
2013-04-16
gtk: custom cursor support
Gerd Hoffmann
1
-0
/
+33
2013-04-16
console: allow pinning displaychangelisteners to consoles
Gerd Hoffmann
1
-1
/
+2
2013-04-16
console: rename vga_hw_*, add QemuConsole param
Gerd Hoffmann
1
-1
/
+1
2013-04-15
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
1
-1
/
+1
2013-04-02
ui/gtk: Set QEMU window icon
Stefan Weil
1
-0
/
+13
2013-04-02
gtk: make more messages translatable
Aurelien Jarno
1
-2
/
+2
2013-03-27
qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_open
Hans de Goede
1
-1
/
+1
2013-03-25
gtk: Release modifier when graphic console loses keyboard focus
Jan Kiszka
1
-2
/
+51
2013-03-18
console: zap displaystate from dcl callbacks
Gerd Hoffmann
1
-4
/
+2
[next]