summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2010-09-02as3525v2:Amaury Pouly
2010-09-02Fix typoThomas 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-01Redo previous commit to not break android builds.Thomas Martitz
2010-09-01Fix databaseThomas Martitz
2010-09-01struct DIR -> DIR, should fix most if not all reds.Thomas Martitz
2010-09-01Android: Enable software tone controlsThomas Martitz
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz
2010-09-01Revert an accidentaly change to debug.h that prevent simulator+debug buildAmaury Pouly
2010-08-31Unify 32mb and 64mb ipod video builds - FS#11580Frank Gevaerts
2010-08-31include lcd.h , forgotten in r27957Rafaël Carré
2010-08-31AMS: update the LCD on system exception to be sure the content is up to dateRafaël Carré
2010-08-30typo in r27953 spotted by kugel: s/long/ssize_t/Rafaël Carré
2010-08-30format: supports %zd (ssize_t) and %zu (ssize_t)Rafaël Carré
2010-08-30Change lc_open_from_mem() return type to void*Thomas Martitz
2010-08-29ipodvideo: detect ram size at boot (doesn't actually get USED yet)Torne Wuff
2010-08-28firmware/ : use lcd_putsf() (only in debug code)Rafaël Carré
2010-08-28jz4740 debug: use lcd_putsf() instead of redefining itRafaël Carré
2010-08-28fix r27921 : lcd_putsxyf() for charcellRafaël Carré
2010-08-28Implement lcd(_remote)_putsxyf() and export to pluginsRafaël Carré
2010-08-28AMSv2: remove a bunch of panicf() in SD driverRafaël Carré
2010-08-28tcc77x targets: various minor cleanupsBertrik Sikken
2010-08-27change get_glyph_size() to font_glyphs_to_bufsize(). fixes a bug when font gl...Fred Bauer
2010-08-27close file when cached font load failsFred Bauer
2010-08-27limit font_cache preloading to cache capacityFred Bauer
2010-08-27Fix checkwps.Thomas Martitz
2010-08-27Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.Thomas Martitz
2010-08-272nd try: Introduce a small api for loading code (codecs,plugins) from disk/me...Thomas Martitz
2010-08-27Revert "Introduce a small api for loading code (codecs,plugins) from disk/mem...Thomas Martitz
2010-08-26Introduce a small api for loading code (codecs,plugins) from disk/memory.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-25Accept FS#11567 by Fred Bauer - better memory management for the skin fontsJonathan Gordon
2010-08-25typo in r27876Rafaël Carré
2010-08-25usb-drv-as3525: only give physical addresses to USB HWRafaël Carré
2010-08-25sd-as3525*: use AS3525_PHYSICAL_ADDRRafaël Carré
2010-08-24mips is predefined by gcc, but we want it for paths. Don't let others fall in...Thomas Martitz
2010-08-23ipod fm remote: some static/const fixes from FS #11266 by meBertrik Sikken
2010-08-23Implement WHEEL_ACCELERATION for Ipod mini 1G based on code for 1G/2G.Marcin Bukat
2010-08-23Read glyph cache in disk order to speed up loading - FS#11168 by Fred BauerFrank Gevaerts
2010-08-21Some Nano2G FTL cosmeticsMichael Sparmann
2010-08-20iPod 1st Gen: Fix battery ADC not working due to the EABI compiler optimizing...Jens Arnold
2010-08-20Enable wheel acceleration and repeats for iPod 1st/2nd Gen, using the same se...Jens Arnold
2010-08-19Sansa AMSv2: don't prevent USB detection to work when rockbox USB stack is usedRafaël Carré
2010-08-18Sansa AMSv2: enable PLLB and use it to generate a more accurate PCM frequency...Bertrik Sikken
2010-08-17Fix two rather annoying Nano2G FTL bugs: 1. Fix a null pointer dereference/wr...Michael Sparmann
2010-08-17AMSv2: don't reboot on USB plugRafaël Carré
2010-08-16Android port: simplify sending touch events from Java->CMaurus Cuelenaere
2010-08-16Android port: add support for hardware keysMaurus Cuelenaere