- a64e84e index file for source tarball by Jörg Hohensohn · 21 years ago
- 4a80a73 now supporting V2 Recorder, firmware_flash has extra checks against files for wrong platform (hope it's not too strict, causing false rejects) by Jörg Hohensohn · 21 years ago
- 6a4e4c8 source code for all my flash stuff, now finally in cvs by Jörg Hohensohn · 21 years ago
- 014c4fa Added flash module by Björn Stenberg · 21 years ago
- bb5c4ff Game and demo menus are no longer by Hardeep Sidhu · 21 years ago
- 5164180 Initial revision by Björn Stenberg · 21 years ago
- dfc6ad3 No more dependency of the cat command by Linus Nielsen Feltzing · 21 years ago
- 6691e61 The FM/V2 Recorder battery capacity default value is now 2200mAh by Linus Nielsen Feltzing · 21 years ago
- 7cd4bcd Added question about the V2 Recorder by Linus Nielsen Feltzing · 21 years ago
- 80e4e07 Use the new defines to know what kind of USB detection to use. by Daniel Stenberg · 21 years ago
- 23e056e new usb-style defines by Daniel Stenberg · 21 years ago
- 50eb373 Use a proper config file for the v2, although it looks like the FM one now. by Daniel Stenberg · 21 years ago
- 40dfe0c added "uski" by Jörg Hohensohn · 21 years ago
- 7eda324 Removed the prompting for demos and games. They're plugins now anyway. by Daniel Stenberg · 21 years ago
- cc9a8e1 Set font before resume. by Björn Stenberg · 21 years ago
- 49f0c5d Changed WPS and synced. by Mats Lidell · 21 years ago
- 7dfe57b not yet for V2 by Jörg Hohensohn · 21 years ago
- 5398984 Bug fix: Idle timeout would stop paused playback when charger was connected by Björn Stenberg · 21 years ago
- 152f07e Updated by Peter Schlenker for the manual by Jörg Hohensohn · 21 years ago
- f11ffc0 s/stricmp/strcasecmp/ by Björn Stenberg · 21 years ago
- 3316a0f Case insensitive compare for BOOTFILE by Björn Stenberg · 21 years ago
- dc3c48d Changed Info screen battery info when unknown battery level by Björn Stenberg · 21 years ago
- d56e225 Removed 'howto' addition by Björn Stenberg · 21 years ago
- b422238 Added the GPL by Björn Stenberg · 21 years ago
- fae9011 Added Sipex SP6650 by Björn Stenberg · 21 years ago
- 560521a player games too! by Daniel Stenberg · 21 years ago
- bfc7d60 22 languages now by Daniel Stenberg · 21 years ago
- 1c8f80a yellow build is bad green build is good by Daniel Stenberg · 21 years ago
- f1659a3 Wrapping backwards in menus didn't work well when using a large font by Linus Nielsen Feltzing · 21 years ago
- ba2c197 Font problems with the alarm setting by Linus Nielsen Feltzing · 21 years ago
- 43a1ac7 Minor cosmetic fix in the credit scroller by Linus Nielsen Feltzing · 21 years ago
- 04005b9 Star had font problems as well by Linus Nielsen Feltzing · 21 years ago
- 5523fb8 Snake had font problems as well by Linus Nielsen Feltzing · 21 years ago
- e8e6c38 Sliding puzzle couldn't handle large fonts very well. Now it uses the SYSFIXED font. by Linus Nielsen Feltzing · 21 years ago
- 199cf18 Flipit couldn't handle large fonts very well. Now it uses the SYSFIXED font. by Linus Nielsen Feltzing · 21 years ago
- f695c11 Red build fix by Linus Nielsen Feltzing · 21 years ago
- ce69548 The calendar couldn't handle a non-default font in some occasions by Linus Nielsen Feltzing · 21 years ago
- aaa99e7 Recording in FM screen, USB mode possible in FM and recording screen by Linus Nielsen Feltzing · 21 years ago
- 577e571 Removed startup_io test code by Björn Stenberg · 21 years ago
- 091c5e3 Fixed header html by Björn Stenberg · 21 years ago
- ba60db8 Disable this plugin on v2 recorders for now by Björn Stenberg · 21 years ago
- f6b6db4 Don't show battery meter until a proper power reading has been done by Björn Stenberg · 21 years ago
- db4bee4 Patch #836554, along with CR/LF->LF conversion by Linus Nielsen Feltzing · 21 years ago
- e4adcee like an FM recorder by Daniel Stenberg · 21 years ago
- e6cf70a uh, recorder v2 by Daniel Stenberg · 21 years ago
- fbd36a8 use v2 scrambling for recorder v2 by Daniel Stenberg · 21 years ago
- d81ee8c For now, load the fm recorder config for v2 recorders too. It seems some of by Daniel Stenberg · 21 years ago
- 86b146d recorder v2 support added by Daniel Stenberg · 21 years ago
- cfee379 updated Czech language file -- patch 839226 by Eric Linenberg · 21 years ago
- 54e96e9 Patch #844001 by Dave Jones, fixes the >6h time split bug by Linus Nielsen Feltzing · 21 years ago
- 210de71 Minor rework of the keyboard code. Also fixes bug #842448. by Linus Nielsen Feltzing · 21 years ago
- 83b5b55 Ooops. The bugfix contained a bug. by Linus Nielsen Feltzing · 21 years ago
- 526fc16 End-of-game bug fixed by Bluechip by Linus Nielsen Feltzing · 21 years ago
- c918405 ask_resume(): Ignore ON with repeat too by Björn Stenberg · 21 years ago
- 1484ece Ok, I admit it, it was silly by Linus Nielsen Feltzing · 21 years ago
- 9e9da94 VU meter no longer starves the mpeg thread, and now uses a correct maximum level for the scaling by Linus Nielsen Feltzing · 21 years ago
- d9d6356 a side effect in usb_enable() (writing back a "1" while reading a pulled-up input) masked a bug in power_init(), it would have turned off the disk with flash start. Became appearing while converting port access to and_b(), which touches only one byte. by Jörg Hohensohn · 21 years ago
- 7ec1c45 set/clear port bits with atomic instructions instead of read-modify-write, saves time+space, allows port usage in ISR by Jörg Hohensohn · 21 years ago
- 7c3e9b1 Synced. by Mats Lidell · 21 years ago
- bef7ab0 The code police strikes back by Linus Nielsen Feltzing · 21 years ago
- 0dd7d48 set/clear port bits with atomic instructions instead of read-modify-write, saves time+space, allows port usage in ISR by Jörg Hohensohn · 21 years ago
- 75bab49 set/clear port bits with atomic instructions instead of read-modify-write, saves time+space, allows port usage in ISR by Jörg Hohensohn · 21 years ago
- 9e95757 Various bug fixes for the radio screen, along with a screen freeze for testing pusposes by Linus Nielsen Feltzing · 21 years ago
- ba9b433 Made the recording filename creation function global by Linus Nielsen Feltzing · 21 years ago
- 6015b1f Forgot to commit the credits by Linus Nielsen Feltzing · 21 years ago
- f13410a Patch #836267 by Zakk Roberts, adds peak meter to the radio screen, plus a few more changes by Linus Nielsen Feltzing · 21 years ago
- de8b0c3 Now clears the buttonbar before drawing by Linus Nielsen Feltzing · 21 years ago
- 0a2e2c8 Renamed the buttonbar functions by Linus Nielsen Feltzing · 21 years ago
- f97756e Patch #835815 by Henrik Backe, prevents stack overflow in .rockbox browser. by Linus Nielsen Feltzing · 21 years ago
- c6f234a WPS files now supports comments by Linus Nielsen Feltzing · 21 years ago
- 1e781ea Generic F-key buttonbar functionality by Linus Nielsen Feltzing · 21 years ago
- 6afd0a7 Now the keyboard entry screen updates the status bar by Linus Nielsen Feltzing · 21 years ago
- c70a750 Patch #780511 by Pierre Delore, a NIM game for Players by Linus Nielsen Feltzing · 21 years ago
- 8737a93 Patch #816310 by Lee Pilgrim, a VU meter plugin by Linus Nielsen Feltzing · 21 years ago
- 54a7e20 Oooops by Linus Nielsen Feltzing · 21 years ago
- c22b411 Patch #798050 by Leslie Donaldson, activates Line In on Player models by Linus Nielsen Feltzing · 21 years ago
- 51d962f Another fix for bug #835158, now handles multiple splits by Linus Nielsen Feltzing · 21 years ago
- 532eb41 Now handles empty recordings without crashing. This fixes bug #835158. by Linus Nielsen Feltzing · 21 years ago
- d9e8bfe Patch #791531 by Barry McIntosh, fake time stamps for file creation/updates on Players by Linus Nielsen Feltzing · 21 years ago
- 03c5cf1 Patch #829546, updated Wallisertitsch language by Linus Nielsen Feltzing · 21 years ago
- 6dcb959 Patch #828749, updated Italian language by Linus Nielsen Feltzing · 21 years ago
- ee25e22 Patch #833400, Updated Icelandic language by Linus Nielsen Feltzing · 21 years ago
- ff81005 Patch #783177 by Craig Sather, fixes the progress bar glitch when fast forwarding by Linus Nielsen Feltzing · 21 years ago
- 4675a24 Patch #782228 by Barry McIntosh, makes the volume meter update when adjusting the volume in the WPS by Linus Nielsen Feltzing · 21 years ago
- e396c77 Killed a warning by Linus Nielsen Feltzing · 21 years ago
- 24a8b6a Frame-accurate file splits when recording. Now the PLAY button closes the current file and opens a new one. by Linus Nielsen Feltzing · 21 years ago
- 1694847 play .ch8 files with the Chip-8 emulator by Jörg Hohensohn · 21 years ago
- 0860a4d from request #628509: ported the Chip-8 emulator as a plugin by Jörg Hohensohn · 21 years ago
- d8b3181 HW info: removed the V2 boot ROM crap, now gives boot ROM CRC or says no boot ROM in case of flash mirror by Jörg Hohensohn · 21 years ago
- bfe9c5b Killed a warning (and a bug I introduced in the last commit) by Linus Nielsen Feltzing · 21 years ago
- 81f4b4f support for the ROM-less: boxes without boot ROM which start from flash mirrored to address zero by Jörg Hohensohn · 21 years ago
- ed11bd3 Updated the scramble/descramble for the V2 recorder by Linus Nielsen Feltzing · 21 years ago
- 266f411 Explicit setup of the bus controller wait states. This is supposed to fix the issue when the flashed recorder hangs when recording. by Linus Nielsen Feltzing · 21 years ago
- c6acb58 spellfix and riddance of old crap that is not valid anymore by Daniel Stenberg · 21 years ago
- c4ac99c Introducing entry 75. How to unsubscribe. by Daniel Stenberg · 21 years ago
- a63cf9b the plugin is now prepared to flash the "V2" variant: boxes without boot ROM which start from flash mirrored to address zero by Jörg Hohensohn · 21 years ago
- f11d07c Correct genre parsing by making code match comment (and specification) :) by Magnus Holmgren · 21 years ago
- b47fa98 Better error reporting by Linus Nielsen Feltzing · 21 years ago
- b47c580 The boolean Code Police strikes back. This will hopefully fix bug #827966. by Linus Nielsen Feltzing · 21 years ago
- eee3720 Genre parsing in id3v2.3 was still wrong. Also, the last frame in the tag could sometimes be ignored. This fixes the strange 1-digit track number bug. by Linus Nielsen Feltzing · 21 years ago