summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2008-11-27Sansa Clip: grey lib support (not calibrated yet)Rafaël Carré1-0/+21
2008-11-27Speed up the predictor a little by using ldrd/strd on ARMv5+. This required s...Jens Arnold1-141/+163
2008-11-27Make Select change the scroll direction in Sudoku on Ipods (FS#8428 by Henri ...Dominik Riebeling2-13/+42
2008-11-27Sansa Clip: Make show_logo() put the text in the yellow area of the screenRafaël Carré1-0/+8
2008-11-27Language updates:Jonas Häggqvist3-14/+956
2008-11-26Bug fix: $@ should not be used in rules with multiple targets targets (causes...Björn Stenberg1-3/+3
2008-11-26Add hardware backlight fading on Gigabeat S with fade up and down options in ...Michael Sevakis5-5/+12
2008-11-26Get rid of unused return values, except the one from decode_chunk() which wil...Jens Arnold7-41/+38
2008-11-26FS#9580 by Thomas Martitz, split the two types of backlight fading into two s...Nils Wallménius29-170/+172
2008-11-26Add software backlight fading for E100/H300/X5/D2, by Thomas Martitz and othe...Steve Bavin5-6/+18
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg33-33/+33
2008-11-25Delete unused var and slight style policeNils Wallménius1-10/+15
2008-11-24Reorder instructions to avoid pipeline stalls on ARMv6 wherever possible (som...Jens Arnold1-84/+80
2008-11-24Added support for configurable rockbox directory. FS#9567 by Alex Bennee.Björn Stenberg2-3/+8
2008-11-24Rearrange the main synth loop a little and move some tests around for a ~5% s...Nils Wallménius2-28/+40
2008-11-24Fixed Sansa clip keymap for CONTEXT_SETTINGS. Use same keymap for CONTEXT_SET...Bertrik Sikken1-16/+5
2008-11-24Branch optimisation in both C (giving hints to gcc - verified using -fprofile...Jens Arnold6-125/+147
2008-11-24Tweak the ARMv6 filter assembly a bit further.Jens Arnold1-27/+22
2008-11-23Fix test_codec precision. The old version effectively rounded the decode time...Jens Arnold1-4/+5
2008-11-23Use volume buttons instead of left/right button to control volume in WPS.Bertrik Sikken1-4/+4
2008-11-23Change the test_sampr plugin around to use a constant pitch + white noise whi...Michael Sevakis1-186/+224
2008-11-22Macros should be ALL CAPS, so rename (un)likely() to (UN)LIKELY()Nils Wallménius3-23/+31
2008-11-22FS#9557 - fix the %mv and %t timeout so its intrepreted correctlyJonathan Gordon3-7/+11
2008-11-21$* doesn't work if the target doesn't use a wildcard. Furthermore the GNU mak...Jens Arnold3-9/+9
2008-11-21That test plugin was forgotten in the make system overhaul.Jens Arnold1-2/+2
2008-11-21Added dummy numbers to avoid #error during dependency generation.Björn Stenberg1-0/+6
2008-11-21Altered mkdepfile to use a single gcc call and post-process the output. This ...Björn Stenberg1-2/+1
2008-11-21Turns out that using likely in the loop condition gives a nice little speedup...Nils Wallménius1-1/+1
2008-11-20Introduce likely() and unlikely() macros, use to give gcc hints about which b...Nils Wallménius4-42/+23
2008-11-20Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg17-0/+17
2008-11-20Restore specific compiler flags for the midi plugin lost in r19146Nils Wallménius1-0/+8
2008-11-20Make sure plugin directory exists before creating link file.Björn Stenberg1-0/+1
2008-11-20codec.link must be created with -DCODECBjörn Stenberg1-1/+1
2008-11-20Correct name of midi pluginNils Wallménius1-2/+2
2008-11-20Don't objcopy simulator plugins.Björn Stenberg3-4/+19
2008-11-20Make sure codec directory exists before creating link file.Björn Stenberg1-0/+1
2008-11-20Midiplay.rock changed name to midi.rock.Björn Stenberg1-1/+1
2008-11-20Bug fix again. Moved cp outside of $(shell) to force make to run it sequentia...Björn Stenberg2-3/+2
2008-11-20Bug fix for previous bug fix. Too much copy/paste.Björn Stenberg1-1/+1
2008-11-20Bug fix for simulator: Plugins and codecs were objcopied isntead of left as ELF.Björn Stenberg2-2/+9
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg204-3368/+1539
2008-11-19Several tweaks and cleanups: * Use .rept instead of repeated macros for repea...Jens Arnold5-148/+171
2008-11-19Compile-time choice between 16 bit and 32 bit integers for the filters. 32 bi...Jens Arnold7-326/+280
2008-11-18Now to make sure Walloon is actually included... :)Robert Menes1-0/+1
2008-11-18Set SVN propertiesDave Chapman1-1/+1
2008-11-18New language: Walloon by Stephane Quertinmont.Robert Menes1-0/+12176
2008-11-17Turn on more compiler optimizations on other targets than the coldfire based ...Nils Wallménius1-4/+0
2008-11-17move the scrobbler and playlist shutdown/restart calls out of tree.c and move...Jonathan Gordon2-4/+3
2008-11-16Centralise compile-time configuration.Jens Arnold10-98/+101
2008-11-16Make it compile again on linux...Jens Arnold1-0/+3