summaryrefslogtreecommitdiffstats
path: root/apps/plugins
AgeCommit message (Expand)AuthorFilesLines
2004-04-30LCD contrast setting on F2/F3Jörg Hohensohn1-0/+42
2004-04-30didn't I say no more hardware banging?Jörg Hohensohn1-2/+5
2004-04-30uses the new timer registration of the plugin API, no hardware banging any moreJörg Hohensohn1-34/+3
2004-04-30uses the new timer registration of the plugin API, no hardware banging any moreJörg Hohensohn1-38/+8
2004-04-22Some changes to make the stop watch work better on the player, like scrolling...Linus Nielsen Feltzing1-10/+25
2004-04-21Now uses grayscalescvs diff -u apps/plugins/mandelbrot.c! Plus some internal ...Linus Nielsen Feltzing1-96/+705
2004-04-20Overflow error fixJens Arnold1-12/+12
2004-04-16Made the stopwatch compile for the PlayerLinus Nielsen Feltzing1-0/+2
2004-04-16Mike Holden's stopwatch pluginDaniel Stenberg1-0/+197
2004-04-14a Mandelbrot set plugin from MatthiasJörg Hohensohn1-0/+195
2004-03-19patch #908634 appliedJörg Hohensohn1-43/+348
2004-03-19minor bugfixJörg Hohensohn1-3/+3
2004-03-17Patch #917313, changes in muting and timing handlingLinus Nielsen Feltzing1-30/+33
2004-03-13The .ucl flasher now tells if the bootloader is not up to date. I hope that e...Jörg Hohensohn1-0/+103
2004-03-12Ninja-cool metronome plugin by Matthias Wientapper, for both Player and RecorderLinus Nielsen Feltzing1-0/+280
2004-03-08loops have not been OK, were showing one frame more than availableJörg Hohensohn1-6/+9
2004-03-08my underrun checks have not been precisely correctJörg Hohensohn1-2/+2
2004-03-05for upcoming release: no diagnostic screen unless underruns happenedJörg Hohensohn1-21/+26
2004-03-01Log scale for the VU meter, patch #897248 by Lee PilgrimLinus Nielsen Feltzing1-173/+163
2004-02-21same treatment like for video plugin: mp3_play_init() removedJörg Hohensohn1-2/+0
2004-02-21mp3_play_init() removed, this was resetting the sound settings. Playback is t...Jörg Hohensohn1-3/+4
2004-02-07option to resume to the position it was stopped last timeJörg Hohensohn1-53/+59
2004-02-06spinup the disk more early, and a recovery for underruns: seek to the last po...Jörg Hohensohn1-8/+37
2004-02-05The new video player, with audio!Jörg Hohensohn1-271/+742
2004-01-31not for simulator unless lcd_blit() is implemented and mp3_xx() are stubbedJörg Hohensohn1-0/+2
2004-01-30first game with sound: chip8 makes noiseJörg Hohensohn1-4/+51
2004-01-27I knew this was going too fast with the new LCD function. Now contains a fix ...Jörg Hohensohn1-8/+27
2004-01-18prepared to flash uncompressed ucl such that suitable Rockbox builds directly...Jörg Hohensohn1-19/+33
2004-01-15nicer reverse play, FF/FR with acceleration and position barJörg Hohensohn1-87/+126
2004-01-08Itai Shaked/pascal paillet (?) brought this mosaique plugin displayingDaniel Stenberg1-0/+106
2004-01-08Lee Pilgrim's patch to enable the chip8 plugin for the simulatorDaniel Stenberg1-222/+232
2004-01-08adjust to the new splash()Daniel Stenberg1-1/+1
2004-01-08The splash() function's second argument (keymask) is now removed, as itDaniel Stenberg8-39/+45
2004-01-05tolerate firmware v1.32 for a V2 RecorderJörg Hohensohn1-0/+4
2004-01-02checks relaxed again, to tolerate firmware 1.15-1.29 for recordersJörg Hohensohn1-10/+7
2003-12-28Fixed yellow and red buildsLinus Nielsen Feltzing1-3/+3
2003-12-28Patch #866595, a rock that displays a clock, both digital and analog, by Zakk...Linus Nielsen Feltzing1-0/+748
2003-12-23I found several plugins to draw beyond screen boundaryJörg Hohensohn4-5/+123
2003-12-22better USB handling, typo fixedJörg Hohensohn1-2/+6
2003-12-22emulator is a lot faster with my lcd_blit() function and yield() instead of s...Jörg Hohensohn1-14/+6
2003-12-18the vidoe player has some control now: backward, pause, step, FF/FRJörg Hohensohn1-29/+181
2003-12-15prevent compiler errors on platforms we can't (currently) flashDaniel Stenberg1-1/+6
2003-12-15Now correctly informs gcc that r0 is clobbered in lcd_write_data(). The video...Linus Nielsen Feltzing1-1/+0
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 Hohensohn1-0/+198
2003-12-12fixed a // comment, added a comment how this source file checks for featuresDaniel Stenberg1-2/+6
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-11-30now supporting V2 Recorder, firmware_flash has extra checks against files for...Jörg Hohensohn2-11/+80
2003-11-28No more dependency of the cat commandLinus Nielsen Feltzing1-1/+1