summaryrefslogtreecommitdiffstats
path: root/apps/SOURCES
blob: cf17bbc27c6f927f9a68ffa70f0a628a7e32c276 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
#ifdef ROCKBOX_HAS_LOGF
logfdisp.c
#endif
alarm_menu.c
abrepeat.c
bookmark.c
debug_menu.c
filetypes.c
language.c
main.c
main_menu.c
menu.c
misc.c
onplay.c
playlist.c
playlist_menu.c
playlist_viewer.c
plugin.c
screens.c
settings.c
settings_menu.c
sleeptimer.c
sound_menu.c
status.c
#if !defined(SIMULATOR) || CONFIG_CODEC == SWCODEC
talk.c
#endif
tree.c
dbtree.c
database.c
filetree.c

screen_access.c
gui/buttonbar.c
gui/gwps.c
gui/gwps-common.c
gui/icon.c
gui/list.c
gui/logo.c
gui/option_select.c
gui/quickscreen.c
gui/scrollbar.c
gui/select.c
gui/splash.c
gui/statusbar.c
gui/textarea.c
gui/yesno.c

#ifdef HAVE_LCD_CHARCELLS
player/icons.c
player/keyboard.c
#endif
#ifdef HAVE_LCD_BITMAP
recorder/bmp.c
recorder/icons.c
recorder/keyboard.c
recorder/peakmeter.c
recorder/widgets.c
#if defined(IRIVER_H300_SERIES) || defined(APPLE_IPODVIDEO)
recorder/logo-h300.c
#elif defined(APPLE_IPODCOLOR)
recorder/logo-ipod.c
#elif defined(APPLE_IPODNANO)
recorder/logo-nano.c
#endif
#endif
#ifdef CONFIG_TUNER
recorder/radio.c
#endif
#ifdef HAVE_RECORDING
recorder/recording.c
#endif
#if CONFIG_CODEC == SWCODEC
pcmbuf.c
playback.c
metadata.c
codecs.c
dsp.c
#endif