| Commit message (Expand) | Author | Age |
| ... | |
| * | "Fix" FS#11349... %cs got confused because for some reason when the root menu... | Jonathan Gordon | 2010-08-16 |
| * | Fix FS#11524 - a sbs could crash on load | Jonathan Gordon | 2010-08-16 |
| * | Fix FS#11469 - make the fms update as it should | Jonathan Gordon | 2010-08-16 |
| * | Make %pb without any params work as expected | Jonathan Gordon | 2010-08-16 |
| * | fix FS#11542 - %t() not working | Jonathan Gordon | 2010-08-16 |
| * | fix FS#11519 - clock tags wernt updating like they should | Jonathan Gordon | 2010-08-15 |
| * | A bunch of new features for the bar type tags (%pb, %pv, %bl, etc): | Jonathan Gordon | 2010-08-15 |
| * | Allow 'long' labels with single-argument %xd too. The label need to be at lea... | Magnus Holmgren | 2010-08-15 |
| * | *really* fix the last warning | Jonathan Gordon | 2010-08-14 |
| * | last warning and fix manual | Jonathan Gordon | 2010-08-14 |
| * | fix warnings and errors | Jonathan Gordon | 2010-08-14 |
| * | Rework the skin playlist viewer so it uses the same drawing code as everythin... | Jonathan Gordon | 2010-08-14 |
| * | Change %xl/%xd to use proper labels instead of single letter labels. i.e %xl(... | Jonathan Gordon | 2010-08-14 |
| * | Change %xd to allow for a number to be used to specify the subimage. i.e %xd(... | Jonathan Gordon | 2010-08-14 |
| * | Correct the check for the requested vs returned sizes in libasf. | Mohamed Tarek | 2010-08-14 |
| * | Add uppercase M4A file type to the mp4 parser. Technically Apple says to use... | Michael Giacomelli | 2010-08-14 |
| * | Fix backdrops from sbs not being loaded correctly (caused by r27791). | Thomas Martitz | 2010-08-13 |
| * | Update libwmavoice's README. | Mohamed Tarek | 2010-08-13 |
| * | Fix a bug in the asf parser that led to dropping packets in WMA voice. WMA vo... | Mohamed Tarek | 2010-08-13 |
| * | Missed some more debug statements in libasf. | Michael Giacomelli | 2010-08-12 |
| * | Remove old debug line from wma.c. | Michael Giacomelli | 2010-08-12 |
| * | Backdrop dir needs to go through get_user_file_path() | Thomas Martitz | 2010-08-12 |
| * | Oops, committed before finishing the removal of "#include "memory.h"" | Thomas Martitz | 2010-08-12 |
| * | Move memset6() declaration to string-extra.h, kills a warning compiling for a... | Thomas Martitz | 2010-08-12 |
| * | Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and... | Thomas Martitz | 2010-08-12 |
| * | New feature for the %xl (image load) tag. If you give it the filename __list_... | Jonathan Gordon | 2010-08-12 |
| * | When using the tag argument in %%xd(): 1) clear the image first, so that imag... | Magnus Holmgren | 2010-08-12 |
| * | Slightly change bl (battery level) when used in an enum: if the enum containe... | Magnus Holmgren | 2010-08-12 |
| * | libtremor: fix possible memoryleak when playing several ogg vorbis files in s... | Nils Wallménius | 2010-08-12 |
| * | Fix FS#11175. playlist_peek() wasn't thread safe (due to a static filename bu... | Magnus Holmgren | 2010-08-11 |
| * | try again | Jonathan Gordon | 2010-08-10 |
| * | fid red/yellow... does database really need to compile all of misc.c? | Jonathan Gordon | 2010-08-10 |
| * | Fix FS#11526 - %Vf(<hex>) was acceptable on grey remotes with colour main | Jonathan Gordon | 2010-08-10 |
| * | Fix FS#11527 - remote wps/sbs doesnt update correctly | Jonathan Gordon | 2010-08-10 |
| * | Accept FS#11523 by Fred Bauer - fix a bug where the skin fonts dont check the... | Jonathan Gordon | 2010-08-10 |
| * | add a patch to libwmavoice to make it easier to enable/disable building it. | Mohamed Tarek | 2010-08-09 |
| * | Mark constant array as 'const' and use a smaller datatype. | Nils Wallménius | 2010-08-09 |
| * | Remove old kluge that makes little difference with the new arm toolchain. | Nils Wallménius | 2010-08-09 |
| * | fix warrnings in test_core_jpeg.c and test_mem_jpeg.c | Marcin Bukat | 2010-08-08 |
| * | Update portugues-brasileiro translation, FS #11521 by Rodrigo Barretto | Bertrik Sikken | 2010-08-08 |
| * | Correct flawed search&replace. | Thomas Martitz | 2010-08-07 |
| * | Android port: handle incoming calls. | Thomas Martitz | 2010-08-07 |
| * | WMA Voice now plays and seeks in the sim. The code is still in floating point... | Mohamed Tarek | 2010-08-07 |
| * | Remove dsputil.[ch], they are not needed. | Mohamed Tarek | 2010-08-07 |
| * | Add missing files from ffmpeg, write a README.rockbox and a makefile. | Mohamed Tarek | 2010-08-07 |
| * | Mistakenly committed a modification. The files in libwmavoice currently are e... | Mohamed Tarek | 2010-08-07 |
| * | Initial commit for a WMA Voice decoder; Import a minimal set of files for lib... | Mohamed Tarek | 2010-08-07 |
| * | Another minor ARM speedup for libwmapro. Drop lsb of multiplication result in... | Andree Buschmann | 2010-08-05 |
| * | Minor of libwmapro on ARM. Swap operands for fixmul31, is 1% faster. | Andree Buschmann | 2010-08-05 |
| * | Remove the comment about Coldfire asm. The current code (using fixmul16 macro... | Mohamed Tarek | 2010-08-05 |