Limit character width to 255 pixels
[kugel-rb.git] / apps / plugins / SOURCES
blob434ef319d34c2dd03cb100e8679120ff265acd62
1 test_disk.c
2 test_gfx.c
3 /* plugins common to all models */
4 chessclock.c
5 credits.c
6 cube.c
7 dict.c
8 jackpot.c
9 keybox.c
10 logo.c
11 mosaique.c
12 properties.c
13 random_folder_advance_config.c
14 rockblox.c
15 search.c
16 settings_dumper.c
17 snow.c
18 sort.c
19 stats.c
20 stopwatch.c
21 theme_remove.c
22 vbrfix.c
23 viewer.c
24 #ifdef HAVE_BACKLIGHT
25 lamp.c
26 #endif /* HAVE_BACKLIGHT */
27 #ifndef SIMULATOR
28 battery_bench.c
29 firmware_flash.c
30 #endif /* SIMULATOR */
31 #if (CONFIG_CPU == SH7034)
32 rockbox_flash.c
33 #endif /* CONFIG_CPU */
35 #if defined(IPOD_NANO2G) && !defined(SIMULATOR)
36 crypt_firmware.c
37 #endif
39 #if (CONFIG_CODEC == SWCODEC) && defined(HAVE_RECORDING) && \
40     (defined(HAVE_LINE_IN) || defined(HAVE_MIC_IN))
41 pitch_detector.c
42 #endif
44 #if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR)
45 metronome.c
46 #endif
48 #if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR)
49 wavplay.c
50 #endif
51 #if (CONFIG_CODEC == MAS3587F) && !defined(SIMULATOR)
52 wavrecord.c
53 #endif
55 #ifndef IRIVER_IFP7XX_SERIES       /* Temporarily disable plugins for iFP7xx */
56 dice.c
57 disktidy.c
58 flipit.c
60 #ifdef HAVE_LCD_BITMAP             /* Not for the Player */
61 rockblox1d.c
62 brickmania.c
63 maze.c
64 mazezam.c      
65 text_editor.c
66 wavview.c
67 robotfindskitten.c
69 #ifdef HAVE_LCD_COLOR
70 clix.c
71 ppmviewer.c
72 codebuster.c
73 #endif
75 /* Plugins needing the grayscale lib on low-depth LCDs */
76 fire.c
77 mandelbrot.c
78 plasma.c
80 blackjack.c
81 bounce.c
82 bubbles.c
83 calculator.c
84 chip8.c
85 chopper.c
86 demystify.c
87 jewels.c
88 minesweeper.c
89 oscilloscope.c
90 pegbox.c
91 pong.c
92 sliding_puzzle.c
93 snake.c
94 snake2.c
95 solitaire.c
96 sokoban.c
97 star.c
98 starfield.c
99 #if (CONFIG_LCD == LCD_SSD1815) && (CONFIG_CODEC != SWCODEC) && \
100     !defined(SIMULATOR)
101 video.c
102 #endif
103 vu_meter.c
104 wormlet.c
106 #if CONFIG_RTC
107 calendar.c
108 #endif /* CONFIG_RTC */
110 #if (MEMORYSIZE <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */
111 chessbox.c
112 #if CONFIG_KEYPAD == RECORDER_PAD
113 rockboy.c
114 #endif
115 zxbox.c
116 #endif
118 /* overlay loader for Goban */
119 #if (PLUGIN_BUFFER_SIZE < 0x10000) && !defined(SIMULATOR)
120 goban.c
121 pictureflow.c
122 #endif
124 /* not support recorder models for now */
125 #if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
126 fireworks.c
127 #endif
128 xobox.c
129 spacerocks.c
130 #if LCD_DEPTH >= 16
131 rockpaint.c
132 #endif
134 rocklife.c
135 #endif /* HAVE_LCD_BITMAP */
137 #ifdef HAVE_LCD_CHARCELLS          /* Player model only */
138 euroconverter.c
139 nim.c
140 #endif /* HAVE_LCD_CHARCELLS */
142 #if CONFIG_CODEC == SWCODEC        /* software codec platforms */
143 mp3_encoder.c
144 wav2wv.c
145 #else                              /* hardware codec platforms */
146 #if !defined(ARCHOS_ONDIOSP) && !defined(ARCHOS_ONDIOFM)
147     /* not for Ondio, has no remote control pin */
148 alpine_cdc.c
149 #endif
150 #if defined(HAVE_LCD_BITMAP) && !defined(SIMULATOR)
151 splitedit.c
152 #endif
153 #endif /* CONFIG_CODEC */
155 #if LCD_DEPTH > 1                  /* non-mono bitmap targets */
156 matrix.c
157 #endif
159 /* Platform-specific plugins */
160 #if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
161 iriverify.c
162 #endif
163 #if defined(IRIVER_H100_SERIES) && !defined(SIMULATOR)
164 iriver_flash.c
165 #endif
167 #endif /* iFP7xx */
168 #if (LCD_WIDTH > 138) && (LCD_DEPTH > 1)
169 /* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini, mrobe100 and ifp*/
170 invadrox.c
171 superdom.c
172 #endif
174 md5sum.c
176 #if (PLUGIN_BUFFER_SIZE >= 0x80000)
177 lua.c
178 #ifdef HAVE_LCD_BITMAP
179 boomshine.lua
180 #endif
181 #endif
183 #ifdef USB_ENABLE_HID
184 remote_control.c
185 #endif