summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz53-68/+2103
2010-08-02A few post-fixes to the get_user_file_path() commit.Thomas Martitz3-12/+19
2010-08-02Fix FS#10926 - h300 wps wouldnt be updated correctly when the backlight turns...Jonathan Gordon2-5/+27
2010-08-02Allow viewport labels to be mostly free text instead of only one character. I...Jonathan Gordon7-28/+35
2010-08-02make grey targets reject viewport colours if theyare more than one letter (i....Jonathan Gordon1-1/+1
2010-08-02Fix a logf bug which would trigger undefined behaviour(and probably crash) wh...Amaury Pouly1-0/+3
2010-08-01Use higher precision for libwmapro's quant_tab[].Andree Buschmann1-7/+7
2010-08-01themeeditor: fix buildRafaël Carré1-2/+2
2010-08-01doom: fix types mismatch spotted by gcc 4.5.1Rafaël Carré4-19/+7
2010-08-01mpegplayer mad: apply r27655 fixRafaël Carré1-2/+1
2010-08-01Fix last red.Thomas Martitz1-1/+1
2010-08-01Fix reds.Thomas Martitz2-0/+2
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz41-248/+620
2010-08-01mpa: remove bad enum comparison spotted by gcc 4.5.1Rafaël Carré1-2/+1
2010-08-01cmp-plugins-size: continue if a map file is absent/corruptedRafaël Carré1-0/+2
2010-08-01Fix FS#11508 - remote LCD targets crash because the remote wps fails to loadJonathan Gordon1-0/+17
2010-08-01More minor const/static/include fixes.Bertrik Sikken4-4/+7
2010-08-01woopsiesJonathan Gordon1-1/+1
2010-08-01woopsiesJonathan Gordon1-1/+1
2010-08-01FS#11507 - fix 'track starting/ending' tags, and minor timeout cleanupJonathan Gordon2-8/+5
2010-08-01Fix #ifdef in backlight.c from previous commitBertrik Sikken1-2/+2
2010-08-01Various minor cleanupsBertrik Sikken2-6/+5
2010-08-01Various minor cleanups for cowon d2Bertrik Sikken4-2/+15
2010-08-01Various minor cleanups for mini2440Bertrik Sikken7-4/+12
2010-07-31Housekeeping for libwmapro. Define some multiple used constants, use more pre...Andree Buschmann1-20/+25
2010-07-31skinparser lib: even more const correctness, should fix checkwps, againNils Wallménius1-1/+1
2010-07-31skinparser lib: even more const correctness, should fix checkwpsNils Wallménius2-2/+2
2010-07-31skinparser lib: more const correctnessNils Wallménius3-60/+48
2010-07-31configure: print error when user selects invalid advanced options.Nils Wallménius1-5/+4
2010-07-31Various minor clean-ups for mrobeBertrik Sikken4-10/+9
2010-07-31Fix condition for compiling audiohw_set_monitor (should fix red)Bertrik Sikken2-7/+1
2010-07-31Manual: add some missing theme tags, and close FS#11472.Alex Parker1-8/+37
2010-07-31Various minor clean-ups for Zen VisionBertrik Sikken6-12/+14
2010-07-31skinparser lib: some const correctness and marking of local vars as 'static'Nils Wallménius4-8/+8
2010-07-31Add #include to power-ipod.c, make some variables static in storage.cBertrik Sikken2-2/+5
2010-07-31Let format.c #include its own format.h header fileBertrik Sikken1-0/+1
2010-07-31remove an unused variableJonathan Gordon1-2/+0
2010-07-30Make some global function/variables local (by making them static)Bertrik Sikken6-8/+9
2010-07-30Theme Editor: Modified buildtargetdb.php to read targets list from tools/buil...Robert Bieber3-117/+339
2010-07-30Theme Editor: Filled out the tagdb fileRobert Bieber1-1/+155
2010-07-30AMSv1: Don't modify MPMC_DYNAMIC_CONTROLRafaël Carré1-5/+0
2010-07-30libwmapro: fix comment for coldfire fixmul31.Nils Wallménius1-1/+1
2010-07-30Theme Editor: Made auto-complete functional and enabled it by default. Added...Robert Bieber8-27/+174
2010-07-30Theme Editor: Began implementing syntax highlighting. What I've accomplished...Robert Bieber9-10/+282
2010-07-29c200v2: mark as unstableRafaël Carré1-1/+1
2010-07-29rbutil: c200v2Rafaël Carré1-0/+13
2010-07-29mkamsboot: don't boot OF if USB is plugged (AMSv1 only)mkamsboot_1.4Rafaël Carré3-121/+48
2010-07-29Maintenance and minor speedup of libwmapro. Comment unused arrays, fix commen...Andree Buschmann7-12/+17
2010-07-29Fix Database red, move the cuesheet->token code into the skin engineJonathan Gordon4-41/+41
2010-07-29Make codeclib_misc.h include the asm headers to simplify inclusion magic.Nils Wallménius6-15/+3