rockbox/apps/plugins/lib
2007-09-20 10:49:48 +00:00
..
bmp.c Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ignored on target and mixed into 'oflags' in the simulator. * Simplified io.c a bit by defining a dummy O_BINARY for OSes which don't have that. 2007-02-01 23:08:15 +00:00
bmp.h
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 Clean up hard-coded paths 2007-09-10 09:46:36 +00:00
configfile.h
fixedpoint.c vu_meter: Use the fixedpoint lib (moving flog there) 2007-07-31 17:23:49 +00:00
fixedpoint.h vu_meter: Use the fixedpoint lib (moving flog there) 2007-07-31 17:23:49 +00:00
gray.h Grayscale lib: Using a 32x32->32 bit multiplication is better on ARM, as 16x16->32 bit isn't a single instruction. Renamed the macro for pointing out that it's not necessarily 16 bit anymore, and to avoid collisions with similar macros in plugins. 2006-11-05 14:40:14 +00:00
gray_core.c Grayscale library: Tuned frame frequency for the 2nd/3rd gen LCD. 2007-07-27 16:21:01 +00:00
gray_draw.c Grayscale lib: Using a 32x32->32 bit multiplication is better on ARM, as 16x16->32 bit isn't a single instruction. Renamed the macro for pointing out that it's not necessarily 16 bit anymore, and to avoid collisions with similar macros in plugins. 2006-11-05 14:40:14 +00:00
gray_parm.c
gray_scroll.c Grayscale lib: Using a 32x32->32 bit multiplication is better on ARM, as 16x16->32 bit isn't a single instruction. Renamed the macro for pointing out that it's not necessarily 16 bit anymore, and to avoid collisions with similar macros in plugins. 2006-11-05 14:40:14 +00:00
helper.c Pass plugin api pointer to funtion directly, fixes crashes when doing incremental builds. Fix incorrect backlight changes in rockblox introduced recently. 2007-08-16 23:01:18 +00:00
helper.h Pass plugin api pointer to funtion directly, fixes crashes when doing incremental builds. Fix incorrect backlight changes in rockblox introduced recently. 2007-08-16 23:01:18 +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 Next step of Makefile tuning: * Use 'make' internal commands for printing messages. Saves build time especially on cygwin. * SILENT variable used in more places. * Bitmap build system uses one Makefille less. 2006-10-27 21:48:06 +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 Fix the text for settings which have a different title than what is shown in the menu (i.e scroll options) 2007-07-23 05:40:45 +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 implement actions in the plugins, bubbles and metronome converted. 2006-11-16 02:53:44 +00:00
pluginlib_actions.h Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max Kelley with tweaks, bit of cleanup and additional bitmaps by me. Some of the now enabled plugins could still be improved in regard to screen size adaptation or keymaps but this way it can easily be done later and one by one. The rather ugly 'ifndef's I added temporaryly in plugins/SOURCES will also go one by one. Plugin button actions cause some quirks in a few plugins (e.g. 'clock') but since it's not critical , the bitmaps were already done and it makes a good example for discussing plugin button actions, I thought it could go in. 2007-09-20 10:49:48 +00:00
profile_plugin.c
profile_plugin.h
rgb_hsv.c
rgb_hsv.h
SOURCES Also keep the backlight on in mpegplayer when plugged in. Fixes FS #7584. Created two helper functions for this, because this issue also exists in other plugins (to do). The helper functions are in the pluginlib in helper.[ch], where other common stuff can be put. 2007-08-13 22:31:11 +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