summaryrefslogtreecommitdiff
path: root/docs (follow)
Commit message (Collapse)AuthorAge
...
* credit Frank Dischner and Tat Tang for their work on unicode and Toshihiko ↵Marcoen Hirschberg2005-12-06
| | | | | | Itoh for the japanese translation git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8173 a1c6a512-1295-4272-9138-f99709370657
* waiting is over: initial unicode commitMarcoen Hirschberg2005-12-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8169 a1c6a512-1295-4272-9138-f99709370657
* H300 support for Sudoku by Jonathan GordonDave Chapman2005-11-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8090 a1c6a512-1295-4272-9138-f99709370657
* Update for H300 plus minor fixesAdam Boot2005-11-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8086 a1c6a512-1295-4272-9138-f99709370657
* add Mustapha Senhaji (Moos) to the creditsMarcoen Hirschberg2005-11-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8033 a1c6a512-1295-4272-9138-f99709370657
* zezayer WPS by Jake OwenChristi Scarborough2005-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7938 a1c6a512-1295-4272-9138-f99709370657
* Remote WPS support (and some WPS bugfixes) by Stephan WezelChristi Scarborough2005-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7934 a1c6a512-1295-4272-9138-f99709370657
* Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox ↵Dave Chapman2005-11-11
| | | | | | implementation by Mark Arigo. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7814 a1c6a512-1295-4272-9138-f99709370657
* Added Anton to the creditsLinus Nielsen Feltzing2005-11-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7736 a1c6a512-1295-4272-9138-f99709370657
* Spell out that we use ISO 8859-1 at places, but we should rather remainDaniel Stenberg2005-10-28
| | | | | | | ascii only. UTF8 we do not. (as of now) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7671 a1c6a512-1295-4272-9138-f99709370657
* New plugin: Plasma effect, developed by Mat Holton, imtegerised and extended ↵Jens Arnold2005-10-07
| | | | | | by Kevin Ferrare. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7590 a1c6a512-1295-4272-9138-f99709370657
* Workaround for ALAC files that previousy wouldn't play. Libalac now skips ↵Jonas Häggqvist2005-09-24
| | | | | | unknown chunk IDs. Time display and seeking is broken for those files (the ones that played before still work). Patch by Alyssa Milburn. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7552 a1c6a512-1295-4272-9138-f99709370657
* Patch #1285659 by Stephan Wezel, adds the %bp tag to the WPS (external power ↵Linus Nielsen Feltzing2005-09-09
| | | | | | adapter) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7501 a1c6a512-1295-4272-9138-f99709370657
* Added missing credit.Jens Arnold2005-09-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7470 a1c6a512-1295-4272-9138-f99709370657
* Frank convbdf patcherDaniel Stenberg2005-08-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7393 a1c6a512-1295-4272-9138-f99709370657
* The previous commit I did was supposed to fix the wps mode patch onlyMiika Pekkarinen2005-08-21
| | | | | | | | | but it committed the wps align patch "[ 1236643 ] Enable multiple align tags in wps" also which I didn't want to do right now. But it's now done and here is the last portion of that patch. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7374 a1c6a512-1295-4272-9138-f99709370657
* Committed the "[ 1247788 ] Adds wps tags for repeat modes" patch.Miika Pekkarinen2005-08-21
| | | | | | | Please revert back should it cause problems. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7371 a1c6a512-1295-4272-9138-f99709370657
* Patch #783877 by Gadi Cohen updated by Naftali Goldstein - Bidirectional ↵Linus Nielsen Feltzing2005-08-08
| | | | | | text support for Hebrew and Arabic git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7292 a1c6a512-1295-4272-9138-f99709370657
* Forgot to add to CREDITS for the Galego translationJonas Häggqvist2005-07-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7217 a1c6a512-1295-4272-9138-f99709370657
* Patch #1232741 by Frederic Devernay - chip8 plugin now playable, and with ↵Linus Nielsen Feltzing2005-07-06
| | | | | | SCHIP emulation git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7041 a1c6a512-1295-4272-9138-f99709370657
* (1) Patch 1231281: Alignment tags for the WPS by Per Holmaeng. Use %al for ↵Christi Scarborough2005-07-05
| | | | | | left align, %ac for centre, %ar for right. It is currently not possible to use more than one %a? tag per WPS line. (2) Lots of tabs removed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7034 a1c6a512-1295-4272-9138-f99709370657
* Patch #1232549 by Ryan Jackson, adds seeking and comments to Vorbis playbackLinus Nielsen Feltzing2005-07-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7025 a1c6a512-1295-4272-9138-f99709370657
* New fonts + slight fix to rockbox_default by Antonius Hellman (patch #1228206)Christi Scarborough2005-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6957 a1c6a512-1295-4272-9138-f99709370657
* Updated Nederlands (Dutch) translation by Sander SweersJonas Häggqvist2005-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6953 a1c6a512-1295-4272-9138-f99709370657
* Hristo Kovachev's keypad fixes for the H300 buildDaniel Stenberg2005-06-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6912 a1c6a512-1295-4272-9138-f99709370657
* Add make install step - still quite outdated, but at least what's there is ↵Jonas Häggqvist2005-06-26
| | | | | | more correct now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6886 a1c6a512-1295-4272-9138-f99709370657
* Patch 1163135 by Bryan Vandyke: Remove trailing spaces for ID3v2 tagsJonas Häggqvist2005-06-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6885 a1c6a512-1295-4272-9138-f99709370657
* Patch #1218188 by Konstantin Isakov: Don't wrap around scroll in ↵Jonas Häggqvist2005-06-26
| | | | | | file-browser when button is repeated. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6884 a1c6a512-1295-4272-9138-f99709370657
* New feature for units that can be powered or charged from USB (Recorder ↵Jens Arnold2005-06-23
| | | | | | fm/v2, Ondios): USB power mode, based on patch #1110332 by Pieter Bos. This way you can save battery power or even charge the battery (fm/v2) while using your unit near a PC. Hold MODE (Ondio) or F1 (fm/v2) while plugging USB to enter that mode. A tiny USB plug icon will be displayed is the status bar (overridden by the regular power plug icon in case of fm/v2 when the charger is connected). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6836 a1c6a512-1295-4272-9138-f99709370657
* Patch #1223219 by Dave Wiard - Add all supported audio files with Create ↵Linus Nielsen Feltzing2005-06-20
| | | | | | Playlist git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6772 a1c6a512-1295-4272-9138-f99709370657
* ID3 parser bug fix by Ray LambertLinus Nielsen Feltzing2005-06-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6716 a1c6a512-1295-4272-9138-f99709370657
* - add Andy Young's patch to make sound init more quietMarcoen Hirschberg2005-06-14
| | | | | | | - add myself to the credits at the spot of my first commit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6704 a1c6a512-1295-4272-9138-f99709370657
* A little improvement on Vorbis block synthesis.Pedro Vasconcelos2005-06-10
| | | | | | | Added myself to the list of contributors. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6664 a1c6a512-1295-4272-9138-f99709370657
* Snake2 port to iRiver by Alexander SpyridakisLinus Nielsen Feltzing2005-06-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6629 a1c6a512-1295-4272-9138-f99709370657
* Miikka was already added right after my name for writing a conversion script ↵Tomas Salfischberger2005-06-07
| | | | | | | | | for dictionary files. Or do we want to credit him twice for his great work? :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6600 a1c6a512-1295-4272-9138-f99709370657
* First audio codec playback attempt by Miikka PekkarinenLinus Nielsen Feltzing2005-06-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6574 a1c6a512-1295-4272-9138-f99709370657
* Bagder in version 1.81 of plugin.h: "fprintf() is now fdprintf()" so time to ↵Tomas Salfischberger2005-06-01
| | | | | | put it in here too :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6548 a1c6a512-1295-4272-9138-f99709370657
* Enhancement by Martin Arver: The snow flakes are now tiny bitmaps for better ↵Jens Arnold2005-05-21
| | | | | | visibility on slow LCDs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6498 a1c6a512-1295-4272-9138-f99709370657
* Patch #1203309 by David Bryant - WavPack codec fix and performance enhancementLinus Nielsen Feltzing2005-05-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6481 a1c6a512-1295-4272-9138-f99709370657
* Patch #1201675 by Alessio Lenzi, updated italian language.Jens Arnold2005-05-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6473 a1c6a512-1295-4272-9138-f99709370657
* Patch #1152363 by Luca Burelli, proportional font support in the text viewer ↵Linus Nielsen Feltzing2005-05-13
| | | | | | plugin git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6469 a1c6a512-1295-4272-9138-f99709370657
* CorrectionLinus Nielsen Feltzing2005-05-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6451 a1c6a512-1295-4272-9138-f99709370657
* Patch #1195757 by Richard O'Brien, updated icelandic languageLinus Nielsen Feltzing2005-05-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6448 a1c6a512-1295-4272-9138-f99709370657
* Tapio Karppinen's finnish translationDaniel Stenberg2005-05-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6398 a1c6a512-1295-4272-9138-f99709370657
* Miika Pekkarinen wrote the dictionary conversion script/tool.Tomas Salfischberger2005-05-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6396 a1c6a512-1295-4272-9138-f99709370657
* New BMP reader by Tomas SalfischbergerLinus Nielsen Feltzing2005-04-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6340 a1c6a512-1295-4272-9138-f99709370657
* iRiver: added support for hold-button on main unit and remote controlChristian Gmeiner2005-04-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6320 a1c6a512-1295-4272-9138-f99709370657
* Low-level driver for the H100 remote control LCD, by Richard S. La Charite IIILinus Nielsen Feltzing2005-04-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6283 a1c6a512-1295-4272-9138-f99709370657
* Patch #1164207 by Alexandre Bourget, the iriverify plugin, transforms ↵Linus Nielsen Feltzing2005-04-07
| | | | | | Rockbox generated playlists so they are recognized by the iRiver firmware git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6259 a1c6a512-1295-4272-9138-f99709370657
* Added Andy YoungLinus Nielsen Feltzing2005-03-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6211 a1c6a512-1295-4272-9138-f99709370657