summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-02-17Update Swedish translation.Magnus Holmgren1-0/+28
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12365 a1c6a512-1295-4272-9138-f99709370657
2007-02-17Fix bug (first line was displayed under the status bar)Antoine Cellerier1-2/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12364 a1c6a512-1295-4272-9138-f99709370657
2007-02-17set I2C type properlyDaniel Stenberg3-0/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12363 a1c6a512-1295-4272-9138-f99709370657
2007-02-17#ifdef instead of #ifDaniel Stenberg2-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12362 a1c6a512-1295-4272-9138-f99709370657
2007-02-17include stdbool.h to get the bool type and fix the build errorDaniel Stenberg1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12361 a1c6a512-1295-4272-9138-f99709370657
2007-02-17build with -Wundef to make sure we have spelled the defines right in #if linesDaniel Stenberg8-19/+17
and have the proper includes included etc git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12360 a1c6a512-1295-4272-9138-f99709370657
2007-02-17another attemptDaniel Stenberg1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12359 a1c6a512-1295-4272-9138-f99709370657
2007-02-17repair the conditionDaniel Stenberg1-1/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12358 a1c6a512-1295-4272-9138-f99709370657
2007-02-17avoid using #if on undefined symbols, in preparation for -WundefDaniel Stenberg4-3/+9
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12357 a1c6a512-1295-4272-9138-f99709370657
2007-02-17Correct spelling of CONFIG_CODEC, fixes FS#6668Linus Nielsen Feltzing1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12356 a1c6a512-1295-4272-9138-f99709370657
2007-02-17Accept FS#6662. Thanks to Nick Vanderweit. No need to define PI as Barry Wardell2-9/+10
it is already defined as M_PI in math.h. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12355 a1c6a512-1295-4272-9138-f99709370657
2007-02-17Fix text displayed for backlight_timeout_plugged setting.Barry Wardell1-1/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12354 a1c6a512-1295-4272-9138-f99709370657
2007-02-17Make our Doom plugin see the Doom wad we provide and list "Freedoom" as Paul Louden1-2/+2
its own entry in the supported game list. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12353 a1c6a512-1295-4272-9138-f99709370657
2007-02-17this wasnt meant to be commitedJonathan Gordon1-2/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12352 a1c6a512-1295-4272-9138-f99709370657
2007-02-17Convert the Display menu to the new system. Jonathan Gordon11-1154/+743
http://forums.rockbox.org/index.php?topic=8703.0 for bugs... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12351 a1c6a512-1295-4272-9138-f99709370657
2007-02-17A few more bookmark code tweaks. Also improves how the bookmark selection ↵Magnus Holmgren6-107/+67
screen is displayed on Archos players. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12350 a1c6a512-1295-4272-9138-f99709370657
2007-02-17ARM targets: Making a few functions non-static allows us to get rid of ↵Jens Arnold8-40/+56
-ffunction-sections, significantly decreasing binary size and making things run a bit faster because static functions are no longer long_call. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12349 a1c6a512-1295-4272-9138-f99709370657
2007-02-17fix payer buildJonathan Gordon2-3/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12348 a1c6a512-1295-4272-9138-f99709370657
2007-02-17fix margin problem in "view runtime" and "rockbox info" screensJonathan Gordon2-0/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12347 a1c6a512-1295-4272-9138-f99709370657
2007-02-17Obligatory fix-a-few-warnings commit...Zakk Roberts1-4/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12346 a1c6a512-1295-4272-9138-f99709370657
2007-02-17Chopper update. Fix endgame text not showing up and menu being invisible ↵Zakk Roberts1-26/+20
after first game, both on grayscale targets. Also fix endgame text being too long on Archos by using a splash to draw it. Also: X5's up button now works as 'fly' and Ondio mappings changed (Up/Menu = fly, Off = quit). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12345 a1c6a512-1295-4272-9138-f99709370657
2007-02-17FS#6651 - Improved id3 comment extraction.Miika Pekkarinen2-19/+34
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12344 a1c6a512-1295-4272-9138-f99709370657
2007-02-17FS #6443 from Jonas Häggqvist - add an "install" target.Dave Chapman1-2/+13
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12343 a1c6a512-1295-4272-9138-f99709370657
2007-02-17Move dr_controller_setup() to usb_init_device() and add a call to ↵Dave Chapman1-1/+6
dr_controller_stop() if we detect USB disconnection. This seems to improve reliability when connecting to Mac OS X - Rockbox previously killed its USB stack since the introduction of the new USB detection code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12342 a1c6a512-1295-4272-9138-f99709370657
2007-02-16Fix 3g buildsBarry Wardell1-0/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12341 a1c6a512-1295-4272-9138-f99709370657
2007-02-16No functional changes, just reorganising code:Barry Wardell5-200/+217
1) Move ARC OTG USB (used in PP502x) driver code into it's own file, drivers/arcotg_udc.c. Hopefully in the future we will be able to adapt more of the Linux driver and add it to this file. 2) Rename mx31.h to arcotg_udc.h to reflect the file the code came from. It's also a more accurate name for the USB controller. 3) Get rid of one more inl()/outl() in usb-pp.c and use the relevant #define instead. 4) Add dr_controller_stop(). Not used yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12340 a1c6a512-1295-4272-9138-f99709370657
2007-02-16Add #include for use with rbutilDave Chapman1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12339 a1c6a512-1295-4272-9138-f99709370657
2007-02-16Fixed typo in polish translation, closes FS #6666Nils Wallménius1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12338 a1c6a512-1295-4272-9138-f99709370657
2007-02-16Make a couple of private functions 'static'Nils Wallménius1-4/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12337 a1c6a512-1295-4272-9138-f99709370657
2007-02-16SWCODEC: Remove the last quirks when upsampling.Michael Sevakis2-18/+21
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12336 a1c6a512-1295-4272-9138-f99709370657
2007-02-16Removed some unused menu codeLinus Nielsen Feltzing3-53/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12335 a1c6a512-1295-4272-9138-f99709370657
2007-02-16Minor code policing and cleanupLinus Nielsen Feltzing1-47/+46
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12334 a1c6a512-1295-4272-9138-f99709370657
2007-02-16Fix errors I hope.Michael Sevakis1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12333 a1c6a512-1295-4272-9138-f99709370657
2007-02-16SWCODEC Recording: Improve buffer handling by 1) Lowering watermark for ↵Michael Sevakis1-246/+405
flushing 2) Flushing down to a low watermark instead of a fixed number of chunks 3) Allowing in-process automatic flushes to be interrupted so file splits and stops can be marked in a timely manner (especially important when approaching 2GB limit) 4) Flush small amounts if buffer is filled during a split to protect integrity of streams 5) Boost both pcmrec and codec threads then thread priority boost is needed so that encoder doesn't fail to run and keep up with incoming data git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12332 a1c6a512-1295-4272-9138-f99709370657
2007-02-16Fix a warning.Paul Louden1-1/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12331 a1c6a512-1295-4272-9138-f99709370657
2007-02-16Added a missing word.Paul Louden1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12330 a1c6a512-1295-4272-9138-f99709370657
2007-02-16Argh, previous 'fix' was not in fact the problem. *Now* it's fixed.. I hope.Zakk Roberts1-3/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12329 a1c6a512-1295-4272-9138-f99709370657
2007-02-16Implement the actual-button-name-for-game-over-message addition from my ↵Zakk Roberts1-3/+5
previous commit in a different way to fix builds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12328 a1c6a512-1295-4272-9138-f99709370657
2007-02-16A few chopper changes. Changed colorscheme from blue on backdrop to green on ↵Zakk Roberts1-150/+158
black (on color LCDs), more like original. Removed useless 'help' menu entry for now. Show actual button name in game over screen (i.e. 'select' or 'play') instead of just 'action'. A bit of code cleanup. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12327 a1c6a512-1295-4272-9138-f99709370657
2007-02-16FS #5535 - Chopper game ported from IPL by Ben Basha. This commit is ↵Dave Chapman2-0/+946
chopper_with_menu_api.diff with some changes by me: fixed the bug with the unmatching calls to menu_init() and menu_quit() (causing freezes after game #6); added keymappings for the sansa, gigabeat, Ondio and Archos Recorders; and changes to work with mono LCDs. This should now run on all targets with bitmapped LCDs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12326 a1c6a512-1295-4272-9138-f99709370657
2007-02-16fix menu exiting bug I introduced in the last commitJonathan Gordon1-1/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12325 a1c6a512-1295-4272-9138-f99709370657
2007-02-15Remove the menu title on the player.Jonathan Gordon1-3/+4
Fix the enu callbacks so ACTION_EXIT_MENUITEM is called when exiting a menu git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12324 a1c6a512-1295-4272-9138-f99709370657
2007-02-15Shave a few bytes off the binary size, especially on hwcodec targetsLinus Nielsen Feltzing5-47/+51
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12323 a1c6a512-1295-4272-9138-f99709370657
2007-02-15Optimise/touchup some asm macros in dsp.h, and also remove some now unneeded ↵Thom Johansen2-72/+56
ones. Add config.h to dsp.c so that these macros actually get used, and also do some minor nitpicks to the resampler while I'm at it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12322 a1c6a512-1295-4272-9138-f99709370657
2007-02-15* Add support for an optional y coordinate to the progressbar (from FS #4783).Nicolas Pennequin12-32/+44
* Modify the 'Rockboxed' WPS to make use of this new coordinate. It improves the display of cuesheet/A-B markers a lot and cleans the bitmaps up a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12321 a1c6a512-1295-4272-9138-f99709370657
2007-02-15Size-optimize the bookmarking code a bit (~450 bytes code, 350 bytes BSS on ↵Magnus Holmgren1-188/+122
ColdFire). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12320 a1c6a512-1295-4272-9138-f99709370657
2007-02-15Fix 64 bit warning.Jens Arnold1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12319 a1c6a512-1295-4272-9138-f99709370657
2007-02-15Replaced some explicit options for target linking with to be consistent ↵Jens Arnold10-10/+12
with the sims. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12318 a1c6a512-1295-4272-9138-f99709370657
2007-02-15Fixed the incorrect APE header format define cause parsing to fail.Miika Pekkarinen1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12317 a1c6a512-1295-4272-9138-f99709370657
2007-02-15Fix simulator builds with logf enabled.Magnus Holmgren1-2/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12316 a1c6a512-1295-4272-9138-f99709370657