summaryrefslogtreecommitdiff
path: root/firmware/target/hosted
AgeCommit message (Expand)Author
2011-02-19Android: Rewrite lcd subsystem to use the SurfaceView API.Thomas Martitz
2011-02-19N900: Prevent stuck up/down keys on systems with shared up/down cursor mappingThomas Jarosch
2011-02-18Fix red caused by incorrect includes.Thomas Martitz
2011-02-18Implement cooperative threads on hosted platforms using C code.Thomas Martitz
2011-02-15Fix the shutdown sequence for maemo, SDL and simulator buildsThomas Jarosch
2011-02-08Initial maemo platform supportThomas Jarosch
2011-01-29Add widgets to android port.Antoine Cellerier
2011-01-20Fix FS#11881. Patch by Thomas JaroschThomas Martitz
2010-12-29Return thread ID as a string for name when a thread isn't named or name canno...Michael Sevakis
2010-12-29interrupt_level should've been volatile as well when I changed this file. Obt...Michael Sevakis
2010-12-28UISimulator: Need a 'while' not an 'if' in sim_enter_irq_handler. Add comment...Michael Sevakis
2010-12-27Vastly increase speed of SDL screen updates for RGB565.Thomas Martitz
2010-12-27Return interval in the SDL timer callback as it should happen in periodic tim...Thomas Martitz
2010-12-23RaaA: Improve tagcache search to make the database built.Thomas Martitz
2010-12-13Android: Protect lcd updates with a mutex.Thomas Martitz
2010-12-10Android: Replace the java based tick timer implemented with a not as bloated ...Thomas Martitz
2010-12-08MPIO HD300 simulator. FS#11796 by Michael LeslieMarcin Bukat
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz
2010-12-04Android: Fix yellowThomas Martitz
2010-12-02Android: Make lcd updates synchronous, doesn't make it faster but smoother (n...Thomas Martitz
2010-12-02Change the gcc options for sdl builds to allow for gnu99 features, it needs s...Thomas Martitz
2010-11-12Android: Change how detecting call state (introduced in r27746) works, from p...Thomas Martitz
2010-11-10Touchscreen: Improved scroll thresholdThomas Martitz
2010-11-07remove an unused variable and #includeJonathan Gordon
2010-11-05Make --zoom option of the sdl port correctly work with mouse clicks.Thomas Martitz
2010-11-03Remote android button handling (again). do the press/unpress more like other ...Jonathan Gordon
2010-10-31Add support multimedia keys/buttons to the core, and adapt Rockbox on android...Thomas Martitz
2010-10-31Pass the framebuffer to the service in the constructor rather than later from...Thomas Martitz
2010-10-31Clean up usage of RockboxService. Add a proper way to check if rockbox is act...Jonathan Gordon
2010-10-29Initialize (instantiate) RockboxFramebuffer from the C code like with the oth...Thomas Martitz
2010-10-24Fix android hardware button handling so it actually works.Jonathan Gordon
2010-10-21HDD6330: add the simulator.Szymon Dziok
2010-10-13fix button maps and assign some buttons for uisimulator.Teruaki Kawashima
2010-09-20Redirect (L)DEBUGFs to adb logcat in DEBUG enabled builds.Thomas Martitz
2010-09-09Extend lc_open() to also being able to load overlay plugins.Thomas Martitz
2010-09-06Fix sdl application buildThomas Martitz
2010-09-02Android: don't compile stubs.c and kill off libuisimulator entirely.Thomas Martitz
2010-09-01Android: Fix two warningsThomas Martitz
2010-09-01Android: don't compile powermgmt-sim.cThomas Martitz
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz
2010-08-26Move to a proper sdl key config instead of using the d2 pad. make the mouse w...Jonathan Gordon
2010-08-16Android port: simplify sending touch events from Java->CMaurus Cuelenaere
2010-08-16Android port: add support for hardware keysMaurus Cuelenaere
2010-08-12Move memset6() declaration to string-extra.h, kills a warning compiling for a...Thomas Martitz
2010-08-07Android port: handle incoming calls.Thomas Martitz
2010-08-04A bit of work in the pcm driver. Should be a bit more efficient, but more imp...Thomas Martitz
2010-08-04Add a few forgotten files, Fix potential startup problem. Fix absolute touchs...Thomas Martitz
2010-08-04Implement HAVE_LCD_ENABLE and lcd_update_rect(). When Rockbox runs in the bac...Thomas Martitz
2010-08-03Run Rockbox as a service, which allows for music decoding&playback in the bac...Thomas Martitz
2010-08-03system-android: cast void* to uintptr_t*Rafaël Carré