]> git.sesse.net Git - vlc/blob - modules/gui/skins2/Modules.am
* all: first implementation of skinnable vouts (X11 only)
[vlc] / modules / gui / skins2 / Modules.am
1 SOURCES_skins2 = \
2         commands/async_queue.cpp \
3         commands/async_queue.hpp \
4         commands/cmd_add_item.cpp \
5         commands/cmd_add_item.hpp \
6         commands/cmd_dummy.hpp \
7         commands/cmd_generic.hpp \
8         commands/cmd_change_skin.cpp \
9         commands/cmd_change_skin.hpp \
10         commands/cmd_dialogs.hpp \
11         commands/cmd_fullscreen.cpp \
12         commands/cmd_fullscreen.hpp \
13         commands/cmd_input.cpp \
14         commands/cmd_input.hpp \
15         commands/cmd_layout.cpp \
16         commands/cmd_layout.hpp \
17         commands/cmd_notify_playlist.cpp \
18         commands/cmd_notify_playlist.hpp \
19         commands/cmd_on_top.cpp \
20         commands/cmd_on_top.hpp \
21         commands/cmd_playlist.cpp \
22         commands/cmd_playlist.hpp \
23         commands/cmd_quit.cpp \
24         commands/cmd_quit.hpp \
25         commands/cmd_resize.cpp \
26         commands/cmd_resize.hpp \
27         commands/cmd_show_window.hpp \
28         \
29         controls/ctrl_button.cpp \
30         controls/ctrl_button.hpp \
31         controls/ctrl_checkbox.cpp \
32         controls/ctrl_checkbox.hpp \
33         controls/ctrl_flat.hpp \
34         controls/ctrl_generic.cpp \
35         controls/ctrl_generic.hpp \
36         controls/ctrl_image.cpp \
37         controls/ctrl_image.hpp \
38         controls/ctrl_list.cpp \
39         controls/ctrl_list.hpp \
40         controls/ctrl_move.cpp \
41         controls/ctrl_move.hpp \
42         controls/ctrl_resize.cpp \
43         controls/ctrl_resize.hpp \
44         controls/ctrl_slider.cpp \
45         controls/ctrl_slider.hpp \
46         controls/ctrl_radialslider.cpp \
47         controls/ctrl_radialslider.hpp \
48         controls/ctrl_text.hpp \
49         controls/ctrl_text.cpp \
50         \
51         events/evt_enter.hpp \
52         events/evt_generic.hpp \
53         events/evt_focus.hpp \
54         events/evt_input.cpp \
55         events/evt_input.hpp \
56         events/evt_key.cpp \
57         events/evt_key.hpp \
58         events/evt_leave.hpp \
59         events/evt_motion.hpp \
60         events/evt_mouse.cpp \
61         events/evt_mouse.hpp \
62         events/evt_refresh.hpp \
63         events/evt_special.cpp \
64         events/evt_special.hpp \
65         events/evt_scroll.cpp \
66         events/evt_scroll.hpp \
67         \
68         parser/builder.cpp \
69         parser/builder.hpp \
70         parser/builder_data.hpp \
71         parser/interpreter.cpp \
72         parser/interpreter.hpp \
73         parser/skin_parser.cpp \
74         parser/skin_parser.hpp \
75         parser/xmlparser.cpp \
76         parser/xmlparser.hpp \
77         \
78         src/anchor.cpp \
79         src/anchor.hpp \
80         src/dialogs.cpp \
81         src/dialogs.hpp \
82         src/ft2_bitmap.cpp \
83         src/ft2_bitmap.hpp \
84         src/ft2_font.cpp \
85         src/ft2_font.hpp \
86         src/generic_bitmap.hpp \
87         src/generic_font.hpp \
88         src/generic_layout.cpp \
89         src/generic_layout.hpp \
90         src/generic_window.cpp \
91         src/generic_window.hpp \
92         src/logger.cpp \
93         src/logger.hpp \
94         src/os_factory.cpp \
95         src/os_factory.hpp \
96         src/os_graphics.hpp \
97         src/os_loop.hpp \
98         src/os_timer.hpp \
99         src/os_window.hpp \
100         src/os_tooltip.hpp \
101         src/png_bitmap.cpp \
102         src/png_bitmap.hpp \
103         src/scaled_bitmap.cpp \
104         src/scaled_bitmap.hpp \
105         src/skin_main.cpp \
106         src/skin_common.hpp \
107         src/theme.cpp \
108         src/theme.hpp \
109         src/theme_loader.cpp \
110         src/theme_loader.hpp \
111         src/tooltip.cpp \
112         src/tooltip.hpp \
113         src/var_manager.cpp \
114         src/var_manager.hpp \
115         src/vlcproc.cpp \
116         src/vlcproc.hpp \
117         src/vout_window.cpp \
118         src/vout_window.hpp \
119         src/window_manager.cpp \
120         src/window_manager.hpp \
121         \
122         utils/bezier.cpp \
123         utils/bezier.hpp \
124         utils/fsm.cpp \
125         utils/fsm.hpp \
126         utils/observer.hpp \
127         utils/pointer.hpp \
128         utils/position.cpp \
129         utils/position.hpp \
130         utils/ustring.cpp \
131         utils/ustring.hpp \
132         utils/variable.hpp \
133         utils/var_bool.cpp \
134         utils/var_bool.hpp \
135         utils/var_list.cpp \
136         utils/var_list.hpp \
137         utils/var_percent.cpp \
138         utils/var_percent.hpp \
139         utils/var_text.cpp \
140         utils/var_text.hpp \
141         \
142         vars/playlist.cpp \
143         vars/playlist.hpp \
144         vars/stream.cpp \
145         vars/stream.hpp \
146         vars/time.cpp \
147         vars/time.hpp \
148         vars/volume.cpp \
149         vars/volume.hpp \
150         \
151         win32/win32_dragdrop.cpp \
152         win32/win32_dragdrop.hpp \
153         win32/win32_factory.cpp \
154         win32/win32_factory.hpp \
155         win32/win32_graphics.cpp \
156         win32/win32_graphics.hpp \
157         win32/win32_loop.cpp \
158         win32/win32_loop.hpp \
159         win32/win32_timer.cpp \
160         win32/win32_timer.hpp \
161         win32/win32_tooltip.cpp \
162         win32/win32_tooltip.hpp \
163         win32/win32_window.cpp \
164         win32/win32_window.hpp \
165         \
166         x11/x11_display.cpp \
167         x11/x11_display.hpp \
168         x11/x11_dragdrop.cpp \
169         x11/x11_dragdrop.hpp \
170         x11/x11_factory.cpp \
171         x11/x11_factory.hpp \
172         x11/x11_graphics.cpp \
173         x11/x11_graphics.hpp \
174         x11/x11_loop.cpp \
175         x11/x11_loop.hpp \
176         x11/x11_timer.cpp \
177         x11/x11_timer.hpp \
178         x11/x11_window.cpp \
179         x11/x11_window.hpp \
180         x11/x11_tooltip.cpp \
181         x11/x11_tooltip.hpp \
182         $(NULL)
183
184 EXTRA_DIST += \
185         theme/add_item_onclick.png \
186         theme/add_item.png \
187         theme/body.png \
188         theme/close_mouseover.png \
189         theme/close_onclick.png \
190         theme/close.png \
191         theme/delete_item_onclick.png \
192         theme/delete_item.png \
193         theme/disabled.png \
194         theme/fast_disabled.png \
195         theme/fast_onclick.png \
196         theme/fast.png \
197         theme/FreeSansBold.ttf \
198         theme/FreeSans.ttf \
199         theme/next_disabled.png \
200         theme/next_onclick.png \
201         theme/next.png \
202         theme/pause_onclick.png \
203         theme/pause.png \
204         theme/playlist_body1.png \
205         theme/playlist_body2.png \
206         theme/playlist_body3.png \
207         theme/playlist_body4.png \
208         theme/playlist_body6.png \
209         theme/playlist_body7.png \
210         theme/playlist_body8.png \
211         theme/playlist_body9.png \
212         theme/playlist_button2.png \
213         theme/playlist_button_onclick2.png \
214         theme/playlist_button_onclick.png \
215         theme/playlist_button.png \
216         theme/playlist.png \
217         theme/play_onclick.png \
218         theme/play.png \
219         theme/preferences_onclick.png \
220         theme/preferences.png \
221         theme/previous_disabled.png \
222         theme/previous_onclick.png \
223         theme/previous.png \
224         theme/reduce_disabled.png \
225         theme/reduce_onclick.png \
226         theme/reduce.png \
227         theme/resize.png \
228         theme/rev_disabled.png \
229         theme/rev_onclick.png \
230         theme/rev.png \
231         theme/skin.dtd \
232         theme/slider2.png \
233         theme/slider_onclick.png \
234         theme/slider_playlist.png \
235         theme/slider.png \
236         theme/slider_volume_onclick.png \
237         theme/slider_volume.png \
238         theme/slow_disabled.png \
239         theme/slow_onclick.png \
240         theme/slow.png \
241         theme/sort_onclick.png \
242         theme/sort.png \
243         theme/stop_disabled.png \
244         theme/stop_onclick.png \
245         theme/stop.png \
246         theme/theme.xml \
247         theme/volume.png