summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2008-10-16Accept FS#7482 by Klaas Bosteels - return the full path of a file which ↵Jonathan Gordon
doesnt have valid tags yet (and use the end of the filename for the title) instead of before which was only using the filename git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18820 a1c6a512-1295-4272-9138-f99709370657
2008-10-13Pegbox - new graphics for Archos, c200, small H10, Mini, M3 - also cleaning ↵Marianne Arnold
and small tweaks to the rest of the greyscale and monochrome bitmaps. Aspect ratio correct the pieces for the Archos screen (now uses 9x7 tiles) which made it possible to also add the header with statistics). Necessary changes to pegbox.c: don't assume piece height = piece width, prepare a new 'wide' layout for the c200 with the statics at the side. Additional cleanup - make the code more readable by replacing repeatedly used bmpheight_XYZ with defines, splitting some too long lines. Let the 'Start on level' line in the menu actually appear on the Mini's screen. Also rename the greyscale graphics according convention to '...x2.bmp' and set the mime-type more accurately for all pegbox bitmaps. Finally, add Joel Puik, the creator of the original colour graphics to CREDITS. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18803 a1c6a512-1295-4272-9138-f99709370657
2008-10-13Hopefully fix the D2s 'cut and repeated LCD lines' bug (fix suggested by ↵Rob Purchase
Francesco Rigoni). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18801 a1c6a512-1295-4272-9138-f99709370657
2008-10-12Commit FS#9467 - initial work on port to Sansa Clip by Rafaël Carré and ↵Dave Chapman
François Dinel. A few cosmetic changes were made by me prior to committing: 1) TAB policing in button-clip.c; 2) Add François Dinel to CREDITS; 3) Add François Dinel as (C) holder in button-target.h (it was previously blank); 4) Add Rockbox header to bootloader/sansa_as3525.c with Rafaël Carré as (C) holder; 5) Change target_id to 50 (next available number) in tools/configure and fixed indentation; 6) Change MODEL_NUMBER in config-clip.h to 50 (next available number); 7) Remove unused in/out macros from system-target.h git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18782 a1c6a512-1295-4272-9138-f99709370657
2008-10-09Add Rockbox layout to plugin API documentationMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18754 a1c6a512-1295-4272-9138-f99709370657
2008-10-08Small fixes to the french translation by Eric Lassauge and Rafaël CarréNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18744 a1c6a512-1295-4272-9138-f99709370657
2008-10-08add morse input support to the Olympus m:robe 100, patch by Roy Wallace, FS#9450Marcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18741 a1c6a512-1295-4272-9138-f99709370657
2008-10-06Commit FS#9462: an semi-automatic plugin API documentation generatorMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18722 a1c6a512-1295-4272-9138-f99709370657
2008-10-05Add Denes Balatoni to the creditsFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18718 a1c6a512-1295-4272-9138-f99709370657
2008-10-02Add Rafael Carre (funman) for his work on SansaV2 hacking and contributions ↵Dave Chapman
to mkamsboot and related code git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18681 a1c6a512-1295-4272-9138-f99709370657
2008-09-28Accept FS #9394 by Christian Lees and extend it to all PP targets with a ↵Peter D'Hoye
WM8731: More samplerates for playback and recording. Only tested on H10 but should work on the others too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18662 a1c6a512-1295-4272-9138-f99709370657
2008-09-19Add myself to committers listVitja Makarov
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18549 a1c6a512-1295-4272-9138-f99709370657
2008-09-08Something horrible happened with binsize, so revert FS#8894 completely (for ↵Steve Bavin
now). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18449 a1c6a512-1295-4272-9138-f99709370657
2008-09-08Add timestretching from FS#8894, as written by Stephane Doyon based on work ↵Steve Bavin
by Nicolas Pitre. Shouldn't affect playback unless it's explicitly enabled, but let me know if it does. Currently has a dedicated setting, but maybe inclusion of the code will inspire someone to integrate this with the pitch screen... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18446 a1c6a512-1295-4272-9138-f99709370657
2008-09-07Language updates:Jonas Häggqvist
- Catalan by Víctor Zabalza (FS#9345) - Spanish by Francisco Vila (FS#9366) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18437 a1c6a512-1295-4272-9138-f99709370657
2008-09-06Initial commit of iaudio 7 port by Vitja Makarov (FS#9245). Port is at ↵Dave Chapman
quite an advanced stage, but is troubled by the lack of a reliable NAND driver (similar to the Cowon D2 port) and is not yet suitable for non-developers. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18435 a1c6a512-1295-4272-9138-f99709370657
2008-09-05Welcome Robert Menes as Committer #64!Robert Menes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18426 a1c6a512-1295-4272-9138-f99709370657
2008-09-03C200: Also flip the function of the volume buttons when display flip is ↵Marianne Arnold
enabled. I think it is more consistent, especially when thinking of cases where these buttons are used for something else (e.g. left/right in brickmania). Taken from FS#8393 by Volker Mische - add him to CREDITS too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18404 a1c6a512-1295-4272-9138-f99709370657
2008-08-31Language updates:Jonas Häggqvist
- Polish language update and sorted by Maciej Adamczak (FS#9316) - Small fix for Russian by Alexander Levin (FS#9307) - Updated Romanian translation by Florin Popescu (FS#9339) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18371 a1c6a512-1295-4272-9138-f99709370657
2008-08-29Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. ↵Frank Gevaerts
Closes FS#9327 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18362 a1c6a512-1295-4272-9138-f99709370657
2008-08-27 * Commit dual-boot support for Creative ZVx familyMaurus Cuelenaere
* Add mkzenboot: makes it possible to integrate Rockbox bootloader with Creative firmwares without the need of distributing binaries * Add Tadeusz Pyś to credits, who figured out the minifs file system * Fix bootloader git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18352 a1c6a512-1295-4272-9138-f99709370657
2008-08-24ZenUtils:Maurus Cuelenaere
* Apply FS#9311 by Jelle Geerts: fix compiling on MingW * Make zen::find_firmware_offset() detect the offset better git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18340 a1c6a512-1295-4272-9138-f99709370657
2008-08-21French language update. In bonus, few improvements and fixes by Clément ↵Mustapha Senhaji
Pit-Claudel (taken from FS#9141). Remove an empty line from the english file, while I was here. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18328 a1c6a512-1295-4272-9138-f99709370657
2008-08-19Fix a problem with dict and checkbox where their internal buffer allocaters ↵Jonathan Gordon
wernt actually fixing the amount of freespace after an alloc (Spotted and fixed by Daniel Weck) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18317 a1c6a512-1295-4272-9138-f99709370657
2008-08-17Updated Simplified Chinese translation by Jun Gu (FS#9283).Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18302 a1c6a512-1295-4272-9138-f99709370657
2008-08-16Updated Tagalog translation by Melba Sitjar (FS#9289). Added as Tagalog ↵Jonas Häggqvist
maintainer as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18299 a1c6a512-1295-4272-9138-f99709370657
2008-08-15Rework of the Hebrew translation - sort by English order, and small fixes by ↵Jonas Häggqvist
Tomer Shalev. Add him as Hebrew maintainer, and add myself as general translation maintainer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18293 a1c6a512-1295-4272-9138-f99709370657
2008-08-12Updated Japanese translation by Takumi Suzuki, Shunsuke Shimizu and Tadayuki ↵Jonas Häggqvist
Nishizono (FS#9148). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18257 a1c6a512-1295-4272-9138-f99709370657
2008-08-06Add iAudio M3 port and maintainer.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18205 a1c6a512-1295-4272-9138-f99709370657
2008-08-06* Add myself to some areas in docs/MAINTAINERSMaurus Cuelenaere
* Add lcd_call_enable_hook() call git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18204 a1c6a512-1295-4272-9138-f99709370657
2008-08-06Updated Russian translation by Dennis Ivanov (FS#9244).Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18200 a1c6a512-1295-4272-9138-f99709370657
2008-08-04Add Thomas Schott to CREDITS for fixing FS#9203 (WPS gets corrupted after ↵Bertrik Sikken
changing status bar setting) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18193 a1c6a512-1295-4272-9138-f99709370657
2008-08-01Improved README for sansapatcher, contributed by Ori Avtalion, slightly ↵Dave Chapman
modified by me. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18169 a1c6a512-1295-4272-9138-f99709370657
2008-07-30Add me as a maintainer of keyboxNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18156 a1c6a512-1295-4272-9138-f99709370657
2008-07-30Commit FS#9102 thanks to Martin PahlMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18154 a1c6a512-1295-4272-9138-f99709370657
2008-07-27Language updates:Jonas Häggqvist
- New (incomplete) translation: Arabic by Mohamed Tarek - Updated Russian by Adrian Osoianu - Updated Catala by Victor Zabalza - Updated Tagalog by Melba Sitjar git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18130 a1c6a512-1295-4272-9138-f99709370657
2008-07-27Add the asap team to the credits.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18128 a1c6a512-1295-4272-9138-f99709370657
2008-07-15Accept FS#9191 - lots of code reworking for maze.rock, should also fix FS#9184Jonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18045 a1c6a512-1295-4272-9138-f99709370657
2008-07-11And of course add him to CREDITS :)Maurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18011 a1c6a512-1295-4272-9138-f99709370657
2008-07-09D2: A working implementation of lcd_blit_yuv() by Thibaut Girka.Rob Purchase
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18000 a1c6a512-1295-4272-9138-f99709370657
2008-07-07Fix FS #8361 - Custom stereo width reset by changing treble on e200. Thanks ↵Dan Everton
to Tomer Shalev for the investigation work and the patch. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17976 a1c6a512-1295-4272-9138-f99709370657
2008-06-30polish language update by Maciej AdamczakMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17899 a1c6a512-1295-4272-9138-f99709370657
2008-06-29Accept FS#9111 - only exit te stats plugin if the exit button is pressedJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17866 a1c6a512-1295-4272-9138-f99709370657
2008-06-28FS#9085 - Stopwatch: Retain stopwatch times after exit Robert Kukla
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17858 a1c6a512-1295-4272-9138-f99709370657
2008-06-25Arabic support by Mohamed Tarek, closes FS#9109Marcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17797 a1c6a512-1295-4272-9138-f99709370657
2008-06-20welcome Marc Guay!Daniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17735 a1c6a512-1295-4272-9138-f99709370657
2008-05-25Accept FS #9021 by James Vasile and apply the fix to the other drivers that ↵Peter D'Hoye
have the same issue. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17630 a1c6a512-1295-4272-9138-f99709370657
2008-05-17Add Davide's name to the credits.Paul Louden
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17550 a1c6a512-1295-4272-9138-f99709370657
2008-05-15FS#8995 by Mark Ganson fixing the display of am/pm for the digital clock modeNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17526 a1c6a512-1295-4272-9138-f99709370657
2008-05-13Add Falafel to the creditsMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17491 a1c6a512-1295-4272-9138-f99709370657