aboutsummaryrefslogtreecommitdiffstats
path: root/android/main-ui.c
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanups for core/ui Makefile separation.David 'Digit' Turner2011-02-231-2/+2
* Stuff hardware configuration with paths to image / partition filesVladimir Chtchetkine2011-02-221-446/+13
* merge from tools_r10The Android Open Source Project2011-02-171-0/+3
|\
| * Fix "avd name" bug.David 'Digit' Turner2011-02-171-0/+3
* | Correct auto-detection of default VM heap size.David 'Digit' Turner2011-02-101-11/+26
* | Get rid of -android-gui core option.David 'Digit' Turner2011-02-101-1/+1
* | Write the core hardware configuration file to AVD's content directory.David 'Digit' Turner2011-02-101-11/+5
* | Revert "Build arm and x86 binaries at the same time."Xavier Ducrohet2011-02-091-1/+0
* | Build arm and x86 binaries at the same time.David 'Digit' Turner2011-02-101-0/+1
|/
* Rename emulator_config_xxx to user_config_xxxDavid 'Digit' Turner2011-02-091-1/+1
* Fix emulator core and UI on WindowsVladimir Chtchetkine2011-02-071-0/+4
* Simplify UI-only sources.David 'Digit' Turner2011-02-021-11/+0
* Move framebuffer.h to android/David 'Digit' Turner2011-02-021-1/+1
* Move core-connection.c from to android/protocol/David 'Digit' Turner2011-02-021-1/+1
* Separate init_skinned_ui() into two functions.David 'Digit' Turner2011-02-021-54/+48
* Move common main routines from into android-common.[hc]David 'Digit' Turner2011-02-021-462/+3
* Generate temporary hardware.ini from configuration settings.David 'Digit' Turner2011-02-011-0/+26
* Refactor attach-UI serviceVladimir Chtchetkine2011-01-311-58/+26
* Refactor the framebuffer serviceVladimir Chtchetkine2011-01-311-7/+3
* Refactored user-events protocolVladimir Chtchetkine2011-01-281-4/+2
* Refactored ui-core-control and core-ui-control protocolsVladimir Chtchetkine2011-01-281-4/+8
* Remove spaces in the console service namesVladimir Chtchetkine2011-01-261-4/+4
* Implement UI control service and clientVladimir Chtchetkine2011-01-251-0/+11
* Remove unnecessary calls in UI <-> Core protocols.Vladimir Chtchetkine2011-01-201-0/+7
* Implement user event transmission between the UI and the coreVladimir Chtchetkine2011-01-191-0/+7
* Compute default memory size from screen size.David 'Digit' Turner2011-01-191-1/+29
* Print concatenated QEMU options with -verbose.David 'Digit' Turner2011-01-191-1/+8
* Add support for 32-bit framebuffers.David 'Digit' Turner2011-01-181-2/+7
* Refining main-ui.c to better separate UI and core related initializationVladimir Chtchetkine2011-01-131-21/+19
* Hook up framebuffer changes with UI windowVladimir Chtchetkine2011-01-131-9/+13
* Remove obsolete -audio-in and -audio-out options.David 'Digit' Turner2011-01-021-9/+0
* Resubmit framebuffer service implementationVladimir Chtchetkine2010-12-201-2/+12
* Send unsolicited time response to first signal strength query after loadvmTim Baverstock2010-12-141-1/+1
* Submit mergedVladimir Chtchetkine2010-12-061-5/+119
* Add -no-snapshot-load option to permit reboot.Tim Baverstock2010-12-021-2/+6
* Augment the auto-loadvm behaviour with corresponding auto-savevm-on-exit beha...Tim Baverstock2010-12-011-5/+6
* Separate main.c used to build the emulator from main-ui.c used to build the UIVladimir Chtchetkine2010-11-241-0/+1808