index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
console: fix -vga none -sdl crash
Gerd Hoffmann
2014-06-10
1
-4
/
+1
*
console: kill MAX_CONSOLES, alloc consoles dynamically
Gerd Hoffmann
2014-06-10
1
-9
/
+4
*
input/vnc: use kbd delays in press_key
Gerd Hoffmann
2014-06-04
1
-0
/
+2
*
input/curses: add kbd delay between keydown and keyup events
Gerd Hoffmann
2014-06-04
1
-0
/
+10
*
input: use kbd delays for send_key monitor command
Gerd Hoffmann
2014-06-04
1
-39
/
+6
*
input: add support for kbd delays
Gerd Hoffmann
2014-06-04
1
-3
/
+105
*
Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-3' into staging
Peter Maydell
2014-06-02
2
-2
/
+99
|
\
|
*
sdl2: textinput + terminal
Gerd Hoffmann
2014-06-02
1
-1
/
+40
|
*
sdl2: make Ctrl-Alt-<nr> hotkeys show and hide windows
Gerd Hoffmann
2014-06-02
1
-1
/
+26
|
*
console: add kbd_put_string_console
Gerd Hoffmann
2014-06-02
1
-0
/
+9
|
*
console: add kbd_put_qcode_console
Gerd Hoffmann
2014-06-02
1
-0
/
+24
*
|
vnc-enc-tight: Fix divide-by-zero in tight_detect_smooth_image{16,24,32}
Gonglei
2014-06-02
1
-1
/
+7
*
|
vnc: add trace events for key events
Gerd Hoffmann
2014-06-02
1
-4
/
+23
*
|
vnc: refuse to set a password with VNC_AUTH_NONE
Gerd Hoffmann
2014-06-02
1
-28
/
+6
|
/
*
Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-1' into staging
Peter Maydell
2014-05-28
1
-116
/
+117
|
\
|
*
console: add kbd_put_keysym_console
Gerd Hoffmann
2014-05-26
1
-3
/
+6
|
*
console: rework text terminal cursor logic
Gerd Hoffmann
2014-05-26
1
-18
/
+32
|
*
console: update text terminal surface unconditionally
Gerd Hoffmann
2014-05-26
1
-71
/
+56
|
*
console: nicer initial screen
Gerd Hoffmann
2014-05-26
1
-8
/
+11
|
*
console: Abort on property access errors
Kirill Batuzov
2014-05-26
1
-17
/
+13
*
|
Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-7' into staging
Peter Maydell
2014-05-28
1
-374
/
+734
|
\
\
|
*
|
gtk: workaround gtk2 vte resize issue
Gerd Hoffmann
2014-05-26
1
-0
/
+40
|
*
|
gtk: window sizing overhaul
Gerd Hoffmann
2014-05-26
1
-30
/
+70
|
*
|
gtk: zap unused global_state
Gerd Hoffmann
2014-05-26
1
-4
/
+0
|
*
|
gtk: Add handling for the xfree86 keycodes
Bruce Rogers
2014-05-26
1
-1
/
+35
|
*
|
gtk: enable untabify for gfx
Gerd Hoffmann
2014-05-26
1
-3
/
+7
|
*
|
gtk: detached window pointer grabs
Gerd Hoffmann
2014-05-26
1
-3
/
+21
|
*
|
gtk: update all windows on mouse mode changes
Gerd Hoffmann
2014-05-26
1
-1
/
+5
|
*
|
gtk: fix grab checks
Gerd Hoffmann
2014-05-26
1
-12
/
+23
|
*
|
gtk: update gd_update_caption
Gerd Hoffmann
2014-05-26
1
-17
/
+28
|
*
|
gtk: skip keyboard grab when hover autograb is active
Gerd Hoffmann
2014-05-26
1
-1
/
+3
|
*
|
gtk: keep track of grab owner
Gerd Hoffmann
2014-05-26
1
-5
/
+23
|
*
|
gtk: add gd_grab trace event
Gerd Hoffmann
2014-05-26
1
-0
/
+4
|
*
|
gtk: add tab to trace events
Gerd Hoffmann
2014-05-26
1
-3
/
+3
|
*
|
gtk: allow moving tabs to windows and back.
Gerd Hoffmann
2014-05-26
1
-11
/
+63
|
*
|
gtk: simplify resize
Gerd Hoffmann
2014-05-26
1
-26
/
+14
|
*
|
gtk: use device type as label
Gerd Hoffmann
2014-05-26
1
-2
/
+12
|
*
|
gtk: support multiple gfx displays
Gerd Hoffmann
2014-05-26
1
-37
/
+43
|
*
|
gtk: move vga state into VirtualGfxConsole
Gerd Hoffmann
2014-05-26
1
-278
/
+337
|
*
|
gtk: VirtualConsole restruction
Gerd Hoffmann
2014-05-26
1
-46
/
+73
|
*
|
gtk: remove page numbering assumtions from the code
Gerd Hoffmann
2014-05-26
1
-10
/
+30
|
*
|
gtk: Add a scrollbar for text consoles
Cole Robinson
2014-05-26
1
-2
/
+40
|
*
|
gtk: cleanup CONFIG_VTE ifdef a bit.
Gerd Hoffmann
2014-05-26
1
-19
/
+26
|
*
|
gtk: zap vte size requests
Gerd Hoffmann
2014-05-26
1
-14
/
+0
|
*
|
gtk: zap scrolled_window
Gerd Hoffmann
2014-05-26
1
-17
/
+2
|
|
/
*
|
sdl: pass key event source to input layer
Gerd Hoffmann
2014-05-26
1
-9
/
+12
*
|
input: bind devices and input routing
Gerd Hoffmann
2014-05-26
1
-3
/
+40
*
|
input: keymap: add meta keys
Gerd Hoffmann
2014-05-26
1
-0
/
+2
*
|
input: add name to input_event_key_number
Gerd Hoffmann
2014-05-26
1
-2
/
+4
*
|
input: add qemu_input_key_number_to_qcode
Gerd Hoffmann
2014-05-26
1
-3
/
+8
[next]