.. |
bmp.c
|
Accept FS#7218 by Dave Hooper: Bitmap version of the sliding puzzle game.
|
2008-01-26 00:16:06 +00:00 |
bmp.h
|
Accept FS#7218 by Dave Hooper: Bitmap version of the sliding puzzle game.
|
2008-01-26 00:16:06 +00:00 |
checkbox.c
|
grr.. forgot to add these files
|
2006-11-19 14:19:15 +00:00 |
checkbox.h
|
grr.. forgot to add these files
|
2006-11-19 14:19:15 +00:00 |
configfile.c
|
fix yellow and some house cleaning
|
2007-10-09 21:28:51 +00:00 |
configfile.h
|
FS#7487 - mpegplayer - video start time seek with resume
|
2007-10-09 20:42:20 +00:00 |
fixedpoint.c
|
vu_meter: Use the fixedpoint lib (moving flog there)
|
2007-07-31 17:23:49 +00:00 |
fixedpoint.h
|
Fixed the problems on the new version of the fire plugin (so repush it), added new actions to the pluginlib_actions to fix the keymaps on the Sansa e200 for the clock and fire plugins. Also slightly simplified the metronome plugin's key mapping with those new actions.
|
2008-01-23 08:25:04 +00:00 |
grey.h
|
Greyscale library: Preparations for a gamma measurement plugin.
|
2008-03-02 23:31:09 +00:00 |
grey_coldfire.S
|
Fix svn properties.
|
2008-03-02 17:07:02 +00:00 |
grey_core.c
|
Greyscale library: Preparations for a gamma measurement plugin.
|
2008-03-02 23:31:09 +00:00 |
grey_draw.c
|
Greyscale library: Assembler optimised update function for SH1 (Archos recorders, Ondios), giving ~50% speedup.
|
2008-03-05 22:14:13 +00:00 |
grey_parm.c
|
Greyscale library: * Defer application of lcd linearisation + gamma in buffered mode to the actual update. This simplifies the update function (grey_update() and grey_update_rect() now are just calls to grey_ub_gray_bitmap_part()), and makes DRMODE_COMPLEMENT work properly. * Make the simulator version work and behave more similar to the target version.
|
2008-01-13 18:39:09 +00:00 |
grey_scroll.c
|
Greyscale library: * Defer application of lcd linearisation + gamma in buffered mode to the actual update. This simplifies the update function (grey_update() and grey_update_rect() now are just calls to grey_ub_gray_bitmap_part()), and makes DRMODE_COMPLEMENT work properly. * Make the simulator version work and behave more similar to the target version.
|
2008-01-13 18:39:09 +00:00 |
grey_sh.S
|
Greyscale library: Assembler optimised update function for SH1 (Archos recorders, Ondios), giving ~50% speedup.
|
2008-03-05 22:14:13 +00:00 |
helper.c
|
Fix some plugins not using the helper functions for the new backlight timeout handling.
|
2007-11-29 23:55:58 +00:00 |
helper.h
|
Fix some plugins not using the helper functions for the new backlight timeout handling.
|
2007-11-29 23:55:58 +00:00 |
highscore.c
|
Gigabeat gets rockblox ! Thanks to the RedZZR Gary Allen.
|
2007-01-05 16:32:20 +00:00 |
highscore.h
|
Gigabeat gets rockblox ! Thanks to the RedZZR Gary Allen.
|
2007-01-05 16:32:20 +00:00 |
Makefile
|
Greyscale library: Assembler optimised update for coldfire, ~73% speedup when using IRAM, ~35% speedup without IRAM. Slight optimisation for other targets as well.
|
2008-03-02 17:05:00 +00:00 |
oldmenuapi.c
|
minor update to gui_synclist_do_button() which will hopefully simplify things later.
|
2007-09-17 10:08:50 +00:00 |
oldmenuapi.h
|
Move the old api out of the core and into the plugin lib.
|
2007-05-08 11:55:43 +00:00 |
overlay.c
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
overlay.h
|
Removed executable flag
|
2007-01-09 23:22:14 +00:00 |
picture.c
|
Rewrote the clock plugin in a cleaner and more modular way so that it can scale on remote screens. Use left-right keys to change the type of clock displayed (analogic, digital, binary) and up/downto change the look of the clock
|
2007-08-04 03:01:46 +00:00 |
picture.h
|
Rewrote the clock plugin in a cleaner and more modular way so that it can scale on remote screens. Use left-right keys to change the type of clock displayed (analogic, digital, binary) and up/downto change the look of the clock
|
2007-08-04 03:01:46 +00:00 |
playback_control.c
|
Accept FS#7966 by Bertrik Sikken, correcting captions in playback control submenus
|
2007-10-20 21:56:43 +00:00 |
playback_control.h
|
Convert the playback control menu to the new API. Makes a good example
|
2007-03-26 09:14:16 +00:00 |
playergfx.c
|
Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays.
|
2007-04-06 22:55:00 +00:00 |
playergfx.h
|
|
|
pluginlib_actions.c
|
Driver for the Synaptics touchpad on the m:robe 100 based on the 3-wire interface spec. Needs some tweaking as it's too sensitive with the default hardware settings. For now, the vertical strip is divided into up/select/down buttons. Also, redo the keymap (using the Gigabeat as a starting point), but it still needs a good bit of work.
|
2008-02-24 04:12:16 +00:00 |
pluginlib_actions.h
|
Fixed the problems on the new version of the fire plugin (so repush it), added new actions to the pluginlib_actions to fix the keymaps on the Sansa e200 for the clock and fire plugins. Also slightly simplified the metronome plugin's key mapping with those new actions.
|
2008-01-23 08:25:04 +00:00 |
profile_plugin.c
|
|
|
profile_plugin.h
|
|
|
rgb_hsv.c
|
|
|
rgb_hsv.h
|
|
|
SOURCES
|
Greyscale library: Assembler optimised update function for SH1 (Archos recorders, Ondios), giving ~50% speedup.
|
2008-03-05 22:14:13 +00:00 |
xlcd.h
|
Rewrote the clock plugin in a cleaner and more modular way so that it can scale on remote screens. Use left-right keys to change the type of clock displayed (analogic, digital, binary) and up/downto change the look of the clock
|
2007-08-04 03:01:46 +00:00 |
xlcd_core.c
|
|
|
xlcd_draw.c
|
Rewrote the clock plugin in a cleaner and more modular way so that it can scale on remote screens. Use left-right keys to change the type of clock displayed (analogic, digital, binary) and up/downto change the look of the clock
|
2007-08-04 03:01:46 +00:00 |
xlcd_scroll.c
|
Removed executable flag
|
2007-01-09 23:22:14 +00:00 |