summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2006-11-22Sansa doesn't use a Wolfson codec. Various other changes to allow Sansa to ↵Daniel Ankers1-0/+1
compile correctly with a normal build. Based on FS#6336 by Pavel Gnelitsa git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11570 a1c6a512-1295-4272-9138-f99709370657
2006-11-15Improved replaygain tags for WPS by Ian Webber fs#6223. Shows the current ↵Martin Scarratt1-0/+1
status of the gain rather than what the setting is set to. %?rg<off|track|album|shuffletrack|shufflealbum|notag>. Also, %rg will give the current gain adjustment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11531 a1c6a512-1295-4272-9138-f99709370657
2006-10-30Colorised demystify. Based on patch #5856 by Travis Hyyppa, adapted to ↵Jens Arnold1-0/+1
properly work with the multi-screen API. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11389 a1c6a512-1295-4272-9138-f99709370657
2006-10-26Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ↵Barry Wardell1-0/+1
nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11351 a1c6a512-1295-4272-9138-f99709370657
2006-10-25ifdef all the tagcache code, allows rombox to be compiled again, Thanks ↵Jonathan Gordon1-0/+1
Austin Appel git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11338 a1c6a512-1295-4272-9138-f99709370657
2006-10-25Only flush PCM buffered voice data when explicitly told to. Patch by ↵Steve Bavin1-0/+1
Stephane Doyen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11331 a1c6a512-1295-4272-9138-f99709370657
2006-10-19Patch #6052 - More responsive skip on ArchosLinus Nielsen Feltzing1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11273 a1c6a512-1295-4272-9138-f99709370657
2006-10-13Fix race condition when playback stopped - see FS#6174. Thanks to Jared StaffordSteve Bavin1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11214 a1c6a512-1295-4272-9138-f99709370657
2006-10-12Add some presets for the equalizer. Includes a Default preset that resets ↵Dan Everton1-0/+1
everything. From FS#6113, thanks to David Quesada. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11209 a1c6a512-1295-4272-9138-f99709370657
2006-10-05Accepted FS#6098 as the first patch from Robert Kukla and implemented using ↵Miika Pekkarinen1-0/+1
two switches. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11124 a1c6a512-1295-4272-9138-f99709370657
2006-09-25Accepted FS#6023 - ADX codec (some kind of ADPCM).Rani Hod1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11046 a1c6a512-1295-4272-9138-f99709370657
2006-09-04Fix display bugs with H10 LCDs (both 20GB and 5/6GB models). The 20GB LCD is ↵Barry Wardell1-1/+2
actually a 128x160 LCD rotated 90 degrees, so we need to take account of this. The 5/6GB LCD is not rotated by 90 degrees but was treated as if it was (FS #5925, patch thanks to Thilo-Alexander Ginkel) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10886 a1c6a512-1295-4272-9138-f99709370657
2006-08-30Applied patch #5879 by Andrew Cupper: Fix backward seeking bug.Magnus Holmgren1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10807 a1c6a512-1295-4272-9138-f99709370657
2006-08-30Correct credits for the calculator pluginLinus Nielsen Feltzing1-1/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10804 a1c6a512-1295-4272-9138-f99709370657
2006-08-27Add Andrew Melville to the creditsMartin Arver1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10773 a1c6a512-1295-4272-9138-f99709370657
2006-08-27Spanish translation update by Victor CardenasMarcoen Hirschberg1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10766 a1c6a512-1295-4272-9138-f99709370657
2006-08-23oopsMarcoen Hirschberg1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10709 a1c6a512-1295-4272-9138-f99709370657
2006-08-23add the people who made the Gigabeat port possibleMarcoen Hirschberg1-0/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10708 a1c6a512-1295-4272-9138-f99709370657
2006-08-23Add voice strings for "Edit Preset" and "Remove Preset" in radio screen. ↵Jonas Häggqvist1-0/+1
FS#5363 by James Teh git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10707 a1c6a512-1295-4272-9138-f99709370657
2006-08-22Move X5 ADC code to target tree. Fix power button detection on H10. New ADCBarry Wardell1-0/+1
driver for H10. Thanks to Laurent Baum for all his help with this code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10701 a1c6a512-1295-4272-9138-f99709370657
2006-08-17Optimisations to lcd_yuv_blit by Tom Meyer - speeds up mpegplayer by about ↵Dave Chapman1-0/+1
10-15% git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10627 a1c6a512-1295-4272-9138-f99709370657
2006-08-14Add support for the iPod Video hardware equalizer. You can access it from ↵Dan Everton1-0/+1
Sound Settings -> Equalizer -> Hardware Equalizer. Note that the peak filters are reported not to work. Based on FS#5791 from Snyper. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10568 a1c6a512-1295-4272-9138-f99709370657
2006-08-13FS#5805 NOT operator for tagnavi.config by Jochen Kemnade.Miika Pekkarinen1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10558 a1c6a512-1295-4272-9138-f99709370657
2006-08-12Committing FS#5182 - One button hold for Horizontal screen scrolling.Shachar Liberman1-1/+1
=>hold RIGHT or LEFT button on a GUI based list to scroll horizontally. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10545 a1c6a512-1295-4272-9138-f99709370657
2006-08-11Correct the URL of the patch trackerDave Chapman1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10520 a1c6a512-1295-4272-9138-f99709370657
2006-08-10...nither sleep(0.2). thanks FS#5509 for letting me believe it isShachar Liberman1-0/+1
legit, and Philippe Miossec for his work. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10516 a1c6a512-1295-4272-9138-f99709370657
2006-08-07Add the guy with for the H300 pong button table. Credits are free ofShachar Liberman1-0/+1
charge! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10474 a1c6a512-1295-4272-9138-f99709370657
2006-08-02Barry did the H10 work that some of my Sansa work included/was based on.Daniel Stenberg1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10403 a1c6a512-1295-4272-9138-f99709370657
2006-07-31Applied FS# 5736 by Alexander Levin.Rani Hod1-0/+1
Fixed fat buffer overflow with LFNs longer than 255 bytes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10389 a1c6a512-1295-4272-9138-f99709370657
2006-07-31Prevent simulator SDL audio skipping under OS X (FS#5748 by EmanuelMiika Pekkarinen1-0/+1
Zephir). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10384 a1c6a512-1295-4272-9138-f99709370657
2006-07-30accept patch FS#4761 - putting the player on hold will now pause games. this ↵Shachar Liberman1-0/+1
should be fitted to pong and rockblox as well. credit Lukas Sabota for the initial work, and, my very own first commit! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10365 a1c6a512-1295-4272-9138-f99709370657
2006-07-25Patch FS#5712 by Michael Sevakis - X5 Backlight brightness improvement/fixLinus Nielsen Feltzing1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10322 a1c6a512-1295-4272-9138-f99709370657
2006-07-20Add support for parsing binary data ID3 tags. Add support for parsing RVA2 ↵Dan Everton1-0/+1
ID3 tags for replaygain values instead of TXXX tags when playing files tagged with ID3v2.4. Patch by psyche78 (task #2937) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10259 a1c6a512-1295-4272-9138-f99709370657
2006-07-18Patch #5157 by Rainer Sinsch - SID codecDave Chapman1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10237 a1c6a512-1295-4272-9138-f99709370657
2006-07-18Add Paul Louden (aka Llorean aka Paul_The_Nerd) for keeping the forums ↵Dave Chapman1-0/+1
running, testing, debugging and the 1001 other things he does for Rockbox git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10230 a1c6a512-1295-4272-9138-f99709370657
2006-07-18Add Daniel Ankers for his contribution to fixing audio playback on the 3rd ↵Dave Chapman1-0/+1
Gen ipods. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10228 a1c6a512-1295-4272-9138-f99709370657
2006-07-13Patch #5630 by Andreas Mattsson - Minimize WPS subline swap time shiftLinus Nielsen Feltzing1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10211 a1c6a512-1295-4272-9138-f99709370657
2006-07-13Patch #5639 by Ulrich Pegelow, inits the M5636 USBOTG chip on the X5 to ↵Linus Nielsen Feltzing1-0/+1
reduce the battery consumption. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10208 a1c6a512-1295-4272-9138-f99709370657
2006-07-11add Catalan translation by Victor ZabalzaMarcoen Hirschberg1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10198 a1c6a512-1295-4272-9138-f99709370657
2006-07-03Karl Ove Hufthammer's nynorsk translationDaniel Stenberg1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10179 a1c6a512-1295-4272-9138-f99709370657
2006-07-01Also fade out when stopping playback from within the browser (when ↵Peter D'Hoye1-0/+1
configured to fade). Patch by Alistair Marshall for bug 5578 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10173 a1c6a512-1295-4272-9138-f99709370657
2006-06-14Added iCatcher and UniCatcher themes by Ioannis Koutoulakis. Also updated ↵Hardeep Sidhu1-0/+1
wpsbuild to support different fonts for same theme depending on target screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10120 a1c6a512-1295-4272-9138-f99709370657
2006-06-05Esperanto translation, by Marc-André Moreau.Zakk Roberts1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10057 a1c6a512-1295-4272-9138-f99709370657
2006-05-29Some small Swedish language changes, by Frédéric François.Zakk Roberts1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10011 a1c6a512-1295-4272-9138-f99709370657
2006-05-22Patch attached to bug report #5077 by Ewan Davies which fixes argh/food ↵Zakk Roberts1-0/+2
generation on larger LCDs. His patch also brings up-to-date and includes Tom Evans' patch #1510 to start Wormlet with a menu for adjusting almost everything about the game (argh size, number, food size, number, growth rate, worm speed...). Some changes by me. Probably not bugfree, but Works For Me (tm). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9972 a1c6a512-1295-4272-9138-f99709370657
2006-05-15add Traditional Chinese translation by Wenbin LeoMarcoen Hirschberg1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9936 a1c6a512-1295-4272-9138-f99709370657
2006-05-15update Norwegian translation by Frederik VestreMarcoen Hirschberg1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9930 a1c6a512-1295-4272-9138-f99709370657
2006-05-12Added Gaetano Vocca to credits.Miika Pekkarinen1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9920 a1c6a512-1295-4272-9138-f99709370657
2006-04-15Chessbox: New pieces for ipod mini, and simplified, easier recognisable ↵Jens Arnold1-0/+1
pieces for the tiny archos LCD, by Marianne Arnold. * Mapped restart button for Ondios & recorders. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9675 a1c6a512-1295-4272-9138-f99709370657
2006-04-12Patch 5107 from Steve Bavin, enable locking on sdl sim, now mutexes actually ↵Brandon Low1-0/+1
MUT EX on the SDL sim git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9638 a1c6a512-1295-4272-9138-f99709370657