Paul Vriens
93c37404f4
crypt32: A small test to verify when to write function pointers.
2006-09-28 13:57:21 +02:00
Detlef Riekenberg
ecb97fc24c
localspl/tests: Add initial test.
2006-09-28 13:48:29 +02:00
Benjamin Arai
493bc6b875
clusapi: Implement stub dll for clusapi.
2006-09-28 13:22:40 +02:00
James Hawkins
cabc7ee1ae
msi: Follow state resolution rules when a feature parent saves a component.
2006-09-28 13:20:31 +02:00
James Hawkins
d83aa64c57
msi: A feature state of INSTALLSTATE_ABSENT translates into a component state of INSTALLSTATE_UNKNOWN.
2006-09-28 12:55:45 +02:00
Juan Lang
4f11b1af28
crypt32: Implement CertGetPublicKeyLength.
2006-09-28 12:23:48 +02:00
Dmitry Timoshkov
ddfba2b459
gdi32: Make GdiFont a proper C structure, with GdiFont* being a pointer.
2006-09-28 12:23:42 +02:00
Marcus Meissner
57a04062fe
ntdll: Align stack to 4 bytes.
2006-09-28 12:23:32 +02:00
Detlef Riekenberg
26c5839d61
localspl: Start implementation of InitializePrintMonitor.
2006-09-28 11:56:57 +02:00
Hwang YunSong(황윤성)
2b4a76001f
winmm: Updated Korean resource.
2006-09-28 11:56:37 +02:00
Stefan Dösinger
ab8264a86d
wined3d: Tell gl about the surface alignment.
2006-09-28 11:56:29 +02:00
Andrew Talbot
906e637748
shdocvw: Cast-qual warnings fix.
2006-09-28 11:56:22 +02:00
Andrew Talbot
9c78a93e96
secur32: Cast-qual warnings fix.
2006-09-28 11:56:15 +02:00
Huw Davies
fead72e8a7
ole32: Don't return from CoRegisterClassObject until we have created the named pipe.
...
Also don't fail if the client connects to the pipe between CreateNamedPipe and ConnectNamedPipe.
2006-09-28 11:56:08 +02:00
Robert Shearman
cc21d23539
oleaut32: Make sure to free the allocated vtable when the tmarshal proxy is released.
2006-09-28 11:56:00 +02:00
Robert Shearman
3721bf60bb
ole32: Check the return value of IStream_SetSize so as to not blindly continue on and possibly corrupt the structured storage file.
2006-09-28 11:55:56 +02:00
Robert Shearman
5881d91cfc
ntdll: Avoid crashing in check_atl_thunk if an execution exception was raised with a bad address.
2006-09-28 11:55:50 +02:00
Robert Shearman
c88bbd8092
ntdll: NtAllocateVirtual with type of MEM_WRITE_WATCH fails with STATUS_NOT_SUPPORTED on Win2000 instead of STATUS_INVALID_PARAMETER.
2006-09-28 11:55:45 +02:00
Dmitry Timoshkov
98b2e55b5c
gdi32: Modify kerning scaling algorithm to the one which appears to better match what Windows does.
2006-09-28 11:55:34 +02:00
Jacek Caban
8b125182c1
mshtml: Added get_readyState implementation.
2006-09-28 11:55:23 +02:00
Jacek Caban
5c7078b268
mshtml: Remove conflicts between resource.h and mshtmcid.h.
2006-09-28 11:55:20 +02:00
Alexandre Julliard
335144dc04
ole32/tests: Avoid using sizeof in a trace.
2006-09-27 20:54:05 +02:00
Alexandre Julliard
dba338f2e6
d3d9/tests: Don't test texture states beyond the supported maximum.
2006-09-27 20:53:01 +02:00
Mikołaj Zalewski
5db5744c5b
comctl32: toolbar: Test and fix TB_ADDSTRING from resource.
2006-09-27 20:21:00 +02:00
Jan Zerebecki
10d13b2186
wined3d: Fix typo in ResourceReleased.
2006-09-27 20:20:54 +02:00
Paul Vriens
946f3ee10a
crypt32: Partly implement CryptSIPRetrieveSubjectGuid.
2006-09-27 20:10:32 +02:00
Saulius Krasuckas
d43595fe32
lz32/tests: Fix some typos in error messages.
2006-09-27 19:53:50 +02:00
Ivan Gyurdiev
42a9262acf
wined3d: Read GL info and load constants into the same device.
2006-09-27 19:53:43 +02:00
Ivan Gyurdiev
d0032a1a2a
wined3d: Move device pointer into the BaseShader class.
2006-09-27 19:44:09 +02:00
Juan Lang
afbe00a85e
netapi32: Add stubs for DsGetDcNameW and DsGetSiteNameW.
2006-09-27 18:19:44 +02:00
Paul Vriens
1a4bd814ca
crypt32: Another CryptSIPLoad test.
2006-09-27 18:16:18 +02:00
Paul Vriens
a0ac040b8c
wintrust: Added some CryptSIP stub implementations.
2006-09-27 18:16:11 +02:00
H. Verbeet
5abdd7a19f
wined3d: Comparing BOOLs against FALSE is redundant.
2006-09-27 09:49:07 +02:00
H. Verbeet
1d839e42e9
wined3d: Add a comment to clarify the point of max_sampler_stages.
2006-09-27 09:48:30 +02:00
H. Verbeet
193f6bbd92
wined3d: Add support for native NPOT textures.
2006-09-27 09:48:11 +02:00
H. Verbeet
fdefaed46d
wined3d: Enable pixel shaders by default.
2006-09-27 09:47:00 +02:00
H. Verbeet
ba8a6a3c0c
wined3d: Fix the default values for wined3d_settings.
2006-09-27 09:46:37 +02:00
H. Verbeet
5bc0e91ddf
wined3d: Don't overwrite the position y offset in ARB vertex programs.
2006-09-27 09:46:08 +02:00
H. Verbeet
e4d5385d2c
wined3d: Cleanup ActiveRender some more.
2006-09-27 09:45:50 +02:00
H. Verbeet
cc821415ae
wined3d: Render upside down when rendering offscreen, even if the backbuffer is used to render to.
2006-09-27 09:45:34 +02:00
H. Verbeet
4bc8125648
wined3d: Show the MESSAGE in device_find_fbconfigs() only once.
2006-09-27 09:45:25 +02:00
Juan Lang
9153d39cda
crypt32: Encode/decode authority key ids.
2006-09-27 09:40:50 +02:00
Andrew Talbot
c4daa191b0
rsaenh: Cast-qual warnings fix.
2006-09-27 09:40:32 +02:00
Andrew Talbot
b3be5bcd1c
rsaenh: Cast-qual warnings fix.
2006-09-27 09:40:26 +02:00
Mikołaj Zalewski
636f2ac0f3
winmm: Use English (US) instead of English (Neutral) for resources.
2006-09-27 09:40:11 +02:00
Mikołaj Zalewski
100e394b51
comctl32: Update Polish translation.
2006-09-27 09:40:05 +02:00
Mikołaj Zalewski
649215b212
msrle32: Show correctly the authors surname in some non-latin1 languages.
2006-09-27 09:40:00 +02:00
Mikołaj Zalewski
077a38128c
video codecs: add Polish translation.
2006-09-27 09:39:53 +02:00
Stefan Leichter
5cc08af858
dmband: Print 64bit integers with wine_dbgstr_longlong.
2006-09-27 09:39:45 +02:00
James Hawkins
bbd4d1e3ef
msi: If the feature linked to a component has a state of INSTALLSTATE_UNKNOWN, the component's state should match.
2006-09-26 21:56:05 +02:00
James Hawkins
ad609f1518
msi: Only specifically resolve the TARGETDIR directory once.
2006-09-26 21:55:57 +02:00
James Hawkins
3ee3fc35ef
msi: Add tests for setting the target path of TARGETDIR (based on a patch by Andrey Turkin).
2006-09-26 21:54:05 +02:00
James Hawkins
da14a4a25e
msi: Store the full path to the database file in the MSIDATABASE structure.
2006-09-26 21:50:36 +02:00
Nicolas Delcros
1492950c8e
winuser.h: Fix PROPENUMPROCEXA/W types declarations.
2006-09-26 21:50:27 +02:00
Damjan Jovanovic
e6e96d3ea1
setupapi: Brace the guid in SetupDiOpenClassRegKeyExW.
2006-09-26 21:50:09 +02:00
Paul Vriens
3863939168
crypt32: Add tests for CryptSIPRetrieveSubjectGuid.
2006-09-26 20:15:00 +02:00
James Hawkins
5dadca4dbc
setupapi: Fix a typo.
2006-09-26 20:01:55 +02:00
Vitaliy Margolen
9e0426538a
d3d8: Remove no longer used imports.
2006-09-26 20:01:43 +02:00
Vitaliy Margolen
0ffe5a34c6
d3d9: Remove no longer used imports.
2006-09-26 20:01:39 +02:00
Dmitry Timoshkov
a41da1223d
gdi32: Add a test for GetKerningPairs.
2006-09-26 20:01:24 +02:00
Dmitry Timoshkov
ce6d4c72ac
gdi32: Implement GetKerningPairs for TrueType fonts.
2006-09-26 20:01:15 +02:00
Dmitry Timoshkov
84a6330690
winex11.drv: Use a proper protector for X11/XKBlib.h.
2006-09-26 12:29:12 +02:00
Eric Pouech
7c92e801aa
dbghelp: Added support for a couple of compiland's children.
2006-09-26 11:53:53 +02:00
Eric Pouech
baf8dfd8c8
dbghelp: Fix location computation when attribute has a constant form instead of a block form.
2006-09-26 11:53:40 +02:00
Eric Pouech
4432a1fa91
dbghelp: Change the definition of an attribute so that we can pass around the form.
2006-09-26 11:51:57 +02:00
Eric Pouech
f8e06dd613
dbghelp: Move the attribute union (now nameless) into a structure called attribute.
2006-09-26 11:49:36 +02:00
Eric Pouech
fa7332fd27
dbghelp: Added support for DW_OP_breg* operations in location computation.
2006-09-26 11:48:56 +02:00
Eric Pouech
6c4c64265d
dbghelp: Variables & registers.
...
- more strickling differentiation variable location between
a register, and the dereferenced address defined by a
register (and possibly an offset)
- added a parameter to symt_add_func_local (and internal symbol
data struct) to help differentiate
- fix all debug parsers to confer to this new scheme
2006-09-26 11:48:39 +02:00
Saulius Krasuckas
02baf6c630
lz32/tests: Try to open nonexisting compressed files.
2006-09-26 11:45:00 +02:00
Saulius Krasuckas
1efb87a0e9
lz32/tests: Add more cases for opening compressed files.
2006-09-26 11:44:47 +02:00
Saulius Krasuckas
a7129faf19
lz32/tests: Move indirect opening of compressed files into separate functions.
...
Also rename W-string variable to get some naming consistency.
2006-09-26 11:44:38 +02:00
Saulius Krasuckas
f916b78603
lz32/tests: Compare result to predefined compressed file name, not calculated one.
2006-09-26 11:42:14 +02:00
Juan Lang
09765f7db4
crypt32: Reduce indent level of tests.
2006-09-26 11:42:03 +02:00
Stefan Dösinger
581c24ef4e
wined3d: Use GL_EXTCALL.
...
That fixes compilation with gl headers that do not know about glUniform4fvARB.
2006-09-26 11:41:53 +02:00
Roderick Colenbrander
272196f514
winex11.Drv: Remove unneeded wgl exports.
2006-09-26 11:41:46 +02:00
Duane Clark
9a71b483d3
msvcrt: fgetc needs to use unsigned parameters.
...
Spotted by and adapted from test written by Tobias Ringström.
2006-09-26 11:41:25 +02:00
Stefan Leichter
7a61a617b3
dmcompos: Print 64bit integers with wine_dbgstr_longlong.
2006-09-26 11:41:11 +02:00
Andrew Talbot
8221beb225
rpcrt4: Cast-qual warnings fix.
2006-09-26 11:40:52 +02:00
Andrew Talbot
3f123e51bf
rpcrt4: Cast-qual warnings fix.
2006-09-26 11:40:47 +02:00
Andrew Talbot
269f77d872
rpcrt4: Cast-qual warnings fix.
2006-09-26 11:40:41 +02:00
Andrew Talbot
7147f79153
rpcrt4: Cast-qual warnings fix.
2006-09-26 11:40:33 +02:00
Andrew Talbot
b038fa18ee
riched20: Cast-qual warning fix.
2006-09-26 11:40:06 +02:00
Fatih Aşıcı
8d3a4759d7
shell32: Update Turkish resources.
2006-09-26 11:39:50 +02:00
Roderick Colenbrander
4b55964a26
wined3d: Add the missing gamma cap.
2006-09-26 11:39:29 +02:00
Paul Vriens
bbf796c7a1
wintrust: Implement SoftpubDllRegisterServer.
2006-09-26 11:39:10 +02:00
Ivan Leo
db782fe04a
dinput: Add some error checks to mouse.c.
2006-09-26 11:39:02 +02:00
Frank Richter
e1fa51f59c
setupapi: Duplicate behaviour of native SetupGetInfInformation with NULL ReturnBuffer and certain ReturnBufferSizes.
2006-09-26 11:38:52 +02:00
Mikołaj Zalewski
8cbca5dcfd
comctl32: toolbar: If wParam in TB_ADDBUTTON is large, enlarge the
...
bitmap before ImageList_AddMasked rather then call
ImageList_SetImagesCount after.
2006-09-26 11:38:35 +02:00
Mikołaj Zalewski
c77890d4f3
comctl32: toolbar: Resize the imagelist icons after a TB_SETBITMAPSIZE.
2006-09-26 11:37:47 +02:00
Marcus Meissner
07d84bf656
ntdll: Avoid ebx being clobbered in exception handler.
2006-09-25 21:27:14 +02:00
Jacek Caban
3eb87d9efe
mshtml: Added more loading tests.
2006-09-25 21:13:32 +02:00
Jacek Caban
e15b5c7010
mshtml: Set dwOptions in GetBindInfo to 0x80000 to make test pass.
2006-09-25 21:13:25 +02:00
Jacek Caban
06d9c5ca71
mshtml: Initialize url in OnStartURIOpen.
2006-09-25 21:13:18 +02:00
Jacek Caban
10d3feae35
mshtml: Remove FIXMEs and fix a typo.
2006-09-25 21:13:07 +02:00
Jacek Caban
ac2aeb6e17
mshtml: Added PARSECOMPLETE task implementation.
2006-09-25 21:08:23 +02:00
Jacek Caban
ccd3399947
mshtml: Store BSCallback in HTMDocument.
2006-09-25 21:08:16 +02:00
Jacek Caban
7f107fb8da
mshtml: Store IBinding interface in BSCallback.
2006-09-25 21:08:08 +02:00
Jacek Caban
38b6665ae6
mshtml: Add SETDOWNLOADSTATE task implementation and use it in IPersistMoniker::Load.
2006-09-25 21:08:02 +02:00
Jacek Caban
a14e2aaf97
mshtml: Create one "Internet Explorer_Hidden" window per thread.
2006-09-25 20:07:18 +02:00
Jonathan Ernst
8fc83b1f46
dlls: Assorted French translation improvements.
2006-09-25 18:32:33 +02:00
Mikołaj Zalewski
a73813a093
user32: Update Polish translation.
2006-09-25 18:32:12 +02:00
Mikołaj Zalewski
3380a7d955
resources: Mark common resources as LANG_NEUTRAL, SUBLANG_NEUTRAL.
2006-09-25 18:31:55 +02:00
Stefan Dösinger
9cafbd6de0
wined3d: Surface data is 32 bit aligned.
2006-09-25 18:31:26 +02:00
Stefan Dösinger
96bce8d6d4
wined3d: Avoid wasting a uniform.
2006-09-25 18:24:19 +02:00
Stefan Dösinger
674af50174
wined3d: Stop fixing up a VBO if the declaration changes too often.
2006-09-25 18:22:36 +02:00
Stefan Dösinger
615db2b93d
wined3d: Verify the VBO vertex declaration every draw.
2006-09-25 18:21:50 +02:00
Stefan Dösinger
0ce3c59477
wined3d: Fix a typo.
2006-09-25 18:21:04 +02:00
Andrew Talbot
04423c4f59
quartz: Cast-qual warnings fix.
2006-09-25 18:16:35 +02:00
Andrew Talbot
0e9c97eba3
oleaut32: Cast-qual warnings fix.
2006-09-25 18:15:39 +02:00
Aric Stewart
5537fbbcff
user: Correct buffer overflows in IME processing code.
2006-09-25 18:13:21 +02:00
Marcus Meissner
966c5b6c0b
msi: Support more dialog groups.
2006-09-25 17:56:50 +02:00
Roderick Colenbrander
7c86d91bb9
wined3d: glBlend* fixes.
2006-09-25 17:56:04 +02:00
Jacek Caban
51a6a11120
mshtml: Better IDM_PARSECOMPLETE test.
2006-09-25 17:55:50 +02:00
Jacek Caban
f86827317b
shdocvw: Added [get|put]_Silent implementation.
...
As we don't have any dialog in WebBrowser implemented yet, all we have to do is to store silent value.
2006-09-25 17:55:47 +02:00
Huw Davies
38d33e33ae
advapi32: Fix ADVAPI_GetComputerSid to work correctly if a sid doesn't exist in the registry.
...
This makes the tests run correctly on first invocation.
2006-09-25 17:55:40 +02:00
Huw Davies
7dbda7a9f5
gdi32: Make the bitmap font tests locale aware.
2006-09-25 17:55:35 +02:00
Huw Davies
e41992ccaf
gdi32: Win 2000 and Win XP behave differently if there's a '\n' in the string, so remove the width test completely.
2006-09-25 17:55:27 +02:00
Kai Blin
35bf41bc16
secur32: Stop loading Negotiate until it is actually working.
2006-09-25 17:55:22 +02:00
Alexandre Julliard
dea8c6a9ce
user: Fix handling of high bits of resource id in LoadString, reported by Andrey Turkin.
2006-09-21 20:47:20 +02:00
Ivan Gyurdiev
b421b60874
wined3d: Allow null streams in the vertex declaration.
2006-09-21 19:57:12 +02:00
Kai Blin
6ae83720dd
secur32: Tell the user if ntlm_auth is not found or outdated.
2006-09-21 19:57:07 +02:00
Alex Villacís Lasso
b897ad1774
msacm: acmDriverPriority() compares dwPriority against negative values.
...
This issue was spotted by Andrew Talbot.
2006-09-21 19:56:59 +02:00
Benjamin Arai
0b4eafada9
nddeapi: Implement stub dll for nddeapi.
2006-09-21 18:34:55 +02:00
Byeong-Sik Jeon
e1c630847c
comdlg32: Show better font style information in fontdlg.
2006-09-21 18:33:25 +02:00
James Hawkins
15b7934f3d
wintrust: Add a stub implementation of CryptCATClose.
2006-09-21 18:23:47 +02:00
James Hawkins
ab5494e83e
wintrust: Add a stub implementation of CryptCATEnumerateMember.
2006-09-21 18:23:38 +02:00
James Hawkins
8082477d6c
wintrust: Move the Crypt* functions to crypt.c.
2006-09-21 18:22:55 +02:00
James Hawkins
a89db155d8
wintrust: Add a stub implementation of CryptCATOpen.
2006-09-21 18:22:48 +02:00
Mikołaj Zalewski
2fa45673f8
comctl32: toolbar: Fix the return code of TB_ADDBITMAP.
2006-09-21 17:42:44 +02:00
Mikołaj Zalewski
12d3235edc
comctl32: toolbar: Simplify the TOOLBAR_AddButton.
2006-09-21 17:42:34 +02:00
Mikołaj Zalewski
9e390091db
comctl32: toolbar: Fix IDB_STD_VIEW_* icons count (with testcase).
2006-09-21 17:41:36 +02:00
Mikołaj Zalewski
d457b37d82
comctl32: toolbar: Use correctly wParam in TB_ADDBITMAP.
2006-09-21 17:41:20 +02:00
Mikołaj Zalewski
89f537dd57
comctl32: imagelist: SetImageCount can be used to decrease image count (with testcase).
2006-09-21 17:41:05 +02:00
Mikołaj Zalewski
80664defa8
comctl32: toolbar: Add some tests for TB_ADDBITMAP.
2006-09-21 17:40:45 +02:00
James Hawkins
545d0e70cf
msi: Disable child features of parent features that are unselected because of the install level.
2006-09-21 13:03:32 +02:00
James Hawkins
703d77dc58
msi: Translate the INSTALLSTATE_UNKNOWN index into the INSTALLSTATE_ABSENT image index.
2006-09-21 13:03:27 +02:00
James Hawkins
32f570222b
msi: Don't check a component's install state if a component ID is not provided.
2006-09-21 13:02:00 +02:00
James Hawkins
6ac0f3ed29
msi: Fix the results of a few tests to match Windows.
2006-09-21 13:01:43 +02:00
James Hawkins
d893cb7d1e
msi: Load the component states in CostFinalize instead of CostInitialize.
2006-09-21 13:01:33 +02:00
James Hawkins
ca5c11009d
msi: Initialize all features' action states to INSTALLSTATE_UNKNOWN.
2006-09-21 13:01:18 +02:00
James Hawkins
937b9b2bbc
msi: Only override a feature whose action state is INSTALLSTATE_SOURCE.
2006-09-21 13:01:10 +02:00
James Hawkins
319cac4c1f
advpack: backup should be a const string.
2006-09-21 13:01:03 +02:00
Alexandre Julliard
c56eec22e2
wininet/tests: Don't fail the tests if the network is unreachable.
2006-09-21 12:44:56 +02:00
Alexandre Julliard
7f5b4a4602
urlmon/tests: Don't fail the tests if the network is unreachable.
2006-09-21 11:45:32 +02:00
Roderick Colenbrander
b669fcaf7b
opengl: Move wgl font code to winex11.drv.
2006-09-21 11:45:08 +02:00
Dan Hipschman
47b6d3a1e3
msxml3: Fix IXMLDOMNamedNodeMap_getNamedItem() conformance on error.
2006-09-21 11:26:25 +02:00
Benjamin Arai
4195697cc1
msi: Adds test to check "JOIN" operator with "*" operator for the SELECT clause returns the correct results.
2006-09-21 11:26:13 +02:00
Benjamin Arai
a35ff56580
msi: Adds test to check if basic "JOIN" operator without "WHERE" clause returns the correct results.
2006-09-21 11:26:05 +02:00
Benjamin Arai
8d921f1d3c
oleaut32: Conformance test for function variant:VarImp.
2006-09-21 11:25:45 +02:00
Benjamin Arai
4cb6c9184b
oleaut32: Implementation for function variant:VarImp.
2006-09-21 11:25:41 +02:00