summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2006-09-04Fix display bugs with H10 LCDs (both 20GB and 5/6GB models). The 20GB LCD is ↵Barry Wardell
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 Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10807 a1c6a512-1295-4272-9138-f99709370657
2006-08-30Correct credits for the calculator pluginLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10804 a1c6a512-1295-4272-9138-f99709370657
2006-08-27Add Andrew Melville to the creditsMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10773 a1c6a512-1295-4272-9138-f99709370657
2006-08-27Spanish translation update by Victor CardenasMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10766 a1c6a512-1295-4272-9138-f99709370657
2006-08-23oopsMarcoen Hirschberg
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 Hirschberg
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äggqvist
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 Wardell
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 Chapman
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 Everton
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 Pekkarinen
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 Liberman
=>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 Chapman
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 Liberman
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 Liberman
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 Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10403 a1c6a512-1295-4272-9138-f99709370657
2006-07-31Applied FS# 5736 by Alexander Levin.Rani Hod
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 Pekkarinen
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 Liberman
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 Feltzing
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 Everton
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 Chapman
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 Chapman
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 Chapman
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 Feltzing
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 Feltzing
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 Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10198 a1c6a512-1295-4272-9138-f99709370657
2006-07-03Karl Ove Hufthammer's nynorsk translationDaniel Stenberg
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'Hoye
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 Sidhu
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 Roberts
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 Roberts
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 Roberts
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 Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9936 a1c6a512-1295-4272-9138-f99709370657
2006-05-15update Norwegian translation by Frederik VestreMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9930 a1c6a512-1295-4272-9138-f99709370657
2006-05-12Added Gaetano Vocca to credits.Miika Pekkarinen
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 Arnold
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 Low
MUT EX on the SDL sim git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9638 a1c6a512-1295-4272-9138-f99709370657
2006-04-11Credit Jean-Luc for the crossfeed algorithm.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9619 a1c6a512-1295-4272-9138-f99709370657
2006-04-11Brickmania and Tetrox for iPod mini by Anton Romanov (FS #5094 & #5067)Ben Basha
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9618 a1c6a512-1295-4272-9138-f99709370657
2006-04-09Patch FS#4952 by Tom Ross, with changes by me: Snake 2 now uses external ↵Zakk Roberts
bitmaps for build, and is fully adapted to larger LCDs. Also some keymapping changes and usability adjustments. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9572 a1c6a512-1295-4272-9138-f99709370657
2006-04-05Patches from bug #5001 by Rani Hod, should make settings more resiliant to ↵Brandon Low
having 'off-step' values in a general way, but specifically fixes that bug report, and also round the current sleep timer value up when entering settings for sleep timer git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9527 a1c6a512-1295-4272-9138-f99709370657
2006-04-04Patch #5011 by Peter K. Cawley: added playback_control menu in text viewer ↵Hristo Kovachev
plugin git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9488 a1c6a512-1295-4272-9138-f99709370657
2006-04-01German language update by Alexander Bondar (patch #4942)Peter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9406 a1c6a512-1295-4272-9138-f99709370657
2006-03-29Adds Mark Bright and Dominik Riebeling to the credits. Change the look of ↵Martin Arver
the manual by using the KOMA-script package git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9349 a1c6a512-1295-4272-9138-f99709370657
2006-03-27Patch 4819 from Robert Keevil to shutdown the codec and clear the LCD on ↵Brandon Low
ipod shutdown git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9286 a1c6a512-1295-4272-9138-f99709370657
2006-03-25Patch #4913 by David Rothenberger with some changes by me: add only ↵Hristo Kovachev
backlight on first keypress to the lcd remotes, too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9253 a1c6a512-1295-4272-9138-f99709370657
2006-03-23Patch #4898 by Michael DiFebbo. Updates to Configure Rockbox chapter of the ↵Martin Arver
manual. Adds description of the EQ amongst other changes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9213 a1c6a512-1295-4272-9138-f99709370657
2006-03-22Add Ralf Herz to credits for line out patch.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9182 a1c6a512-1295-4272-9138-f99709370657