summaryrefslogtreecommitdiffstats
path: root/firmware/target/hosted
AgeCommit message (Expand)AuthorFilesLines
2010-12-08MPIO HD300 simulator. FS#11796 by Michael LeslieMarcin Bukat1-0/+7
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz2-4/+18
2010-12-04Android: Fix yellowThomas Martitz1-1/+1
2010-12-02Android: Make lcd updates synchronous, doesn't make it faster but smoother (n...Thomas Martitz1-10/+35
2010-12-02Change the gcc options for sdl builds to allow for gnu99 features, it needs s...Thomas Martitz1-2/+2
2010-11-12Android: Change how detecting call state (introduced in r27746) works, from p...Thomas Martitz3-24/+70
2010-11-10Touchscreen: Improved scroll thresholdThomas Martitz2-0/+32
2010-11-07remove an unused variable and #includeJonathan Gordon1-2/+1
2010-11-05Make --zoom option of the sdl port correctly work with mouse clicks.Thomas Martitz1-7/+15
2010-11-03Remote android button handling (again). do the press/unpress more like other ...Jonathan Gordon3-23/+53
2010-10-31Add support multimedia keys/buttons to the core, and adapt Rockbox on android...Thomas Martitz3-4/+37
2010-10-31Pass the framebuffer to the service in the constructor rather than later from...Thomas Martitz1-4/+0
2010-10-31Clean up usage of RockboxService. Add a proper way to check if rockbox is act...Jonathan Gordon1-5/+3
2010-10-29Initialize (instantiate) RockboxFramebuffer from the C code like with the oth...Thomas Martitz1-36/+42
2010-10-24Fix android hardware button handling so it actually works.Jonathan Gordon1-7/+11
2010-10-21HDD6330: add the simulator.Szymon Dziok1-0/+7
2010-10-13fix button maps and assign some buttons for uisimulator.Teruaki Kawashima2-2/+7
2010-09-20Redirect (L)DEBUGFs to adb logcat in DEBUG enabled builds.Thomas Martitz3-6/+54
2010-09-09Extend lc_open() to also being able to load overlay plugins.Thomas Martitz1-1/+1
2010-09-06Fix sdl application buildThomas Martitz1-0/+2
2010-09-02Android: don't compile stubs.c and kill off libuisimulator entirely.Thomas Martitz1-0/+86
2010-09-01Android: Fix two warningsThomas Martitz2-1/+4
2010-09-01Android: don't compile powermgmt-sim.cThomas Martitz1-0/+3
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz3-0/+206
2010-08-26Move to a proper sdl key config instead of using the d2 pad. make the mouse w...Jonathan Gordon4-27/+93
2010-08-16Android port: simplify sending touch events from Java->CMaurus Cuelenaere1-15/+6
2010-08-16Android port: add support for hardware keysMaurus Cuelenaere5-30/+185
2010-08-12Move memset6() declaration to string-extra.h, kills a warning compiling for a...Thomas Martitz1-1/+1
2010-08-07Android port: handle incoming calls.Thomas Martitz1-2/+22
2010-08-04A bit of work in the pcm driver. Should be a bit more efficient, but more imp...Thomas Martitz1-0/+4
2010-08-04Add a few forgotten files, Fix potential startup problem. Fix absolute touchs...Thomas Martitz1-12/+1
2010-08-04Implement HAVE_LCD_ENABLE and lcd_update_rect(). When Rockbox runs in the bac...Thomas Martitz1-12/+48
2010-08-03Run Rockbox as a service, which allows for music decoding&playback in the bac...Thomas Martitz4-15/+11
2010-08-03system-android: cast void* to uintptr_t*Rafaël Carré1-1/+1
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz14-0/+1090
2010-07-15Don't duplicate byteswap code. Invent system where NEED_GENERIC_BYTESWAPS is ...Nils Wallménius1-0/+3
2010-07-10Fix red in app buildsThomas Martitz1-1/+1
2010-07-10SDL: fix typoRafaël Carré1-1/+1
2010-07-10SDL enhancements:Rafaël Carré3-99/+127
2010-07-06Rockbox as an application: Add an 320x240 SDL application target.Thomas Martitz11-2/+346
2010-07-04sim: add spdif_measure_frequency() stub for HAVE_SPDIF_INRafaël Carré1-0/+9
2010-07-04Simulator: build recording codeRafaël Carré1-4/+11
2010-06-17Switch iPod 3G to use EABI toolchain. Make necessary threading changes to avo...Michael Sevakis1-0/+5
2010-06-15SDL target: remove mouse polling and replace it with an event-based mechanism...Maurus Cuelenaere1-35/+31
2010-06-06Fix most reds, I have no idea what's wrong with the gigabeats (yet).Thomas Martitz1-1/+33
2010-06-06Move target-simulating specific keymaps out of button-sdl.c into a file perThomas Martitz1-1659/+11
2010-06-05Mini2440: Fix simulator. It's touchscreen so there's button clashes when tryi...Thomas Martitz1-34/+1
2010-05-27Simulator: get rid of SDL_mutex* parameter to sim_do_exit.Michael Sevakis3-14/+22
2010-05-27SDL Simulator: Get thread shutdown and properly handled and fix a minor memor...Michael Sevakis4-29/+90
2010-05-26UISimulator: cleaner startup using semaphore only to tell when event_thread i...Michael Sevakis1-26/+11