index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
/
input-legacy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
1
-4
/
+4
2016-03-05
ui: Shorten references into InputEvent
Eric Blake
1
-10
/
+15
2016-03-01
qapi: rename input buttons
Gerd Hoffmann
1
-2
/
+2
2016-02-04
ui: Clean up includes
Peter Maydell
1
-1
/
+1
2016-02-03
hmp: fix sendkey out of bounds write (CVE-2015-8619)
Wolfgang Bumiller
1
-2
/
+3
2015-12-17
qapi: Change munging of CamelCase enum values
Eric Blake
1
-2
/
+2
2015-12-17
qapi: Don't let implicit enum MAX member collide
Eric Blake
1
-3
/
+3
2015-11-06
ui: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-2
/
+2
2015-11-02
input: Convert to new qapi union layout
Eric Blake
1
-10
/
+11
2015-06-22
Include monitor/monitor.h exactly where needed
Markus Armbruster
1
-1
/
+0
2015-04-30
input: remove unused mouse_handlers list
Emilio G. Cota
1
-2
/
+0
2015-03-10
ui: Removed unused functions
Thomas Huth
1
-6
/
+0
2014-10-02
input: fix send-key monitor command release event ordering
Gerd Hoffmann
1
-2
/
+9
2014-06-04
input: use kbd delays for send_key monitor command
Gerd Hoffmann
1
-39
/
+6
2014-05-16
input: use KeyValue directly in sendkey monitor command
Gerd Hoffmann
1
-24
/
+23
2014-05-16
input: key mapping helpers
Gerd Hoffmann
1
-174
/
+7
2014-03-12
input: activate legacy kbd
Gerd Hoffmann
1
-0
/
+1
2014-03-10
input: map INPUT_BUTTON_WHEEL_{UP,DOWN} to legacy input z axis moves.
Gerd Hoffmann
1
-0
/
+14
2014-03-05
input: remove index_from_keycode (no users)
Gerd Hoffmann
1
-14
/
+0
2014-03-05
input: move do_mouse_set to new core
Gerd Hoffmann
1
-43
/
+0
2014-03-05
input: move qmp_query_mice to new core
Gerd Hoffmann
1
-23
/
+0
2014-03-05
input: move mouse mode notifier to new core
Gerd Hoffmann
1
-33
/
+1
2014-03-05
input-legacy: remove kbd_mouse_event
Gerd Hoffmann
1
-49
/
+0
2014-03-05
input-legacy: remove kbd_mouse_is_absolute
Gerd Hoffmann
1
-10
/
+1
2014-03-05
input-legacy: remove kbd_mouse_has_absolute
Gerd Hoffmann
1
-19
/
+2
2014-03-05
input-legacy: remove kbd_put_keycode
Gerd Hoffmann
1
-23
/
+0
2014-03-05
input: mouse: switch legacy handlers to new core
Gerd Hoffmann
1
-0
/
+63
2014-03-05
input: keyboard: switch qmp_send_key() to new core.
Gerd Hoffmann
1
-8
/
+3
2014-03-05
input: keyboard: switch legacy handlers to new core
Gerd Hoffmann
1
-10
/
+56
2014-03-05
input: rename file to legacy
Gerd Hoffmann
1
-0
/
+559