1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/plugins
Jens Arnold 93867305d5 Player graphics library extended and converted to new api. Please note that the player gfx bitmap format chas changed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6956 a1c6a512-1295-4272-9138-f99709370657
2005-06-30 21:07:00 +00:00
..
databox Hristo Kovachev's keypad fixes for the H300 build 2005-06-29 12:47:24 +00:00
lib Player graphics library extended and converted to new api. Please note that the player gfx bitmap format chas changed. 2005-06-30 21:07:00 +00:00
midi The synthVoice() function declaration was wrong (caused a warning). And because of that GCC didn't notice the error on line 390: synthVoice(currentVoice). 2005-06-14 16:17:11 +00:00
rockboy Made it working again... 2005-06-29 18:54:56 +00:00
searchengine New search capabilities; autorating, bitrate, track number, playtime, samplerate 2005-06-06 19:34:35 +00:00
alpine_cdc.c comment updated 2005-06-24 05:22:47 +00:00
battery_test.c Hristo Kovachev's keypad fixes for the H300 build 2005-06-29 12:47:24 +00:00
bounce.c Hristo Kovachev's keypad fixes for the H300 build 2005-06-29 12:47:24 +00:00
calculator.c Hristo Kovachev's keypad fixes for the H300 build 2005-06-29 12:47:24 +00:00
calendar.c First part of graphics api rework. Special functions, parameter handling, pixel functions, lines and filled primitives done for black & white core, main display. 2005-06-24 22:33:21 +00:00
chessclock.c Hristo Kovachev's keypad fixes for the H300 build 2005-06-29 12:47:24 +00:00
chip8.c Hristo Kovachev's keypad fixes for the H300 build 2005-06-29 12:47:24 +00:00
clock.c Second part of graphics api rework. Bitmap drawing and text output converted; some code cleanup and more optimisations. 2005-06-28 23:15:47 +00:00
cube.c Hristo Kovachev's keypad fixes for the H300 build 2005-06-29 12:47:24 +00:00
dict.c (1) Replaced endian code, this is a little more readable. 2005-06-05 14:21:51 +00:00
elfdep.pl
euroconverter.c
favorites.c
firmware_flash.c
flipit.c Hristo Kovachev's keypad fixes for the H300 build 2005-06-29 12:47:24 +00:00
grayscale.c
helloworld.c
iriverify.c Patch by Alexandre Bourget, fixes the hanging iriverify plugin issue when converting already converted files 2005-05-27 06:54:16 +00:00
jackpot.c
jpeg.c mp3buf renamed to audiobuf 2005-04-05 11:33:58 +00:00
logo.c Player graphics library extended and converted to new api. Please note that the player gfx bitmap format chas changed. 2005-06-30 21:07:00 +00:00
Makefile Enabled sectioned compilation for the plugin library, and linking with garbage collection for the plugins. The effect is that functions and data objects from one object file in the plugin library are included in the .elf individually, not as a whole. It makes maintaining larger plugin library packages easier, as it is no longer necessary to split the source files by function to avoid dead code to get included in the plugins. 2005-06-29 21:04:22 +00:00
mandelbrot.c
metronome.c
minesweeper.c Hristo Kovachev's keypad fixes for the H300 build 2005-06-29 12:47:24 +00:00
mosaique.c Player graphics library extended and converted to new api. Please note that the player gfx bitmap format chas changed. 2005-06-30 21:07:00 +00:00
nim.c
oscillograph.c First part of graphics api rework. Special functions, parameter handling, pixel functions, lines and filled primitives done for black & white core, main display. 2005-06-24 22:33:21 +00:00
oscilloscope.c First part of graphics api rework. Special functions, parameter handling, pixel functions, lines and filled primitives done for black & white core, main display. 2005-06-24 22:33:21 +00:00
plugin.lds Enabled sectioned compilation for the plugin library, and linking with garbage collection for the plugins. The effect is that functions and data objects from one object file in the plugin library are included in the .elf individually, not as a whole. It makes maintaining larger plugin library packages easier, as it is no longer necessary to split the source files by function to avoid dead code to get included in the plugins. 2005-06-29 21:04:22 +00:00
pong.c Hristo Kovachev's keypad fixes for the H300 build 2005-06-29 12:47:24 +00:00
rockblox.c First part of graphics api rework. Special functions, parameter handling, pixel functions, lines and filled primitives done for black & white core, main display. 2005-06-24 22:33:21 +00:00
rockbox_flash.c allow smaller .ucl, to test bootbox 2005-06-22 05:54:47 +00:00
rockboy.c mp3buf renamed to audiobuf 2005-04-05 11:33:58 +00:00
search.c
sliding_puzzle.c Hristo Kovachev's keypad fixes for the H300 build 2005-06-29 12:47:24 +00:00
snake.c Hristo Kovachev's keypad fixes for the H300 build 2005-06-29 12:47:24 +00:00
snake2.c No need to included unused data in the archos builds. 2005-06-29 21:06:19 +00:00
snake2.levels
snow.c Player graphics library extended and converted to new api. Please note that the player gfx bitmap format chas changed. 2005-06-30 21:07:00 +00:00
sokoban.c Hristo Kovachev's keypad fixes for the H300 build 2005-06-29 12:47:24 +00:00
sokoban.levels
solitaire.c Hristo Kovachev's keypad fixes for the H300 build 2005-06-29 12:47:24 +00:00
sort.c mp3buf renamed to audiobuf 2005-04-05 11:33:58 +00:00
SOURCES removed old codec leftovers 2005-06-29 13:46:51 +00:00
splitedit.c Second part of graphics api rework. Bitmap drawing and text output converted; some code cleanup and more optimisations. 2005-06-28 23:15:47 +00:00
star.c Hristo Kovachev's keypad fixes for the H300 build 2005-06-29 12:47:24 +00:00
stopwatch.c Hristo Kovachev's keypad fixes for the H300 build 2005-06-29 12:47:24 +00:00
vbrfix.c vbrfix boosts the cpu frequency 2005-06-30 10:45:53 +00:00
video.c Fix for bug #904026: Reset pitch to ensure synchronous playback. 2005-05-12 19:53:11 +00:00
viewer.c adjusted for the h300 to make it do similar as the h100 2005-06-29 13:25:45 +00:00
viewers.config An icon for the searchengine files 2005-05-23 21:51:27 +00:00
vu_meter.c Second part of graphics api rework. Bitmap drawing and text output converted; some code cleanup and more optimisations. 2005-06-28 23:15:47 +00:00
wormlet.c First part of graphics api rework. Special functions, parameter handling, pixel functions, lines and filled primitives done for black & white core, main display. 2005-06-24 22:33:21 +00:00