summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-06-30imx233/fuze+: ssp, dma, mmc now work properly, partially implement cpu freque...Amaury Pouly11-83/+300
2011-06-30Relax constraints for arm asm to not break when gcc decides to not inline the...Nils Wallménius1-3/+3
2011-06-29Add --lcdwidth and --lcdheight to help output.Jonas Häggqvist1-0/+6
2011-06-29Get M5 building again by moving the downmix buffer out of IRAM for now. Every...Michael Sevakis1-1/+2
2011-06-29Do some adjustments to alleviate IRAM congestion on some targets from r30097....Michael Sevakis4-24/+29
2011-06-29Get android to build. Forgo optimized mixing code for app builds for the mome...Michael Sevakis1-0/+3
2011-06-29Knock out at least some red/yellow from r30097.Michael Sevakis3-1/+6
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis43-428/+1930
2011-06-28FS#12172 - Update for serbian translation by Ivan PesicBertrik Sikken1-7/+20
2011-06-28Remove leftover backslash from macro conversion in FRACTMUL_SHLThomas Jarosch1-1/+1
2011-06-28FS#12171 - Polish translation update by Wojciech LesniakBertrik Sikken1-14/+27
2011-06-28Forgot to update the short log for (unofficial) maemo buildThomas Jarosch1-2/+1
2011-06-28Prepare new, unofficial pandora buildThomas Jarosch1-2/+2
2011-06-28Prepare 3.9 release for maemoThomas Jarosch1-0/+6
2011-06-27We have a 3.9 release, update builds.pmAlex Parker1-5/+5
2011-06-27Update Danish translationJonas Häggqvist1-11/+20
2011-06-26FS#12168 - Update Simp Chinese translation by Li JieRafaël Carré1-11/+24
2011-06-26Reuse a general voice function instead of reinventing the wheel.Nils Wallménius2-16/+2
2011-06-26Fix missing strings in nederlands translationBertrik Sikken1-7/+20
2011-06-26Update US English translationJens Arnold1-0/+2
2011-06-26Update German translationJens Arnold1-7/+18
2011-06-25english.lang: remove trailing spacesRafaël Carré1-15/+15
2011-06-25Rockbox Utility: fix proxy password getting lost (FS#12166).Dominik Riebeling2-5/+16
2011-06-25Fix bootloader uninstallation on Gigabeat F / X.Dominik Riebeling2-10/+13
2011-06-25Fix a source string whitespace error.Dominik Riebeling17-19/+19
2011-06-25Define an LCD_DPI for the mini2440 (this change makes the mini2440 compile ag...Bertrik Sikken1-0/+1
2011-06-24(Heavily) shorten the .lang string shown when generating the databaseJens Arnold2-0/+4
2011-06-24Submit FS#12142 by Sean Bartell with minor chnages by myself. Removes unused ...Andree Buschmann17-1945/+16
2011-06-24SPC Codec: Restore correct FIR buffer alignment when an address mask is used....Michael Sevakis1-4/+6
2011-06-24Submit FS#12164 by Sean Bartell with minor changes by myself. Fixes possible ...Andree Buschmann3-4/+5
2011-06-23Fixed a regression caused in r30021: tagnavi_custom.config parsingMiika Pekkarinen4-4/+10
2011-06-23Fixed broken regexBjörn Stenberg1-1/+1
2011-06-23Make genlang rewrite english.list if it exists but is older than english.langJens Arnold1-3/+3
2011-06-22Fix build problems for win32 cross compilation and cygwin which were introduc...Andree Buschmann1-0/+2
2011-06-22Fix loading dircache stat on h100. Relocating the data was broken due to stru...Thomas Martitz1-5/+8
2011-06-22Added NODEPS define to skip recompilation for zip and apk builds. Usage: make...Björn Stenberg2-0/+8
2011-06-21Workaround/fix (I'm not sure!) for buffer_alloc() returning unaligned address...Frank Gevaerts1-1/+6
2011-06-21Try to handle dircache rebuild event properly. Playlist should nowMiika Pekkarinen2-8/+26
2011-06-20Update US English by Steven Panek.Alex Parker1-1/+1
2011-06-20Fix red in fft plugin.Thomas Martitz1-0/+2
2011-06-20Add US English by Steven Panek.Alex Parker2-0/+12675
2011-06-20Use ALIGN_UP() macro for alignment, in a more correct way also.Thomas Martitz1-1/+1
2011-06-20Dircache: A bit of follow-up code cleanup suggested by Amaury Pouly.Thomas Martitz1-33/+28
2011-06-20Optimize new dircache_copy_path so that the helper (strlcat) doesn't need to ...Thomas Martitz1-3/+4
2011-06-20Dircache: Don't expose struct dircache_entry and pointers into the cache, use...Thomas Martitz8-95/+104
2011-06-20Dircache: Move struct maindata declaration to dircache.c and actually check f...Thomas Martitz2-11/+12
2011-06-20Dircache: Change internal cache layout.Thomas Martitz2-64/+170
2011-06-20Fix dircache_size calculation bug introcuced 3 revisions ago.Thomas Martitz1-1/+1
2011-06-20Dircache: Return the size of the result string in dircache_copy_path() so tha...Thomas Martitz4-8/+11
2011-06-20Dircache: Rework and simplify dircache_copy_path().Thomas Martitz1-28/+28