summaryrefslogtreecommitdiff
path: root/apps/plugins (unfollow)
Commit message (Expand)Author
2005-10-07New demo plugin, screensaver style, by Kevin Ferrare.Jens Arnold
2005-10-07New plugin: Fire effect, developed by Kevin Ferrare, adapted to archos and op...Jens Arnold
2005-10-07New plugin: Plasma effect, developed by Mat Holton, imtegerised and extended ...Jens Arnold
2005-10-06Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman
2005-10-06Patch #1264727 by Dave Hooper, Colorize red cards on screens with LCD_DEPTH > 1Linus Nielsen Feltzing
2005-10-05Modified the viewers.config syntax slightly. The name field should now includeDaniel Stenberg
2005-10-05removed plugins we no longer build nor includeDaniel Stenberg
2005-10-04Added the "New" menu option. This allows you to manually enter and then save...Dave Chapman
2005-10-04Make the load function handle some variations to the "standard" for .ss files.Dave Chapman
2005-10-03Grayscale lib on archos: Fixed bug introduced with the register usage change....Jens Arnold
2005-10-03Coldfire: New timer handling on CPU frequency change, adjusting the prescaler...Jens Arnold
2005-10-01Core: A graphics framework can now register a hook function to extend the cor...Jens Arnold
2005-09-30H1x0: Changed lcd_blit() and the grayscale library to use the same internal f...Jens Arnold
2005-09-28iRiver: Make it possible to build Rockbox using GCC 4.0.1.Magnus Holmgren
2005-09-22Sudoku: (Recorders) Changed menu button to F1. (Ondio) Changed menu button to...Jens Arnold
2005-09-22Add ON button as an alternative toggle button for the iriverDave Chapman
2005-09-22Credit scroll speed as sine wave in an attempt to beome more readable on theDaniel Stenberg
2005-09-22Fix warningDave Chapman
2005-09-22First version of Sudoku pluginDave Chapman
2005-09-15Archos recording/playback: (1) Xing header creation: * Now estimates the fram...Jens Arnold
2005-09-11Rockboy: Asm optimised updatepatpix() for coldfire. The vertical-mirroring pa...Jens Arnold
2005-09-02Forgot to update the screen before splashing.Jonas Häggqvist
2005-09-02credits.raw is now created in the plugin build dirLinus Nielsen Feltzing
2005-09-02Patch #1272052 by Henrik Backe - Move credits to a pluginLinus Nielsen Feltzing
2005-09-01Iriver: Changed the IRAM splitting between core and plugins to 48KB/48KB, and...Jens Arnold
2005-08-31Fake an USB connections to force reload of the file-tree after running these ...Jonas Häggqvist
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold
2005-08-29Major peakmeter rework: * Changed set/get functions for dbfs mode to bool typ...Jens Arnold
2005-08-23No need to build the example plugin "helloworld". Not building it alsoDaniel Stenberg
2005-08-23size check adjusted, naked bootbox is smallJörg Hohensohn
2005-08-23allow the flash plugin to verify the RomBox link addressJörg Hohensohn
2005-08-20Plugin that counds files and folders on harddisk. Works on all models.Jonas Häggqvist
2005-08-13argh, unused variable removedDaniel Stenberg
2005-08-13reverted the fixed 4 bytes write, made the read code more reliable, useDaniel Stenberg
2005-08-13Patch by XavierGrTomas Salfischberger
2005-08-07Uncomment one line, which makes bad 80s music sound a bit better.Stepan Moskovchenko
2005-08-07Add this back in, for now. Will turn into real codec later, when plugins supp...Stepan Moskovchenko
2005-08-07Fix error/warning, change pitch bend to 9 bitsStepan Moskovchenko
2005-08-01Assembler optimised 64 bit multiplication for coldfire: ~15% speedup. Proper ...Jens Arnold
2005-08-01Another small opt for the SH1 64 bit multiplication.Jens Arnold
2005-08-01Further optimised asm 64 bit multiplication for SH1, speedup around 20%.Jens Arnold
2005-07-30Ooops, the adapted maximum iteration count was off by 60...Jens Arnold
2005-07-30Heavily improved mandelbrot plugin: (1) Calculation now uses 64bit fixed poin...Jens Arnold
2005-07-28Mandelbrot plugin fixes: (1) Aspect handling was broken, it has to keep the x...Jens Arnold
2005-07-28Grayscale lib: Moved the shift count doubling for unbuffered up/down scrollin...Jens Arnold
2005-07-28Adjusted grayscale demo plugin to H1x0: (1) Button assignment. (2) Variable s...Jens Arnold
2005-07-27Adjusted JPEG viewer to H1x0: (1) Button assignments. (2) Workaround for the ...Jens Arnold
2005-07-27Adjusted mandelbrot plugin to H1x0: (1) Working button assignment. (2) Differ...Jens Arnold
2005-07-27Grayscale library: (1) Ported to iriver H1x0. Experiments have shown that the...Jens Arnold
2005-07-26Moved implementation of user timer to the firmware layer, implemented it for ...Jens Arnold