MAINTAINERS 8.5 KB
Newer Older
1 2 3 4 5


	List of Wine subsection maintainers

When submitting patches to Wine, the guidelines at
6
<https://wiki.winehq.org/SubmittingPatches> should be followed. This file
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
contains a list of maintainers for subsections of Wine. When submitting
patches, you may want to CC relevant people from this list. If you have
questions about your work in an area of Wine, you may find a list of
knowledgeable people here.

Many areas of Wine don't have a specific maintainer, although there may
be people with knowledge of those areas. If an area is not listed here
at all, you can use the git log to find developers working in that area
recently. Or, you can send a mail to wine-devel, but be aware that there
may simply be no one knowledgeable about that subject on the list.

This file uses a similar format to the Linux kernel MAINTAINERS file.
Descriptions of section entries used here:

	M: Primary maintainer. CC patches to: FullName <address@domain>
	P: Other knowledgeable person. FullName <address@domain>
	F: Files and directories with wildcard patterns.
	   One pattern per line.  Multiple F: lines acceptable.
25
	W: Link to additional information.
26 27 28 29 30

Maintainers List

		-----------------------------------

31
ARM, ARM64
32
M:	André Zwing <nerv@dawncrow.de>
33 34 35 36 37
F:	dlls/dbghelp/cpu_arm*
F:	dlls/msvcrt/except_arm.c
F:	dlls/ntdll/signal_arm*
F:	programs/winedbg/be_arm*

38 39 40 41 42 43 44
Audio I/O
M:	Andrew Eikum <aeikum@codeweavers.com>
F:	dlls/dsound/
F:	dlls/mmdevapi/
F:	dlls/winealsa.drv/
F:	dlls/winecoreaudio.drv/
F:	dlls/wineoss.drv/
45
F:	dlls/winepulse.drv/
46 47 48 49 50
F:	dlls/winmm/
F:	dlls/x3daudio*/
F:	dlls/xapofx*/
F:	dlls/xaudio*/

51 52 53 54
Common Controls Library
P:	Nikolay Sivov <nsivov@codeweavers.com>
F:	dlls/comctl32/

55
Common Item Dialog
56
P:	Esme Povirk <esme@codeweavers.com>
57 58 59
F:	dlls/comdlg32/itemdlg.c
F:	dlls/comdlg32/tests/itemdlg.c

60 61 62 63 64 65 66 67
Direct2D
M:	Henri Verbeet <hverbeet@codeweavers.com>
F:	dlls/d2d*/

Direct3D
M:	Henri Verbeet <hverbeet@codeweavers.com>
P:	Stefan Dösinger <stefan@codeweavers.com>
P:	Matteo Bruni <mbruni@codeweavers.com>
68
F:	dlls/d3d10core/
69
F:	dlls/d3d11/
70
F:	dlls/d3d12/
71 72 73 74 75
F:	dlls/d3d8/
F:	dlls/d3d9/
F:	dlls/d3drm/
F:	dlls/ddraw*/
F:	dlls/dxgi/
76 77
F:	dlls/wined3d/

78 79 80 81
Direct3D helper libraries
M:	Matteo Bruni <mbruni@codeweavers.com>
P:	Henri Verbeet <hverbeet@codeweavers.com>
P:	Stefan Dösinger <stefan@codeweavers.com>
82 83
F:	dlls/d3d10/
F:	dlls/d3d10_1/
84 85 86 87
F:	dlls/d3dcompiler*/
F:	dlls/d3dx10*/
F:	dlls/d3dx11*/
F:	dlls/d3dx9*/
88
F:	dlls/d3dxof/
89

90 91 92 93 94
DirectMusic
M:	Michael Stefaniuc <mstefani@winehq.org>
F:	dlls/dm*/
F:	dlls/dswave/

95 96 97 98 99 100
DirectPlay
M:	Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
F:	dlls/dplayx/
F:	dlls/dpnet/
F:	dlls/dpwsockx/

101
DirectShow
102
M:	Zebediah Figura <z.figura12@gmail.com>
103 104
P:	Andrew Eikum <aeikum@codeweavers.com>
F:	dlls/amstream/
105
F:	dlls/devenum/
106
F:	dlls/mciqtz32/
107
F:	dlls/qasf/
108
F:	dlls/qcap/
109
F:	dlls/qdvd/
110 111 112
F:	dlls/qedit/
F:	dlls/quartz/
F:	dlls/strmbase/
113
F:	dlls/winegstreamer/quartz_parser.c
114 115
F:	dlls/wineqtdecoder/

116 117 118 119
DirectWrite
M:	Nikolay Sivov <nsivov@codeweavers.com>
F:	dlls/dwrite/

120
DotNet Runtime
121
M:	Esme Povirk <esme@codeweavers.com>
122 123
F:	dlls/mscoree/

