rockbox/apps/plugins/clock
2008-03-26 03:35:24 +00:00
..
clock.c 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
clock.h
clock_bitmap_strings.c
clock_bitmap_strings.h
clock_bitmaps.c
clock_bitmaps.h
clock_counter.c
clock_counter.h
clock_draw.c
clock_draw.h
clock_draw_analog.c
clock_draw_analog.h
clock_draw_binary.c
clock_draw_binary.h
clock_draw_digital.c
clock_draw_digital.h
clock_menu.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
clock_menu.h
clock_settings.c Fix some plugins not using the helper functions for the new backlight timeout handling. 2007-11-29 23:55:58 +00:00
clock_settings.h save clock plugin settings in correct directory 2008-03-17 22:27:25 +00:00
Makefile Stop wasting binary size + ram for several plugins. Plugins are supposed to be linked with --gc-sections, in case they use plugin library elements. 2008-01-04 21:07:05 +00:00
SOURCES