aboutsummaryrefslogtreecommitdiffstats
path: root/android
Commit message (Expand)AuthorAgeFilesLines
* Get rid of -android-gui core option.David 'Digit' Turner2011-02-106-2/+90
* Write the core hardware configuration file to AVD's content directory.David 'Digit' Turner2011-02-104-39/+64
* Revert "Build arm and x86 binaries at the same time."Xavier Ducrohet2011-02-0911-106/+37
* Build arm and x86 binaries at the same time.David 'Digit' Turner2011-02-1011-37/+106
* Rename emulator_config_xxx to user_config_xxxDavid 'Digit' Turner2011-02-094-10/+10
* Merge "emulator: Fix -no-window flag"David 'Digit' Turner2011-02-091-0/+2
|\
| * emulator: Fix -no-window flagDavid 'Digit' Turner2011-02-091-0/+2
* | Merge "android-configure.sh: Fix --cc=<compiler> option."David 'Digit' Turner2011-02-095-8/+36
|\ \ | |/
| * android-configure.sh: Fix --cc=<compiler> option.David 'Digit' Turner2011-02-095-8/+36
* | Fixing aborts caused by compute_fb_update_rect_linear() when the framebuffersJun Nakajima2011-02-081-0/+1
|/
* Fix emulator core and UI on WindowsVladimir Chtchetkine2011-02-075-10/+16
* x86: Add x86 support. Rebase the change (20906/1) due to a minor conflict.Jun Nakajima2011-02-025-5/+34
* Formatting / Code styling.David 'Digit' Turner2011-02-023-81/+87
* Remove QEMU-ism from UI code.David 'Digit' Turner2011-02-024-26/+28
* Simplify UI-only sources.David 'Digit' Turner2011-02-027-16/+27
* Simplify core framebuffer management.David 'Digit' Turner2011-02-025-205/+82
* Move framebuffer.h to android/David 'Digit' Turner2011-02-0210-8/+520
* Move core-connection.c from to android/protocol/David 'Digit' Turner2011-02-029-7/+7
* Separate init_skinned_ui() into two functions.David 'Digit' Turner2011-02-026-214/+227
* Move common main routines from into android-common.[hc]David 'Digit' Turner2011-02-024-938/+580
* Merge "Create user data image using the initial user data image"David Turner2011-02-011-1/+0
|\
| * Create user data image using the initial user data imageOrjan Percy2011-01-281-1/+0
* | Generate temporary hardware.ini from configuration settings.David 'Digit' Turner2011-02-017-41/+213
* | Refactor attach-UI serviceVladimir Chtchetkine2011-01-3113-128/+375
* | Refactor the framebuffer serviceVladimir Chtchetkine2011-01-319-227/+200
* | Refactored user-events protocolVladimir Chtchetkine2011-01-2810-241/+472
* | Refactored ui-core-control and core-ui-control protocolsVladimir Chtchetkine2011-01-2832-1813/+2020
|/
* Remove spaces in the console service namesVladimir Chtchetkine2011-01-266-15/+15
* Merge "Implement UI control service and client"Vladimir Chtchetkine2011-01-2613-92/+1631
|\
| * Implement UI control service and clientVladimir Chtchetkine2011-01-2513-92/+1631
* | Use setenv when availablerich cannings2011-01-251-1/+2
* | Use putenv when setenv is unavailablerich cannings2011-01-251-2/+7
* | putenv(3) misused. Corrected with setenv(3).rich cannings2011-01-241-3/+3
|/
* Remove unnecessary calls in UI <-> Core protocols.Vladimir Chtchetkine2011-01-207-28/+9
* Force core to send entire framebuffer on UI attachmentVladimir Chtchetkine2011-01-207-27/+102
* Fix framebuffer and user events service disconnection bug.Vladimir Chtchetkine2011-01-203-0/+37
* Implement user event transmission between the UI and the coreVladimir Chtchetkine2011-01-198-6/+342
* Merge "Compute default memory size from screen size."David 'Digit' Turner2011-01-196-4/+81
|\
| * Compute default memory size from screen size.David 'Digit' Turner2011-01-196-4/+81
* | Merge "Print concatenated QEMU options with -verbose."David 'Digit' Turner2011-01-192-2/+16
|\ \ | |/
| * Print concatenated QEMU options with -verbose.David 'Digit' Turner2011-01-192-2/+16
* | Make "qwerty2" the default charmap.David 'Digit' Turner2011-01-194-141/+52
|/
* Sligh speedup for pixel conversion routines with Duff's device.David 'Digit' Turner2011-01-182-28/+102
* Add support for 32-bit framebuffers.David 'Digit' Turner2011-01-187-97/+227
* Merge "Adding proximity sensor simulation"David Turner2011-01-184-1/+46
|\
| * Adding proximity sensor simulationOla Albertsson2010-12-174-1/+46
* | Refining main-ui.c to better separate UI and core related initializationVladimir Chtchetkine2011-01-135-42/+24
* | Hook up framebuffer changes with UI windowVladimir Chtchetkine2011-01-136-23/+61
* | Make the emulator find the skins in their new location.Xavier Ducrohet2011-01-071-1/+1
* | Add -audio-test-out option to the core.David 'Digit' Turner2011-01-022-0/+125