.. |
beatbox
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
bitmaps
|
Pegbox - new graphics for Archos, c200, small H10, Mini, M3 - also cleaning and small tweaks to the rest of the greyscale and monochrome bitmaps. Aspect ratio correct the pieces for the Archos screen (now uses 9x7 tiles) which made it possible to also add the header with statistics). Necessary changes to pegbox.c: don't assume piece height = piece width, prepare a new 'wide' layout for the c200 with the statics at the side. Additional cleanup - make the code more readable by replacing repeatedly used bmpheight_XYZ with defines, splitting some too long lines. Let the 'Start on level' line in the menu actually appear on the Mini's screen. Also rename the greyscale graphics according convention to '...x2.bmp' and set the mime-type more accurately for all pegbox bitmaps. Finally, add Joel Puik, the creator of the original colour graphics to CREDITS.
|
2008-10-13 23:13:12 +00:00 |
chessbox
|
revert plugin_api part of r18830, as this was the wrong solution for those
|
2008-10-18 23:50:05 +00:00 |
clock
|
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do that, it also introduces sd_*, nand_*, and mmc_*.
|
2008-11-01 16:14:28 +00:00 |
doom
|
revert plugin_api part of r18830, as this was the wrong solution for those
|
2008-10-18 23:50:05 +00:00 |
jpeg
|
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do that, it also introduces sd_*, nand_*, and mmc_*.
|
2008-11-01 16:14:28 +00:00 |
lib
|
Sansa Clip simulator
|
2008-10-31 18:54:37 +00:00 |
midi
|
IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.
|
2008-10-07 16:38:28 +00:00 |
mpegplayer
|
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do that, it also introduces sd_*, nand_*, and mmc_*.
|
2008-11-01 16:14:28 +00:00 |
pacbox
|
revert plugin_api part of r18830, as this was the wrong solution for those
|
2008-10-18 23:50:05 +00:00 |
reversi
|
IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.
|
2008-10-07 16:38:28 +00:00 |
rockboy
|
revert plugin_api part of r18830, as this was the wrong solution for those
|
2008-10-18 23:50:05 +00:00 |
searchengine
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
shortcuts
|
FS#9281 Rename of splash functions.
|
2008-08-15 08:27:39 +00:00 |
sudoku
|
Factor out save / restore sudoku board (FS#9516 by Alexander Levin)
|
2008-10-30 21:00:17 +00:00 |
zxbox
|
revert plugin_api part of r18830, as this was the wrong solution for those
|
2008-10-18 23:50:05 +00:00 |
alpine_cdc.c
|
cleanup storage defines
|
2008-10-31 21:25:04 +00:00 |
battery_bench.c
|
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do that, it also introduces sd_*, nand_*, and mmc_*.
|
2008-11-01 16:14:28 +00:00 |
blackjack.c
|
Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps and OBJDIR/pluginbitmaps, and plugins properly depend on their respective bitmap files. Fixes #6847.
|
2008-11-03 14:37:50 +00:00 |
bounce.c
|
Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN
|
2008-08-23 09:46:38 +00:00 |
brickmania.c
|
Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps and OBJDIR/pluginbitmaps, and plugins properly depend on their respective bitmap files. Fixes #6847.
|
2008-11-03 14:37:50 +00:00 |
bubbles.c
|
Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps and OBJDIR/pluginbitmaps, and plugins properly depend on their respective bitmap files. Fixes #6847.
|
2008-11-03 14:37:50 +00:00 |
calculator.c
|
IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.
|
2008-10-07 16:38:28 +00:00 |
calendar.c
|
Change button map for iaudio x5 and m5 to avoid using impossible button combos, delete ondio button map as it has no rtc
|
2008-10-26 12:47:43 +00:00 |
CATEGORIES
|
Add a simple plugin (apps/settings_dumper.rock) which dumps the valid values of all the config settings to /settings_dumper.txt. If you notice any settings its not dumping please let me know.
|
2008-10-26 11:44:21 +00:00 |
chessbox.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
chessclock.c
|
IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.
|
2008-10-07 16:38:28 +00:00 |
chip8.c
|
Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN
|
2008-08-23 09:46:38 +00:00 |
chopper.c
|
IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.
|
2008-10-07 16:38:28 +00:00 |
credits.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
credits.pl
|
|
|
cube.c
|
IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.
|
2008-10-07 16:38:28 +00:00 |
demystify.c
|
Remove a viewport ambiguity by changing the screens width/heigth members into lcdwidth/lcdheight. Normal usercode should always use getwidth()/getheigth() as that returns the viewport width/height. Fixes issues that would have appeared in many places when introducing viewports with sizes != lcd sizes.
|
2008-06-28 20:45:21 +00:00 |
dice.c
|
Remove a viewport ambiguity by changing the screens width/heigth members into lcdwidth/lcdheight. Normal usercode should always use getwidth()/getheigth() as that returns the viewport width/height. Fixes issues that would have appeared in many places when introducing viewports with sizes != lcd sizes.
|
2008-06-28 20:45:21 +00:00 |
dict.c
|
IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.
|
2008-10-07 16:38:28 +00:00 |
disktidy.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
disktidy.config
|
FS#8637 - new UI for disktidy.
|
2008-05-18 07:27:10 +00:00 |
elfdep.pl
|
|
|
euroconverter.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
fire.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
fireworks.c
|
IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.
|
2008-10-07 16:38:28 +00:00 |
firmware_flash.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
flipit.c
|
Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps and OBJDIR/pluginbitmaps, and plugins properly depend on their respective bitmap files. Fixes #6847.
|
2008-11-03 14:37:50 +00:00 |
greyscale.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
helloworld.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
invadrox.c
|
IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.
|
2008-10-07 16:38:28 +00:00 |
iriver_flash.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
iriverify.c
|
FS#9281 Rename of splash functions.
|
2008-08-15 08:27:39 +00:00 |
jackpot.c
|
Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps and OBJDIR/pluginbitmaps, and plugins properly depend on their respective bitmap files. Fixes #6847.
|
2008-11-03 14:37:50 +00:00 |
jewels.c
|
IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.
|
2008-10-07 16:38:28 +00:00 |
keybox.c
|
FS#9281 Rename of splash functions.
|
2008-08-15 08:27:39 +00:00 |
lamp.c
|
IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.
|
2008-10-07 16:38:28 +00:00 |
logo.c
|
Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps and OBJDIR/pluginbitmaps, and plugins properly depend on their respective bitmap files. Fixes #6847.
|
2008-11-03 14:37:50 +00:00 |
Makefile
|
Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps and OBJDIR/pluginbitmaps, and plugins properly depend on their respective bitmap files. Fixes #6847.
|
2008-11-03 14:37:50 +00:00 |
mandelbrot.c
|
Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN
|
2008-08-23 09:46:38 +00:00 |
matrix.c
|
IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.
|
2008-10-07 16:38:28 +00:00 |
maze.c
|
Accept FS#9191 - lots of code reworking for maze.rock, should also fix FS#9184
|
2008-07-15 13:49:07 +00:00 |
mazezam.c
|
FS#9281 Rename of splash functions.
|
2008-08-15 08:27:39 +00:00 |
md5sum.c
|
Make it possible to interrupt md5sum. FS#9209 by Chrisopher Williams.
|
2008-10-09 15:09:07 +00:00 |
metronome.c
|
Data does not belong in .h files. Not even if it makes the .c file prettier.
|
2008-10-30 14:39:20 +00:00 |
midi2wav.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
minesweeper.c
|
Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN
|
2008-08-23 09:46:38 +00:00 |
mosaique.c
|
IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.
|
2008-10-07 16:38:28 +00:00 |
mp3_encoder.c
|
IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.
|
2008-10-07 16:38:28 +00:00 |
nim.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
oscilloscope.c
|
Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN
|
2008-08-23 09:46:38 +00:00 |
pegbox.c
|
Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps and OBJDIR/pluginbitmaps, and plugins properly depend on their respective bitmap files. Fixes #6847.
|
2008-11-03 14:37:50 +00:00 |
pictureflow.c
|
Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps and OBJDIR/pluginbitmaps, and plugins properly depend on their respective bitmap files. Fixes #6847.
|
2008-11-03 14:37:50 +00:00 |
plasma.c
|
IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.
|
2008-10-07 16:38:28 +00:00 |
plugin.lds
|
Initial commit of iaudio 7 port by Vitja Makarov (FS#9245). Port is at quite an advanced stage, but is troubled by the lack of a reliable NAND driver (similar to the Cowon D2 port) and is not yet suitable for non-developers.
|
2008-09-06 17:50:59 +00:00 |
pong.c
|
IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.
|
2008-10-07 16:38:28 +00:00 |
ppmviewer.c
|
FS#9281 Rename of splash functions.
|
2008-08-15 08:27:39 +00:00 |
properties.c
|
Ok, ok, strncpy is better here :P
|
2008-08-15 09:47:22 +00:00 |
random_folder_advance_config.c
|
FS#9281 Rename of splash functions.
|
2008-08-15 08:27:39 +00:00 |
robotfindskitten.c
|
Data does not belong in .h files. Not even if it makes the .c file prettier.
|
2008-10-30 14:39:20 +00:00 |
rockblox.c
|
IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.
|
2008-10-07 16:38:28 +00:00 |
rockblox1d.c
|
IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.
|
2008-10-07 16:38:28 +00:00 |
rockbox_flash.c
|
Merge the necessary changes for the new archos firmware flash images back to the trunk, including the related optimisations.
|
2008-10-16 16:42:37 +00:00 |
rockboy.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
rocklife.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
rockpaint.c
|
Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN
|
2008-08-23 09:46:38 +00:00 |
search.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
settings_dumper.c
|
bah! messed up the filename settings... and do some line length fixing
|
2008-10-26 11:59:21 +00:00 |
sliding_puzzle.c
|
Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps and OBJDIR/pluginbitmaps, and plugins properly depend on their respective bitmap files. Fixes #6847.
|
2008-11-03 14:37:50 +00:00 |
snake.c
|
Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN
|
2008-08-23 09:46:38 +00:00 |
snake2.c
|
Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps and OBJDIR/pluginbitmaps, and plugins properly depend on their respective bitmap files. Fixes #6847.
|
2008-11-03 14:37:50 +00:00 |
snake2.levels
|
|
|
snow.c
|
IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.
|
2008-10-07 16:38:28 +00:00 |
sokoban.c
|
Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps and OBJDIR/pluginbitmaps, and plugins properly depend on their respective bitmap files. Fixes #6847.
|
2008-11-03 14:37:50 +00:00 |
sokoban.levels
|
|
|
solitaire.c
|
Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps and OBJDIR/pluginbitmaps, and plugins properly depend on their respective bitmap files. Fixes #6847.
|
2008-11-03 14:37:50 +00:00 |
sort.c
|
FS#9281 Rename of splash functions.
|
2008-08-15 08:27:39 +00:00 |
SOURCES
|
cleanup storage defines
|
2008-10-31 21:25:04 +00:00 |
spacerocks.c
|
Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN
|
2008-08-23 09:46:38 +00:00 |
splitedit.c
|
cleanup storage defines
|
2008-10-31 21:25:04 +00:00 |
star.c
|
Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps and OBJDIR/pluginbitmaps, and plugins properly depend on their respective bitmap files. Fixes #6847.
|
2008-11-03 14:37:50 +00:00 |
starfield.c
|
IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.
|
2008-10-07 16:38:28 +00:00 |
stats.c
|
IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.
|
2008-10-07 16:38:28 +00:00 |
stopwatch.c
|
IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.
|
2008-10-07 16:38:28 +00:00 |
SUBDIRS
|
Move the monolithic jpeg viewer into its own subdirectory and split it into three (for now - maybe it should be split further) files - jpeg.c (the main plugin/viewer parts), jpeg_decoder.c (the actual decoder) and. for colour targets only, yuv2rgb.c. The intention of this commit is as a first step towards abstracting this viewer into a reusable jpeg decoder and a multi-format image viewer.
|
2008-10-21 16:05:46 +00:00 |
superdom.c
|
Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN
|
2008-08-23 09:46:38 +00:00 |
test_codec.c
|
Remove the event object in the kernel since it's rather extraneous at the moment. This makes the codecs and the plugins incompatible, so update fully.
|
2008-10-23 13:13:00 +00:00 |
test_disk.c
|
cleanup storage defines
|
2008-10-31 21:25:04 +00:00 |
test_fps.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
test_grey.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
test_resize.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
test_sampr.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
test_scanrate.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
test_touchscreen.c
|
Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN
|
2008-08-23 09:46:38 +00:00 |
test_viewports.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
text_editor.c
|
FS#9281 Rename of splash functions.
|
2008-08-15 08:27:39 +00:00 |
vbrfix.c
|
FS#9281 Rename of splash functions.
|
2008-08-15 08:27:39 +00:00 |
video.c
|
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do that, it also introduces sd_*, nand_*, and mmc_*.
|
2008-11-01 16:14:28 +00:00 |
viewer.c
|
IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.
|
2008-10-07 16:38:28 +00:00 |
viewers.config
|
Add ppm and rppm viewer by Alexander Papst
|
2008-06-28 15:50:05 +00:00 |
vu_meter.c
|
Accept FS#9325 (colourize digital vu_meter) by Clement Pit-Claudel.
|
2008-10-07 08:13:05 +00:00 |
wav2wv.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
wavplay.c
|
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do that, it also introduces sd_*, nand_*, and mmc_*.
|
2008-11-01 16:14:28 +00:00 |
wavrecord.c
|
cleanup storage defines
|
2008-10-31 21:25:04 +00:00 |
wavview.c
|
FS#9281 Rename of splash functions.
|
2008-08-15 08:27:39 +00:00 |
wormlet.c
|
Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN
|
2008-08-23 09:46:38 +00:00 |
xobox.c
|
IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.
|
2008-10-07 16:38:28 +00:00 |
zxbox.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |