summaryrefslogtreecommitdiff
path: root/firmware (follow)
Commit message (Expand)AuthorAge
...
* close file when cached font load failsFred Bauer2010-08-27
* limit font_cache preloading to cache capacityFred Bauer2010-08-27
* Fix checkwps.Thomas Martitz2010-08-27
* Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.Thomas Martitz2010-08-27
* 2nd try: Introduce a small api for loading code (codecs,plugins) from disk/me...Thomas Martitz2010-08-27
* Revert "Introduce a small api for loading code (codecs,plugins) from disk/mem...Thomas Martitz2010-08-27
* Introduce a small api for loading code (codecs,plugins) from disk/memory.Thomas Martitz2010-08-26
* Move to a proper sdl key config instead of using the d2 pad. make the mouse w...Jonathan Gordon2010-08-26
* Accept FS#11567 by Fred Bauer - better memory management for the skin fontsJonathan Gordon2010-08-25
* typo in r27876Rafaël Carré2010-08-25
* usb-drv-as3525: only give physical addresses to USB HWRafaël Carré2010-08-25
* sd-as3525*: use AS3525_PHYSICAL_ADDRRafaël Carré2010-08-25
* mips is predefined by gcc, but we want it for paths. Don't let others fall in...Thomas Martitz2010-08-24
* ipod fm remote: some static/const fixes from FS #11266 by meBertrik Sikken2010-08-23
* Implement WHEEL_ACCELERATION for Ipod mini 1G based on code for 1G/2G.Marcin Bukat2010-08-23
* Read glyph cache in disk order to speed up loading - FS#11168 by Fred BauerFrank Gevaerts2010-08-23
* Some Nano2G FTL cosmeticsMichael Sparmann2010-08-21
* iPod 1st Gen: Fix battery ADC not working due to the EABI compiler optimizing...Jens Arnold2010-08-20
* Enable wheel acceleration and repeats for iPod 1st/2nd Gen, using the same se...Jens Arnold2010-08-20
* Sansa AMSv2: don't prevent USB detection to work when rockbox USB stack is usedRafaël Carré2010-08-19
* Sansa AMSv2: enable PLLB and use it to generate a more accurate PCM frequency...Bertrik Sikken2010-08-18
* Fix two rather annoying Nano2G FTL bugs: 1. Fix a null pointer dereference/wr...Michael Sparmann2010-08-17
* AMSv2: don't reboot on USB plugRafaël Carré2010-08-17
* Android port: simplify sending touch events from Java->CMaurus Cuelenaere2010-08-16
* Android port: add support for hardware keysMaurus Cuelenaere2010-08-16
* Move memset6() declaration to string-extra.h, kills a warning compiling for a...Thomas Martitz2010-08-12
* Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz2010-08-12
* emBIOS backports part four: Add a lot of DEBUGF()s to the FTL code, and retur...Michael Sparmann2010-08-12
* emBIOS backports part three: Make the NAND flash driver return more useful er...Michael Sparmann2010-08-12
* emBIOS backports part two: Fix a stupid global variable *instantiation* in a ...Michael Sparmann2010-08-12
* Fix red: Revert the const correctness part, which opened a can of worms.Michael Sparmann2010-08-12
* emBIOS backports part one: Fix an annoying race condition in the Synopsys OTG...Michael Sparmann2010-08-12
* Do not return negative sleeptimer valuesMichael Chicoine2010-08-11
* Mark some local variables with 'static'.Nils Wallménius2010-08-11
* Delete useless #ifndef #endif pair.Nils Wallménius2010-08-11
* HD200 - Use DMA transfers in lcd_update() and lcd_update_rect(). Gives 12-26%...Marcin Bukat2010-08-08
* ipod nano 2g: make functions/variables static where possible, add missing #in...Bertrik Sikken2010-08-08
* Various minor fixes for Samsung YH* targetsBertrik Sikken2010-08-08
* Android port: handle incoming calls.Thomas Martitz2010-08-07
* A bit of work in the pcm driver. Should be a bit more efficient, but more imp...Thomas Martitz2010-08-04
* Add a few forgotten files, Fix potential startup problem. Fix absolute touchs...Thomas Martitz2010-08-04
* Implement HAVE_LCD_ENABLE and lcd_update_rect(). When Rockbox runs in the bac...Thomas Martitz2010-08-04
* Run Rockbox as a service, which allows for music decoding&playback in the bac...Thomas Martitz2010-08-03
* system-arm.c/__div0 are for ARM native builds onlyRafaël Carré2010-08-03
* system-android: cast void* to uintptr_t*Rafaël Carré2010-08-03
* android: declare audiohw_set_volume()Rafaël Carré2010-08-03
* Rockbox as an application: Commit current Android port progress.Thomas Martitz2010-08-02
* Fix a logf bug which would trigger undefined behaviour(and probably crash) wh...Amaury Pouly2010-08-02
* Fix reds.Thomas Martitz2010-08-01
* Rockbox as an application: add get_user_file_path().Thomas Martitz2010-08-01