Age | Commit message (Expand) | Author |
2008-11-01 | Oops, use the correct -add option to scramble for the Fuze. | Dave Chapman |
2008-11-01 | Add Sansa Fuze to the build system, including a first (untested) attempt at a... | Dave Chapman |
2008-11-01 | Define HAVE_AS3514 for the other V2 targets (it was already defined for the e... | Dave Chapman |
2008-11-01 | Sansa Clip config : remove/fix wrong defines/comments | Rafaël Carré |
2008-11-01 | OndioFM keymap - trigger screen: prevent pressing 'Right' (to change the valu... | Marianne Arnold |
2008-10-31 | Language updates: | Jonas Häggqvist |
2008-10-31 | Clip: add backlight and buttonlight code | Rafaël Carré |
2008-10-31 | Make lcd_set_enable_hook() conditional on HAVE_LCD_ENABLE and HAVE_LCD_COLOR | Rafaël Carré |
2008-10-31 | cleanup storage defines | Frank Gevaerts |
2008-10-31 | Revert r18947, and add a comment why the backlight functions are wanted on al... | Jens Arnold |
2008-10-31 | Sansa Clip simulator | Rafaël Carré |
2008-10-31 | apps/plugin.c : do not declare backlight_* part of rockbox api | Rafaël Carré |
2008-10-31 | Sansav2 SD : minor modifications | Rafaël Carré |
2008-10-31 | Fix one bad description entry for the languages concerned. | Mustapha Senhaji |
2008-10-31 | Update the french translation. | Mustapha Senhaji |
2008-10-31 | rearrange the order that the quickscreen wiewports are allocated. | Jonathan Gordon |
2008-10-31 | Make mkinfo.pl work for bootloader builds | Dave Chapman |
2008-10-31 | Oops, fix red - only include ascodec-target.h when HAVE_AS3514 is defined | Dave Chapman |
2008-10-31 | Abstract the PortalPlayer AS3514 handling with an "ascodec" API - inspired by... | Dave Chapman |
2008-10-30 | Factor out save / restore sudoku board (FS#9516 by Alexander Levin) | Dominik Riebeling |
2008-10-30 | Use CFLAGS=-U_FORTIFY_SOURCE for binutils and gcc configuration | Rafaël Carré |
2008-10-30 | Sansav2 bootloader: explicitely link everything into IRAM | Rafaël Carré |
2008-10-30 | mkamsboot: supports Fuze firmwares | Rafaël Carré |
2008-10-30 | Add support for the album artist field used by Foobar2000 in ID3v2 tags. | Magnus Holmgren |
2008-10-30 | Data does not belong in .h files. Not even if it makes the .c file prettier. | Björn Stenberg |
2008-10-30 | fix some problems with the menu code: | Jonathan Gordon |
2008-10-30 | Add .oga as a valid file extension for Ogg vorbis files. Even though Xiph re... | Dave Chapman |
2008-10-30 | Update the README, and add a warning. | Jens Arnold |
2008-10-30 | Minimon is loaded to 0x0ffff000 by uart_boot, so it needs to be linked to tha... | Jens Arnold |
2008-10-30 | Correct the MD5 sum for the Clip 1.1.29 firmware. | Dave Chapman |
2008-10-30 | Use the asm optimised UCL decompressor for the flash bootloader as well. Veri... | Jens Arnold |
2008-10-30 | Add MD5 checksumming of the original firmware images - for extra safety, and ... | Dave Chapman |
2008-10-29 | Embryo of a SD driver for Sansav2 | Rafaël Carré |
2008-10-29 | use ARCHOS_ONDIO* defines when checking for ondio | Frank Gevaerts |
2008-10-29 | correct HAVE_MULTIVOLUME vs HAVE_HOTSWAP usage | Frank Gevaerts |
2008-10-29 | Make rockboxdev.sh abort as soon as an error is encountered | Rafaël Carré |
2008-10-29 | Added an explicit bitmap dependency to icons.h to resolve issues with paralle... | Björn Stenberg |
2008-10-29 | Adding non-existing files in SOURCES no longer causes strange sysfont.h error... | Björn Stenberg |
2008-10-29 | 'make voice' no longer builds bitmaps. | Björn Stenberg |
2008-10-29 | Move kernel tick initialization and handling to the target tree for ones rema... | Michael Sevakis |
2008-10-29 | set "CPPFLAGS=-U_FORTIFY_SOURCE" when the gcc configure is invoked to make it | Daniel Stenberg |
2008-10-29 | state->savedboard doesn't exist, so revert that part of r18906 for now. It mi... | Jens Arnold |
2008-10-29 | Save another 4 bytes without sacrificing performance by subroutine rearrangem... | Jens Arnold |
2008-10-29 | AS3525 is ARMv4, not ARMv5. | Jens Arnold |
2008-10-29 | FS#9511 - working lcd update (and lcd_update_rect() ) for the e200v2, working... | Jonathan Gordon |
2008-10-29 | fix lcd mirror and rotation problem on the e200v2. also remove a wierd whites... | Jonathan Gordon |
2008-10-29 | Oops, revert 18911 - this was added a couple of commits ago. | Dave Chapman |
2008-10-29 | e200v2 LCD - it helps to enable the DBOP clock. | Dave Chapman |
2008-10-29 | e200v2: implement the backlight handling (copy/paste from the c200v1/e200v1 c... | Dave Chapman |
2008-10-29 | e200v2 lcd: Add missing DBOP clock initialization | Rafaël Carré |