summaryrefslogtreecommitdiffstats
path: root/ui/gtk.c
Commit message (Expand)AuthorAgeFilesLines
...
* gtk: add gd_grab trace eventGerd Hoffmann2014-05-261-0/+4
* gtk: add tab to trace eventsGerd Hoffmann2014-05-261-3/+3
* gtk: allow moving tabs to windows and back.Gerd Hoffmann2014-05-261-11/+63
* gtk: simplify resizeGerd Hoffmann2014-05-261-26/+14
* gtk: use device type as labelGerd Hoffmann2014-05-261-2/+12
* gtk: support multiple gfx displaysGerd Hoffmann2014-05-261-37/+43
* gtk: move vga state into VirtualGfxConsoleGerd Hoffmann2014-05-261-278/+337
* gtk: VirtualConsole restructionGerd Hoffmann2014-05-261-46/+73
* gtk: remove page numbering assumtions from the codeGerd Hoffmann2014-05-261-10/+30
* gtk: Add a scrollbar for text consolesCole Robinson2014-05-261-2/+40
* gtk: cleanup CONFIG_VTE ifdef a bit.Gerd Hoffmann2014-05-261-19/+26
* gtk: zap vte size requestsGerd Hoffmann2014-05-261-14/+0
* gtk: zap scrolled_windowGerd Hoffmann2014-05-261-17/+2
* 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
OpenPOWER on IntegriCloud