aboutsummaryrefslogtreecommitdiff
path: root/ui/gtk.c
AgeCommit message (Expand)Author
2014-05-26gtk: skip keyboard grab when hover autograb is activeGerd Hoffmann
2014-05-26gtk: keep track of grab ownerGerd Hoffmann
2014-05-26gtk: add gd_grab trace eventGerd Hoffmann
2014-05-26gtk: add tab to trace eventsGerd Hoffmann
2014-05-26gtk: allow moving tabs to windows and back.Gerd Hoffmann
2014-05-26gtk: simplify resizeGerd Hoffmann
2014-05-26gtk: use device type as labelGerd Hoffmann
2014-05-26gtk: support multiple gfx displaysGerd Hoffmann
2014-05-26gtk: move vga state into VirtualGfxConsoleGerd Hoffmann
2014-05-26gtk: VirtualConsole restructionGerd Hoffmann
2014-05-26gtk: remove page numbering assumtions from the codeGerd Hoffmann
2014-05-26gtk: Add a scrollbar for text consolesCole Robinson
2014-05-26gtk: cleanup CONFIG_VTE ifdef a bit.Gerd Hoffmann
2014-05-26gtk: zap vte size requestsGerd Hoffmann
2014-05-26gtk: zap scrolled_windowGerd Hoffmann
2014-04-29gtk: Fix accelerators being triggered twice with gtk3Cole Robinson
2014-04-29gtk: Fix -serial vcCole Robinson
2014-04-29gtk: Use ctrl+alt+q for quit acceleratorCole Robinson
2014-04-29gtk: Remove use of deprecated stock itemsCole Robinson
2014-04-29gtk: Don't use deprecated vte_terminal_get_adjustmentCole Robinson
2014-04-29gtk: Don't use deprecated gtk_image_menu_item_new_with_mnemonicCole Robinson
2014-04-08gtk: Implement grab-on-click behavior in relative modeTakashi Iwai
2014-04-07gtk: Remember the last grabbed pointer positionTakashi Iwai
2014-04-07gtk: Fix the relative pointer tracking modeTakashi Iwai
2014-04-07gtk: Use gtk generic event signal instead of motion-notify-eventTakashi Iwai
2014-03-26gtk: Support GTK without VTEStefan Weil
2014-03-17gtk: Don't warp absolute pointerCole Robinson
2014-03-17gtk: Fix mouse warping with gtk3Cole Robinson
2014-03-17gtk: Allow to activate grab-on-hover from the command lineJan Kiszka
2014-03-12gtk: Add mouse wheel supportJan Kiszka
2014-03-05input: mouse: switch gtk ui to new coreGerd Hoffmann
2014-03-05input: keyboard: switch gtk ui to new coreGerd Hoffmann
2014-01-20gtk: Support keyboard translation for hosts running WindowsStefan Weil
2013-12-02gtk: Replace conditional debug messages by trace methodsStefan Weil
2013-08-27gtk: Remove unused include statements which are not portableStefan Weil
2013-07-22gtk: Fix accelerator filteringJan Kiszka
2013-06-28gtk: add support for surface conversionGerd Hoffmann
2013-06-16gtk: Fix compiler warning (GTK 3 deprecated function)Stefan Weil
2013-06-14create qemu_openpty_raw() helper function and move it to a separate fileMichael Tokarev
2013-06-11gtk: implement -full-screenPeter Wu
2013-06-10qemu-char: don't issue CHR_EVENT_OPEN in a BHMichael Roth
2013-06-10gtk: use better iconAnthony Liguori
2013-06-03gtk: don't use g_object_unref on GdkCursorAnthony Liguori
2013-06-03gtk: don't resize window when enabling scalingAnthony Liguori
2013-05-14portability: pty.h is glibc-specificPaolo Bonzini
2013-05-13ui/gtk.c: do not use gdk_display_warp_pointer when GTK ver >3.0Igor Mitsyanko
2013-04-26gtk: refactor menu creationAnthony Liguori
2013-04-25console: zap ds arg from register_displaychangelistenerGerd Hoffmann
2013-04-23ui/gtk: Use gtk_widget_get_window() to support both gtk2 and gtk3Ozan Çağlayan
2013-04-17Fix warnings suppressors to honor --disable-werrorMarkus Armbruster