Age | Commit message (Expand) | Author | Files | Lines |
2014-06-11 | gtk: update window size after showing/hiding tabs | Gerd Hoffmann | 1 | -0/+2 |
2014-06-11 | gtk: factor out gtk3 grab into the new gd_grab_devices function | Gerd Hoffmann | 1 | -64/+36 |
2014-06-11 | gtk: cleanup backend dependencies | Gerd Hoffmann | 1 | -28/+42 |
2014-06-11 | gtk: factor out keycode mapping | Gerd Hoffmann | 1 | -7/+16 |
2014-05-26 | gtk: workaround gtk2 vte resize issue | Gerd Hoffmann | 1 | -0/+40 |
2014-05-26 | gtk: window sizing overhaul | Gerd Hoffmann | 1 | -30/+70 |
2014-05-26 | gtk: zap unused global_state | Gerd Hoffmann | 1 | -4/+0 |
2014-05-26 | gtk: Add handling for the xfree86 keycodes | Bruce Rogers | 1 | -1/+35 |
2014-05-26 | gtk: enable untabify for gfx | Gerd Hoffmann | 1 | -3/+7 |
2014-05-26 | gtk: detached window pointer grabs | Gerd Hoffmann | 1 | -3/+21 |
2014-05-26 | gtk: update all windows on mouse mode changes | Gerd Hoffmann | 1 | -1/+5 |
2014-05-26 | gtk: fix grab checks | Gerd Hoffmann | 1 | -12/+23 |
2014-05-26 | gtk: update gd_update_caption | Gerd Hoffmann | 1 | -17/+28 |
2014-05-26 | gtk: skip keyboard grab when hover autograb is active | Gerd Hoffmann | 1 | -1/+3 |
2014-05-26 | gtk: keep track of grab owner | Gerd Hoffmann | 1 | -5/+23 |
2014-05-26 | gtk: add gd_grab trace event | Gerd Hoffmann | 1 | -0/+4 |
2014-05-26 | gtk: add tab to trace events | Gerd Hoffmann | 1 | -3/+3 |
2014-05-26 | gtk: allow moving tabs to windows and back. | Gerd Hoffmann | 1 | -11/+63 |
2014-05-26 | gtk: simplify resize | Gerd Hoffmann | 1 | -26/+14 |
2014-05-26 | gtk: use device type as label | Gerd Hoffmann | 1 | -2/+12 |
2014-05-26 | gtk: support multiple gfx displays | Gerd Hoffmann | 1 | -37/+43 |
2014-05-26 | gtk: move vga state into VirtualGfxConsole | Gerd Hoffmann | 1 | -278/+337 |
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 |