Francois Gouget
17c57737c9
ntoskrnl.exe: Fix the PsCreateSystemThread() prototype and declare it in wdm.h.
...
Add a prototype for PsTerminateSystemThread().
2007-09-27 20:12:17 +02:00
Francois Gouget
4b340fff6f
includes: Make headers C++ compatible.
2007-09-27 20:12:13 +02:00
Francois Gouget
74b240bff2
includes: Remove unneeded extern "C" statements.
2007-09-27 20:12:10 +02:00
Peter Oberndorfer
715edc1633
winhttp: Add WinHttpGetIEProxyConfigForCurrentUser stub.
2007-09-27 12:49:10 +02:00
Peter Oberndorfer
073dd7dde2
ntdll: NtAreMappedFilesTheSame semi stub.
2007-09-27 12:47:15 +02:00
Konstantin Kondratyuk
ca77cb108c
include/npapi.h: Add some constants.
2007-09-27 12:47:00 +02:00
Konstantin Kondratyuk
227966402b
mpr: Correct usage of dwScope and dwEnumScopes.
2007-09-27 12:46:24 +02:00
Andrey Turkin
477582401b
server: Implement server-side completion queues and operations on them.
2007-09-26 13:56:43 +02:00
Thomas Weidenmueller
1244e8c7d4
shell32: Implement SHCreatePropSheetExtArrayEx.
2007-09-26 12:15:45 +02:00
Mikołaj Zalewski
212c36048a
shell32: Make the shell view control Unicode.
2007-09-26 12:15:27 +02:00
Mikolaj Zalewski
f606055740
include: Fix the definition of VALID_INHERIT_FLAGS.
2007-09-26 12:15:14 +02:00
L. Rahyen
43601c282b
user32: Implement initial stubs for all raw input functions.
2007-09-25 14:18:40 +02:00
Chris Robinson
4258465868
winex11.drv: Load the XComposite extension when available.
2007-09-25 13:32:46 +02:00
Mikolaj Zalewski
57ca9ae92d
advapi32: Add AddAuditAccessAceEx.
2007-09-25 11:18:45 +02:00
Mikolaj Zalewski
04e688a26d
ntdll: Add RtlAddAuditAccessAceEx.
2007-09-25 11:18:40 +02:00
Juan Lang
4bfca01da0
setupapi: Fix prototype of SetupDiCreateDeviceInterfaceRegKeyA/W.
2007-09-24 14:16:12 +02:00
Roderick Colenbrander
243ac3ed75
wined3d: Move video memory tracking to the adapter.
2007-09-24 13:50:43 +02:00
Mikołaj Zalewski
5b4aa62fd2
advapi32: Add some more rights constants for ConvertStringSecurityDescriptorToSecurityDescriptor.
2007-09-24 13:31:30 +02:00
Stefan Dösinger
1c4a15d2cd
wined3d: Recompile glsl pixelshaders if the sampler format changes.
2007-09-24 13:30:08 +02:00
Rob Shearman
ac7e221c20
userenv: Add a stub for UnloadUserProfile.
2007-09-21 12:05:42 +02:00
Francois Gouget
deb355be81
infosoft: indexsrv.idl must import objidl.idl and not unknwn.idl.
...
Add a commented out import directive as a reminder.
2007-09-21 11:52:18 +02:00
Francois Gouget
253b251ff5
fci.h: Include basetsd.h.
2007-09-21 11:52:13 +02:00
Francois Gouget
49b2c3fee6
mpr: Move MAX_INTERFACE_NAME_LEN to mprapi.h and add related constants.
...
Fix iprtrmib.h so it includes mprapi.h.
2007-09-21 11:52:08 +02:00
Francois Gouget
0bf3f1d9f1
gdiplus: Make gdiplustypes.h C++ compatible.
...
Add GetThumbnailImageAbort.
2007-09-21 11:52:05 +02:00
Francois Gouget
2b89102127
regstr.h only defines constants and structures and thus does not need an extern "C" statement.
2007-09-21 11:52:01 +02:00
Peter Oberndorfer
70238568c6
include: Add new processor feature constants.
2007-09-21 11:51:46 +02:00
Dmitry Timoshkov
b0d1590def
gdi32: Use symbolic names for font tags.
2007-09-20 15:54:19 +02:00
Roderick Colenbrander
21a3c1d4be
wined3d: Better video memory reporting.
2007-09-20 15:53:40 +02:00
Maarten Lankhorst
c3cf79d817
gdi: Remove support for libicu and all dependencies.
2007-09-19 14:56:50 +02:00
Juan Lang
9fc7973727
setupapi: Add missing prototypes and definitions, and change function prototypes to match.
2007-09-19 12:48:46 +02:00
Juan Lang
ae6f5616cb
setupapi: Correct type to match PSDK.
2007-09-19 12:31:37 +02:00
Francois Gouget
a399e3bcc4
dbghelp: Fix the PENUMLOADED_MODULES_CALLBACK() prototype.
2007-09-18 11:21:21 +02:00
Francois Gouget
4040ecee2b
dnsapi: Fix the DnsQueryConfig() prototype.
2007-09-18 11:21:17 +02:00
Francois Gouget
4035b22bf7
imagehlp: Add SYMBOL_INFO_PACKAGE and SymSetSearchPathW().
2007-09-18 11:21:00 +02:00
Francois Gouget
af183df608
advapi32: Add and use LSTATUS.
2007-09-18 11:20:53 +02:00
Francois Gouget
a9f9676046
shell32: CSIDL_MYDOCUMENTS is now a synonym for CSIDL_PERSONAL.
2007-09-18 11:20:40 +02:00
Francois Gouget
98d63f3435
dbghelp & imagehlp: Fix the PSYM_ENUMSYMBOLS_CALLBACK() and PSYM_ENUMERATESYMBOLS_CALLBACK() prototypes.
...
Tweak the actual callbacks to better match the prototypes.
2007-09-18 11:20:24 +02:00
Francois Gouget
4dbe1f9164
dbghelp: Add some missing prototypes and types.
2007-09-18 11:20:06 +02:00
Francois Gouget
faab0c7885
imagehlp: Fix the PTRANSLATE_ADDRESS_ROUTINE() and PREAD_PROCESS_MEMORY_ROUTINE() prototypes.
2007-09-18 11:19:59 +02:00
Dmitry Timoshkov
3407307a50
winex11.drv: Use symbolic names for MapVirtualKey translation types.
2007-09-18 11:15:01 +02:00
Mikolaj Zalewski
baee27c69c
gdi32: Implement AddFontMemResourceEx (based on a patch of Byeong-Sik Jeon).
2007-09-17 14:14:27 +02:00
Roderick Colenbrander
0b0f353b7d
wined3d: Update list of pci ids.
2007-09-17 12:10:33 +02:00
Stefan Dösinger
c5410a6f22
wined3d: Use GL_NV_depth_clamp to implement clipping disable.
2007-09-17 12:08:40 +02:00
Stefan Dösinger
43af9aec19
wined3d: Add D3DSI_TEXLD_PROJECT and BIAS to d3d9types.h.
2007-09-17 12:08:23 +02:00
Vincent Povirk
f6aa17ce28
shell32: Add SHPathPrepareForWrite and related constants.
2007-09-14 16:20:14 +02:00
Rob Shearman
3f431a0646
server: Add get_token_statistics server call and use it to implement the TokenStatistics and TokenType levels for NtQueryInformationToken.
2007-09-14 14:43:46 +02:00
Jacek Caban
1ab3dbd55e
mshtml.idl: Added IHTMLAnchorElement.
2007-09-13 13:25:57 +02:00
Roderick Colenbrander
ad692f2a83
wined3d: Add PBO support for dynamically locked surfaces.
2007-09-13 11:00:47 +02:00
Rob Shearman
5ffe867dc7
ole32: Implement CoFreeUnusedLibrariesEx.
...
Fix CoFreeUnusedLibraries to use a delay of 10 minutes when used with
multi-threaded apartments.
2007-09-12 14:04:56 +02:00
Stefan Dösinger
160258b637
wined3d: Implement mipmap auto generation.
2007-09-12 12:10:25 +02:00
Stefan Dösinger
5ab9d85c39
wined3d: Implement texbeml.
2007-09-12 12:10:03 +02:00
Francois Gouget
b7bf91f5e8
crypt32: Fix the I_Crypt*Asn1*() prototypes. Add the i_cryptasn1tls.h header and use it.
2007-09-12 11:33:10 +02:00
Rob Shearman
cfc50f89d7
ole32: Add cross-process running-object table support.
2007-09-11 13:55:08 +02:00
Juan Lang
8bc15e7b4a
crypt32: Add policy flags definitions.
2007-09-11 12:36:05 +02:00
Mikolaj Zalewski
5ce0788e4d
include: Add errorrep.h header.
2007-09-11 12:34:07 +02:00
Francois Gouget
b1494b1377
query: Make ntquery.h C++ compatible.
...
Add missing prototypes.
Add a commented-out #include directive as a reminder.
2007-09-10 12:14:57 +02:00
Francois Gouget
16793656ea
url: Fix the InetIsOffline() prototype.
...
Add a skeleton intshcut.h header declaring InetIsOffline(), and use it.
2007-09-10 12:14:38 +02:00
Francois Gouget
11ab3dacfd
secur32: Add some missing prototypes to ntsecapi.h.
2007-09-10 12:14:05 +02:00
Francois Gouget
4aed59ef5b
crypt32: Better match the PSDK types and fix the winapi_check warnings.
2007-09-10 12:14:03 +02:00
Francois Gouget
015dc79cd4
version: Fix some Ver*() prototypes (especially wrt constness).
...
Better match the PSDK types and fix the winapi_check warnings.
2007-09-10 12:13:41 +02:00
Francois Gouget
c0716ef18c
quartz: Make errors.h more complete and better match the PSDK types.
2007-09-10 12:13:00 +02:00
Francois Gouget
b1ed9ce820
shobjidl.h: Add missing #include directives, and some commented-out ones as reminders.
2007-09-10 12:12:38 +02:00
Francois Gouget
5fcce569ce
bcrypt: Add a skeleton bcrypt.h header and use it.
2007-08-31 12:08:58 +02:00
Francois Gouget
ca31d8ad1c
wininet: Remove the occasional parameter name in the prototypes.
2007-08-31 12:08:58 +02:00
Kai Blin
b53e1ffa47
secur32: Implement LsaRegisterLogonProcess stub.
2007-08-30 20:06:56 +02:00
Francois Gouget
d4337f2b5e
wininet: Fix many wininet prototypes: the context is a DWORD_PTR now.
2007-08-30 17:02:49 +02:00
Francois Gouget
5b3d0b8878
winhttp: Add a skeleton winhttp.h and use it.
2007-08-30 17:02:48 +02:00
Francois Gouget
f9ee796c42
wintrust: Add a prototype for WTHelperGetProvCertFromChain().
2007-08-30 17:02:48 +02:00
Francois Gouget
7e8a9e3dfb
winmm: Fix the mmTask*() prototypes.
2007-08-30 17:02:48 +02:00
Francois Gouget
2264b0c556
winmm: Make mmddk.h C++ compatible.
2007-08-30 17:02:48 +02:00
Francois Gouget
dd3e2be810
msvcrt: Add a prototype for _atoldbl() & co and declare _LDOUBLE & co in stdlib.h.
2007-08-30 17:02:48 +02:00
Francois Gouget
4067c194c6
gdiplus: Add some extra prototypes.
2007-08-30 17:02:48 +02:00
Kai Blin
0c6e2c20bd
secur32: Implement LsaGetLogonSessionData stub.
2007-08-30 11:57:18 +02:00
Francois Gouget
c2d47ced74
setupapi: Add prototypes for the Setup*Log*() functions. Better stick to the PSDK types.
2007-08-30 11:57:18 +02:00
Francois Gouget
b6b97b1efa
gdiplus: Add some missing or related prototypes and types.
...
Fix the GdipDrawRectangles() prototype.
2007-08-30 11:57:18 +02:00
Stefan Dösinger
643d1e8847
wined3d: Tidy up the vbo removal from the strided data.
2007-08-30 11:57:18 +02:00
Alexandre Julliard
2896540a34
server: Set the queue mask directly in get_message to avoid an extra server call.
2007-08-29 18:13:13 +02:00
Alexandre Julliard
b4edb573fd
server: Message results should be stored as longs, not ints.
2007-08-29 18:01:10 +02:00
Juan Lang
a47f47fe29
winerror.h: Add more error definitions.
2007-08-29 12:01:40 +02:00
Juan Lang
3db50276ab
wintrust: Add missing definitions.
2007-08-29 11:59:39 +02:00
Juan Lang
01b083c575
imagehlp: Move WIN_CERTIFICATE types to wintrust.h, and rename a type, to match PSDK.
2007-08-28 11:56:37 +02:00
Juan Lang
bb963cc920
wintrust: Add trust step error definitions.
2007-08-27 19:33:50 +02:00
Juan Lang
67a0ff46eb
wintrust: Make crypt provider functions calling convention explicit.
2007-08-27 19:33:44 +02:00
Alexandre Julliard
df13cee288
server: Store a separate flag for windows that need to be erased in WM_PAINT.
...
This avoids the need to invalidate the window after WM_ERASEBKGND.
2007-08-27 16:41:08 +02:00
Stefan Dösinger
6ec6c941fa
wined3d: BaseVertexIndex can be negative.
2007-08-27 12:00:42 +02:00
Roderick Colenbrander
925e8964f1
wined3d: Add Geforce8 device ids.
2007-08-27 11:58:44 +02:00
Kirill K. Smirnov
f3e13174c7
wineconsole: Implement GetConsoleWindow.
2007-08-24 12:03:22 +02:00
Tijl Coosemans
0c4f152ec7
server: Use thr_kill2 syscall to signal threads on FreeBSD.
2007-08-23 20:19:09 +02:00
Rob Shearman
68efb47ca3
include: Add some defines for mshtml service IDs.
2007-08-23 20:18:32 +02:00
Rob Shearman
38b1c7918f
include: Add a define for SID_SOleUndoManager.
2007-08-23 20:18:32 +02:00
Rob Shearman
82fa36059d
include: Add a define for SID_SHlinkFrame.
2007-08-23 20:18:32 +02:00
Rob Shearman
601cc42a03
include: Define some shell service IDs.
2007-08-23 20:18:32 +02:00
Mikolaj Zalewski
108e5d4b02
include: Add some definitions to winioctl.h.
2007-08-23 13:35:18 +02:00
Dmitry Timoshkov
db552fbf4b
include/wine/test.h: Use appropriate type.
2007-08-22 12:18:59 +02:00
Stefan Dösinger
01c6c982bb
d3d9: Some caps fixes.
2007-08-21 13:35:35 +02:00
Dmitry Timoshkov
d666143f88
ntdll: Detect current time zone settings.
2007-08-21 12:40:37 +02:00
Roderick Colenbrander
9ca3a22487
wined3d: Dynamically load WGL functions.
2007-08-17 12:03:13 +02:00
Evan Stade
a51cf1d35a
gdiplus: Added GdipMeasureString.
2007-08-16 11:40:02 +02:00
Francois Gouget
f20cd498e0
ntoskrnel.exe: Better match the PSDK types and fix the winapi_check warnings.
2007-08-16 11:09:41 +02:00
Evan Stade
380f184986
gdiplus: Added GdipDeleteStringFormat.
2007-08-15 10:56:41 +02:00
Evan Stade
c8c77f9b48
gdiplus: Added GdipSetStringFormatLineAlign/GdipGetStringFormatLineAlign.
2007-08-15 10:56:31 +02:00
Evan Stade
b56689d22c
gdiplus: Added GdipSetLineBlend stub.
2007-08-15 10:55:14 +02:00
Evan Stade
936f310190
gdiplus: Added GdipSetStringFormatHotkeyPrefix/GdipGetStringFormatHotkeyPrefix.
2007-08-15 10:55:05 +02:00
Evan Stade
551a606ab2
gdiplus: Added GdipGetStringFormatTrimming/GdipSetStringFormatTrimming.
2007-08-15 10:54:56 +02:00
Evan Stade
16dea47a5c
gdiplus: Added GdipGetStringFormatAlign/GdipSetStringFormatAlign.
2007-08-15 10:54:30 +02:00
Evan Stade
059a2d8c6f
gdiplus: Added GdipAddPathLineI.
2007-08-15 10:54:21 +02:00
Evan Stade
5662820072
gdiplus: Added GdipSetTextRenderingHint/GdipGetTextRenderingHint.
2007-08-15 10:54:14 +02:00
Evan Stade
ee59d41441
gdiplus: Added GdipAddPathBezierI.
2007-08-15 10:54:05 +02:00
Evan Stade
73be69c576
gdiplus: Added string format constructor.
2007-08-15 10:53:54 +02:00
Evan Stade
a364fc3258
gdiplus: Added GdipDeleteFont.
2007-08-15 10:51:24 +02:00
Evan Stade
958ece2192
gdiplus: Added GdipGetLogFontW.
2007-08-15 10:50:44 +02:00
Evan Stade
f7d27e0020
gdiplus: Added GdipDrawString.
2007-08-15 10:50:36 +02:00
Stefan Dösinger
a06e002e93
wined3d: Add a wined3d private WINED3DSBT_RECORDED.
2007-08-15 09:36:20 +02:00
Roderick Colenbrander
6af80e44c0
wined3d: Use WINE_GLAPI for setting the calling convention needed for OpenGL.
2007-08-14 20:29:21 +02:00
Roderick Colenbrander
4ad17c0c38
wined3d: Dynamically load OpenGL.
2007-08-14 13:32:08 +02:00
Roderick Colenbrander
aab98fc6ea
wgl: Recognize Vista's PFD_SUPPORT_COMPOSITION flag.
2007-08-14 12:46:58 +02:00
Evan Stade
1e33bdcfbd
gdiplus: Added GdipCreateFontFromLogfontA.
2007-08-14 12:35:24 +02:00
Evan Stade
d060aeccca
gdiplus: Added font constructor.
2007-08-14 12:35:10 +02:00
Evan Stade
9d6e0750f2
gdiplus: Added GdipDrawRectangles.
2007-08-14 12:34:52 +02:00
Evan Stade
30fdcc7612
gdiplus: Added GdipScaleWorldTransform.
2007-08-14 12:34:38 +02:00
Evan Stade
3126c7704c
gdiplus: Added GdipRotateWorldTransform.
2007-08-14 12:34:27 +02:00
Evan Stade
e807eb9ad6
gdiplus: Added GdipSetCompositingMode/GdipGetCompositingMode.
2007-08-14 12:31:40 +02:00
Juan Lang
98dd6c75e2
wintrust: Add missing definitions.
2007-08-13 11:34:12 +02:00
Evan Stade
f8b2b77f69
gdiplus: Added GdipConvertToEmfPlus stub.
2007-08-10 13:00:33 +02:00
Evan Stade
795b62216d
gdiplus: Added GdipTranslateWorldTransform.
2007-08-10 13:00:24 +02:00
Evan Stade
96a69f0508
gdiplus: Added GdipSetTextureTransform stub.
2007-08-10 13:00:09 +02:00
Evan Stade
b9411ba374
gdiplus: Added GdipCreateTextureIA.
2007-08-10 12:59:51 +02:00
Evan Stade
04d4c2621c
gdiplus: Added GdipDrawImageRectRect.
2007-08-10 12:58:45 +02:00
Evan Stade
94a19d1f75
gdiplus: Added GdipGetImageGraphicsContext.
2007-08-10 12:58:31 +02:00
Francois Gouget
41c6d23365
userenv: Add a skeleton userenv.h header and use it.
2007-08-10 11:56:08 +02:00
Tijl Coosemans
60833da9f2
loader: Use thr_self syscall to get thread id on FreeBSD.
2007-08-09 15:01:04 +02:00
Tijl Coosemans
af78fa7b68
configure: Remove check for libxpg4.
2007-08-09 14:46:00 +02:00
Evan Stade
ad8ea1b0a6
gdiplus: Added GdipCreateBitmapFromGraphics stub.
2007-08-09 14:37:59 +02:00
Evan Stade
c147389ff1
gdiplus: Added GdipSetImagePalette stub.
2007-08-09 14:37:11 +02:00
Evan Stade
b66c0a00d9
gdiplus: Added GdipFillRectangle.
2007-08-09 14:36:55 +02:00
Evan Stade
b5d7af5438
gdiplus: Added GdipGetPenDashOffset/GdipSetPenDashOffset.
2007-08-09 14:36:43 +02:00
Evan Stade
ff2e63d41e
gdiplus: Added GdipCreatePath2.
2007-08-09 14:36:34 +02:00
Francois Gouget
5771700019
msi: Better match the PSDK types, remove some now unused types from win32.api, and update it to fix the winapi_check warnings.
2007-08-09 14:12:44 +02:00
Francois Gouget
f6848fb682
imm32: Add a couple of missing prototypes and update win32.api to fix the winapi_check warnings.
2007-08-09 14:12:33 +02:00
Francois Gouget
f33abb6d96
wininet: Add a skeleton winineti.h header with fixed prototypes for [GS]etUrlCacheConfigInfo*(), DeleteIE3Cache() and IsUrlCacheEntryExpired*().
...
Remove SetUrlCacheConfigInfo*() from wininet.h, it's supposed to be declared in winineti.h.
Update win32.api to fix the winapi_check warnings.
2007-08-09 14:11:56 +02:00
Francois Gouget
e1987a524f
advapi32: Add a prototype for RegDeleteKeyValue*().
2007-08-09 14:11:30 +02:00
Rob Shearman
c26db8ca8c
include: Add declarations for URLOpenStreamA/W, URLOpenBlockingStreamA/W and URLOpenPullStreamA/W.
2007-08-08 15:32:04 +02:00
Francois Gouget
7a94a171a5
hlink: Add a missing prototype and update win32.api to fix the winapi_check warnings.
2007-08-08 15:32:04 +02:00
Francois Gouget
7fe20800e0
mapi32: Remove redundant protections against duplicate header inclusion.
2007-08-08 15:32:03 +02:00
Francois Gouget
c9b9826786
wintrust: Fix the CryptCATAdminReleaseCatalogContext() prototype and better match the PSDK types.
...
Add some missing prototypes to mscat.h.
Update win32.api to fix the winapi_check warnings.
2007-08-08 15:32:03 +02:00
Francois Gouget
ca3a241889
dnsapi: Better match the PSDK types, especially with regards to constness.
...
Add some missing A/W prototype macros.
Update win32.api to fix the winapi_check warnings.
2007-08-08 15:32:03 +02:00
Francois Gouget
9fae03b39b
netapi32: Add some missing prototypes in the lmaccess.h, lmshare.h and lmwksta.h headers.
...
Replace LPWC?STR with LMC?STR to better match the PSDK.
2007-08-08 15:32:03 +02:00
Francois Gouget
bb22543125
winreg.h: Add RRF_RT_ANY.
2007-08-08 15:32:03 +02:00
Francois Gouget
5b375aec71
ddraw: Better match the PSDK types and fix the winapi_check warnings.
2007-08-08 15:32:03 +02:00
Evan Stade
bb904a2779
gdiplus: Added GdipFillRectangleI.
2007-08-08 15:32:03 +02:00
Evan Stade
d806c67821
gdiplus: Added GdipCreateLineBrushFromRectI.
2007-08-08 15:32:03 +02:00
Evan Stade
369dc8caba
gdiplus: Added GdipSetCustomLineCapStrokeCaps stub.
2007-08-08 15:32:02 +02:00
Evan Stade
a93e61d377
gdiplus: Added GdipSetImageAttributesColorMatrix stub.
2007-08-08 15:32:02 +02:00
Evan Stade
ddea5bd7ba
gdiplus: Added GdipGetLineGammaCorrection/GdipSetLineGammaCorrection.
2007-08-08 15:32:02 +02:00
Evan Stade
48ae8ea542
gdiplus: Added GdipSetLineSigmaBlend stub.
2007-08-08 15:32:02 +02:00
Evan Stade
37657bc4d1
gdiplus: Added GdipSetLineWrapMode.
2007-08-08 15:32:02 +02:00
Evan Stade
2b438a0220
gdiplus: Added GdipCreateLineBrush.
2007-08-08 15:32:02 +02:00
Evan Stade
de351ab991
gdiplus: Added GdipDrawImageI.
2007-08-08 15:32:02 +02:00
Evan Stade
8726f5ad2d
gdiplus: Added GdipCreateBitmapFromFile.
2007-08-08 15:32:01 +02:00
Evan Stade
3ea77f5cfd
gdiplus: Added GdipCreateStreamOnFile.
2007-08-08 15:32:01 +02:00
Evan Stade
7a9a30d95c
gdiplus: Added GdipBitmapLockBits.
2007-08-08 15:32:01 +02:00
Roderick Colenbrander
ac3927a73e
wined3d: Move over to WGL.
2007-08-08 15:32:01 +02:00
Stefan Dösinger
89dccc7c7c
ddraw: Implement IDirect3DDevice7::DrawIndexedPrimitiveStrided.
2007-08-08 15:32:00 +02:00
Alexandre Julliard
c4245a7fb6
user32: Fixed the return value of DispatchMessageA/W.
2007-08-07 17:45:10 +02:00
Dmitry Timoshkov
197f4059ab
include: winres.h no longer exists in PSDK, fix winresrc.h includes.
2007-08-07 14:09:09 +02:00
Aric Stewart
1262ba2c62
imm32: Additional constants needed for the IME implementation.
2007-08-07 12:37:03 +02:00
Francois Gouget
4deb14a3b6
msi: Fix the MsiEnumProductsEx*(), MsiQueryComponentState*() and MsiProvideQualifiedComponentEx*() prototypes.
2007-08-06 13:57:53 +02:00
Francois Gouget
0c019a5e77
mapi32: Add a prototype for MAPIAdminProfiles.
2007-08-06 13:57:49 +02:00
Francois Gouget
a4bbc85853
netapi32: Add lmuseflg.h and include it from lmuse.h.
...
Also add some prototypes to lmuse.h, and use it in the implementation.
2007-08-06 13:57:27 +02:00
Francois Gouget
34b6a346f5
netapi32: Add fixmes for the headers that are still missing and thus cannot be included in lm.h.
...
Also note that lmbrowsr.h is no longer present in current PSDKs.
2007-08-06 13:56:48 +02:00
Francois Gouget
402b8f0d59
mscoree: Add cor.h and mscoree.idl and fix some semi-stub prototypes.
2007-08-06 12:33:41 +02:00
Francois Gouget
b86570d136
imagehlp: Better match the PSDK types, especially with regards to constness.
...
Add many missing prototypes which we already had in dbghelp.h, and their related structures.
Update win32.api to fix the winapi_check warnings.
2007-08-06 12:31:45 +02:00
Francois Gouget
5e565a76b4
dwmapi: Add dwmapi.h and update win32.api to fix the winapi_check warnings.
2007-08-06 12:31:10 +02:00
Francois Gouget
d44b6d4662
mapi32: Add missing #include directives.
2007-08-06 12:31:00 +02:00
Francois Gouget
f67fd2cfa4
crypt32: Better match the PSDK types and fix the winapi_check warnings.
2007-08-06 12:30:48 +02:00
Francois Gouget
cace3f9e8c
dnsapi: The DNS APIs don't take PIP4_ARRAYs anymore (for IPv6 compatibility).
2007-08-06 12:30:25 +02:00
Francois Gouget
2f051c34a4
msi: MsiProvideComponentFromDescriptorA/W() is not supposed to be defined in msi.h.
2007-08-06 12:30:14 +02:00
Francois Gouget
3b48ea2d6a
advapi32: We have cfgmgr32.h now.
2007-08-06 12:30:06 +02:00
Francois Gouget
4c11d57f74
imagehlp & dbghelp: Add the IMAGEAPI and DBHLPAPI macros.
2007-08-06 12:30:00 +02:00
Francois Gouget
83340ec0e4
mapi32: Add a skeleton mapiform.h header with a proper prototype for MAPIOpenLocalFormContainer().
2007-08-06 12:29:37 +02:00
Evan Stade
1015722dfe
gdiplus: Added GdipImageSelectActiveFrame stub.
2007-08-06 12:29:19 +02:00
Evan Stade
4d25791b40
gdiplus: Added GdipGetImagePixelFormat.
2007-08-06 12:29:12 +02:00
Evan Stade
f3879cd97f
gdiplus: Added GdipImageGetFrameDimensionsList stub.
2007-08-06 12:22:23 +02:00
Evan Stade
8128aeb035
gdiplus: Added GdipCreateBitmapFromStream.
2007-08-06 12:22:13 +02:00
Alexandre Julliard
42f730ddf5
gdiplus: Fixed GdiplusStartupOutput definition.
2007-08-06 12:21:52 +02:00
John Klehm
fe7ae95852
inkobj: Add stub header for inkobj dll.
2007-08-03 14:12:25 +02:00
Evan Stade
46ce55bf99
gdiplus: Alphabetized header.
2007-08-03 13:32:14 +02:00
Evan Stade
496c319c70
gdiplus: Added GdipG/SetPathGradientFocusScales.
2007-08-03 13:31:51 +02:00
Evan Stade
9a9c857b3f
gdiplus: Added GdipG/SetPathGradientCenterPoint.
2007-08-03 13:31:43 +02:00
Evan Stade
9ea7ef468b
gdiplus: Added GdipS/GetPathGradientGammaCorrection.
2007-08-03 13:31:28 +02:00
Evan Stade
15dce3a432
gdiplus: Added GdipSetPathGradientSigmaBlend stub.
2007-08-03 13:31:22 +02:00
Evan Stade
03af4ed338
gdiplus: Added GdipS/GetPathGradientSurroundColorsWithCount stubs.
2007-08-03 13:31:14 +02:00
Evan Stade
b26d7ce82d
gdiplus: Added GdipCreatePathGradient.
2007-08-03 13:31:06 +02:00
Evan Stade
490ca1cabb
gdiplus: Added GdipGetPathGradientPointCount.
2007-08-03 13:27:39 +02:00
Francois Gouget
74bf9f1f4e
crypt32: Add and use HCRYPTPROV_LEGACY and HCRYPTPROV_OR_NCRYPT_KEY_HANDLE.
2007-08-03 12:44:41 +02:00
Francois Gouget
d5ce084686
netapi32: Add missing #include directives to the netapi32 headers.
2007-08-03 12:43:57 +02:00
Francois Gouget
9d2f48dc0f
dbghelp: Better match the PSDK types, especially with regards to constness.
...
Also add a number of missing prototypes, especially 64bit or Unicode
versions of existing prototypes, and the related structures. Update
win32.api to fix the winapi_check warnings.
2007-08-03 12:43:40 +02:00
Francois Gouget
7a70f9f511
imagehlp: Add two missing fields.
2007-08-03 12:41:33 +02:00
Francois Gouget
c3b2258eee
dnsapi: Add some constants.
2007-08-03 12:41:20 +02:00
Francois Gouget
68953ffd7d
dnsapi: Define DNS_STATUS as LONG instead of long to improve Win64 compatibility.
2007-08-03 12:41:15 +02:00
Francois Gouget
69bc2af990
d3d9: Declare the D3DPERF_Xxx() functions in d3d9.h.
2007-08-03 12:41:10 +02:00
Juan Lang
e7a1e99a76
crypt32: Add CERT_ID_XXX defines.
2007-08-03 12:28:24 +02:00
Evan Stade
f0dbfe959f
gdiplus: Added GdipSetPathGradientWrapMode.
2007-08-02 12:18:42 +02:00
Evan Stade
f2cf5551db
gdiplus: Added GdipSetPathGradientCenterColor.
2007-08-02 12:18:42 +02:00
Evan Stade
f18cdef727
gdiplus: Added solid-color path gradient brush implementation.
2007-08-02 12:18:42 +02:00
Evan Stade
5e29e37af5
gdiplus: Added GdipDrawLine.
2007-08-02 12:18:42 +02:00
Evan Stade
0d45cd0212
gdiplus: Added GdipSetPenWidth.
2007-08-02 12:18:42 +02:00
Evan Stade
1ef7793b51
gdiplus: Added GdipFillPolygon.
2007-08-02 12:18:42 +02:00
Evan Stade
bba20a68b8
gdiplus: Added GdipClonePath.
2007-08-02 12:18:42 +02:00
Evan Stade
fdf9f8fb05
gdiplus: Added GdipIsOutlineVisiblePathPointI stub.
2007-08-02 12:18:42 +02:00
H. Verbeet
f11ca610ba
wined3d: Add definitions and detection for GL_NV_half_float.
2007-08-02 12:18:41 +02:00
Evan Stade
fcbb211155
gdiplus: Added GdipSetImageAttributesColorKeys stub.
2007-08-01 11:59:19 +02:00
Evan Stade
2b4b23cfa0
gdiplus: Added GdipBitmapGetPixel stub.
2007-08-01 11:59:19 +02:00
Evan Stade
9a0405dc97
gdiplus: Added GdipRemovePropertyItem stub.
2007-08-01 11:59:19 +02:00
Evan Stade
3ee25cc3df
gdiplus: Added GdipCreateBitmapFromStreamICM.
2007-08-01 11:59:19 +02:00
Evan Stade
8304765abd
gdiplus: Added partial implementation of GdipSaveImageToStream.
2007-08-01 11:59:19 +02:00
Evan Stade
6394e315cf
gdiplus: Added GdipGetPropertyItemSize stub.
2007-08-01 11:59:19 +02:00
Evan Stade
9fa4c12486
gdiplus: Added GdipCreateBitmapFromScan0.
2007-08-01 11:59:19 +02:00
Evan Stade
4c5486fe92
gdiplus: Implemented GdipLoadImageFromStreamICM.
2007-08-01 11:59:19 +02:00
Evan Stade
7b601148d5
gdiplus: Added GdipCreateMatrix3.
2007-08-01 11:59:19 +02:00
Evan Stade
ad251e7fe3
gdiplus: Added GdipSetMatrixElements.
2007-08-01 11:59:19 +02:00
Evan Stade
dd5e9a91f3
gdiplus: Added GdipGetMatrixElements.
2007-08-01 11:59:19 +02:00
Evan Stade
e91d12454a
gdiplus: Added GdipGetMetafileHeaderFromMetafile stub.
2007-08-01 11:59:18 +02:00
Francois Gouget
db895bb51a
crypt32: Add FIXMEs for a couple of missing includes.
2007-07-31 21:37:19 +02:00
Francois Gouget
fa489d08d3
crypt32: Add some missing CERT_XXX_ID constants.
2007-07-31 21:37:15 +02:00
Francois Gouget
a33993bcbd
crypt32: Fix the CryptReleaseContext() prototype.
2007-07-31 21:37:09 +02:00
Francois Gouget
22d09f78fc
comctl32: According to the PSDK, DrawShadowText() takes a non-const RECT pointer.
2007-07-31 21:37:04 +02:00
Roderick Colenbrander
2c12c17ab6
wined3d: Compile against standard GL headers.
2007-07-31 21:36:56 +02:00
Robert Reif
fc77a467cd
msvcrt: Add _aligned_malloc functions.
2007-07-31 20:32:52 +02:00
Evan Stade
460f01b320
gdiplus: Added GdipDrawImagePointsRect stub.
2007-07-31 11:48:33 +02:00
Evan Stade
5dd5825484
gdiplus: Added ImageAttributes stubs.
2007-07-31 11:48:23 +02:00
Evan Stade
a0b144a1e3
gdiplus: Added GdipGetImageBounds stub.
2007-07-31 11:45:29 +02:00
Juan Lang
5270b32330
crypt32: Add missing definitions.
2007-07-31 11:15:23 +02:00
Juan Lang
04ef3c05f1
crypt32: Add CryptMsgControl stub.
2007-07-31 11:15:16 +02:00
Paul Vriens
a5be9a8822
include/pdhmsg.h: Add some defines.
2007-07-30 23:37:58 +02:00
Tim Schwartz
2908dab784
lmuse.h: Add structures needed by NetUseAdd().
2007-07-30 15:28:18 +02:00
Jacek Caban
d221915037
mshtml.idl: Added some missing attributes.
2007-07-30 14:12:45 +02:00
Roderick Colenbrander
8873478e05
wgl: Add WGL_NV_float_buffer and WGL_NV_texture_rectangle support.
2007-07-30 12:51:03 +02:00
Stefan Dösinger
d2016ff892
wined3d: Store the gl format table in the gl info structure.
2007-07-30 12:49:50 +02:00
Evan Stade
51bd0af43e
gdiplus: Added GdipSetPenDashArray/GdipGetPenDashArray.
2007-07-26 12:36:28 +02:00
Evan Stade
fe2ce3a08b
gdiplus: Added GdipAddPathEllipse.
2007-07-26 12:35:57 +02:00
Eric Pouech
6792a9a92e
ntdll: Implemented RtlFindActivationContextSectionString.
2007-07-26 11:05:32 +02:00
Alexandre Julliard
3a71513d99
ntdll: Initial implementation of RtlQueryInformationActivationContext.
...
Partially based on a patch by Eric Pouech.
2007-07-26 11:05:32 +02:00
Alexandre Julliard
4156a716b0
ntdll: Create the per-module activation context at module load time.
2007-07-25 16:50:32 +02:00
Evan Stade
fba5a59b61
gdiplus: Added GdipDisposeImage stub.
2007-07-25 13:52:53 +02:00
Evan Stade
021997fa63
gdiplus: Added GdipCreateMetafileFromWmf stub.
2007-07-25 13:52:43 +02:00
Evan Stade
8770b6e821
gdiplus: Added GdipGetImageType stub.
2007-07-25 13:50:52 +02:00
Evan Stade
45c24bbef3
gdiplus: Image getter stubs.
2007-07-25 13:50:23 +02:00
Evan Stade
5cc8c10e0e
gdiplus: Added GdipCreateMetafileFromEmf stub.
2007-07-25 13:50:04 +02:00
Evan Stade
f30732fdf9
gdiplus: Added GdipSetWorldTransform/GdipGetWorldTransform.
2007-07-25 13:47:45 +02:00
Evan Stade
eab427ee3f
gdiplus: Added GdipCloneMatrix.
2007-07-25 13:47:16 +02:00
Evan Stade
8162139553
gdiplus: Added GdipSetPageScale/GdipGetPageScale.
2007-07-25 13:47:02 +02:00
Evan Stade
10b575bc86
gdiplus: Added GdipSetPageUnit.
2007-07-24 12:22:11 +02:00
Evan Stade
6467526469
gdiplus: Added GdipFillPolygonI.
2007-07-24 12:22:02 +02:00
Evan Stade
27124d5d32
gdiplus: Implemented GdipSetPenColor.
2007-07-24 12:21:08 +02:00
Evan Stade
82abeeea75
gdiplus: Added GdipSetSolidFillColor and GdipGetSolidFillColor stubs.
2007-07-24 12:20:27 +02:00
Evan Stade
37598f81e7
gdiplus: Added GdipGetPenBrushFill.
2007-07-24 12:20:16 +02:00
Evan Stade
e43967773f
gdiplus: Added GdipGetPenColor stub.
2007-07-24 12:20:09 +02:00
Evan Stade
a72be4b167
gdiplus: Added GdipSetPenBrushFill.
2007-07-24 12:19:59 +02:00
Hans Leidekker
1cec4e3b6e
pdh: Implement and test PdhAddEnglishCounter{A, W} and PdhCollectQueryDataWithTime.
2007-07-23 12:00:46 +02:00
Hans Leidekker
0fbb4619e1
pdh: Implement and test PdhLookupPerfIndexByName{A, W} and PdhLookupPerfNameByIndex{A, W}.
2007-07-23 12:00:33 +02:00
Evan Stade
937432ac17
gdiplus: Added GdipSetPenStartCap.
2007-07-20 11:56:11 +02:00
Evan Stade
b2b4b87c3b
gdiplus: Added GdipCloneBrush.
2007-07-20 11:55:42 +02:00
Evan Stade
8f865f42ee
gdiplus: Added custom line cap setters.
2007-07-20 11:52:57 +02:00
Evan Stade
628237f334
gdiplus: Added GdipCloneCustomLineCap.
2007-07-20 11:52:06 +02:00
Evan Stade
d07088ee8a
gdiplus: Initial custom line caps implementation.
2007-07-20 11:51:55 +02:00
Evan Stade
a8322cb1ad
gdiplus: Added GdipCreateMatrix.
2007-07-20 11:51:23 +02:00
Evan Stade
eb478be84c
gdiplus: Added GdipRotateMatrix.
2007-07-20 11:51:09 +02:00
Evan Stade
477874797c
gdiplus: Added GdipTranslateMatrix.
2007-07-20 11:50:55 +02:00
Evan Stade
d882fc043d
gdiplus: Added GdipScaleMatrix.
2007-07-20 11:50:34 +02:00
Dmitry Timoshkov
648f7b1d9f
winuser.h: Add RealChildWindowFromPoint declaration.
2007-07-20 11:34:27 +02:00
Alexandre Julliard
797dd942ec
ntdll: Implemented handling of the per-thread activation context stack.
2007-07-19 17:07:48 +02:00
Alexandre Julliard
64f6fdc57e
kernel32: Move activation context creation to ntdll (based on a patch by Eric Pouech).
2007-07-19 17:01:04 +02:00
Alexandre Julliard
44c9758d05
ntdll: Move private data to make room in the TEB for the activation context data.
2007-07-19 16:56:10 +02:00
Juan Lang
834dbceada
wincrypt: Add more missing definitions.
2007-07-19 14:38:33 +02:00
Evan Stade
12e3eadd41
gdiplus: Added GdipMultiplyMatrix.
2007-07-18 13:31:38 +02:00
Evan Stade
024800cb9a
gdiplus: Added GdipGetPenDashStyle.
2007-07-18 13:30:22 +02:00
Evan Stade
628c9a69c1
gdiplus: Added GdipClonePen.
2007-07-18 13:30:11 +02:00
Detlef Riekenberg
76fe458eb5
include/winspool.h: Add missing struct.
2007-07-18 12:58:38 +02:00
Juan Lang
c59d51ab24
crypt32: Fix typo.
2007-07-18 12:57:35 +02:00
James Hawkins
f2fc4d3a0f
vdmdbg: Add a stub implementation of VDMEnumTaskWOW.
2007-07-17 14:12:19 +02:00
Kovács András
9b37d6f0ee
include: Add some idl headers for d3d10.
2007-07-17 14:12:19 +02:00
Evan Stade
7e19178529
gdiplus: Added GdipAddPathBeziers.
2007-07-17 12:57:17 +02:00
Evan Stade
daf00ab72a
gdiplus: Added GdipSetPenDashStyle.
2007-07-17 12:57:09 +02:00
Evan Stade
1182162dac
gdiplus: Added GdipPathIterRewind.
2007-07-17 12:56:56 +02:00
Evan Stade
90ff0fdd6c
gdiplus: Added GdipPathIterNextSubpath.
2007-07-17 12:56:48 +02:00
Evan Stade
ef6c416631
gdiplus: Added GdipPathIterCopyData.
2007-07-17 12:56:32 +02:00
Evan Stade
085082897a
gdiplus: Initial path iterator implementation.
2007-07-17 12:56:13 +02:00
Evan Stade
d59fe31e8b
gdiplus: Added GdipSetPenMiterLimit.
2007-07-17 12:55:35 +02:00
Evan Stade
6893ef397b
gdiplus: Added GdipSetPenLineCap197819.
2007-07-17 12:55:16 +02:00
Alexandre Julliard
fec5117e91
server: Merge APC processing into the select request.
...
This is needed to return the correct value when one of the handles
being waited on is set to signaled state by the APC.
2007-07-16 16:14:45 +02:00
Evan Stade
d362b58ded
gdiplus: Added GdipFillPath.
2007-07-16 15:05:26 +02:00
Evan Stade
c760668cab
gdiplus: GdipSaveGraphics/GdipRestoreGraphics stubs.
2007-07-16 15:03:36 +02:00
Evan Stade
d6bd866df5
gdiplus: Added pixel offset mode.
2007-07-16 15:02:59 +02:00
Evan Stade
a87ce7ab92
gdiplus: Added interpolation mode.
2007-07-16 15:02:46 +02:00
Evan Stade
60cad23522
gdiplus: Added compositing quality.
2007-07-16 15:02:34 +02:00
Evan Stade
53e17d2993
gdiplus: Added smoothing modes.
2007-07-16 15:02:21 +02:00
Evan Stade
68a3d94722
gdiplus: Added GdipSetPathFillMode.
2007-07-16 15:01:48 +02:00
Juan Lang
e3d6f771e8
crypt32: Add more missing defines.
2007-07-13 14:38:17 +02:00
Evan Stade
c41a77a358
gdiplus: Added GdipAddPathPath.
2007-07-13 12:31:22 +02:00
Evan Stade
d174bcc8a6
gdiplus: Added GdipResetPath.
2007-07-13 12:31:11 +02:00
Evan Stade
64035b308e
gdiplus: Added GdipGetPathFillMode.
2007-07-13 12:31:01 +02:00
Evan Stade
bcd0eda687
gdiplus: Added GdipSetPenLineJoin.
2007-07-13 12:30:11 +02:00
Dmitry Timoshkov
3a12fa9e50
include: Add HandleToUlong, UlongToHandle, UintToPtr, UlongToPtr compatibility macros.
2007-07-13 12:29:47 +02:00
Evan Stade
78510e70e7
gdiplus: Added GdipGetPathWorldBounds.
2007-07-12 14:58:06 +02:00
Evan Stade
1f1ecfb2b5
gdiplus: Added GdipTransformPath.
2007-07-12 14:57:31 +02:00
Evan Stade
47a605ef9b
gdiplus: Added GdipTransformMatrixPoints.
2007-07-12 14:56:05 +02:00
Evan Stade
f28262b47d
gdiplus: Added basic matrix implementation.
2007-07-12 14:55:55 +02:00
Evan Stade
9d5f568183
gdiplus: Added GdipDrawPath.
2007-07-12 14:49:55 +02:00
Evan Stade
8a76d1e82c
gdiplus: Added GdipStartPathFigure.
2007-07-12 14:49:07 +02:00
Evan Stade
69fa7457e5
gdiplus: Added GdipAddPathArc.
2007-07-12 14:48:05 +02:00
Mark Adams
2569635cbf
iphlpapi: Add support for GetTcpTable on Mac OS X.
2007-07-12 14:41:22 +02:00
Alexandre Julliard
40fb7ca168
kernel32: Implemented GetTickCount64.
2007-07-11 14:04:54 +02:00
James Hawkins
0f6aaf86bd
msi: Add tests for adding properties with a transform during an install.
2007-07-11 12:42:59 +02:00
Alexandre Julliard
41db95323d
include: Add some definitions for manifest resources.
2007-07-10 22:37:42 +02:00
Alexandre Julliard
965471e378
configure: We no longer need the shared library extension.
2007-07-09 22:44:01 +02:00
Evan Stade
06206fc4a5
gdiplus: Added GdipGetPathTypes.
2007-07-09 17:03:32 +02:00
Evan Stade
08784f3717
gdiplus: Added GdipGetPathPoints.
2007-07-09 17:03:32 +02:00
Evan Stade
8a114adefe
gdiplus: Added GdipGetPointCount.
2007-07-09 17:03:32 +02:00
Evan Stade
d0ba8711ff
gdiplus: Added GdipClosePathFigures.
2007-07-09 17:03:32 +02:00
Evan Stade
8c12919744
gdiplus: Added GdipClosePathFigure.
2007-07-09 17:03:32 +02:00
Evan Stade
e4118c1847
gdiplus: Added GdipAddPathLine2.
2007-07-09 17:03:32 +02:00
Evan Stade
5dc8dee76d
gdiplus: Public declaration of GdipSetPenEndCap.
2007-07-09 17:03:31 +02:00
Evan Stade
68ba30f433
gdiplus: Added SetPenEndCap.
2007-07-06 19:28:33 +02:00
Francois Gouget
a3317a5c01
Assorted spelling fixes.
2007-07-05 19:56:34 +02:00
Andrew Talbot
c208c3b90b
winelib: Cast-qual warnings fix.
2007-07-05 19:52:42 +02:00
Aric Stewart
708de8f633
include: Add a ddk header for imm.
2007-07-04 13:40:05 +02:00
Alexandre Julliard
6a4010294c
configure: Get rid of the no longer used check for libtxc_dxtn.
2007-07-04 12:50:05 +02:00
Alexandre Julliard
35d2fd7a25
configure: Merge the libXinerama existence check with the soname check.
2007-07-04 12:48:50 +02:00
Alexandre Julliard
af928ecbfa
configure: Merge the libXrandr existence check with the soname check.
2007-07-04 12:45:03 +02:00
Alexandre Julliard
00302152af
configure: Added checks for libpng.
2007-07-02 19:54:00 +02:00
Alexandre Julliard
418e74b5d9
configure: Merge the libsane existence check with the soname check.
2007-07-02 19:42:13 +02:00
Alexandre Julliard
3336e9bf05
configure: Merge the libcapi20 existence check with the soname check.
2007-07-02 17:29:17 +02:00
Alexandre Julliard
c1099bb759
configure: Merge the libhal existence check with the soname check.
2007-07-02 17:28:33 +02:00
James Hawkins
1ff40d1558
msi: Add tests for MsiSourceListGetInfo.
2007-07-02 15:28:14 +02:00
Alexandre Julliard
5a95cfbd9c
configure: Export the shared library extension instead of hardcoding .so.
2007-07-02 14:35:05 +02:00
Kai Blin
fd133237b0
ws2_32: Handle IPv6 in WSAStringToAddress.
2007-07-02 13:35:41 +02:00
Juan Lang
c56177a8e9
wincrypt: Add missing message flags and parameters.
2007-06-29 12:33:46 +02:00
Hans Leidekker
24a1ae11fb
pdh: Add public headers.
2007-06-28 14:10:53 +02:00
Maarten Lankhorst
f4d5f127dd
dsound/winealsa: Remove writelead for alsa directsound.
2007-06-28 12:16:14 +02:00
H. Verbeet
61e1d1379e
wined3d: Cleanup GL extension detection.
2007-06-27 11:44:32 +02:00
Andrew Talbot
33c0db06f9
ntdll: Constify some variables.
2007-06-26 12:54:58 +02:00
James Hawkins
ee89cfca53
msi: Add a stub implementation of MsiQueryComponentStateA.
2007-06-26 12:11:47 +02:00
H. Verbeet
9c44b67d28
wined3d: Add max_vertex_samplers and max_combined_samplers to WineD3D_GL_Info.
2007-06-26 11:57:05 +02:00
H. Verbeet
3ad03206ab
wined3d: Rename max_samplers to max_fragment_samplers.
2007-06-26 11:56:57 +02:00
Evan Stade
14802872b8
gdiplus: Implemented GdipCreatePath and GdipDeletePath.
2007-06-22 12:32:24 +02:00
Evan Stade
f6f04f6e0e
gdiplus: Implemented GdipDrawLines.
2007-06-22 12:28:54 +02:00
Evan Stade
5c8b83c524
gdiplus: Implemented GdipDrawCurve2.
2007-06-20 13:10:24 +02:00
Evan Stade
c42f8794a1
gdiplus: Implemented GdipDrawArc.
2007-06-20 13:09:08 +02:00
James Hawkins
fbbd91544f
ntoskrnl.exe: Add a stub implementation of KeInitializeTimer.
2007-06-19 12:56:00 +02:00
Evan Stade
72ab72c50c
gdiplus: Implemented GdipDrawPie/GdipFillPie.
2007-06-19 11:45:02 +02:00
Evan Stade
8b9f5342b4
gdiplus: Implemented GdipDrawBezier.
2007-06-18 13:36:34 +02:00
James Hawkins
d8860d34e4
msi: Implement MsiApplyPatchW.
2007-06-18 12:14:53 +02:00
John Klehm
3c3a879a86
include: Allow port.h to build on gcc4.
2007-06-15 12:03:23 +02:00
Stefan Dösinger
c9b8a79e0b
wined3d: Implement vertical refresh sync.
2007-06-14 13:21:54 +02:00
Rob Shearman
52581b29bf
include: Add HTMLTextContainerEvents dispinterface and necessary dispids.
2007-06-14 13:14:40 +02:00
H. Verbeet
fc5582aef7
wined3d: Add wined3d vertex sampler definitions.
2007-06-13 11:23:27 +02:00
Francois Gouget
e84562a15a
msdmo: Improve the prototypes Win64 compatibility by replacing long with LONG.
2007-06-13 11:18:15 +02:00
Francois Gouget
12042c040f
msdmo: dmoreg.h should include mediaobj.h.
2007-06-13 11:10:47 +02:00
Evan Stade
48f10d4bbf
gdiplus: Added public headers.
2007-06-11 14:56:17 +02:00
Alexandre Julliard
9719bcaf5c
include: Add DO_NO_IMPORTS ifdefs where needed.
2007-06-08 15:49:36 +02:00
Andrey Turkin
ad5f94d0f7
ntdll: Stub and document IoCompletion APIs.
2007-06-08 13:29:31 +02:00
H. Verbeet
1d6d831099
wined3d: Fix GLSL definitions.
2007-06-07 20:23:39 +02:00
Francois Gouget
96c337f0a1
Assorted spelling fixes.
2007-06-07 19:24:32 +02:00
Phil Costin
e7578dca36
wined3d: Add support for loading gamma corrected textures.
2007-06-07 13:01:49 +02:00
Phil Costin
3650e31e85
wined3d: Add GL_EXT_texture_sRGB constants and corresponding CheckDeviceFormat query.
2007-06-07 13:01:23 +02:00
Lei Zhang
00bc8fa184
include: Add missing definitions to shlobj.h.
2007-06-07 13:00:08 +02:00
H. Verbeet
6ee356fca0
wined3d: Get rid of the pBaseVertexIndex parameter to IWineD3DDeviceImpl_GetIndices, use GetBaseVertexIndex instead.
2007-06-07 11:20:48 +02:00
H. Verbeet
262240adce
wined3d: Add IWineD3DDevice_GetBaseVertexIndex to retrieve the base vertex index.
2007-06-07 11:20:48 +02:00
Dmitry Timoshkov
70015ab5b4
include/msvcrt: Make sure that __int64 is properly defined on a 64-bit platform.
2007-06-06 20:33:54 +02:00
Alexandre Julliard
156b205eb5
server: Add support for system processes, that can be signaled to exit when all non-system processes are done.
2007-06-06 20:33:13 +02:00
Dan Hipschman
6cf8e6bd77
list.h: Add macros for reverse iteration.
2007-06-06 12:12:27 +02:00
H. Verbeet
785771272a
wined3d: Get rid of the BaseVertexIndex parameter to IWineD3DDeviceImpl_SetIndices, use SetBaseVertexIndex instead.
2007-06-06 12:10:47 +02:00
Michael Stefaniuc
30f67b1534
wingdi.h: Multi-character character constants are implementation specific according to the C standard. Use a hex number instead.
2007-06-05 12:18:55 +02:00
Detlef Riekenberg
0c71799d02
winspool: Implement AddPortEx.
2007-06-05 10:57:16 +02:00
Alexandre Julliard
7c6bc78b90
ntdll: Get rid of the num_async_io counter in the TEB.
2007-06-04 18:17:16 +02:00
Alexandre Julliard
8992f89f27
server: Remove the extra apc_arg parameter now that user APCs all require the same arg as the kernel APC.
2007-06-04 15:20:49 +02:00
Detlef Riekenberg
360dee625f
include/winspool: Add more flags for printer drivers.
2007-06-04 12:49:58 +02:00
Francois Gouget
cfbd3384e2
ws2_32: Improve the prototypes Win64 compatibility by replacing long with LONG.
2007-06-04 12:49:22 +02:00
James Hawkins
f083b3c038
msi: Implement SummaryInfo::Property get.
2007-06-01 12:43:33 +02:00
Dmitry Timoshkov
29b00e1a8c
midimap: Fix compilation warnings in 64-bit mode.
2007-06-01 12:40:04 +02:00
Francois Gouget
ab91c21636
version: Fix the VerQueryValueA/W() prototypes.
2007-05-31 14:18:35 +02:00
Louis Lenders
b7a5985bca
comctl32: Add stub for DrawShadowText.
2007-05-31 13:07:20 +02:00
Alexandre Julliard
14fceb2cb6
include: Fix the definition of MSG_MAXIOVLEN.
2007-05-31 12:08:19 +02:00
Stefan Leichter
88b6bc4f7c
advapi32: Added implementation of RegDeleteTreeA/W.
2007-05-30 15:55:05 +02:00
Alexandre Julliard
7718d2bd7c
dmusic: Fix license headers that mistakenly use GPL instead of LGPL.
...
Confirmed by the original author and the major contributors.
2007-05-30 12:54:07 +02:00
Rob Shearman
eb239a47cc
include: Fix a typo in wincred.h.
...
The Attribute field of the CREDENTIALA/W structs should instead be
Attributes.
2007-05-30 11:51:41 +02:00
Dmitry Timoshkov
ab2934781c
gdi32: Make SetDCHook 64-bit safe.
2007-05-30 11:51:26 +02:00
Juan Lang
a1e8343e2e
wincrypt: Fix typo.
2007-05-30 11:51:20 +02:00
Alexandre Julliard
e6df00aa4f
libwine: Add support for glyph chars mapping in OEM codepage tables.
2007-05-29 23:31:14 +02:00
Francois Gouget
04a3aa99a6
schannel: Fix the name of the SetContextAttributes field of SECPKG_FUNCTION_TABLE.
2007-05-29 13:44:35 +02:00
Francois Gouget
ecaeeb2c9b
schannel: The PSDK defines no SECPKG_FUNCTION_TABLE_SIZE_* macro.
2007-05-29 13:44:34 +02:00
Francois Gouget
efba293582
include: The PSDK does not define the DEFINE_SHLGUID() macro anymore.
2007-05-29 13:17:57 +02:00
Francois Gouget
c85b74d63e
In the PSDK HRESULT_FROM_WIN32() is now an inline function, and it is __HRESULT_FROM_WIN32() which is a macro.
2007-05-29 13:17:46 +02:00
Francois Gouget
47b6392b44
ddraw: Fix the name of DDSPD_IUNKNOWNPOINTER.
2007-05-29 13:17:42 +02:00
Dmitry Timoshkov
3c9e7a7f33
wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility.
2007-05-25 20:37:56 +02:00
Nigel Liang
ddbb317915
shlwapi: Stub implementation for SHSetTimerQueueTimer.
2007-05-25 19:29:54 +02:00
Francois Gouget
41b099172f
port.h: Issue an error if port.h is included after the regular Wine headers.
2007-05-23 13:43:56 +02:00
Dmitry Timoshkov
737b9e5acd
winternl.h: Make the fields of the PROCESS_BASIC_INFORMATION structure use same type width as a PSDK one.
2007-05-23 13:04:58 +02:00
Dmitry Timoshkov
0cfe42b7da
basetsd.h: Fix a typo in the parameter name.
2007-05-23 13:04:52 +02:00
Francois Gouget
784693bb5a
msvcrt: Remove the S_ISXXX() macros as they are not present in the Visual C++ headers.
2007-05-22 12:01:28 +02:00
Dmitry Timoshkov
5f1a234731
kernel32: Fix the size of ThreadAffinityMask to match PSDK.
2007-05-21 19:11:01 +02:00
Dmitry Timoshkov
c365747e11
basetsd.h: Add a bunch of PSDK compatible macros/inline functions for 64-bit safe type conversions.
2007-05-21 19:10:57 +02:00
Vitaliy Margolen
311c001654
ntdll: Implement RtlWriteRegistryValue and forward ntoskrnl to it.
2007-05-21 17:03:00 +02:00
David Adam
7eaf1fe2f5
d3drm: Implement D3DRMCreateColorRGB.
2007-05-21 15:58:51 +02:00
David Adam
21b7413dee
d3drm: Implement D3DRMCreateColorRGBA.
2007-05-21 15:58:35 +02:00
David Adam
d3e8c930e3
d3drm: Implement D3DRMColorGetAlpha.
2007-05-21 15:57:09 +02:00
David Adam
d400728521
d3drm: Implement D3DRMColorGetBlue.
2007-05-21 15:56:53 +02:00
David Adam
fba5b11bea
d3drm: Implement D3DRMColorGetGreen.
2007-05-21 15:56:32 +02:00
David Adam
e1d3e65381
d3drm: Implement D3DRMColorGetRed.
2007-05-21 15:56:14 +02:00
Dmitry Timoshkov
15f4bac787
include/wine/debug.h: Fix compilation warning in 64-bit mode.
2007-05-21 15:55:46 +02:00
Francois Gouget
d476313a49
direct3d: Remove misspelled constants as they exist correctly spelled.
2007-05-21 12:38:54 +02:00
Alexandre Julliard
bd3a08b355
ntoskrnl.exe: Implemented a couple of time-related APIs.
2007-05-18 16:48:54 +02:00
Hans Leidekker
6cc0b4e88e
setupapi: Add a partial implementation for SetupScanFileQueue{A, W}.
2007-05-18 14:18:49 +02:00
Jeff Latimer
af62bcbd32
hnetcfg: Add netfw.idl - Network Firewall interface.
2007-05-17 13:07:01 +02:00
Jeff Latimer
1ddcc3fa25
hnetcfg: Define icftypes.idl.
2007-05-17 13:06:27 +02:00
Alexandre Julliard
982d6ccbe4
ntoskrnl.exe: Implemented a number of memory allocation functions.
2007-05-16 17:39:32 +02:00
Alexandre Julliard
447fda5206
ntdll: Implemented LdrAddRefDll.
2007-05-16 16:39:29 +02:00
Alexandre Julliard
b64530eee4
ntdll: Reimplement LdrGetDllHandle to use the same search algorithm as LdrLoadDll.
2007-05-16 16:35:43 +02:00
Andrew Riedi
a9c2e15cf6
wined3d: Add hardware cursor support.
2007-05-16 14:27:39 +02:00
Alexandre Julliard
dff6cdfa50
include: Add a few definitions in wdm.h.
2007-05-15 21:41:21 +02:00
Francois Gouget
c7d5cfe98c
winscard: Add headers for the upcoming implementation of the winscard dll.
2007-05-15 18:09:00 +02:00
Francois Gouget
91c81395dc
winscard: Adding the missing SCARD_E_XXX and SCARD_W_XXX error codes.
...
Adding scarderr.h with the same definitions.
2007-05-15 15:53:56 +02:00
Juan Lang
1af94dbf3b
wintrust: Implement WintrustGetRegPolicyFlags and WintrustSetRegPolicyFlags.
2007-05-15 15:53:37 +02:00
Rolf Kalbermatter
56e447c609
advapi32: Add service state request definitions.
2007-05-14 14:25:47 +02:00
Kirill K. Smirnov
9d74661856
server: Move console codepages to the server.
2007-05-11 12:41:29 +02:00
Stefan Dösinger
5c48d504fc
wined3d: Destroying the resource frees all private data.
...
Also adds a test for ddraw, d3d8 and d3d9.
2007-05-11 11:22:31 +02:00
Stefan Dösinger
28170f0474
wined3d: Implement environment bump mapping with GL_ATI_envmap_bumpmap.
2007-05-09 12:07:32 +02:00
Alexandre Julliard
aafcfe7663
server: Add support for retrieving results of queued ioctls once they are done.
2007-05-08 20:45:44 +02:00
Alexandre Julliard
78b75108cd
server: Add request to retrieve the next pending ioctl call for a device manager.
2007-05-08 20:40:26 +02:00
Alexandre Julliard
b43dc15c8a
server: Add support for generic device objects managed from the client side.
2007-05-08 20:28:37 +02:00
Stefan Dösinger
d93e161b1f
d3d: Move clippers from DDraw to wined3d.
2007-05-08 18:27:44 +02:00
Rolf Kalbermatter
46fed9f1ef
advapi32: Add prototypes for EnumServicesStatusExA/W.
2007-05-08 13:46:01 +02:00
Mounir IDRASSI
12f4acce04
wincrypt.h: Add missing definitions.
2007-05-07 20:35:16 +02:00
Kevin Koltzau
1cb98aa25d
winbase.h: Define FILE_FLAG_OPEN_REPARSE_POINT.
2007-05-07 14:25:09 +02:00
Juan Lang
b7019a7a64
wincrypt.h: Add missing definitions.
2007-05-04 13:32:04 +02:00
Rob Shearman
712bffb54e
setupapi: Add stubs for SetupQueryInfOriginalFileInformationA/W.
2007-05-04 12:40:17 +02:00
Alexandre Julliard
69a88a9d40
Fix minor differences in the formatting of the license notices.
2007-05-04 12:08:15 +02:00
Alexandre Julliard
fd59e158a7
server: Infrastructure to return a wait handle for blocking ioctls.
2007-05-03 17:43:18 +02:00
Andrey Turkin
41342a32bb
hhctrl.ocx: Update HtmlHelp and its commands definitions, and partially implement data A->W translation.
2007-05-03 14:36:55 +02:00
Stefan Dösinger
34f95c683e
wined3d: Add missing prototypes for GL_ARB_vertex_blend.
2007-05-03 14:24:09 +02:00
Andrew Talbot
a22c7a6c34
kernel32: Constify a variable.
2007-05-03 14:23:31 +02:00
Juan Lang
da3970df78
wintrust: Fix typo.
2007-05-03 14:21:55 +02:00
Stefan Dösinger
94b3fddec8
d3d: Pass the cube face to Create*Texture's surface creation callback.
2007-05-01 11:42:25 +02:00
Andrew Talbot
260deef761
gdi32: Constify some variables.
2007-04-30 13:33:32 +02:00
Kirill K. Smirnov
fff6db62f3
kernel32: Add partial stub for NeedCurrentDirectoryForExePath.
2007-04-27 13:05:12 +02:00
Stefan Dösinger
460f71dcf8
d3d: Fix ProcessVertices.
...
IDirect3DDevice9::ProcessVertices takes a vertex declaration, not a
vertex buffer. The source for ProcessVertices is taken from the
stateblock, not the vertex declaration.
2007-04-26 14:54:29 +02:00
Stefan Dösinger
32cfbd127c
wined3d: Implement CreateVertexDeclarationFromFVF.
2007-04-26 14:53:48 +02:00
Stefan Dösinger
aec1553e50
wined3d: Add a method to create a declaration from a fvf.
2007-04-26 14:53:07 +02:00
Yuval Fledel
b7b379b04e
include: Introduce SECPKG_INTERFACE_VERSION and extend PSECPKG_FUNCTION_TABLE accordingly.
2007-04-25 12:25:58 +02:00
H. Verbeet
2100b9dce9
wined3d: The second parameter to glTexImage3DEXT isn't a GLenum.
2007-04-24 10:20:39 +02:00
David Adam
0fb6b8e79f
include: Add d3drmdef.h header.
2007-04-23 20:20:33 +02:00
Alexandre Julliard
2871041910
configure: Use AC_SEARCH_LIBS for the Solaris libs to avoid unused function checks.
2007-04-23 16:31:58 +02:00
Yuval Fledel
4d7d6e96a0
include: Introduce ntsecpkg.h.
2007-04-23 16:17:34 +02:00
Alexandre Julliard
133b8bc3ed
server: Return a more correct fd type for anonymous files.
2007-04-23 15:13:22 +02:00
Rolf Kalbermatter
a2fbbd9209
advapi32: Make SERVICE_STATUS_PROCESS match the declaration in MSDN and PSDK.
2007-04-23 14:37:29 +02:00
Hans Leidekker
1d19c2b72f
msi: Install data sources in the InstallODBC custom action.
2007-04-23 14:07:18 +02:00
Hans Leidekker
691b0a3d68
urlmon: Add an implementation for CreateURLMonikerEx based on existing code for CreateURLMoniker.
2007-04-23 14:06:13 +02:00
Yuval Fledel
355d3c7e47
include: Fix a typo in wincrypt.h.
2007-04-23 13:56:02 +02:00
Rolf Kalbermatter
af5f6325e5
advapi32: Implement QueryServiceStatusEx.
...
Based on a patch by Anastasius Focht.
2007-04-20 13:18:59 +02:00
Alexandre Julliard
6105a93be6
server: Moved the FSCTL_PIPE_LISTEN implementation to the server.
2007-04-18 16:26:37 +02:00
Alexandre Julliard
3684dc181c
server: Move the FSCTL_PIPE_WAIT ioctl implementation to the server.
2007-04-17 22:07:07 +02:00
Alexandre Julliard
737148c57b
server: Add a specific data type for ioctl codes so they can be printed as symbols.
2007-04-17 22:06:13 +02:00
Alexandre Julliard
aaf477f292
server: Change the timeout handling to use NT-style 64-bit timeouts everywhere.
2007-04-17 20:08:59 +02:00
Alexandre Julliard
2669af73df
server: Move the server part of device unmounting to the ioctl processing.
2007-04-16 14:54:52 +02:00
Alexandre Julliard
8c46095484
server: Implement the FSCTL_PIPE_DISCONNECT ioctl on the server side.
2007-04-16 14:51:29 +02:00
Alexandre Julliard
635714397f
server: Add infrastructure for ioctl server request.
2007-04-16 14:45:03 +02:00
Stefan Dösinger
725057da47
d3d: Remove dependency on ddraw.h header.
2007-04-16 13:20:15 +02:00
Detlef Riekenberg
7364aa49dd
include/winspool: Declare missing function.
2007-04-16 12:32:42 +02:00
Andrew Talbot
b0418622c8
user32: Make function definitions and declarations agree.
2007-04-16 12:25:26 +02:00
Alexandre Julliard
d85121f199
ntdll: Store the file access and options in the fd cache, and get rid of the dynamic flags.
...
This avoids server round-trips for all file I/O.
2007-04-10 22:32:46 +02:00
Hans Leidekker
aa4fe06739
setupapi: Implement SetupGetFileCompressionInfo on top of SetupGetFileCompressionInfoEx.
2007-04-10 21:39:48 +02:00
Alexandre Julliard
72bff2e445
server: Add support for restarting an async I/O when the client side couldn't finish it right away.
2007-04-10 17:07:27 +02:00
Hans Leidekker
c1950e2dcc
setupapi: Implement SetupDecompressOrCopyFile{A, W}.
2007-04-09 12:52:05 +02:00
Hans Leidekker
8ccc19c74c
setupapi: Implement SetupGetFileCompressionInfoEx{A, W}.
2007-04-09 12:51:05 +02:00
Stefan Dösinger
290f2eb146
wined3d: Add Filtering to IWineD3DSurface::Blt and handle it.
...
This is to allow StretchRect to pass the texture filter to WineD3D.
DirectDraw sets the texture filter to WINED3DTEXF_NONE, simmilar to all
other functions which do not need filtering.
2007-04-07 10:58:10 +02:00
Stefan Dösinger
1c1fdbe96a
wined3d: Add D3DDEVCAPS3_* to the wined3d caps header.
2007-04-07 10:57:48 +02:00
Andrew Talbot
2ed76bd200
include: Remove superfluous semicolons.
2007-04-07 10:57:40 +02:00
Fabian Bieler
dcd416edbe
wined3d: Add GL_EXT_framebuffer_blit to extension handler.
2007-04-06 12:31:09 +02:00
Peter Beutner
59c18ef56d
dinput: Add missing definition to public header.
2007-04-05 10:53:30 +02:00
Maarten Lankhorst
e97a5e7879
winearts.drv: Kill off winearts.
2007-04-04 22:09:16 +02:00
Alexandre Julliard
0cb29f47ca
server: Add support for associating a file descriptor to a message queue.
2007-04-04 18:02:01 +02:00
Stefan Dösinger
f9ee2355d0
wined3d: Add GL_APPLE_client_storage to our extension list.
2007-04-02 11:30:04 +02:00
Jacek Caban
06bd1bf8e1
winnt.h: Added activation context structures declarations.
2007-03-29 21:01:32 +02:00
Jacek Caban
394c3f9adb
mshtml: Added DispHTMLDocument dispinterface declaration.
2007-03-29 21:01:21 +02:00
Dmitry Timoshkov
674ce99320
include: Add some API prototypes to appropriate header files, fix some prototypes.
2007-03-28 12:17:42 +02:00
Andrew Riedi
23e2cb1f59
winex11.drv: Add Xcursor support for 32 bit cursors.
...
Based on patch by Henri Verbeet.
2007-03-28 11:17:13 +02:00
Alexandre Julliard
c16eb8efd9
server: Add support for queuing a user APC upon async I/O completion.
2007-03-27 16:42:27 +02:00
James Hawkins
da85c0905d
setupapi: Add missing SetupCopyOEMInf flags.
2007-03-27 13:17:29 +02:00
Andrew Talbot
4125821a99
winelib: Replace inline static with static inline.
2007-03-27 12:38:06 +02:00
Dmitry Timoshkov
826e937a81
gdi32: Implement GdiGetCodePage.
2007-03-26 12:30:29 +02:00
Andrew Talbot
7c6ef46cb9
include: Replace inline static with static inline.
2007-03-26 12:19:34 +02:00
Andrew Talbot
94ebade2c3
comctl32: Constify some variables.
2007-03-23 13:04:50 +01:00
Alexandre Julliard
de1866d4fd
server: Implement the open_file method for named pipes.
...
Get rid of the open_named_pipe request, we can now use a normal open_file_object.
2007-03-22 16:47:46 +01:00
Alexandre Julliard
806bb49eda
server: Implement the open_file method for mailslots.
...
Get rid of the open_mailslot request, we can now use a normal open_file_object.
2007-03-22 16:36:54 +01:00
Alexandre Julliard
94655c8493
server: Implemented the open_file method for named pipe and mailslot devices.
2007-03-22 11:52:40 +01:00
Stefan Dösinger
e213d7eff5
wined3d: Add GL_ATI_envmap_bumpmap to our gl extension header.
2007-03-21 22:50:30 +01:00
Alexandre Julliard
2082a97d45
server: Use a standard async I/O event to signal directory changes.
2007-03-21 14:50:15 +01:00
Alexandre Julliard
fa4679fea6
server: Add support for storing an event to signal upon async I/O completion.
2007-03-21 14:27:52 +01:00
Alexandre Julliard
111610c45e
server: Add an async_data_t structure to store parameters for async I/O requests.
2007-03-20 20:21:12 +01:00
Alexandre Julliard
50975c81f0
server: Return the status from an async I/O APC call to the server.
2007-03-20 19:27:10 +01:00
Alexandre Julliard
eb3728d34e
server: Use the common pattern for async I/O parameters in named pipe requests.
2007-03-20 19:21:15 +01:00
Kai Blin
ce6a7595c3
netapi32: Add test for adding/deleting users.
2007-03-20 13:00:13 +01:00
Rob Shearman
6d4f63e73f
include: Fix the byte-order in the definition of the USER_MARSHAL_CB_SIGNATURE macro.
2007-03-20 12:56:41 +01:00
Jacek Caban
112257e59d
advapi: Constify argument of StartServiceCtrlDispatcher[AW] functions.
2007-03-20 12:39:36 +01:00
Mikołaj Zalewski
92a375bb1c
shell32: Add some more notify icon defines.
2007-03-19 13:07:19 +01:00
Mikołaj Zalewski
cdf06864e2
shell32/explorer: Support different structure sizes in Shell_NotifyIcon.
2007-03-19 13:05:30 +01:00
Stefan Dösinger
022e884342
wined3d/ddraw: Forward DDSCL_MULTITHREADED to wined3d.
2007-03-19 12:17:18 +01:00
Jeremy White
16f33d8b43
sane.ds: Dynamically load libsane.so.
...
This change was triggered because of a bug in libsane-hpaio.so, namely
that it relies on libsane.so being dlopen'd RTLD_GLOBAL so that
sanei_init_debug can be resolved.
2007-03-14 22:45:08 +01:00
Eric Pouech
f1436139fc
dbghelp: Rewrote SymEnumerateModules with Unicode basis, and implemented SymEnumerateModulesW64.
2007-03-14 22:43:58 +01:00
Rob Shearman
2b5524867d
include: Add a definition for REGCLS_SURROGATE and add declarations for CoRegisterSurrogate and CoGetObjectContext.
2007-03-14 18:49:46 +01:00
Alexandre Julliard
a79b26284a
libwine: Pass flags to wine_utf8_wcstombs to allow supporting WC_ERR_INVALID_CHARS.
2007-03-14 15:57:50 +01:00
Alexandre Julliard
e13c9cd6a1
winnls.h: Added some defines for Unicode surrogates.
2007-03-14 15:56:10 +01:00
Rob Shearman
213f645a10
include: Add credential serialisation APIs to wincred.h.
2007-03-13 20:31:29 +01:00
Stefan Huehner
51a7ca3440
Change some functions arguments from () -> (void).
2007-03-12 12:25:31 +01:00
Tomas Carnecky
9b4f99782e
dsound: Update prototypes for IDirectSoundBuffer::Lock/Unlock.
2007-03-08 21:30:54 +01:00
Alexandre Julliard
4091627cd7
configure: Get rid of lex compatibility support, we require flex anyway.
2007-03-08 13:19:50 +01:00
Andrew Talbot
bb9dea6b29
winmm: Replace const pointer parameters with correct pointers to const.
2007-03-07 21:56:54 +01:00
Alexandre Julliard
d7ea855a3e
wine_common_ver: Set company name to Microsoft, some apps check for that.
2007-03-07 21:33:44 +01:00
Juan Lang
c2cb296277
ntdll: Implement NtAllocateLocallyUniqueId with server call.
2007-03-07 13:45:11 +01:00
Stefan Dösinger
c54a0fc2cf
wined3d: Rework surface dirtification.
...
Previously the surfaces stored a flag if the system memory copy was
ahead of the gl copy(SFLAG_DIRTY) or the gl copy is
ahead(SFLAG_GLDIRTY). The pbuffer copy was 'managed' differently using
SFLAG_INPBUFFER and SFLAG_INTEXTURE.
This patch replaces them with 3 flags, INSYSMEM, INPBUFFER and
INTEXTURE which specify which copy contains the most up to date
copy. It is perfectly valid to have more than one of those flags
set. One must be set at least (except at init, when no content is in
the surface yet). When one copy is modified, the flags for the others
are removed.
2007-03-07 12:18:14 +01:00
Stefan Dösinger
ebe274feed
wined3d: Remove IWineD3DSurface::SetPBufferState.
...
The method is removed because it does not really help with
anything. It should not be exported from wined3d, there is no need for
the other libs to call it. It does not help abstraction and code
simplification in any way because it is very specific and the code
calling it has to know what is happening in the surface to use this
method.
2007-03-07 12:17:33 +01:00
Andrew Talbot
3ad92b0c25
user32: Replace const pointer parameters with correct pointers to const.
2007-03-06 22:26:46 +01:00
Stefan Dösinger
5f05906f3b
wined3d: Store the number of aux buffers in the gl limits structure.
2007-03-06 22:16:25 +01:00
Alexandre Julliard
1767b4558a
server: Expose areas revealed by changes to the window region.
2007-03-05 16:43:27 +01:00
Eric Pouech
ccf0be8e57
dbghelp: Implemented SymEnumTypesW.
2007-03-05 12:15:16 +01:00
Alexandre Julliard
67a0e31da7
wine/test: Print the official name of the test in summary.
2007-03-01 20:42:48 +01:00
Stefan Dösinger
95efeb7e4b
wined3d: Support GL_APPLE_fence for event queries.
2007-03-01 11:40:24 +01:00
Stefan Dösinger
be8e9e17bc
wined3d: Add GL_NV_fence defines and functions.
2007-03-01 11:40:02 +01:00
Rok Mandeljc
106badf11b
include/d3d9types.h: Remove Size from D3DVOLUME_DESC.
2007-02-26 13:39:32 +01:00
Rob Shearman
4c8fbfed90
libwine: Eliminate duplicate function implementations in string.c
...
by using macros to turn off inlining when including wine/unicode.h.
2007-02-26 13:39:24 +01:00
Eric Pouech
2f0ed90c4e
dbghelp: Implemented SymFindFileInPathW.
2007-02-22 12:26:16 +01:00
Eric Pouech
9e1f9ec19e
dbghelp: Implemented SearchTreeForFileW.
2007-02-22 12:22:26 +01:00
Eric Pouech
c0be0032de
dbghelp: Implemented EnumDirTreeW.
2007-02-22 12:22:05 +01:00
Eric Pouech
8b861202ba
dbghelp: Implemented SymMatchFileNameW.
2007-02-22 12:21:40 +01:00
Eric Pouech
bcc1913354
dbghelp: Implemented FindExecutableImage[W].
2007-02-22 11:39:52 +01:00
Rob Shearman
d342d1413c
server: Add get_token_impersonation_level server call for retrieving the impersonation level from a token.
...
Add tests for GetTokenInformation(TokenImpersonationLevel).
2007-02-21 19:49:37 +01:00
Alexandre Julliard
89faee0194
server: Added support for the PM_QS_* flags in PeekMessage.
2007-02-21 15:21:05 +01:00
Francois Gouget
f5c6a71a65
ole32: Better match the PSDK types and fix the winapi_check warnings.
2007-02-20 20:29:10 +01:00
Hans Leidekker
939e8e4ce2
setupapi: Implement SetupCopyOEMInf{A,W}.
2007-02-20 20:27:09 +01:00
Thomas Weidenmueller
254b97732b
comctl32: Implement LM_GETIDEALSIZE for the syslink control.
2007-02-20 20:10:53 +01:00
Dmitry Timoshkov
2af96fe590
msvcrt: Pack the structures on a 8-byte boundary like in PSDK.
2007-02-20 12:24:04 +01:00
Chris Robinson
7d597264dc
quartz: Add IMediaPosition interface and stubs.
2007-02-20 12:01:54 +01:00
Stefan Dösinger
27113156d9
wined3d: Remove IWineD3DDevice::EnumDisplayModes.
2007-02-20 11:47:46 +01:00
Kovács András
a55b005fe4
winuser.h: Declare some raw input related structures.
2007-02-19 13:34:11 +01:00
Hans Leidekker
ae1fde0343
netapi32: Add a stub implementation for NetShareDel. Improve the stub for NetUserGetLocalGroups.
2007-02-19 12:41:46 +01:00
Hans Leidekker
275dbeb74e
setupapi: Add stub implementations for SetupDiGetINFClass and SetupSetSourceList.
2007-02-19 12:40:15 +01:00
Rob Shearman
06f0e7238c
include: Add macro for ListView_GetOrigin to commctrl.h.
...
(Reported by David Saez Padros.)
2007-02-19 12:33:10 +01:00
H. Verbeet
dc5b08cc76
wined3d: Get rid of any remaining d3d9 stuff in directx.c.
2007-02-16 12:31:21 +01:00
H. Verbeet
bd5488cda9
wined3d: Add WINED3DCREATE flags and use them.
2007-02-16 12:31:11 +01:00
H. Verbeet
a4bc52a89c
wined3d: Fix WINED3DPRESENT_PARAMETERS and use it instead of D3DPRESENT_PARAMETERS.
2007-02-16 12:31:03 +01:00
H. Verbeet
e8419403ee
wined3d: Add the WINED3DSPD_IUNKNOWN flag and use it.
2007-02-15 14:20:38 +01:00
H. Verbeet
e01f242a2a
wined3d: Add WINED3DVS20 & WINED3DVS20CAPS flags and use them.
2007-02-15 14:20:19 +01:00
H. Verbeet
594f7fd882
wined3d: Add WINED3DPS20 & WINED3DPS20CAPS flags and use them.
2007-02-15 14:20:12 +01:00
H. Verbeet
db8da81e67
wined3d: Add WINED3DDTCAPS flags and use them.
2007-02-15 14:20:01 +01:00
H. Verbeet
da354c6dfa
wined3d: Add WINED3DLINECAPS flags and use them.
2007-02-15 14:19:52 +01:00
Vitaliy Margolen
b0e9d7e0b5
ntdll/server: Implement NtSetSecurityObject. With tests.
2007-02-15 14:19:24 +01:00
H. Verbeet
5c398c571f
wined3d: Add WINED3DPTADDRESSCAPS flags and use them.
2007-02-15 11:43:59 +01:00
H. Verbeet
a58b156264
wined3d: Add WINED3DPCMPCAPS flags and use them.
2007-02-15 11:43:53 +01:00
H. Verbeet
fd8e0f1589
wined3d: Add WINED3DPMISCCAPS flags and use them.
2007-02-15 11:43:46 +01:00
H. Verbeet
748fd83ebd
wined3d: Add WINED3DPBLENDCAPS flags and use them.
2007-02-15 11:43:37 +01:00
H. Verbeet
8fdd88b42c
wined3d: Add WINED3DSTENCILCAPS flags and use them.
2007-02-15 11:43:29 +01:00
H. Verbeet
ea683407af
wined3d: Add WINED3DTEXOPCAPS flags and use them.
2007-02-15 11:43:22 +01:00
H. Verbeet
3e77ffc563
wined3d: Use WINED3DPRESENT_BACK_BUFFER_MAX rather than D3DPRESENT_BACK_BUFFER_MAX.
2007-02-15 11:15:41 +01:00
Francois Gouget
536e738552
Assorted spelling fixes.
2007-02-14 21:03:57 +01:00
Stefan Dösinger
388499ff28
wined3d: More fullscreen window fixes.
2007-02-14 20:46:51 +01:00
Stefan Dösinger
d73c71ad8d
wined3d: Load single attribute setter functions.
2007-02-14 20:45:24 +01:00
Alexandre Julliard
5fce682f41
winex11.drv: Added a check for the ATI driver corrupting %fs.
...
Based on a patch by Lei Zhang.
2007-02-14 18:18:07 +01:00
Andrew Talbot
908903b7f1
version: Constify a formal parameter of VerQueryValue{A|W}().
2007-02-14 14:42:09 +01:00
H. Verbeet
efed9aea1f
d3d8: Move loading local d3d8 vertex shader constants from wined3d to d3d8.
2007-02-14 13:54:55 +01:00
H. Verbeet
dea795f7ac
d3d9: Don't store the d3d9 declaration in the wined3d object.
2007-02-14 13:54:42 +01:00
H. Verbeet
32e5cac2be
wined3d: Get rid of the vertexDeclaration field in IWineD3DVertexShaderImpl.
2007-02-14 13:54:29 +01:00
H. Verbeet
8f0884066f
wined3d: Add WINED3DDECLUSAGE, use it.
2007-02-14 13:50:22 +01:00
H. Verbeet
942bef9e86
wined3d: Get rid of WINED3DSHADERDECLUSAGE.
2007-02-14 13:50:09 +01:00
Damjan Jovanovic
cbb6da2d70
msvcrt: Added declarations for functions and structures related to stat64.
2007-02-14 12:30:58 +01:00
Stefan Dösinger
f196680c59
wined3d: GetRenderTargetData can call BltFast.
2007-02-14 12:27:37 +01:00
Rob Shearman
c3d037c765
include: Add more EOAC_* enumeration values to objidl.idl.
...
Also add the SOLE_AUTHENTICATION_INFO and SOLE_AUTHENTICATION_LIST
structures which are used by CoInitializeSecurity.
2007-02-12 15:20:47 +01:00
Rob Shearman
f9df13c5b2
include: Fix a typo in a comment in rpcdce.h.
2007-02-12 15:20:39 +01:00
Rob Shearman
be160335d2
include: Fix a typo in the parameter name for IClientSecurity::QueryBlanket in objidl.idl.
2007-02-12 15:20:34 +01:00
Francois Gouget
fff13d2751
ntdll: Fix compilation on systems that don't support nameless structs.
2007-02-12 15:20:18 +01:00
Francois Gouget
76e258cb53
ntdll: Add prototypes to winnt.h for the SList functions.
2007-02-12 14:16:52 +01:00
Francois Gouget
5bdb725f15
ntdsapi: Add a commented-out #include directive as a reminder.
2007-02-09 14:32:56 +01:00
Francois Gouget
ac2754b74d
Make winnt.h C++ compatible.
2007-02-09 14:32:56 +01:00
Francois Gouget
590c4020f2
kernel32: Add prototypes to winbase.h for the SList functions.
2007-02-09 14:32:56 +01:00
Kevin Koltzau
5f8659b186
winnt.h: Correct declaration of SLIST_HEADER and SLIST_ENTRY for Win64.
2007-02-08 11:56:00 +01:00
Francois Gouget
dc600ac53e
clusapi: Make clusapi.h C++ compatible.
2007-02-08 11:55:51 +01:00
Francois Gouget
71d64d09ac
advpack: Make the header more consistent with the implementation and fix the winapi_check warnings.
2007-02-07 21:42:40 +01:00
Francois Gouget
4485b4506b
credui: Better match the PSDK types and fix the winapi_check warnings.
2007-02-07 21:42:35 +01:00
Francois Gouget
ba0d490b1c
clusapi: Better match the PSDK types and fix the winapi_check warnings.
...
This also makes the headers and implementation more consistent.
2007-02-07 21:42:16 +01:00
Francois Gouget
78c874f982
credui: Make wincred.h C++ compatible.
2007-02-07 21:42:08 +01:00
Francois Gouget
45d5ff01a6
rpcrt4: Better match the PSDK types and fix the winapi_check warnings.
2007-02-07 21:42:02 +01:00
Damjan Jovanovic
65d9723dc4
msvcrt: Align struct _stati64's st_size on an 8 byte boundary.
2007-02-06 13:28:36 +01:00
Francois Gouget
c03ae82773
hid: Add the hidsdi.h header.
2007-02-06 13:25:00 +01:00
Francois Gouget
62662d21dd
rpcrt4: Improve the prototypes Win64 compatibility by replacing long with LONG.
2007-02-06 13:23:53 +01:00
Mikołaj Zalewski
d34691e2c8
include: Add definitions for the multisource AutoComplete list (ACLMulti).
2007-02-06 12:34:18 +01:00
Damjan Jovanovic
7e7ff40769
libwine_port: Added interlocked_cmpxchg64.
2007-02-05 21:43:42 +01:00
Alexandre Julliard
0c3f12154c
winnt.h: Avoid warnings on Mac OS X.
2007-02-05 18:04:24 +01:00
John Klehm
c34bbbe7f6
ras.h: Added additional szDeviceType defines.
2007-02-05 17:11:13 +01:00
Mike McCormack
a425bfc622
winnt.h: Add defines for SLIST_HEADER.
2007-02-05 14:01:33 +01:00
Bang Jun-Young
1ca4ddbd09
advpack: Constify the 3rd argument of RebootCheckOnInstall[AW].
2007-02-05 12:34:56 +01:00
Bang Jun-Young
fdff5c3a3a
ntdll: Fix NtUnloadKey to match the DDK.
2007-02-05 12:26:01 +01:00
Bang Jun-Young
671b023de8
advapi32: Fix prototypes to match the PSDK.
2007-02-05 12:25:48 +01:00
Francois Gouget
6a45cd1bfc
wintrust: Add missing packing directives to mscat.h.
2007-01-26 13:54:06 +01:00
Francois Gouget
31a006a23b
wintrust: Add missing prototypes and a missing include directive to mscat.h.
2007-01-26 13:54:06 +01:00
Francois Gouget
923c95a6da
wintrust: Better match the PSDK types and fix the winapi_check warnings.
2007-01-26 13:54:06 +01:00
Francois Gouget
6f734ac7b9
snmpapi: Fix the winapi_check warnings.
2007-01-26 12:55:56 +01:00
Vitaliy Margolen
bae75024a4
server/ntdll: Simplistic implementation of NtQueryObject(ObjectBasicInformation).
2007-01-25 12:48:35 +01:00
Francois Gouget
3845c06853
sfc_os: Add a prototype for SfcIsKeyProtected().
2007-01-25 11:05:36 +01:00
Francois Gouget
618be0874a
snmpapi: SnmpUtilDbgPrint() is a vararg and not an stdcall function.
2007-01-25 11:05:11 +01:00
Alexandre Julliard
7d65939825
include: Simplify the variable declarations in the makefile to allow make_makefiles to parse it.
2007-01-24 16:24:19 +01:00
Thomas Weidenmueller
fb5c516dfd
shell32: Implement the property sheet extension array functions.
...
Implement the SHAddFromPropSheetExtArray, SHCreatePropSheetExtArray,
SHReplaceFromPropSheetExtArray and SHDestroyPropSheetExtArray functions
that are used to extend/replace property sheets by shell extensions.
2007-01-23 13:06:09 +01:00
H. Verbeet
6e58579e8f
wined3d: Remove some unused methods from the IWineD3DVertexShader interface.
2007-01-23 11:27:12 +01:00
Bang Jun-Young
2fb391b3df
winbase.h: Cosmetic changes.
2007-01-22 13:28:55 +01:00
Bang Jun-Young
b7d0d05992
objbase.h: Fix typo in comment.
2007-01-22 13:28:51 +01:00
Alexandre Julliard
4dc61069a6
wine/list.h: Add list_count function. Make some parameters const.
2007-01-22 12:16:17 +01:00
Thomas Weidenmueller
fda7775c7d
comctl32: Fix InitCommonControlsEx prototype.
2007-01-22 12:01:49 +01:00
Alexandre Julliard
96e8568c88
rpc.h: Include excpt.h, and windef.h in Wine so that the header compiles.
2007-01-19 13:16:45 +01:00
H. Verbeet
6112522122
wined3d: Move SetupFullscreenWindow() and RestoreWindow() from IDirectDrawImpl to IWineD3DDeviceImpl.
2007-01-19 12:28:58 +01:00
Thomas Weidenmueller
e06345db52
shell32: Fix prototypes.
...
Fix the SHAddFromPropSheetExtArray, SHCreatePropSheetExtArray,
SHReplaceFromPropSheetExtArray and SHDestroyPropSheetExtArray function
prototypes because they're now documented. Also add them to shlobj.h.
2007-01-19 12:28:57 +01:00
Alexandre Julliard
f3cb4f7d94
ntdll: Avoid inter-process APCs when called for the process itself.
2007-01-18 15:41:05 +01:00
Alexandre Julliard
02e2fa7798
ntdll: Implementation of inter-process NtMapViewOfSection and NtUnmapViewOfSection.
2007-01-18 15:17:51 +01:00
Alexandre Julliard
8025f79ce1
ntdll: Implementation of inter-process RtlCreateUserThread.
2007-01-18 15:02:55 +01:00
Francois Gouget
b0bde6b87c
Assorted spelling fixes.
2007-01-18 12:56:52 +01:00
Alexandre Julliard
3410354d61
ntdll: Fix NtDuplicateObject to only close the file descriptor if it's in the same process.
2007-01-18 12:18:51 +01:00
Francois Gouget
d4ca34dd9b
d3d: Fix the D3DFMT_XXX constant declarations.
2007-01-18 12:05:05 +01:00
Francois Gouget
442fec32d0
tests: The non-gcc case was missing a forward declaration for winetest_skip().
2007-01-18 12:00:01 +01:00
Stefan Dösinger
1d3abdeeaa
wined3d: Store the stream number in the strided structure.
2007-01-17 11:23:54 +01:00
Alexandre Julliard
c122260b9d
ntdll: Implemented NtLockVirtualMemory and NtUnlockVirtualMemory.
2007-01-16 09:50:08 +01:00
Alexandre Julliard
5a1ad74a67
ntdll: Implementation of inter-process NtFlushVirtualMemory.
2007-01-15 22:31:07 +01:00
Alexandre Julliard
1ea968016f
ntdll: Implementation of inter-process VirtualProtectEx.
2007-01-15 22:30:04 +01:00
Alexandre Julliard
3d00239586
ntdll: Implementation of inter-process VirtualQueryEx.
2007-01-15 22:28:42 +01:00
Alexandre Julliard
6ca1d1b081
server: Support queuing some APCs to a process instead of a thread.
2007-01-15 22:26:32 +01:00
Alexandre Julliard
fb40dc4099
server: Added mechanism for returning results of APC calls.
...
Defined APC_VIRTUAL_ALLOC and APC_VIRTUAL_FREE requests.
2007-01-15 22:24:40 +01:00
Hans Leidekker
f1fc35de38
snmpapi: Implement SnmpUtilOidCpy, SnmpUtilOidFree and SnmpUtilVarBindFree.
2007-01-15 13:02:09 +01:00
Bill Medland
c4a7c821f1
odbccp32: Implement SQLGet/SetConfigMode.
2007-01-15 12:22:44 +01:00
Alexandre Julliard
4cbe867a85
ntdll: Duplicate the mapping handle on the server side for NtMapViewOfSection.
2007-01-12 14:55:31 +01:00
Stefan Dösinger
cb74603e43
d3d9: Implement IDirect3DDevice9::StretchRect.
2007-01-12 11:49:38 +01:00
Francois Gouget
d90879f10c
tests: Add skip(), a function to warn that tests were skipped due to limitations of the environment or missing dependencies.
2007-01-12 11:25:18 +01:00
Francois Gouget
fa7c32f56c
rpcrt4: Give a proper name to some formerly reserved MIDL_STUB_MESSAGE fields.
...
Define NTDDI_VERSION so we get definitions for the Reserved51_X fields with the PSDK.
This fixes compilation of the ndr_marshall.c with the PSDK.
2007-01-11 11:37:13 +01:00
Alexandre Julliard
515ce23f83
Update copyright info for the new year.
2007-01-09 14:21:06 +01:00
Patrik Stridvall
918152734c
dxguid: Add the rmxfguid.h header and export the GUIDs.
2007-01-09 12:22:17 +01:00
Michael Stefaniuc
d7fe958511
include: Remove stray '\' at end of lines.
2007-01-09 12:03:42 +01:00
Eric Pouech
9d10c66dc8
winedump: Add support for derived types in codeview type info.
2007-01-06 11:40:45 +01:00
Eric Pouech
8a68e46953
winedump: Re-use existing codeview facilities to dump OMF files.
2007-01-06 11:40:45 +01:00
Eric Pouech
bbef1cbd2d
winedump: Removed cvinclude.h.
2007-01-06 11:40:44 +01:00
Alexandre Julliard
5c8421d3e7
server: Add a generic apc_call structure to make it easier to extend, and more type-safe.
2007-01-04 13:40:09 +01:00
Alexandre Julliard
49b49c30fc
server: Notify the server that an APC has completed in the next get_apc call.
2007-01-04 13:17:53 +01:00
Eric Pouech
883732281e
dbghelp: Implemented 64 bit versions of EnumerateLoadedModules.
2007-01-04 11:12:13 +01:00
Stefan Dösinger
71631f7638
wined3d: Use the baseVertexIndex in the stateblock.
2007-01-03 11:02:51 +01:00
Hans Leidekker
80e30f3d1b
gdi32: Implement GetCharWidthI.
2007-01-02 20:30:17 +01:00
Stefan Dösinger
197ec1c179
wined3d: Remove IWineD3DDevice_ApplyStateChanges.
2007-01-02 12:22:04 +01:00
Mike McCormack
b9910cb36d
kernel32: Implement CopyFileWithProgress.
2007-01-02 12:08:53 +01:00
Rob Shearman
b787df47e8
include: Add function declarations for CoAllowSetForegroundWindow and CoRegisterChannelHook to objbase.h.
2006-12-29 21:25:46 +01:00
Alexandre Julliard
150b5dcaef
loader: Use the Mach thread port as thread id on Mac OS.
2006-12-29 20:02:02 +01:00
Jacek Caban
3b44fb3eb7
mshtml.idl: Added IHTMLFrameBase2 declaration.
2006-12-26 12:20:35 +01:00
Jacek Caban
b79fa300ad
itss: Move registration code to inf file and add missing registry.
2006-12-24 14:00:55 +01:00
Jacek Caban
e6fd4d42f0
itss: Rename CLSID_ITSProtocol to CLSID_MSITStore.
...
ITSProtocol is a different object.
2006-12-24 13:59:26 +01:00
Hans Leidekker
092edd81e6
usp10: Implement ScriptString_pSize.
2006-12-24 13:08:29 +01:00
Alexandre Julliard
80cff47c87
include: Get rid of the WINE_NO_LONG_AS_INT ifdefs.
2006-12-20 14:57:08 +01:00
Hans Leidekker
1698c44ed3
winedump: Start dumping .NET specific bits from PE executables.
2006-12-20 12:31:29 +01:00
Stefan Dösinger
f661a8287c
wined3d: Add WINED3DRS_STIPPLEPATTERNxy.
2006-12-19 16:53:44 +01:00
Louis Lenders
6c04a187d2
msvcrt: Add _atoldbl.
2006-12-19 16:18:01 +01:00
Markus Amsler
5e0fc62135
d3d: Callback infrastructure for implicit swap chain destruction in IWineD3DDevice.
2006-12-18 12:07:26 +01:00
Markus Amsler
4ca9fccf31
wined3d: Remove IWineD3DVolume_GetContainerParent.
2006-12-18 12:02:28 +01:00
Markus Amsler
9b397ec2d5
wined3d: Remove IWineD3DSurface_GetContainerParent.
2006-12-18 12:02:17 +01:00
Alexandre Julliard
8f1d42eba4
configure: Remove some no longer used libcurses checks.
2006-12-16 17:01:37 +01:00
Hans Leidekker
7f31cc4756
setupapi: Add a stub implementation for SetupPromptReboot.
2006-12-15 12:20:32 +01:00
Ulrich Czekalla
398886799e
ddraw: Add IDirectDraw3 interface.
2006-12-14 20:33:49 +01:00
Andrew Talbot
9cf1579aad
ntdll/tests: Cast-qual warning fix.
2006-12-13 11:49:01 +01:00
Ulrich Czekalla
4bdf4345b8
winex11.drv: Store window and drawable rects in X11DRV_PDEVICE.
2006-12-12 13:45:10 +01:00
Detlef Riekenberg
9f90c74fd8
localspl/tests: Add tests for XcvOpenPort.
2006-12-11 17:07:39 +01:00
Francois Gouget
da5e750a16
gdi32: Add a prototype for GetFontUnicodeRanges().
2006-12-07 11:23:46 +01:00
Markus Amsler
3fd04308ab
d3d: Callback infrastructure for implicit depth stencil surface destruction in IWineD3DDevice.
2006-12-06 12:39:30 +01:00
Markus Amsler
50a0c21265
d3d: Callback infrastructure for implicit volume destruction in IWineD3DVolumeTexture.
2006-12-06 12:39:14 +01:00
Markus Amsler
cb8652947a
d3d: Callback infrastructure for implicit render target destruction in IWineD3DSwapChain.
2006-12-06 12:39:00 +01:00
Markus Amsler
2946f7a267
d3d: Callback infrastructure for implicit surface destruction in IWineD3DCubeTexture.
2006-12-06 12:38:51 +01:00
Markus Amsler
04ae4596ff
d3d: Callback infrastructure for implicit surface destruction in IWineD3DTexture.
2006-12-06 12:38:37 +01:00
Stefan Dösinger
3d8cdfb190
wine/list.h: Added list_move_head and list_move_tail.
2006-12-06 12:38:31 +01:00
Francois Gouget
bb8e625b5b
Assorted spelling fixes.
2006-12-05 10:31:47 +01:00
Markus Amsler
a60d4b2d2f
d3d: Pass the superior creating object down to the callback functions.
2006-12-04 12:40:38 +01:00
James Hawkins
58bb3571de
msi: Add handling for the StartServices action.
2006-12-04 12:22:32 +01:00
Rob Shearman
f8b54686fd
include: Add some missing OLE defines and declarations to ole2.h.
2006-12-04 12:19:27 +01:00
Lei Zhang
6a530aba76
msxml3: Fix compiles for systems with libxml2 version 2.6.14 and below.
2006-11-30 16:35:35 +01:00
Kai Blin
e521ee2cee
ws2_32: Implement SO_EXCLUSIVEADDRUSE for setsockopt.
2006-11-30 15:23:16 +01:00
Eric Pouech
0bee33e195
mscvpdb.h: Update some definitions (constants, structures) with latest information we have.
2006-11-30 12:55:10 +01:00
Eric Pouech
cc65d21f82
dbghelp: Moved mscvpdb.h file to include/wine to allow sharing of the definitions with winedump.
2006-11-30 12:54:54 +01:00
Pierre d'Herbemont
4919a76edf
winsock: Get rid of already disabled WS prefix, thus fix Wine compilation on big-endian.
2006-11-27 18:49:08 +01:00
Alexandre Julliard
167b32cc4b
winsock: Add WS_ prefix on WSAIoctl constants.
2006-11-27 18:48:58 +01:00
Dmitry Timoshkov
eea1b5e219
include: Add some structures a definitions required for the COFF library dumper.
2006-11-27 13:44:58 +01:00
Kevin Koltzau
00ad155a40
winuser.h: Add some HSHELL and APPCOMMAND defines.
2006-11-27 13:43:29 +01:00
Kevin Koltzau
baaefe9783
winuser.h: Define browser and multimedia keys.
2006-11-27 13:43:25 +01:00
Matthew Kehrer
ce2f176275
mshtml: Add basic support for ITimer interface.
2006-11-21 12:16:54 +01:00
Alexandre Julliard
8930427b21
server: Return an fd type in the get_handle_fd request.
2006-11-20 14:14:04 +01:00
H. Verbeet
8afe27dacd
wined3d: Fix GL_ARB_texture_cube_map extension support.
2006-11-20 11:50:14 +01:00
H. Verbeet
44f4e254a6
wined3d: Fix depth buffer formats to use actual depth textures.
2006-11-17 15:54:01 +01:00
Alexandre Julliard
1447e6f634
include: Install adshlp.h too.
2006-11-17 15:47:16 +01:00
Alexandre Julliard
2731998ae6
include: Get rid of heap.h.
2006-11-17 15:29:40 +01:00
Alexandre Julliard
75b8f88875
gdi32: Get rid of the gdi.h include.
2006-11-17 14:52:07 +01:00
Alexandre Julliard
456891b377
gdi32: Stop exporting GDI_GetObjPtr and GDI_ReleaseObj.
2006-11-17 14:39:04 +01:00
Alexandre Julliard
bb51f96907
gdi32: Get rid of the palette mapping handling and leave it up to the driver.
2006-11-17 14:38:11 +01:00