summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-03-29woops, revert test codev3.13Jonathan Gordon1-26/+0
2013-03-29simplelist: Fix simplelist_set_line_count() so it actually sets the countJonathan Gordon2-2/+32
2013-03-10Prepare unofficial pandora releaseThomas Jarosch1-2/+2
2013-03-10Prepare new maemo releaseThomas Jarosch4-3/+9
2013-03-05Make the tarball generation tool handle spaces in filenamesFrank Gevaerts1-1/+1
2013-03-05Disable LCD_FLIP and MORSE_INPUT on recorder to make it buildv3.13-finalFrank Gevaerts1-2/+2
2013-03-05Update bulgarian.lang by Zahari YurukovAlex Parker1-1140/+1275
2013-03-05Sort bulgarian.lang into english.lang orderAlex Parker1-4408/+4408
2013-03-05Backport d8a3871 - Update French by Amaury PoulyAlex Parker1-28/+101
2013-03-05update Chinese(Simplified) translationPurlingNayuki1-27/+41
2013-03-05Bump version numbers for 3.13Alex Parker4-8/+8
2013-02-28Revert "skin tags: fix the id3 track/disc numbers in conditionals"Jonathan Gordon1-12/+2
2013-02-26skin engine: Relax the AA load width/height checksJonathan Gordon1-4/+0
2013-02-24FS#12828 : french updateStephane Moutard-Martin1-6/+6
2013-02-23Build libtlsf for all systemsFrank Gevaerts1-2/+0
2013-02-23Make the git viewer use the global libtlsf.aFrank Gevaerts2-3/+2
2013-02-22Manual: The c200v2 also needs to be set to MSC mode for installation.Alex Parker1-1/+1
2013-02-21Fix FS#12824 : Malfunctioning FFT plugin in Sansa Clip ZipMichael Sevakis1-12/+11
2013-02-21skin tags: fix the id3 track/disc numbers in conditionalsJonathan Gordon1-2/+12
2013-02-19Theme Engine: Fix progress bar slider (FS#12823)Alex Mayer1-8/+4
2013-02-18imxtools/sbtools: silence warningAmaury Pouly1-0/+1
2013-02-18imxtools/sbtools: add -jump command, fix helpAmaury Pouly1-0/+8
2013-02-18sbtools/elftosb1: implement key file loadingAmaury Pouly1-0/+8
2013-02-18Manual: add missing plugin keymaps for Sansa Clip (all models)Rafaël Carré33-153/+172
2013-02-18snake2 manual: remove obsolete in menu keymapsRafaël Carré1-42/+0
2013-02-18snake2: clip/m200 use same keypad than e200/c200Rafaël Carré1-10/+2
2013-02-18blackjack: c200 keymap is identical to clip keymapRafaël Carré1-17/+1
2013-02-18Fix advanced EQ menuJonathan Gordon1-1/+3
2013-02-18Clip Zip: promote to stableRafaël Carré1-1/+1
2013-02-18blackjack: adapt to narrow clip zip screenRafaël Carré1-8/+14
2013-02-18Fix FSB#12826 - Mini-sound burp between track skips [with WMA].Michael Sevakis1-18/+22
2013-02-17mkimxtool: increase performance by compiling with O3Amaury Pouly1-1/+1
2013-02-16sbtools: add brute force option for sb1 in sbtoelfAmaury Pouly6-3/+218
2013-02-16sbtools: increase performance by compiling with O3, add zenv keyAmaury Pouly3-1/+2
2013-02-16hm60x: Fix white screen bug.bootloader_hifimanhm60x_v4Andrew Ryabinin1-0/+11
2013-02-16FS#12757 - Romanian translation patchStefan Moisei1-4/+153
2013-02-14[Fuze+][Manual] Fix compilation broken on oscilloscopeJean-Louis Biasini1-1/+2
2013-02-14Revert "[Fuze+][Manual] Fix compilation broken on oscilloscope"Torne Wuff1-1/+1
2013-02-14[Fuze+] redo osciloscope keymaps update that was canceled latelyJean-Louis Biasini1-1/+1
2013-02-14[Fuze+][Manual] Fix compilation broken on oscilloscopeJean-Louis Biasini1-1/+1
2013-02-13list widget: undo part of aaf3065Jonathan Gordon1-2/+0
2013-02-12and fix the last compile errorsJonathan Gordon1-1/+6
2013-02-12fix checkwpsJonathan Gordon1-1/+2
2013-02-12skin_engine: Add a debug screen to display skin ram usageJonathan Gordon7-9/+110
2013-02-12simplelist: Make better use of the static buffer and simplify APIJonathan Gordon3-99/+99
2013-02-12Fix (c) notice which was apparently copy/pasted from a completly unrelated fileJonathan Gordon1-2/+1
2013-02-12bitmap drawing: Support alpha blend if image over the framebuffer contents.Thomas Martitz1-6/+14
2013-02-12bitmap drawing: use temp vars to help gcc opmize loops.Thomas Martitz1-10/+10
2013-02-12bitmap drawing: Use extra bit in mask to avoid nested if() in switch-cases.Thomas Martitz2-85/+83
2013-02-12bitmap drawing: Negate alpha channel to match alpha information format of fon...Thomas Martitz2-10/+11