Release 5.16.
[wine.git] / MAINTAINERS
blob46b3d40ec332ebd60407e70f85bcfc6d341e2668
3         List of Wine subsection maintainers
5 When submitting patches to Wine, the guidelines at
6 <https://wiki.winehq.org/SubmittingPatches> should be followed. This file
7 contains a list of maintainers for subsections of Wine. When submitting
8 patches, you may want to CC relevant people from this list. If you have
9 questions about your work in an area of Wine, you may find a list of
10 knowledgeable people here.
12 Many areas of Wine don't have a specific maintainer, although there may
13 be people with knowledge of those areas. If an area is not listed here
14 at all, you can use the git log to find developers working in that area
15 recently. Or, you can send a mail to wine-devel, but be aware that there
16 may simply be no one knowledgeable about that subject on the list.
18 This file uses a similar format to the Linux kernel MAINTAINERS file.
19 Descriptions of section entries used here:
21         M: Primary maintainer. CC patches to: FullName <address@domain>
22         P: Other knowledgeable person. FullName <address@domain>
23         F: Files and directories with wildcard patterns.
24            One pattern per line.  Multiple F: lines acceptable.
25         W: Link to additional information.
27 Maintainers List
29                 -----------------------------------
31 ARM, ARM64
32 M:      André Hentschel <nerv@dawncrow.de>
33 F:      dlls/dbghelp/cpu_arm*
34 F:      dlls/msvcrt/except_arm.c
35 F:      dlls/ntdll/signal_arm*
36 F:      programs/winedbg/be_arm*
38 Audio I/O
39 M:      Andrew Eikum <aeikum@codeweavers.com>
40 F:      dlls/dsound/
41 F:      dlls/mmdevapi/
42 F:      dlls/winealsa.drv/
43 F:      dlls/winecoreaudio.drv/
44 F:      dlls/wineoss.drv/
45 F:      dlls/winepulse.drv/
46 F:      dlls/winmm/
47 F:      dlls/x3daudio*/
48 F:      dlls/xapofx*/
49 F:      dlls/xaudio*/
51 Common Controls Library
52 P:      Nikolay Sivov <nsivov@codeweavers.com>
53 F:      dlls/comctl32/
55 Common Item Dialog
56 P:      Esme Povirk <vincent@codeweavers.com>
57 F:      dlls/comdlg32/itemdlg.c
58 F:      dlls/comdlg32/tests/itemdlg.c
60 Direct2D
61 M:      Henri Verbeet <hverbeet@codeweavers.com>
62 F:      dlls/d2d*/
64 Direct3D
65 M:      Henri Verbeet <hverbeet@codeweavers.com>
66 P:      Stefan Dösinger <stefan@codeweavers.com>
67 P:      Matteo Bruni <mbruni@codeweavers.com>
68 F:      dlls/d3d10core/
69 F:      dlls/d3d11/
70 F:      dlls/d3d12/
71 F:      dlls/d3d8/
72 F:      dlls/d3d9/
73 F:      dlls/d3drm/
74 F:      dlls/ddraw*/
75 F:      dlls/dxgi/
76 F:      dlls/wined3d/
78 Direct3D helper libraries
79 M:      Matteo Bruni <mbruni@codeweavers.com>
80 P:      Henri Verbeet <hverbeet@codeweavers.com>
81 P:      Stefan Dösinger <stefan@codeweavers.com>
82 F:      dlls/d3d10/
83 F:      dlls/d3d10_1/
84 F:      dlls/d3dcompiler*/
85 F:      dlls/d3dx10*/
86 F:      dlls/d3dx11*/
87 F:      dlls/d3dx9*/
88 F:      dlls/d3dxof/
90 DirectInput
91 P:      Andrew Eikum <aeikum@codeweavers.com>
92 F:      dlls/dinput/
94 DirectMusic
95 M:      Michael Stefaniuc <mstefani@winehq.org>
96 F:      dlls/dm*/
97 F:      dlls/dswave/
99 DirectPlay
100 M:      Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
101 F:      dlls/dplayx/
102 F:      dlls/dpnet/
103 F:      dlls/dpwsockx/
105 DirectShow
106 M:      Zebediah Figura <z.figura12@gmail.com>
107 P:      Andrew Eikum <aeikum@codeweavers.com>
108 F:      dlls/amstream/
109 F:      dlls/devenum/
110 F:      dlls/mciqtz32/
111 F:      dlls/qasf/
112 F:      dlls/qcap/
113 F:      dlls/qdvd/
114 F:      dlls/qedit/
115 F:      dlls/quartz/
116 F:      dlls/strmbase/
117 F:      dlls/winegstreamer/gstdemux.c
118 F:      dlls/wineqtdecoder/
120 DirectWrite
121 M:      Nikolay Sivov <nsivov@codeweavers.com>
122 F:      dlls/dwrite/
124 DotNet Runtime
125 M:      Esme Povirk <vincent@codeweavers.com>
126 F:      dlls/mscoree/
129 M:      Huw Davies <huw@codeweavers.com>
130 F:      dlls/gdi32/
132 GDIPlus
133 M:      Esme Povirk <vincent@codeweavers.com>
134 F:      dlls/gdiplus/
136 GPhoto Driver
137 M:      Marcus Meissner <marcus@jet.franken.de>
138 F:      dlls/gphoto2.ds/
140 HID support
141 M:      Aric Stewart <aric@codeweavers.com>
142 F:      dlls/hid/
143 F:      dlls/hidclass.sys/
144 F:      dlls/winehid.sys/
146 HTTP server
147 M:      Zebediah Figura <z.figura12@gmail.com>
148 F:      dlls/httpapi/
149 F:      dlls/http.sys/
151 Input methods
152 M:      Aric Stewart <aric@codeweavers.com>
153 F:      dlls/imm32/
155 JavaScript
156 M:      Jacek Caban <jacek@codeweavers.com>
157 F:      dlls/jscript/
159 Mac OS X graphics driver
160 M:      Ken Thomases <ken@codeweavers.com>
161 F:      dlls/winemac.drv/
163 Media format conversion
164 M:      Andrew Eikum <aeikum@codeweavers.com>
165 F:      dlls/*.acm/
166 F:      dlls/msacm32/
168 Microsoft C Runtime
169 M:      Piotr Caban <piotr@codeweavers.com>
170 F:      dlls/msvc*/
172 MSI installers
173 M:      Hans Leidekker <hans@codeweavers.com>
174 P:      Zebediah Figura <z.figura12@gmail.com>
175 F:      dlls/msi/
177 Netstat
178 M:      André Hentschel <nerv@dawncrow.de>
179 F:      programs/netstat/
181 Network
182 P:      Bruno Jesus <00cpxxx@gmail.com>
183 P:      Erich E. Hoover <erich.e.hoover@wine-staging.com>
184 F:      dlls/iphlpapi/
185 F:      dlls/ws2_32/
187 OLE Embedding
188 M:      Huw Davies <huw@codeweavers.com>
189 F:      dlls/ole32/clipboard.c
190 F:      dlls/ole32/datacache.c
191 F:      dlls/ole32/defaulthandler.c
192 F:      dlls/ole32/ole2.c
193 F:      dlls/ole32/ole2impl.c
194 F:      dlls/ole32/oleobj.c
196 OLE RPC
197 M:      Huw Davies <huw@codeweavers.com>
198 F:      dlls/combase/
199 F:      dlls/ole32/compobj.c
200 F:      dlls/ole32/marshal.c
201 F:      dlls/ole32/rpc.c
202 F:      dlls/ole32/stubmanager.c
203 F:      dlls/ole32/usrmarshal.c
205 OLE Storage
206 M:      Esme Povirk <vincent@codeweavers.com>
207 F:      dlls/ole32/filelockbytes.c
208 F:      dlls/ole32/memlockbytes.c
209 F:      dlls/ole32/stg_stream.c
210 F:      dlls/ole32/storage32.c
211 F:      dlls/ole32/storage32.h
212 F:      dlls/ole32/tests/storage32.c
214 OLE Typelibs
215 P:      Andrew Eikum <aeikum@codeweavers.com>
216 P:      Huw Davies <huw@codeweavers.com>
217 F:      dlls/oleaut32/typelib.c
219 Plug and Play
220 P:      Zebediah Figura <z.figura12@gmail.com>
221 F:      dlls/newdev/
222 F:      dlls/ntoskrnl.exe/pnp.c
223 F:      dlls/setupapi/devinst.c
225 Postscript Driver
226 M:      Huw Davies <huw@codeweavers.com>
227 F:      dlls/wineps.drv/
229 Printing
230 M:      Huw Davies <huw@codeweavers.com>
231 P:      Detlef Riekenberg <wine.dev@web.de>
232 F:      dlls/localspl/
233 F:      dlls/spoolss/
234 F:      dlls/winspool.drv/
236 Richedit
237 M:      Huw Davies <huw@codeweavers.com>
238 F:      dlls/riched20
240 RPC Runtime
241 P:      Huw Davies <huw@codeweavers.com>
242 P:      Zebediah Figura <z.figura12@gmail.com>
243 F:      dlls/rpcrt4
244 F:      tools/widl
246 TWAIN
247 P:      Esme Povirk <vincent@codeweavers.com>
248 F:      dlls/twain_32/
249 F:      dlls/sane.ds/
250 F:      dlls/gphoto2.ds/
252 Uniscribe
253 M:      Aric Stewart <aric@codeweavers.com>
254 F:      dlls/usp10/
256 URL Moniker
257 M:      Jacek Caban <jacek@codeweavers.com>
258 F:      dlls/urlmon/
260 VBScript
261 M:      Jacek Caban <jacek@codeweavers.com>
262 F:      dlls/vbscript/
264 Web Services
265 M:      Hans Leidekker <hans@codeweavers.com>
266 F:      dlls/webservices/
268 WebBrowser control
269 M:      Jacek Caban <jacek@codeweavers.com>
270 F:      dlls/ieframe/
271 F:      dlls/mshtml/
272 F:      dlls/shdocvw/
274 Windows Imaging Component
275 M:      Esme Povirk <vincent@codeweavers.com>
276 F:      dlls/windowscodecs/
277 F:      dlls/windowscodecsext/
279 Windows Management Instrumentation
280 M:      Hans Leidekker <hans@codeweavers.com>
281 F:      dlls/wbemdisp/
282 F:      dlls/wbemprox/
283 F:      dlls/wmiutils/
285 Windows Media Foundation
286 M:      Nikolay Sivov <nsivov@codeweavers.com>
287 F:      dlls/mf/
288 F:      dlls/mferror/
289 F:      dlls/mfmediaengine/
290 F:      dlls/mfplat/
291 F:      dlls/mfplay/
292 F:      dlls/mfreadwrite/
293 F:      dlls/mfuuid/
294 F:      dlls/rtworkq/
296 Wine server, IPC
297 M:      Alexandre Julliard <julliard@winehq.org>
298 P:      Erich E. Hoover <erich.e.hoover@wine-staging.com>
299 F:      server/
301 Winemaker
302 M:      André Hentschel <nerv@dawncrow.de>
303 F:      tools/winemaker/
305 WinHTTP
306 M:      Hans Leidekker <hans@codeweavers.com>
307 F:      dlls/winhttp/
309 WinINet
310 P:      Jacek Caban <jacek@codeweavers.com>
311 F:      dlls/wininet/
313 WPcap
314 M:      André Hentschel <nerv@dawncrow.de>
315 F:      dlls/wpcap/
317 X11 Driver
318 M:      Alexandre Julliard <julliard@winehq.org>
319 F:      dlls/winex11.drv/
321 XML parsing
322 M:      Nikolay Sivov <nsivov@codeweavers.com>
323 F:      dlls/msxml*/
324 F:      dlls/xmllite/
326 THE REST
327 M:      Alexandre Julliard <julliard@winehq.org>
328 P:      Alex Henrie <alexhenrie24@gmail.com>
329 P:      Andrew Eikum <aeikum@codeweavers.com>
330 P:      Huw Davies <huw@codeweavers.com>
331 P:      Jacek Caban <jacek@codeweavers.com>
332 P:      Esme Povirk <vincent@codeweavers.com>
333 P:      Erich E. Hoover <erich.e.hoover@wine-staging.com>
334 F:      *
335 F:      */
337 Stable Branch
338 M:      Michael Stefaniuc <mstefani@winehq.org>
339 W:      https://wiki.winehq.org/StableRules
341 Staging Branch
342 M:      Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
343 P:      Zebediah Figura <z.figura12@gmail.com>
344 P:      Paul Gofman <gofmanp@gmail.com>
345 P:      Erich E. Hoover <erich.e.hoover@wine-staging.com>
346 W:      https://wine-staging.com/