summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2008-12-08Fix red player buildBjörn Stenberg
2008-12-07fix "warning: comparison between signed and unsigned"Daniel Stenberg
2008-12-07Apply FS#9368 : add generic settings tag to WPS.Antoine Cellerier
2008-12-07Add new cfg_to_string function (this just splits existing code).Antoine Cellerier
2008-12-07Meg F/X can beep and click using a hardware timer so let us try it out. To ma...Michael Sevakis
2008-12-04Sansa AMS: PCM driver (FS#9592)Rafaël Carré
2008-12-04Cleaned up codepage handling, by Yoshihisa Uchida. (FS#9349)Björn Stenberg
2008-12-04Added keymaps for ZVM to plugins. Enabled zvm plugin building in tools/config...Björn Stenberg
2008-12-04playback: sanity check for pcmbuf_init() requirement (enabled in DEBUG)Rafaël Carré
2008-12-04Fix FS#8282 - if next-dir fails resume the old playlistJonathan Gordon
2008-12-04Place cleanup TODO notice in a comment and not in the desc: field.Michael Sevakis
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis
2008-12-03Move #defines and #include into c file as this is the only place they are usedNils Wallménius
2008-12-03Style police, place opening braces for function definitions on new linesNils Wallménius
2008-12-03revert part of r18933 which fixes FS#9600. Jonathan Gordon
2008-12-02Fix FS#9507 - video audio is not played if song is paused. Audio was not bein...Michael Sevakis
2008-12-02Fix FS#9319 and its (probably) duplicate, FS#9576. They both describe the boo...Nicolas Pennequin
2008-12-02Language updates:Jonas Häggqvist
2008-12-02Implement mono predictor in assembler for coldfire, yielding a ~6% speedup fo...Jens Arnold
2008-12-02fix FS#9569 - exiting the time&date screen goes to the wrong screenJonathan Gordon
2008-12-01Static police.Bertrik Sikken
2008-12-01Updated italian translation.Alessio Lenzi
2008-12-01Shuffling around register allocation allows to keep decoded0 and decoded1 in ...Jens Arnold
2008-12-01FS#8814 - remove the "restarting playback" splash because its pointless..Jonathan Gordon
2008-12-01Fix FS#9357 'Cut/Paste does not remove old folder when replacing', fix sugges...Nils Wallménius
2008-12-01fix yellowJonathan Gordon
2008-12-01FS#9173 - move all time/clock related settings in the menus into system > "ti...Jonathan Gordon
2008-11-30Restore compiler optimization level for libmad, was lost in the buildsystem r...Nils Wallménius
2008-11-30Make struct text_message const in apps/onplay.cBertrik Sikken
2008-11-30Remove extraneous semicolons, and fix a comment.Jens Arnold
2008-11-30Remove extraneous semicolons, and fix a comment.Jens Arnold
2008-11-30FS #9589 by Melba Sitjar: updated strings for Tagalog language file.Robert Menes
2008-11-30Fix APE 16-bit mono output: mono signals need to be scaled for rockbox.Jens Arnold
2008-11-29Fix wrong data type.Jens Arnold
2008-11-28Resurrect the ARM7 16-bit packed vector addition/subtraction for ARMv5, givin...Jens Arnold
2008-11-28Recording: Change some encoder code the operation of which was apparantly unc...Michael Sevakis
2008-11-28Fix FS#8998 - statusbar in plugin menus was sometimes a different colour.Jonathan Gordon
2008-11-28Replace the bubbles start screen with a standard menu to fix FS#8950.Jonathan Gordon
2008-11-28Sansa Clip: build plugins (FS#9578)Rafaël Carré
2008-11-27On ARM9TDMI (e.g. Gigabeat F) it's faster to use a ldr/str pair than add+ldmi...Jens Arnold
2008-11-27Sansa Clip: grey lib support (not calibrated yet)Rafaël Carré
2008-11-27Speed up the predictor a little by using ldrd/strd on ARMv5+. This required s...Jens Arnold
2008-11-27Make Select change the scroll direction in Sudoku on Ipods (FS#8428 by Henri ...Dominik Riebeling
2008-11-27Sansa Clip: Make show_logo() put the text in the yellow area of the screenRafaël Carré
2008-11-27Language updates:Jonas Häggqvist
2008-11-26Bug fix: $@ should not be used in rules with multiple targets targets (causes...Björn Stenberg
2008-11-26Add hardware backlight fading on Gigabeat S with fade up and down options in ...Michael Sevakis
2008-11-26Get rid of unused return values, except the one from decode_chunk() which wil...Jens Arnold
2008-11-26FS#9580 by Thomas Martitz, split the two types of backlight fading into two s...Nils Wallménius
2008-11-26Add software backlight fading for E100/H300/X5/D2, by Thomas Martitz and othe...Steve Bavin