rockbox/apps/plugins
2005-08-29 20:07:17 +00:00
..
databox
lib Grayscale lib: Moved the shift count doubling for unbuffered up/down scrolling out of the asm block itself (cosmetic). 2005-07-28 14:08:58 +00:00
midi Uncomment one line, which makes bad 80s music sound a bit better. 2005-08-07 23:39:23 +00:00
rockboy 4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and light grey background in splash() boxes. Simplified the splash() box creation as the new graphics core does clipping. Adapted screendump feature and added flexible preprocessing to construct the bmp header. Rockboy now uses 4-grey mode as well. 4-grey support for win32 simulator. Fixed win32 player sim to not use double bitmap conversion via a recorder-like framebuffer, and correctly display double-height text. X11 simulator temporarily adapted. The display won't be distorted, but it still shows b&w only. 2005-07-06 22:58:02 +00:00
searchengine
alpine_cdc.c Moved implementation of user timer to the firmware layer, implemented it for iriver, and made it shareable based on priorities. On iriver, the user timer is shared between the backlight fading and other use, so if a plugin registers the timer, the backlight will resort to simple on/off switching until the plugin releases the timer again. Sorted and bumped the plugin api. 2005-07-26 20:01:11 +00:00
battery_test.c
bounce.c
calculator.c
calendar.c
chessclock.c
chip8.c
clock.c
cube.c
dict.c
elfdep.pl
euroconverter.c
favorites.c
firmware_flash.c size check adjusted, naked bootbox is small 2005-08-23 08:00:16 +00:00
flipit.c
grayscale.c Adjusted grayscale demo plugin to H1x0: (1) Button assignment. (2) Variable screen resolution. 2005-07-28 09:15:00 +00:00
helloworld.c
iriverify.c
jackpot.c
jpeg.c Adjusted JPEG viewer to H1x0: (1) Button assignments. (2) Workaround for the m68k-elf-gcc requiring memcpy internally, by using rb->memcpy explicitly. (3) Variable LCD resolution. 2005-07-27 20:06:26 +00:00
logo.c
Makefile
mandelbrot.c Assembler optimised 64 bit multiplication for coldfire: ~15% speedup. Proper max_iter decrease amount. 2005-08-01 20:49:41 +00:00
metronome.c Moved implementation of user timer to the firmware layer, implemented it for iriver, and made it shareable based on priorities. On iriver, the user timer is shared between the backlight fading and other use, so if a plugin registers the timer, the backlight will resort to simple on/off switching until the plugin releases the timer again. Sorted and bumped the plugin api. 2005-07-26 20:01:11 +00:00
midi2wav.c Add this back in, for now. Will turn into real codec later, when plugins support the codec api. 2005-08-07 22:32:20 +00:00
minesweeper.c
mosaique.c
nim.c
oscillograph.c
oscilloscope.c Moved implementation of user timer to the firmware layer, implemented it for iriver, and made it shareable based on priorities. On iriver, the user timer is shared between the backlight fading and other use, so if a plugin registers the timer, the backlight will resort to simple on/off switching until the plugin releases the timer again. Sorted and bumped the plugin api. 2005-07-26 20:01:11 +00:00
plugin.lds
pong.c
rockblox.c
rockbox_flash.c allow the flash plugin to verify the RomBox link address 2005-08-23 07:26:40 +00:00
rockboy.c
search.c
sliding_puzzle.c
snake.c
snake2.c argh, unused variable removed 2005-08-13 20:41:30 +00:00
snake2.levels
snow.c
sokoban.c
sokoban.levels
solitaire.c
sort.c
SOURCES No need to build the example plugin "helloworld". Not building it also 2005-08-23 12:16:41 +00:00
splitedit.c Major peakmeter rework: * Changed set/get functions for dbfs mode to bool type. * Removed performance setting, leaving (slightly adapted) high performance mode only. * Refresh rate is always 20 Hz now. * Readout doesn't do an extra (hidden) peek, should allow for slightly better clip detection. * Brought back high performance peakmeter for recording. Peakmeter stops hogging the CPU when the disk is spinning; this is enough to avoid the performance problem when saving data. * Optimisations, code cleanup and code policeing. * (iriver) Reduced CPU load of peakmeter by not calculating excessive overlaps. ** Bumped config block version, so save your settings before upgrading. 2005-08-29 20:07:17 +00:00
star.c
stats.c Plugin that counds files and folders on harddisk. Works on all models. 2005-08-20 19:56:01 +00:00
stopwatch.c
vbrfix.c
video.c Moved implementation of user timer to the firmware layer, implemented it for iriver, and made it shareable based on priorities. On iriver, the user timer is shared between the backlight fading and other use, so if a plugin registers the timer, the backlight will resort to simple on/off switching until the plugin releases the timer again. Sorted and bumped the plugin api. 2005-07-26 20:01:11 +00:00
viewer.c
viewers.config
vu_meter.c
wav2wv.c
wormlet.c