summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-02-17#if => #ifdefDaniel Stenberg5-8/+8
2007-02-17Keep delay loop from being optimized away.Magnus Holmgren1-1/+1
2007-02-17Kill a few warnings in plugins.Tom Ross4-5/+5
2007-02-17Update Swedish translation.Magnus Holmgren1-0/+28
2007-02-17Fix bug (first line was displayed under the status bar)Antoine Cellerier1-2/+7
2007-02-17set I2C type properlyDaniel Stenberg3-0/+6
2007-02-17#ifdef instead of #ifDaniel Stenberg2-2/+2
2007-02-17include stdbool.h to get the bool type and fix the build errorDaniel Stenberg1-1/+1
2007-02-17build with -Wundef to make sure we have spelled the defines right in #if linesDaniel Stenberg8-19/+17
2007-02-17another attemptDaniel Stenberg1-1/+1
2007-02-17repair the conditionDaniel Stenberg1-1/+2
2007-02-17avoid using #if on undefined symbols, in preparation for -WundefDaniel Stenberg4-3/+9
2007-02-17Correct spelling of CONFIG_CODEC, fixes FS#6668Linus Nielsen Feltzing1-1/+1
2007-02-17Accept FS#6662. Thanks to Nick Vanderweit. No need to define PI as Barry Wardell2-9/+10
2007-02-17Fix text displayed for backlight_timeout_plugged setting.Barry Wardell1-1/+2
2007-02-17Make our Doom plugin see the Doom wad we provide and list "Freedoom" as Paul Louden1-2/+2
2007-02-17this wasnt meant to be commitedJonathan Gordon1-2/+1
2007-02-17Convert the Display menu to the new system. Jonathan Gordon11-1154/+743
2007-02-17A few more bookmark code tweaks. Also improves how the bookmark selection scr...Magnus Holmgren6-107/+67
2007-02-17ARM targets: Making a few functions non-static allows us to get rid of -ffunc...Jens Arnold8-40/+56
2007-02-17fix payer buildJonathan Gordon2-3/+4
2007-02-17fix margin problem in "view runtime" and "rockbox info" screensJonathan Gordon2-0/+6
2007-02-17Obligatory fix-a-few-warnings commit...Zakk Roberts1-4/+3
2007-02-17Chopper update. Fix endgame text not showing up and menu being invisible afte...Zakk Roberts1-26/+20
2007-02-17FS#6651 - Improved id3 comment extraction.Miika Pekkarinen2-19/+34
2007-02-17FS #6443 from Jonas Häggqvist - add an "install" target.Dave Chapman1-2/+13
2007-02-17Move dr_controller_setup() to usb_init_device() and add a call to dr_controll...Dave Chapman1-1/+6
2007-02-16Fix 3g buildsBarry Wardell1-0/+3
2007-02-16No functional changes, just reorganising code:Barry Wardell5-200/+217
2007-02-16Add #include for use with rbutilDave Chapman1-0/+1
2007-02-16Fixed typo in polish translation, closes FS #6666Nils Wallménius1-2/+2
2007-02-16Make a couple of private functions 'static'Nils Wallménius1-4/+4
2007-02-16SWCODEC: Remove the last quirks when upsampling.Michael Sevakis2-18/+21
2007-02-16Removed some unused menu codeLinus Nielsen Feltzing3-53/+4
2007-02-16Minor code policing and cleanupLinus Nielsen Feltzing1-47/+46
2007-02-16Fix errors I hope.Michael Sevakis1-1/+1
2007-02-16SWCODEC Recording: Improve buffer handling by 1) Lowering watermark for flush...Michael Sevakis1-246/+405
2007-02-16Fix a warning.Paul Louden1-1/+0
2007-02-16Added a missing word.Paul Louden1-1/+1
2007-02-16Argh, previous 'fix' was not in fact the problem. *Now* it's fixed.. I hope.Zakk Roberts1-3/+4
2007-02-16Implement the actual-button-name-for-game-over-message addition from my previ...Zakk Roberts1-3/+5
2007-02-16A few chopper changes. Changed colorscheme from blue on backdrop to green on ...Zakk Roberts1-150/+158
2007-02-16FS #5535 - Chopper game ported from IPL by Ben Basha. This commit is chopper...Dave Chapman2-0/+946
2007-02-16fix menu exiting bug I introduced in the last commitJonathan Gordon1-1/+3
2007-02-15Remove the menu title on the player.Jonathan Gordon1-3/+4
2007-02-15Shave a few bytes off the binary size, especially on hwcodec targetsLinus Nielsen Feltzing5-47/+51
2007-02-15Optimise/touchup some asm macros in dsp.h, and also remove some now unneeded ...Thom Johansen2-72/+56
2007-02-15* Add support for an optional y coordinate to the progressbar (from FS #4783).Nicolas Pennequin12-32/+44
2007-02-15Size-optimize the bookmarking code a bit (~450 bytes code, 350 bytes BSS on C...Magnus Holmgren1-188/+122
2007-02-15Fix 64 bit warning.Jens Arnold1-1/+1