rockbox/apps/plugins/clock
Robert Kukla 4071826c81 save clock plugin settings in correct directory
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16688 a1c6a512-1295-4272-9138-f99709370657
2008-03-17 22:27:25 +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: * Correct aspect ratio on archos recorders (target only, checking for LCD type). * Don't let the hands vanish if they are thin. 2007-08-12 15:50:07 +00:00
clock_draw_analog.h
clock_draw_binary.c Clock plugin : centered the binary plugin, moved the AM/PM mark to the right on digital display, reduced the thickness of the pseudo antialiasing for analog clock 2007-08-04 14:50:28 +00:00
clock_draw_binary.h
clock_draw_digital.c Clock plugin : centered the binary plugin, moved the AM/PM mark to the right on digital display, reduced the thickness of the pseudo antialiasing for analog clock 2007-08-04 14:50:28 +00:00
clock_draw_digital.h
clock_menu.c Change wording of date options to clarify; previously English format was not the format used in England. 2008-01-14 13:21:05 +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