summaryrefslogtreecommitdiffstats
path: root/ui/gtk.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Fix accelerators being triggered twice with gtk3Cole Robinson2014-04-291-22/+0
* gtk: Fix -serial vcCole Robinson2014-04-291-32/+9
* gtk: Use ctrl+alt+q for quit acceleratorCole Robinson2014-04-291-1/+2
* gtk: Remove use of deprecated stock itemsCole Robinson2014-04-291-9/+7
* gtk: Don't use deprecated vte_terminal_get_adjustmentCole Robinson2014-04-291-0/+4
* gtk: Don't use deprecated gtk_image_menu_item_new_with_mnemonicCole Robinson2014-04-291-2/+2
* gtk: Implement grab-on-click behavior in relative modeTakashi Iwai2014-04-081-2/+17
* gtk: Remember the last grabbed pointer positionTakashi Iwai2014-04-071-2/+14
* gtk: Fix the relative pointer tracking modeTakashi Iwai2014-04-071-9/+9
* gtk: Use gtk generic event signal instead of motion-notify-eventTakashi Iwai2014-04-071-2/+10
* gtk: Support GTK without VTEStefan Weil2014-03-261-1/+16
* gtk: Don't warp absolute pointerCole Robinson2014-03-171-0/+8
* gtk: Fix mouse warping with gtk3Cole Robinson2014-03-171-1/+1
* gtk: Allow to activate grab-on-hover from the command lineJan Kiszka2014-03-171-1/+4
* gtk: Add mouse wheel supportJan Kiszka2014-03-121-0/+23
* input: mouse: switch gtk ui to new coreGerd Hoffmann2014-03-051-39/+19
* input: keyboard: switch gtk ui to new coreGerd Hoffmann2014-03-051-15/+4
* gtk: Support keyboard translation for hosts running WindowsStefan Weil2014-01-201-3/+15
* gtk: Replace conditional debug messages by trace methodsStefan Weil2013-12-021-14/+5
* gtk: Remove unused include statements which are not portableStefan Weil2013-08-271-4/+0
* gtk: Fix accelerator filteringJan Kiszka2013-07-221-21/+18
* gtk: add support for surface conversionGerd Hoffmann2013-06-281-23/+40
* gtk: Fix compiler warning (GTK 3 deprecated function)Stefan Weil2013-06-161-0/+4
* create qemu_openpty_raw() helper function and move it to a separate fileMichael Tokarev2013-06-141-9/+3
* gtk: implement -full-screenPeter Wu2013-06-111-1/+5
* qemu-char: don't issue CHR_EVENT_OPEN in a BHMichael Roth2013-06-101-0/+2
* gtk: use better iconAnthony Liguori2013-06-101-1/+1
* gtk: don't use g_object_unref on GdkCursorAnthony Liguori2013-06-031-1/+1
* gtk: don't resize window when enabling scalingAnthony Liguori2013-06-031-1/+3
* portability: pty.h is glibc-specificPaolo Bonzini2013-05-141-1/+0
* ui/gtk.c: do not use gdk_display_warp_pointer when GTK ver >3.0Igor Mitsyanko2013-05-131-0/+19
* gtk: refactor menu creationAnthony Liguori2013-04-261-37/+56
* console: zap ds arg from register_displaychangelistenerGerd Hoffmann2013-04-251-1/+1
* ui/gtk: Use gtk_widget_get_window() to support both gtk2 and gtk3Ozan Çağlayan2013-04-231-2/+2
* Fix warnings suppressors to honor --disable-werrorMarkus Armbruster2013-04-171-1/+2
* gtk: custom cursor supportGerd Hoffmann2013-04-161-0/+33
* console: allow pinning displaychangelisteners to consolesGerd Hoffmann2013-04-161-1/+2
* console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann2013-04-161-1/+1
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* ui/gtk: Set QEMU window iconStefan Weil2013-04-021-0/+13
* gtk: make more messages translatableAurelien Jarno2013-04-021-2/+2
* qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_openHans de Goede2013-03-271-1/+1
* gtk: Release modifier when graphic console loses keyboard focusJan Kiszka2013-03-251-2/+51
* console: zap displaystate from dcl callbacksGerd Hoffmann2013-03-181-4/+2
* gtk: stop using DisplayStateGerd Hoffmann2013-03-181-60/+80
* console: rework DisplaySurface handling [dcl/ui side]Gerd Hoffmann2013-03-181-7/+8
* console: kill DisplayState->opaqueGerd Hoffmann2013-03-181-3/+2
* console: fix displaychangelisteners interfaceGerd Hoffmann2013-03-181-11/+19
* chardev: add vc support to qapiGerd Hoffmann2013-03-131-1/+1
* Add compat for GDK_KEY_XXX symbolsDaniel P. Berrange2013-02-261-0/+9
OpenPOWER on IntegriCloud