124 125 126
GDI
M:	Huw Davies <huw@codeweavers.com>
F:	dlls/gdi32/
127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146
F:	dlls/win32u/bitblt.c
F:	dlls/win32u/bitmap.c
F:	dlls/win32u/brush.c
F:	dlls/win32u/clipping.c
F:	dlls/win32u/dc.c
F:	dlls/win32u/dib.c
F:	dlls/win32u/dibdrv/
F:	dlls/win32u/driver.c
F:	dlls/win32u/emfdrv.c
F:	dlls/win32u/font.c
F:	dlls/win32u/freetype.c
F:	dlls/win32u/gdiobj.c
F:	dlls/win32u/mapping.c
F:	dlls/win32u/opentype.c
F:	dlls/win32u/painting.c
F:	dlls/win32u/palette.c
F:	dlls/win32u/path.c
F:	dlls/win32u/pen.c
F:	dlls/win32u/printdrv.c
F:	dlls/win32u/region.c
147

148
GDIPlus
149
M:	Esme Povirk <esme@codeweavers.com>
150 151
F:	dlls/gdiplus/

152 153 154 155
GPhoto Driver
M:	Marcus Meissner <marcus@jet.franken.de>
F:	dlls/gphoto2.ds/

156 157
HID support
M:	Aric Stewart <aric@codeweavers.com>
158
P:	Rémi Bernon <rbernon@codeweavers.com>
159 160
F:	dlls/hid/
F:	dlls/hidclass.sys/
161
F:	dlls/hidparse.sys/
162
F:	dlls/winehid.sys/
163

164
HTTP server
165
M:	Zebediah Figura <z.figura12@gmail.com>
166 167 168
F:	dlls/httpapi/
F:	dlls/http.sys/

169 170 171 172 173 174
Input events
P:	Rémi Bernon <rbernon@codeweavers.com>
F:	dlls/user32/input.c
F:	dlls/user32/rawinput.c
F:	server/queue.c

175 176 177 178 179 180 181 182
Input methods
M:	Aric Stewart <aric@codeweavers.com>
F:	dlls/imm32/

JavaScript
M:	Jacek Caban <jacek@codeweavers.com>
F:	dlls/jscript/

183
Joystick input
184
M:	Rémi Bernon <rbernon@codeweavers.com>
185 186 187 188 189 190 191
P:	Andrew Eikum <aeikum@codeweavers.com>
F:	dlls/dinput*/
F:	dlls/windows.gaming.input/
F:	dlls/winebus.sys/
F:	dlls/winexinput.sys/
F:	dlls/xinput*/

192 193 194
Media format conversion
M:	Andrew Eikum <aeikum@codeweavers.com>
F:	dlls/*.acm/
195
F:	dlls/msacm32/
196 197 198 199 200 201 202

Microsoft C Runtime
M:	Piotr Caban <piotr@codeweavers.com>
F:	dlls/msvc*/

MSI installers
M:	Hans Leidekker <hans@codeweavers.com>
203
P:	Zebediah Figura <z.figura12@gmail.com>
204 205
F:	dlls/msi/

206
Netstat
207
M:	André Zwing <nerv@dawncrow.de>
208 209
F:	programs/netstat/

210 211
Network
P:	Bruno Jesus <00cpxxx@gmail.com>
212
P:	Erich E. Hoover <erich.e.hoover@wine-staging.com>
213 214
F:	dlls/ws2_32/

215 216 217 218 219
Network Store Interface
M:	Huw Davies <huw@codeweavers.com>
F:	dlls/iphlpapi/
F:	dlls/nsi/
F:	dlls/nsiproxy.sys/
220
F:	include/wine/nsi.h
221

222 223 224 225 226 227 228 229 230 231 232
OLE Embedding
M:	Huw Davies <huw@codeweavers.com>
F:	dlls/ole32/clipboard.c
F:	dlls/ole32/datacache.c
F:	dlls/ole32/defaulthandler.c
F:	dlls/ole32/ole2.c
F:	dlls/ole32/ole2impl.c
F:	dlls/ole32/oleobj.c

OLE RPC
M:	Huw Davies <huw@codeweavers.com>
233
F:	dlls/combase/
234 235 236 237
F:	dlls/ole32/compobj.c
F:	dlls/ole32/marshal.c
F:	dlls/ole32/usrmarshal.c

238
OLE Storage
239
M:	Esme Povirk <esme@codeweavers.com>
240 241 242 243 244 245 246
F:	dlls/ole32/filelockbytes.c
F:	dlls/ole32/memlockbytes.c
F:	dlls/ole32/stg_stream.c
F:	dlls/ole32/storage32.c
F:	dlls/ole32/storage32.h
F:	dlls/ole32/tests/storage32.c

247 248
OLE Typelibs
P:	Andrew Eikum <aeikum@codeweavers.com>
249
P:	Huw Davies <huw@codeweavers.com>
250 251
F:	dlls/oleaut32/typelib.c

252 253 254 255 256 257
Plug and Play
P:	Zebediah Figura <z.figura12@gmail.com>
F:	dlls/newdev/
F:	dlls/ntoskrnl.exe/pnp.c
F:	dlls/setupapi/devinst.c

