Francois Gouget
36d98a32eb
wininet: #undef some macros to avoid a conflict between openssl/ssl.h and wincrypt.h.
2007-08-09 14:11:35 +02:00
Roderick Colenbrander
4647cbb625
wined3d: Better pixelformat selection code.
2007-08-09 14:11:19 +02:00
Roderick Colenbrander
dee2fc09f5
wgl: Rewrite ChoosePixelFormat.
2007-08-09 14:10:50 +02:00
Roderick Colenbrander
ae98679ebe
wgl: Correctly check GLX capabilities. Use client GLX extensions on ATI hardware to work around driver bugs.
2007-08-09 14:09:49 +02:00
James Hawkins
511bdd9de8
msi: Simplify MsiQueryComponentState, with more tests.
2007-08-09 13:53:36 +02:00
Misha Koshelev
369273e991
urlmon/tests: Call CHECK_CALLED(OnProgress_SENDINGREQUEST) for FILE_TEST since we SET_EXPECT it.
2007-08-09 13:53:32 +02:00
Misha Koshelev
42dea36e5a
urlmon: Do not use BindToStorage_hack for INTERNET_SCHEME_HTTP.
2007-08-09 13:53:25 +02:00
Misha Koshelev
a893bb32d6
urlmon/tests: Fix clipformat test.
2007-08-09 13:53:16 +02:00
Paul Vriens
5aeb63eb45
snmpapi/tests: Run tests again on win98 and NT4.
2007-08-09 13:53:07 +02:00
Huw Davies
54f2f60b54
ole32: The default handler needs to have its own implementation of IPersistStorage.
...
For now we forward the methods to the data cache as before.
2007-08-09 13:53:02 +02:00
Huw Davies
e97c5be2ed
ole32: Factor out the running object test into a separate function.
2007-08-09 13:52:54 +02:00
Huw Davies
0c8ce0d68b
ole32: Fix a few comments.
2007-08-09 13:52:48 +02:00
Alexandre Julliard
c7b1b4c68b
user32: WM_IME_CHAR should result in posted, not sent, WM_CHAR messages.
2007-08-09 13:14:20 +02:00
Alexandre Julliard
2ce799c4f6
user32: Support for the magic WM_CHAR W->A conversion in Get/PeekMessage.
2007-08-09 13:13:00 +02:00
Alexandre Julliard
b9540cf9e7
user32/tests: Added test cases for WM_CHAR conversions.
2007-08-08 18:25:57 +02:00
Alexandre Julliard
82964f5032
user32: Added support for the magic WM_CHAR A->W conversions in Send/Post/DispatchMessage.
2007-08-08 18:25:38 +02:00
Alexandre Julliard
334ede4099
user32: Factor out the calling of a window's winproc into a separate function.
2007-08-08 17:02:42 +02:00
Alexandre Julliard
01de889c0f
user32: Factor out the various SendMessage functions into a common routine.
2007-08-08 16:23:23 +02:00
Luis C. Busquets Pérez
5996c1324a
dpnlobby: Add dpnlobby that forwards to dpnet.dll.
2007-08-08 15:32:04 +02:00
Luis C. Busquets Pérez
a02ccd9a15
kernel32: Export RestoreLastError.
2007-08-08 15:32:04 +02:00
Kirill K. Smirnov
5217ea7a1b
kernel32: Do not append empty lines to the console history.
2007-08-08 15:32:04 +02:00
Paul Vriens
a5aab7fae6
advapi32/tests: Fix typo.
2007-08-08 15:32:04 +02:00
Peter Dons Tychsen
2cea950e99
dinput: Allow the use of the standard Joystick GUID when calling CreateDevice.
2007-08-08 15:32:04 +02:00
Rob Shearman
086a91facf
urlmon: Check some of the input parameters to URLOpenStreamA/W & URLOpenBlockingStreamA/W for NULL.
...
Add tests for these.
2007-08-08 15:32:04 +02:00
Rob Shearman
a5da813f5a
urlmon: Add tests for URLOpenStreamW and URLOpenBlockingStreamW.
2007-08-08 15:32:04 +02:00
Rob Shearman
9debcb8f49
urlmon: Implement URLOpenBlockingStreamA/W and URLOpenStreamA/W.
2007-08-08 15:32:04 +02:00
Rob Shearman
25b2bff9bf
urlmon: The pcbRead parameter for IInternetProtocol::Read is optional, so fix the protocol implementation to check for this.
2007-08-08 15:32:04 +02:00
Rob Shearman
9105b64a77
urlmon: Implement stubs for URLOpenBlockingStreamA/W and URLOpenStreamA/W.
2007-08-08 15:32:04 +02:00
Peter Dons Tychsen
a2cd64303b
faultrep: Add a stub dll.
2007-08-08 15:32:04 +02:00
Alexandre Julliard
7f1db3a3e4
msvcrt: Use the correct size_t type.
2007-08-08 15:32:04 +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
988be5dd8f
urlmon: Fix compilation on systems that don't support nameless unions.
2007-08-08 15:32:03 +02:00
Francois Gouget
f045243542
crypt32/tests: Fix compilation on systems that don't support nameless unions.
2007-08-08 15:32:03 +02:00
Francois Gouget
c605afa31e
ntdll: Fix the RtlQueryInformationActivationContext() .spec prototype to match its implementation.
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
e50f16e579
pdh/tests: Add missing '\n' to ok() calls.
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
Alexandre Julliard
427723cc37
d3d9: Comment out some failing fog tests.
2007-08-08 15:32:03 +02:00
Evan Stade
c84c204b48
gdiplus: Updated GdipDrawRectangleI.
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
ec3049168c
gdiplus: Updated brush cloner/deleter.
2007-08-08 15:32:02 +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
02887b6c90
gdiplus: Fixed bug drawing custom caps.
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
3f9fad1692
gdiplus: Make GdipGetMetafileHeaderFromMetafile return Ok.
2007-08-08 15:32:02 +02:00
Evan Stade
985ea4afac
gdiplus: GdipLoadImageFromStream makes initializations.
2007-08-08 15:32:02 +02:00
Evan Stade
7d03a41325
gdiplus: Don't prematurely release stream.
2007-08-08 15:32:02 +02:00
Evan Stade
de351ab991
gdiplus: Added GdipDrawImageI.
2007-08-08 15:32:02 +02:00
Evan Stade
0794e5daf3
gdiplus: Return width and height of metafiles.
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
Tijl Coosemans
5fb1c16276
ntdll: Implement CDROM_Verify for FreeBSD.
2007-08-08 15:32:01 +02:00
Tijl Coosemans
3429068f35
wineoss: Avoid SNDCTL_DSP_GETTRIGGER.
2007-08-08 15:32:01 +02:00
Tijl Coosemans
0025960917
wineoss: Add SNDCTL_MIXERINFO support.
2007-08-08 15:32:01 +02:00
Roderick Colenbrander
ac3927a73e
wined3d: Move over to WGL.
2007-08-08 15:32:01 +02:00
Roderick Colenbrander
58275065a1
wined3d: Prepare pbuffer code for WGL transition.
2007-08-08 15:32:01 +02:00
Roderick Colenbrander
107ff2057d
wined3d: Move fake context code over to WGL.
2007-08-08 15:32:01 +02:00
Juan Lang
c9a5410288
crypt32: According to MSDN, inner content is only decoded when the content type is data.
2007-08-08 15:32:01 +02:00
Juan Lang
c5a213a816
crypt32: Add a couple traces.
2007-08-08 15:32:01 +02:00
Juan Lang
bcbf5dcee3
crypt32: Test and correct finding a subject certificate.
2007-08-08 15:32:01 +02:00
Juan Lang
d89528b016
crypt32: Use the authority key identifier to search for a certificate's issuer.
2007-08-08 15:32:00 +02:00
Juan Lang
c91e591a95
crypt32: Fix typo.
2007-08-08 15:32:00 +02:00
Juan Lang
53087dbe12
crypt32: Introduce cryptasn debug channel to quiet down crypt traces.
2007-08-08 15:32:00 +02:00
Juan Lang
05d2ab176a
crypt32: Implement CertRDNValueToStr for UTF-8 strings.
2007-08-08 15:32:00 +02:00
Misha Koshelev
59b2365c7d
urlmon/tests: Add test for binding to a URL from which a very short response is received.
2007-08-08 15:32:00 +02:00
James Hawkins
0713c32869
msi: Implement the remaining contexts for MsiQueryComponentState.
2007-08-08 15:32:00 +02:00
Andrew Talbot
1f3133d214
quartz: Constify some variables.
2007-08-08 15:32:00 +02:00
Rob Shearman
610a3b1ad2
secur32: Remove valid_session_key from NegoHelper since it is only ever set and not read.
2007-08-08 15:32:00 +02:00
Rob Shearman
888a8e27b8
secur32: Split the NTLM credential and context handles into separate objects.
...
This prevents races with two threads using the helper object at the same
time on two different context handles, eliminates the need to free the
credential handle after freeing the context handles and also prevents a
crash caused by not clearing session_key in DeleteSecurityContext.
2007-08-08 15:32:00 +02:00
Stefan Dösinger
b8dd5839ef
wined3d: Store the position_transformed flag in the vdecl.
2007-08-08 15:32:00 +02:00
Stefan Dösinger
06e51c21e1
wined3d: Determine used streams at vdecl creation.
2007-08-08 15:32:00 +02:00
Stefan Dösinger
ca0d92f3bc
wined3d: Remove link collection from vertexdeclaration.c.
2007-08-08 15:32:00 +02:00
Stefan Dösinger
2d15cb8b27
d3d: Add a simple offscreen rendering test.
2007-08-08 15:32:00 +02:00
Stefan Dösinger
89dccc7c7c
ddraw: Implement IDirect3DDevice7::DrawIndexedPrimitiveStrided.
2007-08-08 15:32:00 +02:00
Paul Vriens
5cb50202a0
kernel32/tests: Create paths after checking availability of functions.
2007-08-08 15:32:00 +02:00
Paul Vriens
e90f1e3568
kernel32/tests: Changed skip message.
2007-08-08 15:32:00 +02:00
Paul Vriens
3de1c55dc6
shlwapi/tests: Use GetModuleHandleA instead of LoadLibraryA.
2007-08-08 15:31:59 +02:00
Alexandre Julliard
d00d54ebeb
user32: Get rid of winproc.h and move definitions in user_private.h.
2007-08-08 15:31:59 +02:00
Alexandre Julliard
c4245a7fb6
user32: Fixed the return value of DispatchMessageA/W.
2007-08-07 17:45:10 +02:00
Jason Edmeades
3b597af01e
dpnet: Implement directplay lobbied application stubs.
2007-08-07 12:57:19 +02:00
Huw Davies
dc881a258e
wininet: Fix the case when Proxy or ProxyBypass is NULL.
2007-08-07 12:42:31 +02:00
Maarten Lankhorst
cdbd17bdb8
dsound: Make hardware acceleration work again.
2007-08-07 12:42:29 +02:00
Misha Koshelev
84cf17c3e9
urlmon/tests: Keep track of download state in tests.
2007-08-07 12:42:00 +02:00
Misha Koshelev
ed2cf42b51
urlmon/tests: Add tests for synchronous vs asynchronous binding.
2007-08-07 12:41:54 +02:00
Misha Koshelev
97e999565d
urlmon: Add support for synchronous binding.
2007-08-07 12:41:44 +02:00
Misha Koshelev
e54a48f96c
urlmon/tests: Declare the bind flags as a global variable in url tests.
2007-08-07 12:41:25 +02:00
James Hawkins
ca55c7a330
msi: Implement the MSIINSTALLCONTEXT_MACHINE context for MsiQueryComponentState.
2007-08-07 12:39:48 +02:00
James Hawkins
5f442207d5
msi: Forward MsiQueryComponentStateA to MsiQueryComponentStateW.
2007-08-07 12:39:36 +02:00
James Hawkins
072adfa99a
msi: Add tests for MsiQueryComponentState.
2007-08-07 12:39:27 +02:00
Andrew Talbot
48dcc3fc04
qcap: Constify some variables.
2007-08-07 12:37:47 +02:00
Ralf Beck
92ef2814eb
winealsa.drv: Correct midi input program change + channel aftertouch.
2007-08-07 12:36:57 +02:00
Roderick Colenbrander
f3af04a8be
wined3d: Use UINT instead of uint.
2007-08-07 12:36:37 +02:00
Roderick Colenbrander
e77da5ef8a
wined3d: Don't call ActivateContext between ENTER_GL/LEAVE_GL.
2007-08-07 12:36:32 +02:00
Peter Beutner
1a688cd058
msvcrt: Fix _makepath().
2007-08-07 12:36:23 +02:00
Peter Beutner
2b3c19fe55
msvcrt: Add _makepath() tests.
2007-08-07 12:36:12 +02:00
Misha Koshelev
ea37fa998c
urlmon/tests: Fix todo_wine's to show the IServiceProvider interface is not queried on wine from CreateAsyncBindCtx.
2007-08-06 14:02:56 +02:00
Vitaliy Margolen
b06786940c
dinput: Reuse common code and definition.
...
Unify object properties structure and he common axis mapping function
for both joystick drivers.
2007-08-06 14:02:41 +02:00
Vitaliy Margolen
19183e71d4
dinput: Fix POV calculation.
...
Combine and simplify the POV calculations. Linux provides X,Y for the POV.
While DirectInput returns dial-degrees*1000 (12 o-click is 0 degrees).
2007-08-06 14:02:26 +02:00
Vitaliy Margolen
1fdc0230f0
dinput: Fix handling of dead-zone in evdev joystick.
...
USB joysticks can and do provide dead-zone area. Use it to initialize
the initial dead-zone.
2007-08-06 14:02:02 +02:00
Vitaliy Margolen
9e36848303
dinput: Fix mapping of axes ids to property ids.
2007-08-06 14:01:54 +02:00
Roderick Colenbrander
d1bc63090e
wined3d: Another devmode bug.
2007-08-06 14:01:42 +02:00
Chris Robinson
ef561429ee
wined3d: Use the macro when querying the current display settings.
2007-08-06 14:01:28 +02:00
Chris Robinson
c6e6eae08c
wined3d: Initialize major and minor when filling GL caps.
2007-08-06 13:59:38 +02:00
Chris Robinson
9a319f2857
wined3d: Properly setup DevModeW before using it.
2007-08-06 13:59:28 +02:00
Chris Robinson
68c5477d27
winex11: Be consistent with GLX_SLOW_CONFIG meaning GENERIC_ACCELERATION.
2007-08-06 13:59:15 +02:00
Chris Robinson
b4c11e3033
winex11: Properly handle WGL_PBUFFER_LOST_ARB.
2007-08-06 13:59:06 +02:00
Andrew Talbot
6d0dd71965
oledlg: Constify some variables.
2007-08-06 13:58:57 +02:00
Louis Lenders
bd9f1fdded
shell32: Define avi resource #164 .
2007-08-06 13:58:40 +02:00
Janusz Tomczak
73b8aaf62a
oledlg: Fix Polish translation.
2007-08-06 13:58:27 +02:00
Janusz Tomczak
e0f66ac8f7
mpr: Fix Polish translation.
2007-08-06 13:58:23 +02:00
Janusz Tomczak
21fdee3324
msvfw32: Fix Polish translation.
2007-08-06 13:58:19 +02:00
Janusz Tomczak
c43da4b4a4
hhctrl.ocx: Fix Polish translation.
2007-08-06 13:58:15 +02:00
Janusz Tomczak
b36878abf0
comdlg32: Fix Polish translation.
2007-08-06 13:58:11 +02:00
Janusz Tomczak
9588fc5df2
avifil32: Fix Polish translation.
2007-08-06 13:58:04 +02:00
Damjan Jovanovic
d85b10accb
msvcrt: mbsnbicmp should be case insensitive.
2007-08-06 13:57:58 +02:00
Francois Gouget
4deb14a3b6
msi: Fix the MsiEnumProductsEx*(), MsiQueryComponentState*() and MsiProvideQualifiedComponentEx*() prototypes.
2007-08-06 13:57:53 +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
Maarten Lankhorst
c3ebd3652a
dsound: Acceleration fixes for wavein emulation.
2007-08-06 13:56:40 +02:00
Maarten Lankhorst
abe8c127d9
dsound: Make timer more robust.
2007-08-06 13:56:34 +02:00
Maarten Lankhorst
3f762d5d0b
dsound: Sound acceleration fixes.
2007-08-06 13:56:20 +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
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
f74d2a8fbf
kernel32/tests: Re-balance the curly parentheses so winapi_check can parse the file.
2007-08-06 12:29:50 +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
Evan Stade
81c0865bee
gdiplus: Allow non-default GdiplusStartupInput.
2007-08-06 12:22:02 +02:00
Evan Stade
72a760beb0
oleaut32: Allow PNG_COLOR_TYPE_RGB_ALPHA.
2007-08-06 12:18:40 +02:00
James Hawkins
f1b790be06
msi: Fix the size allocated for the deferred custom action string.
2007-08-06 12:18:08 +02:00
Michael Stefaniuc
ad020e145e
mshtml: Remove const in front of REFIID as that is a macro that already starts with const.
2007-08-06 12:18:08 +02:00
Michael Stefaniuc
efe4573bc8
dsound: Remove redundant NULL check before HeapFree. Found by Smatch.
2007-08-06 12:18:08 +02:00
Michael Stefaniuc
0bd2548bbf
winex11.drv: Move the TRACE before the return. Found by Smatch.
2007-08-06 12:18:07 +02:00
Michael Stefaniuc
66d27c2b08
inkobj: Remove break after return. Found by Smatch.
2007-08-06 12:18:07 +02:00
Andrew Talbot
6eb90d87fb
oleaut32: Constify some variables.
2007-08-06 12:12:27 +02:00
Luis C. Busquets Pérez
09a1227f08
ntdll: Update Nt stdcalls for stubs of Zw.
2007-08-06 12:12:22 +02:00
Chris Robinson
3fc8ac5546
wgl: WGL_COLOR_BITS_ARB does include alpha.
2007-08-06 12:12:08 +02:00
Stefan Dösinger
38c7e9356e
wined3d: Present requires the swapchain's context.
2007-08-06 12:05:50 +02:00
Stefan Dösinger
dbd338c018
wined3d: WINED3DSAMP_MAXMIPLEVEL fixes.
2007-08-06 12:05:39 +02:00
Stefan Dösinger
9ae22f1a76
d3d9: Do not fail if d3d9 is not available.
2007-08-06 12:05:31 +02:00
Stefan Dösinger
573db35bf6
d3d8: Skip tests if d3d is not supported.
2007-08-06 12:05:17 +02:00
Stefan Dösinger
39a8f1b2a4
d3d9: Deal with failing surface creation.
2007-08-06 12:04:58 +02:00
Maarten Lankhorst
181ae2eba0
winealsa: wavein has LPWAVEINCAPSW not LPWAVEOUTCAPSW.
2007-08-06 12:04:48 +02:00
John Klehm
e925225103
inkobj: Add stub implementation of inkobj dll.
2007-08-03 14:13:53 +02:00
Roderick Colenbrander
462a3c3d74
wgl: wglChooosePixelFormatARB returns the total number of matching pixelformats and not the number of pixelformats stored in the buffer.
...
This didn't work due to bugs in wglChoosePixelFormatARB but also due
to strange behavior of glXChooseFBConfig. Some of its default values
are not zero or GLX_DONT_CARE which cause some formats not to appear.
2007-08-03 13:38:44 +02:00
Misha Koshelev
b2beeea5b2
urlmon: Send BINDSTATUS_DOWNLOADINGDATA if we do not send BEGINDOWNLOADDATA or ENDDOWNLOADDATA.
2007-08-03 13:35:53 +02:00
Misha Koshelev
b2558480c2
urlmon: Call IBindStatusCallback_OnStopBinding only if this actually is the last ReportData.
2007-08-03 13:35:46 +02:00
Misha Koshelev
99989f8241
Revert "urlmon: Use BSCF_ values passed to report_data to keep track of download state."
...
This reverts commit 978f6b98c9
.
2007-08-03 13:35:35 +02:00
Misha Koshelev
aa12574d09
Revert "urlmon: Report BINDSTATUS_DOWNLOADINGDATA on BSCF_INTERMEDIATEDATANOTIFICATION."
...
This reverts commit b3a660a69c
.
2007-08-03 13:35:19 +02:00
Evan Stade
88ab6d32d3
gdiplus: Removed old fixmes.
2007-08-03 13:32:08 +02:00
Evan Stade
7f0aa3af7c
gdiplus: Use custom cap base inset differently.
2007-08-03 13:31:59 +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
7929ba8dce
gdiplus: Updated GpBrush functions.
2007-08-03 13:31:35 +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
Evan Stade
cf8b59ef81
gdi32: Don't print fixme more than once.
2007-08-03 12:48:22 +02:00
Francois Gouget
cec957d684
netapi32: Fix the NetUseAdd() calling convention.
2007-08-03 12:45:04 +02:00
Francois Gouget
c7eca6a027
opengl32/tests: Add missing '\n' to ok() call.
2007-08-03 12:44:53 +02:00
Francois Gouget
9f42e78b6c
gdiplus: Fix a couple of prototypes in the spec file.
2007-08-03 12:44:48 +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
69958262eb
d3d8: Better match the PSDK types and fix the winapi_check warnings.
2007-08-03 12:44:22 +02:00
Francois Gouget
3543d51c7f
oleaut32: Fix a signed/unsigned mismatch.
2007-08-03 12:44:19 +02:00
Francois Gouget
e190682c00
dxdiagn: Use quotes to include ddraw.h. Fixes a winapi_check warning.
2007-08-03 12:43:49 +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
d76b19abd9
gdiplus: Use the gdiplus type, REAL, rather than FLOAT.
2007-08-03 12:41:26 +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
Andrew Talbot
61fde63fce
oleaut32: Constify some variables.
2007-08-03 12:38:26 +02:00
Juan Lang
0cc08cccb9
crypt32: Support finding certificates by cert id.
2007-08-03 12:36:49 +02:00
Juan Lang
ac28066b48
crypt32: Test and fix getting a certificate context's key identifier property.
2007-08-03 12:36:43 +02:00
Juan Lang
c98f605b0e
crypt32: Test encoding a cert with a subject key identifier extension.
2007-08-03 12:36:36 +02:00
Juan Lang
0c5772dc0a
crypt32: Test encoding a cert with a public key.
2007-08-03 12:36:16 +02:00
Juan Lang
5885eb3cc3
crypt32: Fix typo in key context property test, and the problems it hid.
2007-08-03 12:36:04 +02:00
Juan Lang
90824039ac
crypt32: Add and use a helper function for getting cert properties.
2007-08-03 12:35:56 +02:00
Chris Robinson
a2475921b1
winex11: Don't use ConvertAttribWGLtoGLX for wglCreatePbufferARB.
2007-08-03 12:35:43 +02:00
Chris Robinson
ccb9da5f85
winex11: Report accumulation buffer bits for pixel formats.
2007-08-03 12:35:34 +02:00
Stefan Dösinger
17fe57e212
d3d9: Check for volume texture support before running the volume test.
2007-08-03 12:30:58 +02:00
Stefan Dösinger
878414a5e6
d3d9: Some visual test fixes.
2007-08-03 12:30:52 +02:00
Stefan Dösinger
df75a7e007
ddraw: SetDisplayMode may fail.
2007-08-03 12:30:21 +02:00
Stefan Dösinger
8de07265a6
wined3d: Downgrade an ERR.
2007-08-03 12:30:12 +02:00
Stefan Dösinger
1f4d71c0f6
ddraw: Some drivers return DDERR_INVALIDPARAMS if DXTn surfaces aren't supported.
2007-08-03 12:30:03 +02:00
Juan Lang
44948c3b38
crypt32: Implement decoding OID and directory name alt name entries.
2007-08-03 12:29:47 +02:00
Juan Lang
005b50e913
crypt32: Introduce a OID decoding function that ignores the tag and use it where the caller already checks the tag.
2007-08-03 12:29:39 +02:00
Juan Lang
676c6e5a36
crypt32: Implement encoding OID and directory name alt name entries.
2007-08-03 12:29:03 +02:00
Juan Lang
9194d60061
crypt32: Test encoding/decoding a couple more alt name entry types.
2007-08-03 12:28:40 +02:00
Juan Lang
0cb6148422
crypt32: Get rid of bogus check and improve traces for unexpected alt name entry types.
2007-08-03 12:28:32 +02:00
Maarten Lankhorst
3f59856052
winealsa: Don't commit data on Stop and Play.
2007-08-03 12:28:17 +02:00
Maarten Lankhorst
decd2d8156
winealsa: Fix Lock in dsoutput.
2007-08-03 12:28:10 +02:00
Maarten Lankhorst
8e485a15c1
winealsa: Fix GetPosition in dsoutput.
2007-08-03 12:28:03 +02:00
Alexandre Julliard
0bd1fc4633
user32: Store all builtin winprocs at the start of the array.
...
This allows checking for them in CallWindowProc and avoid message
translation in that case.
2007-08-02 17:08:48 +02:00
Alexandre Julliard
ed3b5322f6
ntdll: Relax the activation context size check.
2007-08-02 13:07:23 +02:00
Chris Robinson
c37b95bbaa
winex11: Check for WGL drawing caps.
2007-08-02 12:58:07 +02:00
Misha Koshelev
cb8a0dd70d
urlmon: Do not fill stream buffer on every report_data, native doesn't.
2007-08-02 12:44:21 +02:00
Misha Koshelev
55409b2e04
urlmon: Report total data read in this bind operation to OnDataAvailable, not the size of the available buffer.
2007-08-02 12:44:15 +02:00
Misha Koshelev
b3a660a69c
urlmon: Report BINDSTATUS_DOWNLOADINGDATA on BSCF_INTERMEDIATEDATANOTIFICATION.
2007-08-02 12:44:10 +02:00
Misha Koshelev
978f6b98c9
urlmon: Use BSCF_ values passed to report_data to keep track of download state.
2007-08-02 12:44:03 +02:00
Misha Koshelev
a63419bc2c
urlmon: Set the queue tail to the new task when pushing a task onto the tail of the queue.
2007-08-02 12:43:21 +02:00
Dmitry Timoshkov
2f71832ac9
gdi32: Also print a readable table name in the failure notice.
2007-08-02 12:18:42 +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
Evan Stade
192e1115bd
gdiplus: Don't suggest image size when converting WMF to EMF.
2007-08-02 12:18:42 +02:00
Evan Stade
a55f233219
oleaut32: Slight correction to EMF rendering.
2007-08-02 12:18:42 +02:00
James Hawkins
2e6ed06fdc
msi: Reimplement joins to allow joining any number of tables, each of arbitrary size.
2007-08-02 12:18:42 +02:00
James Hawkins
4f6a93b9c8
msi: Add tests for joining three tables.
2007-08-02 12:18:42 +02:00
H. Verbeet
3ac2271f5c
wined3d: Only report 16 bit float declaration types as supported if we support them.
2007-08-02 12:18:42 +02:00
H. Verbeet
82245cb5d7
wined3d: Properly load FLOAT16_2 and FLOAT16_4 vertex data.
2007-08-02 12:18:41 +02:00
H. Verbeet
f11ca610ba
wined3d: Add definitions and detection for GL_NV_half_float.
2007-08-02 12:18:41 +02:00
H. Verbeet
cfb07e7114
wined3d: Set SFLAG_INSYSMEM when WINED3DLOCK_DISCARD is passed to IWineD3DSurfaceImpl_LockRect.
2007-08-02 12:18:41 +02:00
Andrew Talbot
582ae3f3c9
oleaut32: Constify some variables.
2007-08-02 12:18:41 +02:00
Erik Inge Bolsø
176c567cb3
dinput: Fix joystick axis remapping.
2007-08-02 12:18:41 +02:00
Jacek Caban
a39dec21e2
mshtml: Release typelib in PROCESS_DETACH.
2007-08-02 12:18:41 +02:00
Jacek Caban
b2395e4907
shdocvw: Wrong PostData VT is not an error.
2007-08-02 12:18:41 +02:00
Roderick Colenbrander
b25b287e6c
wgl: Support WGL_FLOAT_COMPONENTS_NV in wglGetPixelFormatAttrib*.
2007-08-02 12:18:41 +02:00
Roderick Colenbrander
5717dede77
wgl: Print more debug info.
2007-08-02 12:18:41 +02:00
Roderick Colenbrander
323d9e428c
wgl: SetPixelFormat should fail on the root window.
2007-08-02 12:18:22 +02:00
Roderick Colenbrander
219269c0f1
wgl: GetPixelFormat fix for offscreen formats.
2007-08-02 12:04:33 +02:00
Roderick Colenbrander
aa225419f3
wgl: Silence an error in ConvertPixelFormatWGLtoGLX.
2007-08-02 11:54:05 +02:00
Maarten Lankhorst
36e9054629
dsound: Move resampling away from mixer thread.
2007-08-02 11:53:31 +02:00
Marcus Meissner
1ad6abfbbc
kernel32/tests: Fixed size to MultiByteToWideChar.
2007-08-01 12:13:44 +02:00
Evan Stade
6e0c574fb9
gdiplus: Extend GdipDrawImagePointsRect.
2007-08-01 11:59:19 +02:00
Evan Stade
5cde960713
gdiplus: Track width and height of GpBitmaps.
2007-08-01 11:59:19 +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
7a8866b347
gdiplus: Added GdipFindFirstImageItem stub.
2007-08-01 11:59:19 +02:00
Evan Stade
e91d12454a
gdiplus: Added GdipGetMetafileHeaderFromMetafile stub.
2007-08-01 11:59:18 +02:00
Evan Stade
44412cf1e4
gdiplus: Change include list on 3 tests.
2007-08-01 11:59:18 +02:00
Evan Stade
cfef981a9a
gdiplus: Fix memory leak in GdipCreateMetafileFromWMF.
2007-08-01 11:59:18 +02:00
Evan Stade
9da6cc907e
gdiplus: Changed GdipGetImageType.
2007-08-01 11:59:18 +02:00
Evan Stade
359a21d62b
gdiplus: Added more stubs to gdiplus.spec.
2007-08-01 11:59:18 +02:00
Evan Stade
7352cfdb83
gdiplus: Implemented GdipDisposeImage.
2007-08-01 11:59:18 +02:00
Evan Stade
8d05cb0c47
gdiplus: Implemented GdipDisposeImageAttributes.
2007-08-01 11:59:18 +02:00
Juan Lang
db513c0cb5
crypt32: Remove bad special case, it isn't necessary since the outer content specifies the hash algorithm.
2007-08-01 11:29:31 +02:00
Juan Lang
e25b81fd9c
crypt32: Use the outer content's signature algorithm rather than the public key's embedded algorithm.
2007-08-01 11:29:18 +02:00
Jacek Caban
e23c5083f5
shdocvw: Added GetExternal implementation.
2007-08-01 11:28:52 +02:00
Jacek Caban
a84520169f
mshtml: Added IHTMLWindow::get_external implementation.
2007-08-01 11:28:49 +02:00
Jacek Caban
a1970df550
mshtml: Fixed QueryInterface failures on IE7.
2007-08-01 11:28:42 +02:00
Jacek Caban
8f2ac90a44
uuid: Added IID_IProxyManager.
2007-08-01 11:28:39 +02:00
Paul Vriens
0900c72bef
advapi32/service: Cater better for domain in test.
2007-07-31 22:35:36 +02:00
Alexandre Julliard
a0dd646eef
advapi32/tests: Don't test the contents of an uninitialized buffer.
2007-07-31 22:35:30 +02:00
Andrew Talbot
4ed64d381c
oleaut32: Constify some variables.
2007-07-31 22:24:46 +02:00
Maarten Lankhorst
575f34e548
dsound: Add SndQueueMin to have less lock contention in mixer.
2007-07-31 22:20:55 +02:00
Maarten Lankhorst
60f4db0345
dsound: Get rid of DS_HEL_FRAGS.
2007-07-31 22:20:21 +02:00
Maarten Lankhorst
7fcce036da
dsound: Add a registry setting for hel buffer length.
2007-07-31 22:19:57 +02:00
Francois Gouget
5266e57975
Assorted spelling fixes.
2007-07-31 21:37:50 +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
Francois Gouget
ed366f22a2
dxdiagn: Fix compilation on systems that don't support nameless unions.
2007-07-31 21:37:00 +02:00
Roderick Colenbrander
2c12c17ab6
wined3d: Compile against standard GL headers.
2007-07-31 21:36:56 +02:00
Dmitry Timoshkov
991d2d2632
gdi32: Make GetFontData traces more readable.
2007-07-31 20:50:51 +02:00
Robert Reif
cf7c156fe3
msvcrt/tests: Add _aligned_malloc tests.
2007-07-31 20:32:57 +02:00
Robert Reif
fc77a467cd
msvcrt: Add _aligned_malloc functions.
2007-07-31 20:32:52 +02:00
Alexandre Julliard
ce7bfd6a3f
user32: Erase parent window when child is hidden. From a patch by Clinton Stimpson.
2007-07-31 20:32:15 +02:00
Alexandre Julliard
5b6bb63adb
ntdll: Load dll from the directory containing the manifest for local assemblies.
2007-07-31 20:31:42 +02:00
Paul Vriens
2aaafbb9e8
winhttp: Fix compile/install issue.
2007-07-31 15:59:55 +02:00
Jacek Caban
21572967db
winhttp: Added winhttp.dll.
2007-07-31 13:36:31 +02:00
Alexandre Julliard
0faf3f8a1a
Avoid non-portable Unix mode bits macros.
2007-07-31 13:18:03 +02:00
Maarten Lankhorst
3d3d4e2c8b
winealsa: Implement a light form of locking for dsoutput.
2007-07-31 12:38:59 +02:00
Evan Stade
eca194da7f
gdi32: Handle PS_USERSTYLE in ExtCreatePen.
2007-07-31 12:35:48 +02:00
Evan Stade
ff5076c008
gdi32: Added more tests for ExtCreatePen on PS_USERSTLYE.
2007-07-31 12:35:30 +02:00
Evan Stade
030abff4ac
gdi32: Improve ExtCreatePen parameter checking.
2007-07-31 12:35:23 +02:00
Dmitry Timoshkov
e4fb0fe9e9
mshtml: Constify some data.
2007-07-31 12:35:07 +02:00
Dmitry Timoshkov
9472e04447
kernel32: Skip remainder of the time zone test if SystemTimeToTzSpecificLocalTime not present.
2007-07-31 12:35:00 +02:00
Paul Vriens
c0cc85f78e
setupapi/tests: Use GetModuleHandleA instead of LoadLibraryA.
2007-07-31 12:34:54 +02:00
Detlef Riekenberg
b90c6e2792
user32: Add a stub for GetAppCompatFlags2.
2007-07-31 12:34:48 +02:00
Evan Stade
a9c4f30c56
gdiplus: Partial implementation of GdipDrawImagePointsRect.
2007-07-31 11:49:10 +02:00
Evan Stade
586e63ef38
gdiplus: Implemented GdipGetImageBounds for metafiles.
2007-07-31 11:48:59 +02:00
Evan Stade
6d9e4a4a92
gdiplus: Added a minimal implementation of GdipCreateImageAttributes.
2007-07-31 11:48:51 +02:00
Evan Stade
55c77d46c6
gdiplus: Implemented GdipGetImageType.
2007-07-31 11:48:42 +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
Evan Stade
50799cf04f
gdiplus: Partial implementation of GdipCreateMetafileFromWMF.
2007-07-31 11:45:18 +02:00
Evan Stade
249c07c161
oleaut32: Recognize EMF header when loading picture.
2007-07-31 11:43:17 +02:00
Jacek Caban
4005cf72d6
mshtml: Added HTMLWindow's IDispatch methods implementation.
2007-07-31 11:31:44 +02:00
Jacek Caban
7d1c59edce
mshtml: Added mshtml.tlb registration.
2007-07-31 11:31:34 +02:00
Jacek Caban
fe6d6661ab
mshtml.tlb: Fixed a typo in copyright header.
2007-07-31 11:31:18 +02:00
Juan Lang
4e0f33dada
crypt32: Support getting the inner content OID from a decoded signed message.
2007-07-31 11:16:04 +02:00
Juan Lang
014467031e
crypt32: Get rid of attribute certs from signed info, they're not supported anyway.
2007-07-31 11:15:57 +02:00
Juan Lang
a50d8dc1dd
crypt32: Add a few traces.
2007-07-31 11:15:50 +02:00
Juan Lang
f0509c49d1
crypt32: Simplify alignment calculation.
2007-07-31 11:15:41 +02:00
Juan Lang
04ef3c05f1
crypt32: Add CryptMsgControl stub.
2007-07-31 11:15:16 +02:00
Juan Lang
7e10d48c60
crypt32: Implement getting the signer cert info from a decoded signed message.
2007-07-31 11:15:08 +02:00
Juan Lang
555e85a2b2
crypt32: Implement getting signer info from a decoded signed message.
2007-07-31 11:14:46 +02:00
Juan Lang
5900ab1437
crypt32: Separate decoding PKCS signer info into internal and external versions.
2007-07-31 11:14:35 +02:00
Juan Lang
d6150a7974
crypt32: Implement getting inner content of a decoded signed message.
2007-07-31 11:14:26 +02:00
Juan Lang
2acb8a2dd2
crypt32: Test getting more parameters from a decoded signed message.
2007-07-31 11:14:18 +02:00
Roderick Colenbrander
bfe2d11b05
wgl: Fix compilation on systems without GLX_RGBA_FLOAT_ARB.
2007-07-30 23:37:58 +02:00
Paul Vriens
5e7b31b51d
msi/registry: Use the return value of squash_guid.
2007-07-30 23:37:58 +02:00
Detlef Riekenberg
f976fc8ead
winspool: Add a TRACE when wine_dlopen for SONAME_LIBCUPS failed.
2007-07-30 23:37:58 +02:00
Stefan Dösinger
17f1c29457
ddraw: Table fog may be unsupported.
2007-07-30 23:37:58 +02:00
Stefan Dösinger
e70adcd8b6
d3d8: Only test pixel shaders if they are supported.
2007-07-30 23:37:58 +02:00
Stefan Dösinger
19c574b7e5
d3d8: Use a less demanding format for the depth stencil test.
2007-07-30 23:37:58 +02:00
Stefan Dösinger
9a06fd000b
d3d8: Only test volume textures if they are supported.
2007-07-30 23:37:58 +02:00
Stefan Dösinger
6ff16b9f2e
d3d8: Only test cube textures if they are supported.
2007-07-30 23:37:58 +02:00
Paul Vriens
def4466fd1
advapi32/service: Cater for domain in the test.
2007-07-30 23:37:58 +02:00
Paul Vriens
02e160179f
advapi32/tests: Use skip when we don't have enough rights.
2007-07-30 23:37:58 +02:00
Maarten Lankhorst
3b9877fa14
dsound: Constify DSOUND_CheckEvent.
2007-07-30 23:37:58 +02:00
Maarten Lankhorst
bfa05bf232
dsound: Remove some more unused variables.
2007-07-30 23:37:58 +02:00
Maarten Lankhorst
34893a914b
dsound: Silence the IDirectSoundBuffer_Initialize warnings.
2007-07-30 23:37:58 +02:00
Maarten Lankhorst
a335f68bfb
dsound: Fix locking in mixer.
2007-07-30 23:37:58 +02:00
Maarten Lankhorst
8aaeb0d4ed
dsound: Small mixer optimizations.
2007-07-30 23:37:58 +02:00
Maarten Lankhorst
de9cecaaa8
dsound: Reset state when stopping device.
2007-07-30 23:37:58 +02:00
Maarten Lankhorst
237b293829
dsound: Replace buffer critical section with a rw-lock.
2007-07-30 23:37:58 +02:00
Evan Stade
629e013d7f
gdiplus: Fixed a typo.
2007-07-30 23:37:58 +02:00
Evan Stade
b6b7e915c3
gdiplus: Check custom dash array for bad properties.
2007-07-30 23:37:58 +02:00
Evan Stade
a35206e08e
gdiplus/tests: More GdipSetPenDashArray tests.
2007-07-30 23:37:58 +02:00
Evan Stade
1f61f4821f
gdiplus: Draw custom dashes.
2007-07-30 23:37:58 +02:00
Alexandre Julliard
4e4c150bed
ntdll: Avoid activation context leak for dlls with no imports.
2007-07-30 23:37:39 +02:00
Alexandre Julliard
f9c9f23763
ntdll: Allow optional elements in the comClass element.
2007-07-30 20:25:33 +02:00
Alexandre Julliard
53285e2462
ntdll: Use the exact size of the manifest file.
2007-07-30 20:25:12 +02:00
Alexandre Julliard
43519e415d
ntdll: Fixed the null bytes check in RtlIsTextUnicode.
2007-07-30 20:17:24 +02:00
Alexandre Julliard
db72af98b5
ntdll: Convert the XML parser to Unicode to support UCS-16 manifests.
2007-07-30 18:20:24 +02:00
Clinton Stimpson
f4af6455a8
user32: Also test parent messages when hiding child window.
2007-07-30 15:27:18 +02:00
Lei Zhang
9ee4d8509b
ntdll: Add Bolivian time zone info.
2007-07-30 15:27:09 +02:00
James Hawkins
37286473a0
msi: Add a stub implementation of MsiSourceListEnumSourcesA.
2007-07-30 15:27:02 +02:00
James Hawkins
5e81dbebb0
msi: Treat an empty string and a NULL string as the same value.
2007-07-30 15:26:51 +02:00
Roderick Colenbrander
d03e2696cf
wgl: Replace glReadPixels in wglBindTexImage2D by the MUCH faster glCopyTexImage2D.
2007-07-30 15:03:25 +02:00
Roderick Colenbrander
8cbb0a6f18
wgl: wglBindTexImageARB should return TRUE on success.
2007-07-30 15:03:06 +02:00
Roderick Colenbrander
14e17b0a2e
wgl: Add WGL_ATI_pixel_format_float/WGL_ARB_pixel_format_float support.
2007-07-30 15:02:53 +02:00
Roderick Colenbrander
daaf08f0d2
wgl: Enable WGL_EXT_swap_control by default even when the GLX version isn't there.
2007-07-30 15:02:27 +02:00