.. |
bmp_smooth_scale.c
|
|
|
buflib.c
|
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
|
2010-05-06 21:04:40 +00:00 |
buflib.h
|
|
|
checkbox.c
|
|
|
checkbox.h
|
|
|
configfile.c
|
Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline.
|
2010-05-06 17:35:04 +00:00 |
configfile.h
|
plugins/lib: remove out-dated comments about plugin api.
|
2010-02-25 12:14:36 +00:00 |
display_text.c
|
some changes to use of display_text.
|
2010-02-22 07:17:15 +00:00 |
display_text.h
|
some changes to use of display_text.
|
2010-02-22 07:17:15 +00:00 |
feature_wrappers.h
|
|
|
fixedpoint.c
|
|
|
fixedpoint.h
|
|
|
gcc-support.c
|
|
|
grey.h
|
|
|
grey_coldfire.S
|
|
|
grey_core.c
|
HD200 - adjust LCD_SCANRATE (changed a bit after PLL settings change)
|
2010-05-20 10:21:55 +00:00 |
grey_draw.c
|
|
|
grey_parm.c
|
|
|
grey_scroll.c
|
Pluginlib: make scroll functions clear screen if scrolled by >= screen size (from FS#10330)
|
2009-10-16 20:15:12 +00:00 |
grey_sh.S
|
|
|
helper.c
|
|
|
helper.h
|
|
|
highscore.c
|
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter.
|
2010-05-06 17:35:13 +00:00 |
highscore.h
|
plugin: implement highscore_show for player and use it in rockblox.
|
2010-02-22 13:45:24 +00:00 |
jhash.c
|
|
|
jhash.h
|
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
|
2010-05-06 21:04:40 +00:00 |
jpeg_mem.h
|
|
|
md5.c
|
|
|
md5.h
|
Set svn:keywords property on .c and .h files that didn't already have it. Correct svn:executable property on some files.
|
2010-01-03 14:28:09 +00:00 |
overlay.c
|
Fix size_t handling in plugin_get_buffer()
|
2010-05-07 19:27:42 +00:00 |
overlay.h
|
|
|
picture.c
|
Fix STRIDE macro for multiscreen and add stride support for picture lib.
|
2009-09-04 00:46:24 +00:00 |
picture.h
|
Fix STRIDE macro for multiscreen and add stride support for picture lib.
|
2009-09-04 00:46:24 +00:00 |
playback_control.c
|
|
|
playback_control.h
|
plugins/lib: remove out-dated comments about plugin api.
|
2010-02-25 12:14:36 +00:00 |
playergfx.c
|
|
|
playergfx.h
|
|
|
pluginlib_actions.c
|
Fix reds: add m3 keypad, fix typo in the ipods part, correct button for h10, don't error out for touchscreens (onda vx777 has almost no tactical buttons).
|
2010-05-20 19:05:24 +00:00 |
pluginlib_actions.h
|
S#10387 - Rework pluginlib actions
|
2010-05-20 17:41:28 +00:00 |
pluginlib_albumart.c
|
|
|
pluginlib_bmp.c
|
Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline.
|
2010-05-06 17:35:04 +00:00 |
pluginlib_bmp.h
|
loader-initialized global plugin API:
|
2009-01-16 10:34:40 +00:00 |
pluginlib_exit.c
|
Fix compilation of simulators on Mac OS X 10.6. Tested on 10.5.8 and 10.6.1.
|
2009-10-09 17:55:46 +00:00 |
pluginlib_exit.h
|
pluginlib: Support calling a function at exit time to clean up open files
|
2010-01-05 22:17:32 +00:00 |
pluginlib_jpeg_idct_arm.S
|
|
|
pluginlib_jpeg_load.c
|
|
|
pluginlib_jpeg_mem.c
|
|
|
pluginlib_resize.c
|
|
|
pluginlib_touchscreen.c
|
Remove find_albumart() from the plugin API as it doesn't exist for them.
|
2009-08-03 15:09:41 +00:00 |
pluginlib_touchscreen.h
|
|
|
profile_plugin.c
|
|
|
profile_plugin.h
|
|
|
read_image.c
|
FS#10496: remove function read_image_file_offset, it had a bug and is not used anyway.
|
2009-08-09 22:20:14 +00:00 |
read_image.h
|
FS#10496: remove function read_image_file_offset, it had a bug and is not used anyway.
|
2009-08-09 22:20:14 +00:00 |
rgb_hsv.c
|
|
|
rgb_hsv.h
|
|
|
SOURCES
|
apps/plugins/lib/SOURCES: make it more readable (space, comments, order)
|
2010-05-18 14:14:48 +00:00 |
strncpy.c
|
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
|
2010-05-06 21:04:40 +00:00 |
wrappers.h
|
|
|
xlcd.h
|
|
|
xlcd_core.c
|
|
|
xlcd_draw.c
|
|
|
xlcd_scroll.c
|
XLCD lib: * Fix bug (improper fill) in pixel-wise left scrolling on 2bpp horizontally packed LCDs. * Faster pixel-wise upward scrolling on 2bpp vertically packed LCD coldfire targets.
|
2009-11-22 14:48:50 +00:00 |