summaryrefslogtreecommitdiff
path: root/ui/gtk.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-26gtk: zap unused global_stateGerd Hoffmann1-4/+0
2014-05-26gtk: Add handling for the xfree86 keycodesBruce Rogers1-1/+35
2014-05-26gtk: enable untabify for gfxGerd Hoffmann1-3/+7
2014-05-26gtk: detached window pointer grabsGerd Hoffmann1-3/+21
2014-05-26gtk: update all windows on mouse mode changesGerd Hoffmann1-1/+5
2014-05-26gtk: fix grab checksGerd Hoffmann1-12/+23
2014-05-26gtk: update gd_update_captionGerd Hoffmann1-17/+28
2014-05-26gtk: skip keyboard grab when hover autograb is activeGerd Hoffmann1-1/+3
2014-05-26gtk: keep track of grab ownerGerd Hoffmann1-5/+23
2014-05-26gtk: add gd_grab trace eventGerd Hoffmann1-0/+4
2014-05-26gtk: add tab to trace eventsGerd Hoffmann1-3/+3
2014-05-26gtk: allow moving tabs to windows and back.Gerd Hoffmann1-11/+63
2014-05-26gtk: simplify resizeGerd Hoffmann1-26/+14
2014-05-26gtk: use device type as labelGerd Hoffmann1-2/+12
2014-05-26gtk: support multiple gfx displaysGerd Hoffmann1-37/+43
2014-05-26gtk: move vga state into VirtualGfxConsoleGerd Hoffmann1-278/+337
2014-05-26gtk: VirtualConsole restructionGerd Hoffmann1-46/+73
2014-05-26gtk: remove page numbering assumtions from the codeGerd Hoffmann1-10/+30
2014-05-26gtk: Add a scrollbar for text consolesCole Robinson1-2/+40
2014-05-26gtk: cleanup CONFIG_VTE ifdef a bit.Gerd Hoffmann1-19/+26
2014-05-26gtk: zap vte size requestsGerd Hoffmann1-14/+0
2014-05-26gtk: zap scrolled_windowGerd Hoffmann1-17/+2
2014-04-29gtk: Fix accelerators being triggered twice with gtk3Cole Robinson1-22/+0
2014-04-29gtk: Fix -serial vcCole Robinson1-32/+9
2014-04-29gtk: Use ctrl+alt+q for quit acceleratorCole Robinson1-1/+2
2014-04-29gtk: Remove use of deprecated stock itemsCole Robinson1-9/+7
2014-04-29gtk: Don't use deprecated vte_terminal_get_adjustmentCole Robinson1-0/+4
2014-04-29gtk: Don't use deprecated gtk_image_menu_item_new_with_mnemonicCole Robinson1-2/+2
2014-04-08gtk: Implement grab-on-click behavior in relative modeTakashi Iwai1-2/+17
2014-04-07gtk: Remember the last grabbed pointer positionTakashi Iwai1-2/+14
2014-04-07gtk: Fix the relative pointer tracking modeTakashi Iwai1-9/+9
2014-04-07gtk: Use gtk generic event signal instead of motion-notify-eventTakashi Iwai1-2/+10
2014-03-26gtk: Support GTK without VTEStefan Weil1-1/+16
2014-03-17gtk: Don't warp absolute pointerCole Robinson1-0/+8
2014-03-17gtk: Fix mouse warping with gtk3Cole Robinson1-1/+1
2014-03-17gtk: Allow to activate grab-on-hover from the command lineJan Kiszka1-1/+4
2014-03-12gtk: Add mouse wheel supportJan Kiszka1-0/+23
2014-03-05input: mouse: switch gtk ui to new coreGerd Hoffmann1-39/+19
2014-03-05input: keyboard: switch gtk ui to new coreGerd Hoffmann1-15/+4
2014-01-20gtk: Support keyboard translation for hosts running WindowsStefan Weil1-3/+15
2013-12-02gtk: Replace conditional debug messages by trace methodsStefan Weil1-14/+5
2013-08-27gtk: Remove unused include statements which are not portableStefan Weil1-4/+0
2013-07-22gtk: Fix accelerator filteringJan Kiszka1-21/+18
2013-06-28gtk: add support for surface conversionGerd Hoffmann1-23/+40
2013-06-16gtk: Fix compiler warning (GTK 3 deprecated function)Stefan Weil1-0/+4
2013-06-14create qemu_openpty_raw() helper function and move it to a separate fileMichael Tokarev1-9/+3
2013-06-11gtk: implement -full-screenPeter Wu1-1/+5
2013-06-10qemu-char: don't issue CHR_EVENT_OPEN in a BHMichael Roth1-0/+2
2013-06-10gtk: use better iconAnthony Liguori1-1/+1
2013-06-03gtk: don't use g_object_unref on GdkCursorAnthony Liguori1-1/+1