aboutsummaryrefslogtreecommitdiffstats
path: root/vl-android-ui.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor attach-UI serviceVladimir Chtchetkine2011-01-311-9/+8
| | | | Change-Id: Ia68ceb57ee5b5a66fa76b837fe3b990eb12e7188
* Refactor the framebuffer serviceVladimir Chtchetkine2011-01-311-7/+2
| | | | Change-Id: I8ac4580af65b8d58976c97b77b309dd202e75003
* Resubmit framebuffer service implementationVladimir Chtchetkine2010-12-201-0/+8
| | | | Change-Id: I184e27a1e8d88835bc9f0502eccfa3f64a7aaf9e
* Submit mergedVladimir Chtchetkine2010-12-061-0/+12
| | | | | | | | | | | | | | Squashed commit of the following: commit aeefab810c6331e2f96e81f20e4408b39dd3a2ca Author: Vladimir Chtchetkine <vchtchetkine@google.com> Date: Thu Dec 2 07:40:34 2010 -0800 Implement -attach-core UI option Change-Id: I4168e2d707cab1b4873ee16d86d5126c1a316abf Change-Id: I2da1ef5d53641f3c60d83d8d5ddf3aff34b0c6c7
* emulator-ui: Remove dependencies from qemu sources.David 'Digit' Turner2010-10-191-456/+8
| | | | | | This change removes some QEMU-specifics that crept into the UI code. Change-Id: Ib1974dc64e54a35dc0cd01aec1eb547a9263a0c8
* emulator-ui: Fix windows build (behaviour not tested)David 'Digit' Turner2010-10-131-0/+11
| | | | Change-Id: I76abd165b235dc3abeeb3a9676c0ef8097e54567
* emulator-ui: fix crash on exitDavid 'Digit' Turner2010-10-131-3/+9
| | | | | | | | + remove net_cleanup() call in qemu_main(). It is not needed since the corresponding function only deals with the virtual LAN management and was causing build issues on some machines. Change-Id: I63896b9886c59259f75025277601711b450b2c0d
* Cleanup warnings in the standalone UI buildVladimir Chtchetkine2010-10-081-99/+0
| | | | Change-Id: I2dc79f9d0b3916749366aa4155431420e05888c1
* Build standalone UI program (emulator-ui).David 'Digit' Turner2010-10-081-0/+1123
This changes introduces a new program, called emulator-ui that only contains parts necessary to display the UI (and removes anything related to CPU emulation). This is only a skeleton right now, since it is not capable of launching a core, or displaying anything meaningful, except the skin, trackball, respond to commands (e.g. change layouts with KP-7 and KP-9). Later changes will introduce core launching, communication, etc... Change-Id: Icef9deb8a3a256532655e1cd409b4aab52565d03