aboutsummaryrefslogtreecommitdiffstats
path: root/android/charmap.c
Commit message (Collapse)AuthorAgeFilesLines
* emulator-ui: Remove dependencies from qemu sources.David 'Digit' Turner2010-10-191-15/+12
| | | | | | This change removes some QEMU-specifics that crept into the UI code. Change-Id: Ib1974dc64e54a35dc0cd01aec1eb547a9263a0c8
* Remove compiler warnings when building the emulator.David 'Digit' Turner2010-09-221-1/+1
| | | | | | | This forces -Wall during the build. Note that this patch doesn't remove all warnings, but most of the remaining ones are from upstream anyway. Change-Id: I8808d8495e99866e156ce5780d2e3c305eab491f
* Remove UI dependency from goldfish_event_device.cVladimir Chtchetkine2010-07-221-2/+21
| | | | Change-Id: Iea5edfbae0caff45161c814d631d35d2e6d61d1c
* Move key event generation out of the UI realm into neutral space.Vladimir Chtchetkine2010-07-071-0/+87
| | | | | | | Abstracted keycode event array into keycode_array.[hc], Moved key to keycode translation into charmap.c Change-Id: I4de0c9853fa93d675895fc361e62ee36c1c0a652
* Fix free() bug in charmap codevchtchetkine2009-09-251-0/+9
|
* Fix emulator crash on exit, due to invalid free() call.David 'Digit' Turner2009-09-231-10/+1
|
* Fix build break caused by undefined min(a,b)vchtchetkine2009-09-211-1/+4
|
* Implementation for dynamic charmap option in emulator.vchtchetkine2009-09-211-2/+586
| | | | | Created .kcm parser and added -charmap option to the emulator, so user can specify keyboard layout for emulator session.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+148
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-148/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+148