.. |
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
|
|
|
checkbox.h
|
|
|
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: Optionally put the greyscale ISR on COP on portalplayertargets (only use with the grey_info structure in IRAM atm\!). This speeds up doom by ~50%, and makes mpegplayer work without stuttering audio on targets using it (measured on iPod 2nd Gen and Mini 2nd Gen). It needs corelocking certain functions in the LCD driver on 1st/2nd Gen.
|
2008-04-04 22:13:53 +00:00 |
grey_coldfire.S
|
iAudio M3: Optimised LCD driver, with more/better assembly code. Speedup is ~80% when boosted, ~15% when unboosted. Also implemented grey phase blitting. * Adapted the greyscale library, and the plugins using it. * Fixed a bug in greyscale scroll down for vertically packed pixels.
|
2008-03-25 23:21:36 +00:00 |
grey_core.c
|
Fix occasional crashes on greylib exit (LCD controller confusion) when running on COP.
|
2008-04-05 09:38:59 +00:00 |
grey_draw.c
|
iAudio M3: Optimised LCD driver, with more/better assembly code. Speedup is ~80% when boosted, ~15% when unboosted. Also implemented grey phase blitting. * Adapted the greyscale library, and the plugins using it. * Fixed a bug in greyscale scroll down for vertically packed pixels.
|
2008-03-25 23:21:36 +00:00 |
grey_parm.c
|
iAudio M3: Optimised LCD driver, with more/better assembly code. Speedup is ~80% when boosted, ~15% when unboosted. Also implemented grey phase blitting. * Adapted the greyscale library, and the plugins using it. * Fixed a bug in greyscale scroll down for vertically packed pixels.
|
2008-03-25 23:21:36 +00:00 |
grey_scroll.c
|
iAudio M3: Optimised LCD driver, with more/better assembly code. Speedup is ~80% when boosted, ~15% when unboosted. Also implemented grey phase blitting. * Adapted the greyscale library, and the plugins using it. * Fixed a bug in greyscale scroll down for vertically packed pixels.
|
2008-03-25 23:21:36 +00:00 |
grey_sh.S
|
Minor cleanups mostly for consistency.
|
2008-03-06 18:25:29 +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
|
|
|
highscore.h
|
|
|
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
|
the menu and list now accepts a parent viewport to draw in (and the menu can be told to not show status/button bars). This lays the groundwork to fix colour problems with plugin menus (see star.c for an example.) This hopefully fixes some button bar issues as well as theme problems.
|
2008-03-26 03:35:24 +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
|
|
|
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
|
the menu and list now accepts a parent viewport to draw in (and the menu can be told to not show status/button bars). This lays the groundwork to fix colour problems with plugin menus (see star.c for an example.) This hopefully fixes some button bar issues as well as theme problems.
|
2008-03-26 03:35:24 +00:00 |
playback_control.h
|
pointers suck... spotted in IRC
|
2008-03-11 09:16:44 +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
|
Adapt most single-file plugins to the M3 keypad and screen. It's still preliminary, as many plugins now can't be left without the remote. The plugins need to be converted to use the action API (but not pluginlib actions). Plugins are not enabled yet. * Simplify the bitmap handling in the source of some plugins.
|
2008-03-22 10:24:28 +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
|
iAudio M3: Optimised LCD driver, with more/better assembly code. Speedup is ~80% when boosted, ~15% when unboosted. Also implemented grey phase blitting. * Adapted the greyscale library, and the plugins using it. * Fixed a bug in greyscale scroll down for vertically packed pixels.
|
2008-03-25 23:21:36 +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
|
LCd extension lib: Implement proper scrolling for 2 bit vertical interleaved LCD. Stops oscilloscope from crashing on M3. * A few small simplifications.
|
2008-03-23 00:28:16 +00:00 |