summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-12-17radio on the v2Daniel Stenberg1-0/+5
2003-12-15prevent compiler errors on platforms we can't (currently) flashDaniel Stenberg1-1/+6
2003-12-15Without having a clue about the actual platform, I hereby announce that theDaniel Stenberg1-0/+3
2003-12-15prevent buffer overflowDaniel Stenberg1-19/+28
2003-12-15handle_on() depends on the presence of an ON buttonDaniel Stenberg1-0/+2
2003-12-15Since some code isn't used if no ON button exist, we need to ifdef aroundDaniel Stenberg1-0/+4
2003-12-15kill an "unused variable" compiler warningDaniel Stenberg1-0/+2
2003-12-15kill a compiler warningDaniel Stenberg1-0/+1
2003-12-15xoffset is only when not building for a simulator (for now)Daniel Stenberg1-0/+2
2003-12-15added the lcd-common.c to the build, which fixes the lcd_blit build problemDaniel Stenberg1-6/+10
2003-12-15Ooops! I forgot to remove my debugging changesLinus Nielsen Feltzing1-1/+1
2003-12-15fixed lcd_blit for the (x11) simDaniel Stenberg2-6/+23
2003-12-15Now correctly informs gcc that r0 is clobbered in lcd_write_data(). The video...Linus Nielsen Feltzing2-1/+1
2003-12-15#ifdef platform exclusion fixedJörg Hohensohn1-3/+5
2003-12-15the video player plugin and file the type / plugin API for itJörg Hohensohn5-1/+221
2003-12-15Fix for the LED problem in lcd_write_data(). The r0 register was not preserve...Linus Nielsen Feltzing1-3/+3
2003-12-12LCD flip (upside down) and a high-performance blit functionJörg Hohensohn3-7/+158
2003-12-12Removed mkneofileBjörn Stenberg1-2/+0
2003-12-12restart the byte counter on a new recorded fileDaniel Stenberg1-0/+1
2003-12-12removed the neo-specific scramble-tool and made it an option to scrambleDaniel Stenberg3-146/+61
2003-12-12Make it build without ON button. We should probably allow a different keyDaniel Stenberg1-0/+4
2003-12-12Initial suppport for building Rockbox for Neo. The Neo has a differentDaniel Stenberg10-70/+130
2003-12-12Rockbox on Neo supportDaniel Stenberg1-4/+19
2003-12-12Added the 'mkneofile' tool that is used instead of scramble when making theDaniel Stenberg2-1/+115
2003-12-12New Neo-specific code from the Open Neo project. Unfortunately, the sourcesDaniel Stenberg3-0/+378
2003-12-12All platforms don't have USBDaniel Stenberg2-4/+11
2003-12-12link support for NeoDaniel Stenberg1-0/+79
2003-12-12Additional Neo supportDaniel Stenberg7-2/+82
2003-12-12first attempt at Neo 35 configDaniel Stenberg1-0/+43
2003-12-12adjustments for NeoDaniel Stenberg4-4/+89
2003-12-12Allow building two Neo targets...Daniel Stenberg1-1/+17
2003-12-12fixed a // comment, added a comment how this source file checks for featuresDaniel Stenberg1-2/+6
2003-12-12UpdatesBjörn Stenberg2-34/+44
2003-12-11Fixed incorrect #ifdef for .ucl and .ajz filesHardeep Sidhu1-1/+1
2003-12-11Added Chris Halsall's MMJB20 pageBjörn Stenberg1-0/+1
2003-12-10Added viewer for currently playing playlist. Accessed from Menu->Playlist Op...Hardeep Sidhu12-44/+1111
2003-12-09Added submit instructionsBjörn Stenberg1-19/+3
2003-12-09Added patch listBjörn Stenberg3-3/+32
2003-12-09Don't write playlist shuffle settings immediately to disk. Instead, save the...Hardeep Sidhu4-61/+157
2003-12-09In simulator thread, increment id3 offset along with elapsed time so that res...Hardeep Sidhu1-0/+3
2003-12-09typecast the five functions that still make a simulator produce compilerDaniel Stenberg1-5/+5
2003-12-09easy-to-use function types for typecastingDaniel Stenberg1-0/+7
2003-12-08works with older glibc headers too nowDaniel Stenberg1-3/+6
2003-12-08my take at fixing the simulator warnings by adding mode_t, size_t, ssize_tDaniel Stenberg5-19/+43
2003-12-07table-driven internal handling of file types, so we can have many of themJörg Hohensohn4-109/+97
2003-12-07relaxed version checking, some people had problems with itJörg Hohensohn1-4/+8
2003-12-06Re-added analog clockBjörn Stenberg1-10/+4
2003-12-06CleanupBjörn Stenberg1-25/+1
2003-12-05UhBjörn Stenberg1-1/+1
2003-12-05Various updatesBjörn Stenberg1-56/+33