This website requires JavaScript.
Explore
Help
Sign in
devs
/
foxbox
Watch
1
Star
0
Fork
You've already forked foxbox
0
forked from
len0rd/rockbox
Code
Pull requests
Activity
f2446452fa
foxbox
/
apps
/
plugins
/
lib
History
Download ZIP
Download TAR.GZ
Jens Arnold
9eeead922a
Optimize hline, fillrect and mono bitmap drawing for chunky displays (16 bit colour and greylib). Speeds up text rendering by 20..45% on colour coldfire, by 30..50% on colour ARM, and is noticeable in archos pictureflow.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20242 a1c6a512-1295-4272-9138-f99709370657
2009-03-08 17:22:17 +00:00
..
bmp_smooth_scale.c
buflib.c
FS#9916 buflib plugin memory allocator
2009-03-04 21:11:12 +00:00
buflib.h
FS#9916 buflib plugin memory allocator
2009-03-04 21:11:12 +00:00
checkbox.c
checkbox.h
configfile.c
Fix TYPE_BOOL settings format string. Boolean settings should really use 'on'/'off', but this is currently impossible due to the fixed field width requirement introduced in r15052.
2009-01-18 17:06:29 +00:00
configfile.h
feature_wrappers.h
plugins/lib/feature_wrappers.h to provide easy access to some feature that may be in either API or pluginlib depending on target
2009-01-24 09:29:22 +00:00
fixedpoint.c
fixedpoint.h
gcc-support.c
remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, and replace with pluginlib implementations in plugins/lib/gcc-support.c
2009-01-24 22:57:57 +00:00
grey.h
grey_coldfire.S
grey_core.c
Move screendump from apps to firmware, solving two nasty firmware-to-apps calls. This required to move the filename creation functions as well. * Fix bug in the BMP header of Clip screendumps. * Add remote screendump for targets with an LCD remote. * Simplify some ifdefs and rename a macro in the sim.
2009-02-10 23:43:37 +00:00
grey_draw.c
Optimize hline, fillrect and mono bitmap drawing for chunky displays (16 bit colour and greylib). Speeds up text rendering by 20..45% on colour coldfire, by 30..50% on colour ARM, and is noticeable in archos pictureflow.
2009-03-08 17:22:17 +00:00
grey_parm.c
grey_scroll.c
grey_sh.S
helper.c
helper.h
highscore.c
highscore.h
md5.c
md5.h
oldmenuapi.c
Accept a quick patch from Alexander Levin to neaten up the #defines and comments from my earlier commit
2009-02-01 13:43:08 +00:00
oldmenuapi.h
overlay.c
overlay.h
picture.c
picture.h
playback_control.c
playback_control.h
playergfx.c
playergfx.h
pluginlib_actions.c
Gigabeat S: Get remote keymaps up to snuff and working. Do a couple tweaks on main unit ones. Cleanup keymap file a bit. Fix main button scanner to not clobber remote button. Fix a bug in actions.c where 'LAST_ITEM_IN_LIST' didn't really terminate scanning immediately. It would do an additional call into get_context_map and silently pick up ACTION_STD.
2009-02-03 10:55:30 +00:00
pluginlib_actions.h
pluginlib_albumart.c
albumart search in pluginlib when building without HAVE_ALBUMART (for later use by pictureflow)
2009-01-24 04:09:29 +00:00
pluginlib_bmp.c
pluginlib_bmp.h
pluginlib_resize.c
profile_plugin.c
profile_plugin.h
rgb_hsv.c
rgb_hsv.h
SOURCES
FS#9916 buflib plugin memory allocator
2009-03-04 21:11:12 +00:00
touchscreen.c
touchscreen.h
wrappers.h
albumart search in pluginlib when building without HAVE_ALBUMART (for later use by pictureflow)
2009-01-24 04:09:29 +00:00
xlcd.h
xlcd_core.c
xlcd_draw.c
xlcd_scroll.c