.. |
bitmaps
|
Height doesn't matter
|
2006-11-10 07:54:48 +00:00 |
chessbox
|
Hopefully clean up some errors
|
2006-11-15 06:46:35 +00:00 |
databox
|
Next step of Makefile tuning: * Use 'make' internal commands for printing messages. Saves build time especially on cygwin. * SILENT variable used in more places. * Bitmap build system uses one Makefille less.
|
2006-10-27 21:48:06 +00:00 |
doom
|
Don't need to remove the backdrop for all plugins - leave it up for some.
|
2006-11-15 06:14:27 +00:00 |
lib
|
fix builds
|
2006-11-16 03:12:27 +00:00 |
midi
|
More ADSR related voodoo. Hopefully will get to patch prescaler soon.
|
2006-10-03 23:27:44 +00:00 |
mpegplayer
|
one more for the backdrop stuff
|
2006-11-15 06:18:51 +00:00 |
pacbox
|
Don't need to remove the backdrop for all plugins - leave it up for some.
|
2006-11-15 06:14:27 +00:00 |
rockboy
|
Hopefully clean up some errors
|
2006-11-15 06:46:35 +00:00 |
searchengine
|
Next step of Makefile tuning: * Use 'make' internal commands for printing messages. Saves build time especially on cygwin. * SILENT variable used in more places. * Bitmap build system uses one Makefille less.
|
2006-10-27 21:48:06 +00:00 |
sudoku
|
Hopefully clean up some errors
|
2006-11-15 06:46:35 +00:00 |
zxbox
|
Don't need to remove the backdrop for all plugins - leave it up for some.
|
2006-11-15 06:14:27 +00:00 |
alpine_cdc.c
|
* give tsr plugins the choice to quit or not
|
2006-10-31 11:17:00 +00:00 |
battery_bench.c
|
player doesnt have lcd_update()... grr!
|
2006-10-31 11:34:46 +00:00 |
bounce.c
|
Hopefully clean up some errors
|
2006-11-15 06:46:35 +00:00 |
brickmania.c
|
Hopefully clean up some errors
|
2006-11-15 06:46:35 +00:00 |
bubbles.c
|
fix builds
|
2006-11-16 03:12:27 +00:00 |
calculator.c
|
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
|
2006-10-26 13:38:09 +00:00 |
calendar.c
|
Use correct file mode when creating files. Fixes task 5452
|
2006-05-30 11:26:41 +00:00 |
chessbox.c
|
Ooops, commit missing chessbox changes. Silly cvs...
|
2006-02-24 07:59:48 +00:00 |
chessclock.c
|
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
|
2006-10-26 13:38:09 +00:00 |
chip8.c
|
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
|
2006-10-26 13:38:09 +00:00 |
clock.c
|
Don't need to remove the backdrop for all plugins - leave it up for some.
|
2006-11-15 06:14:27 +00:00 |
credits.c
|
fix scroll speed on the gigabeat
|
2006-08-09 13:25:19 +00:00 |
credits.pl
|
|
|
cube.c
|
Don't need to remove the backdrop for all plugins - leave it up for some.
|
2006-11-15 06:14:27 +00:00 |
demystify.c
|
Hopefully clean up some errors
|
2006-11-15 06:46:35 +00:00 |
dice.c
|
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
|
2006-10-26 13:38:09 +00:00 |
dict.c
|
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
|
2006-10-26 13:38:09 +00:00 |
disktidy.c
|
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
|
2006-10-26 13:38:09 +00:00 |
elfdep.pl
|
|
|
euroconverter.c
|
New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often.
|
2006-01-15 18:20:18 +00:00 |
fire.c
|
Hopefully clean up some errors
|
2006-11-15 06:46:35 +00:00 |
firmware_flash.c
|
Code Police raid. Mostly changed // comments and indented to Rockbox style.
|
2006-03-03 08:14:44 +00:00 |
flipit.c
|
Hopefully clean up some errors
|
2006-11-15 06:46:35 +00:00 |
grayscale.c
|
Grayscale library ported to the grayscale iPods, first version. Added C reference versions of gray_update_rect() for both horizontal and vertical pixel packing. gray_update_rect() and gray_ub_gray_bitmap_part() not yet assembler optimised. Grayscale screendump doesn't work yet. * Fixed button assignments for iPod in grayscale.c
|
2006-08-07 01:46:42 +00:00 |
helloworld.c
|
New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often.
|
2006-01-15 18:20:18 +00:00 |
iriver_flash.c
|
Don't corrupt the original firmware when updating bootloader.
|
2006-10-16 08:34:48 +00:00 |
iriverify.c
|
Use correct file mode when creating files. Fixes task 5452
|
2006-05-30 11:26:41 +00:00 |
jackpot.c
|
New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often.
|
2006-01-15 18:20:18 +00:00 |
jewels.c
|
Hopefully clean up some errors
|
2006-11-15 06:46:35 +00:00 |
jpeg.c
|
Quit the jpeg viewer gracefully if started without arguments or with a wrong file in a directory with no supported filetypes.
|
2006-11-09 23:21:28 +00:00 |
logo.c
|
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
|
2006-10-26 13:38:09 +00:00 |
Makefile
|
Next step of Makefile tuning: * Use 'make' internal commands for printing messages. Saves build time especially on cygwin. * SILENT variable used in more places. * Bitmap build system uses one Makefille less.
|
2006-10-27 21:48:06 +00:00 |
mandelbrot.c
|
Hopefully clean up some errors
|
2006-11-15 06:46:35 +00:00 |
metronome.c
|
fix ondio keys, and tempo +/- on all targets
|
2006-11-17 00:50:35 +00:00 |
midi2wav.c
|
Code Police raid. Mostly changed // comments and indented to Rockbox style.
|
2006-03-03 08:14:44 +00:00 |
midiplay.c
|
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
|
2006-10-26 13:38:09 +00:00 |
minesweeper.c
|
Hopefully clean up some errors
|
2006-11-15 06:46:35 +00:00 |
mosaique.c
|
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
|
2006-10-26 13:38:09 +00:00 |
mp3_encoder.c
|
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
|
2006-10-26 13:38:09 +00:00 |
nim.c
|
New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often.
|
2006-01-15 18:20:18 +00:00 |
oscilloscope.c
|
Don't need to remove the backdrop for all plugins - leave it up for some.
|
2006-11-15 06:14:27 +00:00 |
plasma.c
|
Hopefully clean up some errors
|
2006-11-15 06:46:35 +00:00 |
plugin.lds
|
X5: Changed IRAM splitting between core and codecs/plugins. (a) Codecs benefit more from IRAM than the core. Further changes are required to actually make use of this. (b) This way, all core IRAM is DMA capable (wasn't the case before), so one less pitfall.
|
2006-11-09 21:15:49 +00:00 |
pong.c
|
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
|
2006-10-26 13:38:09 +00:00 |
random_folder_advance_config.c
|
dont allow the volume setting to wrap
|
2006-11-06 10:11:51 +00:00 |
rockblox.c
|
Hopefully clean up some errors
|
2006-11-15 06:46:35 +00:00 |
rockbox_flash.c
|
New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often.
|
2006-01-15 18:20:18 +00:00 |
rockboy.c
|
Made the overlay loader code part of the plugin library.
|
2006-02-23 20:46:33 +00:00 |
rockpaint.c
|
Don't need to remove the backdrop for all plugins - leave it up for some.
|
2006-11-15 06:14:27 +00:00 |
search.c
|
Use correct file mode when creating files. Fixes task 5452
|
2006-05-30 11:26:41 +00:00 |
sliding_puzzle.c
|
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
|
2006-10-26 13:38:09 +00:00 |
snake.c
|
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
|
2006-10-26 13:38:09 +00:00 |
snake2.c
|
didn't include the frequency stuff in snake2
|
2006-11-15 06:58:08 +00:00 |
snake2.levels
|
|
|
snow.c
|
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
|
2006-10-26 13:38:09 +00:00 |
sokoban.c
|
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
|
2006-10-26 13:38:09 +00:00 |
sokoban.levels
|
|
|
solitaire.c
|
Don't need to remove the backdrop for all plugins - leave it up for some.
|
2006-11-15 06:14:27 +00:00 |
sort.c
|
Use correct file mode when creating files. Fixes task 5452
|
2006-05-30 11:26:41 +00:00 |
SOURCES
|
Stop building the favourites plugin, as the same feature is duplicated with the playlist catalog command
|
2006-10-27 11:35:34 +00:00 |
spacerocks.c
|
Hopefully clean up some errors
|
2006-11-15 06:46:35 +00:00 |
splitedit.c
|
To avoid having to use the main unit when accidentally launching a plugin from the remote, plugins now support remote quit
|
2006-06-30 16:43:47 +00:00 |
star.c
|
Don't need to remove the backdrop for all plugins - leave it up for some.
|
2006-11-15 06:14:27 +00:00 |
starfield.c
|
Don't need to remove the backdrop for all plugins - leave it up for some.
|
2006-11-15 06:14:27 +00:00 |
stats.c
|
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
|
2006-10-26 13:38:09 +00:00 |
stopwatch.c
|
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
|
2006-10-26 13:38:09 +00:00 |
SUBDIRS
|
Initial commit of zxbox - a ZX Spectrum emulator ported by Anton Romanov. It theoretically runs on all targets, but I have not included it in the Archos builds because it is just too slow to be usable.
|
2006-09-15 11:11:16 +00:00 |
test_fps.c
|
FPS test: Made output better fit smaller screens. * Added remote LCD FPS measurement.
|
2006-04-11 19:29:01 +00:00 |
test_scanrate.c
|
Test plugin for measuring the internal scan rate of the LCD, for developers. B&W and greyscale only for now - needs lcd_blit().
|
2006-08-28 00:01:14 +00:00 |
text_editor.c
|
dont allow the volume setting to wrap
|
2006-11-06 10:11:51 +00:00 |
vbrfix.c
|
New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often.
|
2006-01-15 18:20:18 +00:00 |
video.c
|
Code Police raid. Mostly changed // comments and indented to Rockbox style.
|
2006-03-03 08:14:44 +00:00 |
viewer.c
|
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
|
2006-10-26 13:38:09 +00:00 |
viewers.config
|
Initial commit of zxbox - a ZX Spectrum emulator ported by Anton Romanov. It theoretically runs on all targets, but I have not included it in the Archos builds because it is just too slow to be usable.
|
2006-09-15 11:11:16 +00:00 |
vu_meter.c
|
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
|
2006-10-26 13:38:09 +00:00 |
wav2wv.c
|
Eliminate references to "long" types for 64-bit compiles; return audio data
|
2006-03-26 22:54:15 +00:00 |
wavplay.c
|
WAV playback as a plugin, for archos recorders and Ondios. Plays 16-bit WAV files with all common sample frequencies, both mono and stereo. Meant as a preview for later PCM playback integration, and for doing experiments with the MAS PCM codec.
|
2006-03-26 23:00:24 +00:00 |
wormlet.c
|
Hopefully clean up some errors
|
2006-11-15 06:46:35 +00:00 |
xobox.c
|
Don't need to remove the backdrop for all plugins - leave it up for some.
|
2006-11-15 06:14:27 +00:00 |
zxbox.c
|
Initial commit of zxbox - a ZX Spectrum emulator ported by Anton Romanov. It theoretically runs on all targets, but I have not included it in the Archos builds because it is just too slow to be usable.
|
2006-09-15 11:11:16 +00:00 |