Detlef Riekenberg
2eac48f594
acledit: Add a stub for FMExtensionProcW.
2007-10-29 13:53:04 +01:00
Hans Leidekker
64359c2432
wininet: Always send a content length header, even if there is no content.
2007-10-29 13:06:50 +01:00
Gerald Pfeifer
e3b8e2f2dd
shlwapi/tests: Remove overly aggressive const declaration for TEST_URL_UNESCAPE.
2007-10-29 13:06:38 +01:00
Roderick Colenbrander
59eba5cb41
wined3d: Default to GLSL. This is safe because we now have proper ps2.0/vs2.0 detection.
2007-10-29 13:04:58 +01:00
Roderick Colenbrander
efc18d79af
wined3d: Detect vertex shader 2.0 support using a pixel shader 2.0 limit.
...
Without this vertex shader 3.0 is reported on non-Nvidia cards that
only support vertex shader 2.0. Reporting 3.0 would result in slow
software rendering as it is much more advanced than 2.0.
2007-10-29 13:04:49 +01:00
Roderick Colenbrander
6760ce83a4
wined3d: Fix the amount of texture memory in the debug traces.
2007-10-29 13:04:30 +01:00
Roderick Colenbrander
ac53711902
wined3d: Print the correct pixel/vertex shader version in a debug trace.
2007-10-29 13:04:11 +01:00
Roderick Colenbrander
50ed6f36d2
wined3d: Add proper PS2.0 detection for older cards with GLSL support.
2007-10-29 13:04:04 +01:00
Roderick Colenbrander
465962dae6
wined3d: Use native shader limits instead of the maximum the driver can handle in software.
...
This should prevent software fallbacks and and second it will allow for ps2.0/ps3.0 detection.
2007-10-29 13:03:54 +01:00
Alex Villacís Lasso
e7296eaeaa
riched20: Fix test crash on WinXP-SP2.
2007-10-29 12:08:25 +01:00
Paul Millar
17e934669e
widl: Add support for overriding recorded time, allowing binary-identical compilation.
2007-10-29 12:08:10 +01:00
Alexandre Julliard
9fce052c54
winealsa.drv: Avoid the alsa alloca macros that cause compiler warnings.
2007-10-29 12:07:52 +01:00
Andrew Talbot
cbf06f4d48
shell32: Constify some variables.
2007-10-29 12:05:59 +01:00
Dmitry Timoshkov
656a11b152
shlwapi: Fix a typo in the previous patch. Spotted by Francois Gouget.
2007-10-29 12:05:23 +01:00
Francois Gouget
97f36631b5
d3dx8: Make sure d3dx8math.inl compiles fine, whether nameless unions are supported or not.
2007-10-29 12:05:08 +01:00
Francois Gouget
eb546b3b31
d3dx8: Fix compilation on systems that don't support nameless unions.
2007-10-29 12:05:03 +01:00
Francois Gouget
55fe2b26b5
tapi32: Add prototypes for lineInitializeExA/W().
2007-10-29 12:04:55 +01:00
Francois Gouget
5b58407271
shlwapi: Fix the DeleteMenuWrap() forward.
2007-10-29 12:04:52 +01:00
Francois Gouget
80911c12f4
crypt32: Better match the PSDK types and update win32.api to fix the winapi_check warnings.
2007-10-29 12:04:48 +01:00
Francois Gouget
4b6368c0e2
cryptnet: Fix compilation on systems that don't support nameless structs.
2007-10-29 12:04:42 +01:00
Francois Gouget
e88af468fe
winetest: Add an option that shuts Windows down once the tests have completed.
2007-10-29 12:04:37 +01:00
Francois Gouget
bbf17b0a86
wineboot: Add a reminder that EWX_FORCEIFHUNG is not implemented.
2007-10-29 12:04:33 +01:00
Francois Gouget
7afe1d23e2
wineboot: Make sure 'Cancel' has the focus and is the default button in the 'Do you want to kill all your applications' dialog.
2007-10-29 12:04:30 +01:00
Francois Gouget
9e82e46a84
shell32: Pass the shutdown reason to ExitWindowsEx().
2007-10-29 12:04:25 +01:00
Stefan Dösinger
58ed14eb52
wined3d: Honor pbos when downloading a compressed texture.
2007-10-29 12:04:18 +01:00
Stefan Dösinger
f6637cae98
wined3d: Move texture loading to LoadLocation.
2007-10-29 12:04:11 +01:00
Stefan Dösinger
2a85970631
wined3d: Move sysmem->drawable copying to LoadLocation.
2007-10-29 12:04:01 +01:00
Stefan Dösinger
dc1848bd22
wined3d: Add a comment explaining what LoadLocation does.
2007-10-29 12:03:51 +01:00
Stefan Dösinger
34d6b38397
wined3d: Move drawable->sysmem reading to UpdateLocation.
2007-10-29 12:03:44 +01:00
Dan Hipschman
70e12b31b8
widl: Fix ExprEvalRoutines output.
2007-10-29 12:03:26 +01:00
Hans Leidekker
e8eaee4f6a
wininet: Always close the data connection before receiving a server response.
2007-10-29 12:03:15 +01:00
Hans Leidekker
e55531d694
wininet: Always return an error when a transfer is in progress.
2007-10-29 12:03:06 +01:00
Hans Leidekker
a5fba22a79
snmpapi: Fix memory allocation in SnmpUtilVarBindListCpy.
2007-10-29 12:03:02 +01:00
Mikolaj Zalewski
1f632a29ce
msvcrt/tests: Loosen the mbctype test to pass under Windows 9x and NT 4.0.
2007-10-29 12:02:56 +01:00
Detlef Riekenberg
f2e7c43d3c
kernel32: Fix description for SetDefaultCommConfig.
2007-10-29 12:02:44 +01:00
Rob Shearman
cfb349c4f2
urlmon: Add tests for BindToObject for URL monikers based on the existing tests for BindToStorage.
2007-10-29 12:02:40 +01:00
Aric Stewart
20ae8d2804
msdmo: Fix to DMOEnum to properly enumerate the keys and properly respect the flag.
2007-10-29 12:02:33 +01:00
Detlef Riekenberg
3fb513deb4
include/winbase: Fix a typo.
2007-10-29 12:02:24 +01:00
Alexandre Julliard
444b3c7a58
Release 0.9.48.
2007-10-26 19:21:15 +02:00
Marcus Meissner
438ca04607
Updated AUTHORS file.
2007-10-26 17:27:46 +02:00
Francois Gouget
ce9cc0ba50
cryptnet: Fix compilation on systems that don't support nameless unions.
2007-10-26 15:20:46 +02:00
Stefan Dösinger
20f1f50b2a
wined3d: Move regular surface / texture downloading to LoadLocation.
2007-10-26 15:18:15 +02:00
Stefan Dösinger
123744910f
wined3d: Add a method for surface location updates.
2007-10-26 15:17:30 +02:00
Stefan Dösinger
dcff7dc213
wined3d: Begin centralizing surface location management.
2007-10-26 15:17:19 +02:00
Stefan Dösinger
ee32ac575b
wined3d: A point size fix.
2007-10-26 15:17:01 +02:00
Louis Lenders
27e8b829a4
advapi32: Export RegOverridePredefKey.
2007-10-26 15:16:38 +02:00
Detlef Riekenberg
23d78ff2b8
comdlg32/tests: Initial tests for PrintDlgExW.
2007-10-26 15:15:05 +02:00
Detlef Riekenberg
429d7a27e0
comdlg32: Improve stub for PrintDlgEx.
2007-10-26 15:14:56 +02:00
Detlef Riekenberg
2be2c1acc5
ntdll: Dump the base address when a module is loaded.
2007-10-26 15:14:21 +02:00
Jeremy Newman
2da76a04a3
credui: Add a Wine-themed banner for the credentials dialog.
2007-10-26 15:13:14 +02:00