summaryrefslogtreecommitdiffstats
path: root/apps/plugins
AgeCommit message (Expand)AuthorFilesLines
2005-08-23No need to build the example plugin "helloworld". Not building it alsoDaniel Stenberg1-1/+0
2005-08-23size check adjusted, naked bootbox is smallJörg Hohensohn1-1/+1
2005-08-23allow the flash plugin to verify the RomBox link addressJörg Hohensohn1-2/+31
2005-08-20Plugin that counds files and folders on harddisk. Works on all models.Jonas Häggqvist2-0/+137
2005-08-13argh, unused variable removedDaniel Stenberg1-1/+1
2005-08-13reverted the fixed 4 bytes write, made the read code more reliable, useDaniel Stenberg1-6/+9
2005-08-13Patch by XavierGrTomas Salfischberger1-1/+2
2005-08-07Uncomment one line, which makes bad 80s music sound a bit better.Stepan Moskovchenko1-1/+1
2005-08-07Add this back in, for now. Will turn into real codec later, when plugins supp...Stepan Moskovchenko1-0/+238
2005-08-07Fix error/warning, change pitch bend to 9 bitsStepan Moskovchenko3-12/+17
2005-08-01Assembler optimised 64 bit multiplication for coldfire: ~15% speedup. Proper ...Jens Arnold1-2/+46
2005-08-01Another small opt for the SH1 64 bit multiplication.Jens Arnold1-6/+6
2005-08-01Further optimised asm 64 bit multiplication for SH1, speedup around 20%.Jens Arnold1-49/+41
2005-07-30Ooops, the adapted maximum iteration count was off by 60...Jens Arnold1-1/+1
2005-07-30Heavily improved mandelbrot plugin: (1) Calculation now uses 64bit fixed poin...Jens Arnold1-77/+252
2005-07-28Mandelbrot plugin fixes: (1) Aspect handling was broken, it has to keep the x...Jens Arnold1-37/+37
2005-07-28Grayscale lib: Moved the shift count doubling for unbuffered up/down scrollin...Jens Arnold1-4/+2
2005-07-28Adjusted grayscale demo plugin to H1x0: (1) Button assignment. (2) Variable s...Jens Arnold1-19/+44
2005-07-27Adjusted JPEG viewer to H1x0: (1) Button assignments. (2) Workaround for the ...Jens Arnold1-24/+25
2005-07-27Adjusted mandelbrot plugin to H1x0: (1) Working button assignment. (2) Differ...Jens Arnold1-17/+14
2005-07-27Grayscale library: (1) Ported to iriver H1x0. Experiments have shown that the...Jens Arnold6-218/+620
2005-07-26Moved implementation of user timer to the firmware layer, implemented it for ...Jens Arnold5-18/+18
2005-07-25Complete rework of the grayscale library: (1) Implemented the new rockbox gra...Jens Arnold37-3330/+2147
2005-07-19Sokoban: Use greyscale for walls, proper scaling of the player graphic, show ...Jens Arnold1-11/+42
2005-07-19Ooops.Jens Arnold1-2/+2
2005-07-19Use greyscale graphics in minesweeper.Jens Arnold1-0/+21
2005-07-19More preparations and conversions for colour LCD support.Jens Arnold2-4/+19
2005-07-19Renamed MAX_LEVEL to LCD_MAX_LEVEL to match the naming scheme. Preparations f...Jens Arnold2-3/+3
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner1-1/+1
2005-07-14Optimised placement of lcd_set_drawmode() - the whole plugin uses DRMODE_FG. ...Jens Arnold1-5/+6
2005-07-14fixed the right-end too, added more letters on the big screens and addedDaniel Stenberg1-3/+12
2005-07-14The scroll mode now takes advantage of the clipping support in the newDaniel Stenberg1-3/+7
2005-07-13Cube.rock extensions: (1) New mode for all platforms - hidden line. (2) Abili...Jens Arnold1-168/+226
2005-07-13Removed a heapload of TABs.Jens Arnold1-38/+38
2005-07-12Cube.rock extension and rework: (1) Solid 4-greylevel mode on iriver H1xx. (2...Jens Arnold1-55/+143
2005-07-12Beginnings of a library complementing the core LCD functions. First function:...Jens Arnold3-0/+146
2005-07-12Cube.rock: converted to binary fixed-point arithmetic allowing for some more ...Jens Arnold1-62/+66
2005-07-09Reorganized encoder to allow compressing blocks in smaller chunks andDave Bryant1-27/+47
2005-07-09Recovered from my major brain failure and reverted to using the same load add...Linus Nielsen Feltzing1-5/+1
2005-07-08H110 adjustmentsLinus Nielsen Feltzing1-2/+6
2005-07-08Renamed the iriver h120 defines and configs to "h120"! Added initial supportDaniel Stenberg1-1/+1
2005-07-07Chip8 works again on grayscale devicesLinus Nielsen Feltzing1-1/+1
2005-07-07entry *entryarray is static in the C source so it can't be extern hereDaniel Stenberg1-1/+0
2005-07-07Adapted remote LCD driver and player graphics library to the new bitmap funct...Jens Arnold2-2/+5
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold17-186/+186
2005-07-06Patch #1232741 by Frederic Devernay - chip8 plugin now playable, and with SCH...Linus Nielsen Feltzing1-204/+853
2005-07-04Created new viewer application to test WavPack encoding. Accepts .wav fileDave Bryant3-0/+297
2005-07-03Centralised the ICODE_ATTR and IDATA_ATTR #defines. Renamed some musepack and...Jens Arnold18-55/+33
2005-07-02A couple of optimisations.Jens Arnold1-10/+17
2005-07-01First runtime database support, self repairing, only playcount works for now,Michiel Van Der Kolk4-11/+23