258 259 260 261
Postscript Driver
M:	Huw Davies <huw@codeweavers.com>
F:	dlls/wineps.drv/

262 263
Printing
M:	Huw Davies <huw@codeweavers.com>
264
P:	Detlef Riekenberg <wine.dev@web.de>
265
F:	dlls/localspl/
266
F:	dlls/spoolss/
267 268 269 270 271 272 273 274
F:	dlls/winspool.drv/

Richedit
M:	Huw Davies <huw@codeweavers.com>
F:	dlls/riched20

RPC Runtime
P:	Huw Davies <huw@codeweavers.com>
275
P:	Zebediah Figura <z.figura12@gmail.com>
276 277
F:	dlls/rpcrt4

278
TWAIN
279
P:	Esme Povirk <esme@codeweavers.com>
280 281 282 283
F:	dlls/twain_32/
F:	dlls/sane.ds/
F:	dlls/gphoto2.ds/

284 285
Uniscribe
M:	Aric Stewart <aric@codeweavers.com>
286
F:	dlls/gdi32/uniscribe/
287

288 289 290 291 292 293 294 295
URL Moniker
M:	Jacek Caban <jacek@codeweavers.com>
F:	dlls/urlmon/

VBScript
M:	Jacek Caban <jacek@codeweavers.com>
F:	dlls/vbscript/

296 297 298 299
Web Services
M:	Hans Leidekker <hans@codeweavers.com>
F:	dlls/webservices/

300 301 302 303 304 305
WebBrowser control
M:	Jacek Caban <jacek@codeweavers.com>
F:	dlls/ieframe/
F:	dlls/mshtml/
F:	dlls/shdocvw/

306 307
WIDL
P:	Huw Davies <huw@codeweavers.com>
308
P:	Rémi Bernon <rbernon@codeweavers.com>
309 310 311
P:	Zebediah Figura <z.figura12@gmail.com>
F:	tools/widl

312
Windows Imaging Component
313
M:	Esme Povirk <esme@codeweavers.com>
314 315
F:	dlls/windowscodecs/
F:	dlls/windowscodecsext/
316
F:	dlls/wmphoto/
317

318 319 320 321 322 323
Windows Management Instrumentation
M:	Hans Leidekker <hans@codeweavers.com>
F:	dlls/wbemdisp/
F:	dlls/wbemprox/
F:	dlls/wmiutils/

324 325 326 327 328 329 330 331 332 333 334
Windows Media Foundation
M:	Nikolay Sivov <nsivov@codeweavers.com>
F:	dlls/mf/
F:	dlls/mferror/
F:	dlls/mfmediaengine/
F:	dlls/mfplat/
F:	dlls/mfplay/
F:	dlls/mfreadwrite/
F:	dlls/mfuuid/
F:	dlls/rtworkq/

335 336 337 338
Wine debugger (GDB backend)
P:	Rémi Bernon <rbernon@codeweavers.com>
F:	programs/winedbg/gdbproxy.c

339 340
Wine server, IPC
M:	Alexandre Julliard <julliard@winehq.org>
341
P:	Erich E. Hoover <erich.e.hoover@wine-staging.com>
342 343
F:	server/

344
Winemaker
345
M:	André Zwing <nerv@dawncrow.de>
346
F:	tools/winemaker/
347

348 349 350 351
WinHTTP
M:	Hans Leidekker <hans@codeweavers.com>
F:	dlls/winhttp/

352 353 354 355
WinINet
P:	Jacek Caban <jacek@codeweavers.com>
F:	dlls/wininet/

356
WPcap
357
M:	André Zwing <nerv@dawncrow.de>
358 359
F:	dlls/wpcap/

360 361
X11 Driver
M:	Alexandre Julliard <julliard@winehq.org>
362
P:	Rémi Bernon <rbernon@codeweavers.com>
363 364
F:	dlls/winex11.drv/

365 366 367
XML parsing
M:	Nikolay Sivov <nsivov@codeweavers.com>
F:	dlls/msxml*/
368
F:	dlls/xmllite/
369 370 371

THE REST
M:	Alexandre Julliard <julliard@winehq.org>
372
P:	Alex Henrie <alexhenrie24@gmail.com>
373
P:	Andrew Eikum <aeikum@codeweavers.com>
374
P:	Huw Davies <huw@codeweavers.com>
375
P:	Jacek Caban <jacek@codeweavers.com>
376
P:	Esme Povirk <esme@codeweavers.com>
377
P:	Erich E. Hoover <erich.e.hoover@wine-staging.com>
378 379
F:	*
F:	*/
380 381 382

Stable Branch
M:	Michael Stefaniuc <mstefani@winehq.org>
383
W:	https://wiki.winehq.org/StableRules
384 385

Staging Branch
386 387
M:	Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
P:	Zebediah Figura <z.figura12@gmail.com>
388
P:	Paul Gofman <gofmanp@gmail.com>
389 390
P:	Erich E. Hoover <erich.e.hoover@wine-staging.com>
W:	https://wine-staging.com/