Eric Pouech
00cf2da5d6
dbghelp: Dwarf & typedefs.
...
- removed lookup for name for the const modifier
- hard wire dwarf-reference to our pointer types
2006-06-20 11:37:50 +02:00
Eric Pouech
d396ec31f9
dbghelp: Dwarf & module's symtype.
...
- we should set the module's symtype upon success
- removed unneeded bRet variable
2006-06-20 11:37:28 +02:00
Eric Pouech
24743774e8
dbghelp: Dwarf2 & AT_byte_size.
...
- AT_byte_size can be larger than a single byte (especially for enums)
- added missing enumeration type parsing
2006-06-20 11:37:14 +02:00
Eric Pouech
e79085258b
winedbg: Proper handling of typedefs.
...
Added types_get_real_type() to get rid of typedef information, and
access the real underlying type.
2006-06-20 11:36:25 +02:00
Juan Lang
cb2e21ffb4
crypt32: Encode/decode CRL issuing dist points.
2006-06-20 11:28:22 +02:00
Jason Green
0b09ecb291
wined3d: Move D3DSIO_DEF instruction for ARB shaders into arb_program_shader.c.
2006-06-20 11:28:15 +02:00
Jason Green
99c855e6ae
wined3d: Fix DEF instructions in GLSL for non-Nvidia platforms.
...
- NVidia allows "const vec4 = {1.0, 2.0, 3.0, 4.0};", even though
that's not part of the spec.
- It should be "const vec4 = vecr4(1.0, 2.0, 3.0, 4.0);"
- This patch fixes this for D3DSIO_DEF and D3DSIO_DEFI.
2006-06-20 11:28:05 +02:00
James Hawkins
ce24c2a8a7
tools/wine.inf: Add d3d8.dll to the fake dlls list.
2006-06-20 11:27:50 +02:00
Ge van Geldorp
d9157a3586
kernel32: "base" is a pointer in 16-bit global heap.
2006-06-20 11:06:56 +02:00
Ge van Geldorp
e08a176007
winedbg: Added x86_64 support.
2006-06-20 11:06:31 +02:00
Mikołaj Zalewski
6352734eae
shell32: Remove the now unused SHELL_ConfirmDialog.
2006-06-20 11:06:13 +02:00
Mikołaj Zalewski
529346e8f4
shell32: Use SHELL_ConfirmDialogW when deleting multiple files.
2006-06-20 11:06:02 +02:00
Saulius Krasuckas
be115ef0ca
lz32: Remove dead code from the LZOpenFileW test.
2006-06-20 11:05:45 +02:00
Mikołaj Zalewski
cc6eb8dfe1
shell32: Update the Polish translation.
2006-06-20 11:05:38 +02:00
Juan Lang
13e006a715
crypt32: Simplify CRL creation.
...
Decoding already handles signed and unsigned CRLs, so don't duplicate
that in CertCreateCRLContext.
2006-06-20 11:05:26 +02:00
Juan Lang
661aecc761
crypt32: Simplify certificate creation.
...
Decoding already handles signed and unsigned certs, so don't duplicate
that in CertCreateCertificateContext.
2006-06-20 11:05:18 +02:00
Saulius Krasuckas
38a85261cb
lz32: test LZOpenFileW.
2006-06-19 23:05:17 +02:00
Saulius Krasuckas
6d024b28b9
lz32: LZOpenFileA sets last error sometimes.
2006-06-19 23:04:52 +02:00
Saulius Krasuckas
bd2df081bd
lz32: Rename function aliases to real (ASCII) function names.
2006-06-19 23:04:37 +02:00
Robert Shearman
6c4c4e3515
shell32: Convert ISF_Desktop_fnGetDisplayNameOf to Unicode.
2006-06-19 23:04:28 +02:00
Robert Shearman
db8169b828
shell32: Convert ISF_MyComputer_fnGetDisplayNameOf to Unicode.
2006-06-19 23:04:23 +02:00
Robert Shearman
0da8836ff7
rpcrt4: Move the packet manipulation from the exception filter to the exception handler.
...
Remove the unused server_sem variable.
2006-06-19 23:04:19 +02:00
Juan Lang
1811acc2fa
crypt32: Fix decoding signed certs and CRLs.
2006-06-19 22:55:05 +02:00
Paul Vriens
14b4e85148
uxtheme/tests: Added test for IsAppThemed and grouped it with IsThemeActive.
2006-06-19 22:54:31 +02:00
Mike McCormack
98d4c2b049
ole32: Implement reading of VT_CF storage properties.
2006-06-19 22:54:21 +02:00
Alexandre Julliard
e43cec76d1
libwine: Remove one more directory level when checking for build dir.
...
This way it still works if the libdir we got was libs/wine instead of libs.
2006-06-19 22:45:28 +02:00
Jeremy White
a73d568ece
msvcrt: Solaris asctime_r compilation fix.
2006-06-19 22:42:05 +02:00
Jeremy White
466d3fe8e5
dbghelp: Fix a Solaris compilation error.
2006-06-19 22:38:20 +02:00
Jeremy White
3484fa7616
winex11.drv: On Solaris, Xutil.h is required to define XRegion.
2006-06-19 22:36:51 +02:00
Jeremy White
d9de5217ae
ntdll: On Solaris, limits.h is required for PATH_MAX.
2006-06-19 22:36:30 +02:00
Ge van Geldorp
5f299d6fe5
dbghelp: Fix compilation for x86_64.
2006-06-19 21:23:05 +02:00
Thomas Weidenmueller
5fb24924fb
include: Fix definition of SECURITY_INTEGER.
2006-06-19 21:22:40 +02:00
Alexandre Julliard
d489a0a312
winebuild: Get rid of the data16 prefix, it shouldn't be needed anymore and causes warnings.
2006-06-19 21:16:50 +02:00
Christian Gmeiner
8f5d90b44d
setupapi: Implement SetupDiCreateDeviceInfoListExW.
2006-06-19 21:16:04 +02:00
Paul Vriens
682679b07c
uxtheme/tests: Change S_OK to the more appropriate ERROR_SUCCESS.
2006-06-19 20:54:39 +02:00
Vitaly Lipatov
fa823d2fb8
dnsapi: Fix conflicts nameser.h with winerror.h.
2006-06-19 20:54:31 +02:00
Uwe Bonnes
a8a7976bc0
secur32: Fix another GetProcessHeap vs GetProcessHeap().
2006-06-19 20:54:19 +02:00
Hans Leidekker
6831c8dfcb
mscms: Fix famous typo in HeapFree call.
2006-06-19 20:54:04 +02:00
Kai Blin
b432e11927
secur32: Remove unneeded function from the Negotiate provider.
2006-06-19 20:53:53 +02:00
Mike McCormack
ccfa76d18e
ole32: Fix a typo.
2006-06-19 20:53:44 +02:00
Mike McCormack
d18dc2561a
hlink: Add a stub implementation for HlinkNavigateToStringReference.
2006-06-19 20:53:39 +02:00
Mike McCormack
da906667c7
imm32: Fix some return codes.
2006-06-19 20:53:35 +02:00
Mike McCormack
39c905f6d0
wininet: Make sure to null terminate a string before copying it.
2006-06-19 20:53:31 +02:00
Alexandre Julliard
1a2417d9bc
gdi32: Get rid of the no longer needed DIB_CreateDIBSection export.
2006-06-19 11:25:42 +02:00
Detlef Riekenberg
e8950b29ae
include: Declare remaining exported functions in compstui.h.
2006-06-19 11:22:13 +02:00
Stefan Dösinger
1e2413f4f4
ddraw: Implement proper handle management.
2006-06-19 11:14:18 +02:00
Jason Green
c13f097de3
wined3d: Correct implementation of D3DSIO_LOOP.
...
I initially misread the specification. src0.x is the iteration count,
not the max amount for the loop register. This fixes that.
2006-06-19 11:11:45 +02:00
Jason Green
fd83de7129
wined3d: Fix lookup for LOOP register.
2006-06-19 11:11:24 +02:00
Jason Green
9afa540eb5
wined3d: Added correct cast support for gl_FogFragCoord and gl_PointSize output registers.
2006-06-19 11:11:05 +02:00
Jason Green
406ec20459
wined3d: Load boolean and integer constants into the GLSL shader program.
2006-06-19 10:59:58 +02:00