Rob Shearman
903f686899
wrc: Fix symbol was not declared and using plain integer as NULL pointer sparse warnings.
2010-01-22 12:18:20 +01:00
Rob Shearman
39b3a57b3d
widl: Fix symbol was not declared and using plain integer as NULL pointer sparse warnings.
2010-01-22 12:17:56 +01:00
Rob Shearman
c137b95db8
include: Replace hexadecimal representation of four character codes in WINED3DFORMAT enum with macros using the actual characters.
2010-01-22 12:17:24 +01:00
Paul Vriens
665c90a9c7
user32/tests: Don't crash on Win9x/WinMe.
2010-01-22 12:14:34 +01:00
Henri Verbeet
60ad1aed63
wined3d: Remove unused occlusion query extensions.
2010-01-22 12:12:14 +01:00
Henri Verbeet
c5086a123e
wined3d: Remove the duplicate GL_2X_BIT_ATI define.
2010-01-22 12:12:07 +01:00
Henri Verbeet
7047f09890
wined3d: Remove the second set of EXT_texture_env_dot3 definitions.
2010-01-22 12:12:01 +01:00
Henri Verbeet
53c3521795
wined3d: Fix the ARB_pixel_buffer_object extension definitions.
2010-01-22 12:11:56 +01:00
Henri Verbeet
2fe633efbc
wined3d: Sort our GL extension definitions.
...
This makes some of the problems in there a bit more obvious.
2010-01-22 12:11:51 +01:00
Christian Costa
94b17c7dad
d3drm: Add definitions for IDirect3DRMMeshBuilder.
2010-01-22 12:11:17 +01:00
Christian Costa
8909a8085c
d3drm: Add definitions for IDirect3DRMFace2.
2010-01-22 12:11:11 +01:00
Alexandre Julliard
e26d2665dc
include: Define some more of the NT global flag values.
2010-01-21 09:07:46 +01:00
Piotr Caban
190645e5c5
shlwapi: Improved res protocol handling in UrlCanonicalizeW.
2010-01-21 09:05:57 +01:00
Nikolay Sivov
97c2a25472
msxml3/tests: Fix interface leak.
2010-01-21 09:05:47 +01:00
Julius Schwartzenberg
7401af64e9
avifil32: Use chunksize specified by the chunk itself, avoids a noticable ticking sound heard when reading past the chunk boundary.
2010-01-21 09:05:38 +01:00
Andrew Eikum
b0ad0b9c0b
wininet: Implement PER_CONN_FLAGS option.
2010-01-21 09:05:29 +01:00
Andrew Eikum
c3af903ffb
wininet: Implement PER_CONN_PROXY_SERVER option.
2010-01-21 09:05:26 +01:00
Andrew Eikum
7f3cbed8ff
wininet: Pull proxy info gathering into its own function.
2010-01-21 09:05:18 +01:00
Andrew Eikum
60bb3f8ec2
wininet: Convert PER_CONN_OPTION_LIST from A to W in InternetSetOptionA.
2010-01-21 09:05:12 +01:00
Andrew Eikum
deca2e5c0e
wininet: Add Internet{Set,Query}Option tests, implement POLICY option.
2010-01-21 09:05:06 +01:00
Jacek Caban
ab6f8f8b2e
mshtml: Create URL moniker after test initialization.
2010-01-21 09:04:53 +01:00
Piotr Caban
81715d00cd
jscript: Add error handling to Array.reverse.
2010-01-20 20:07:05 +01:00
Piotr Caban
8644a083a6
jscript: Make Array.sort generic.
2010-01-20 20:06:58 +01:00
Piotr Caban
91dcc245f9
jscript: Make Array.pop generic.
2010-01-20 20:06:55 +01:00
Aric Stewart
9a9c075ee9
oleaut32: Do not crash in logging if string is NULL.
2010-01-20 20:06:47 +01:00
Alexandre Julliard
4ae9c2fe1f
wine.inf: Add entries for some of the global options.
2010-01-20 20:06:08 +01:00
Alexandre Julliard
39a1227cdb
ntdll: Load the various PEB global options at startup.
2010-01-20 17:30:00 +01:00
Alexandre Julliard
1c119dad6d
ntdll: Implement LdrQueryImageFileExecutionOptions and use it to retrieve the per-process global flag.
2010-01-20 17:11:03 +01:00
Christian Costa
132ba27f2b
gdi32: Improve some FIXMEs.
2010-01-20 16:30:47 +01:00
Jacek Caban
3b20cb11c8
mshtml: Store document as IHTMLDocument2 interface.
2010-01-20 16:29:58 +01:00
Alexandre Julliard
de3fa09cb2
msi: Add a partial stub for the ValidateProductID control event.
2010-01-20 15:36:00 +01:00
André Hentschel
643625b9e0
kernel32/tests: Initial fiber tests.
2010-01-20 15:35:38 +01:00
Freddie Tilley
69d7233e3e
ntdll: Set cpu frequency for FreeBSD 7.2 and higher.
2010-01-20 15:34:41 +01:00
Jason Edmeades
06c45a8d59
msi: Correct the setting of environment variables.
...
Contrary to the MSDN, you can 'create only' whilst using a previous value
(ie +-variable and [~];value). This breaks the install of an application
I was debugging who uses that throughout for all their variables. In
addition whilst adding some tests I've also cleaned up invalid prefix
syntax handling and semicolon removal if the original string is empty.
2010-01-20 15:34:19 +01:00
Maarten Lankhorst
bfe9e6d74c
avifile: Fix playback of fixed sample size audio streams.
2010-01-20 15:32:23 +01:00
Henri Verbeet
7f8ccf0342
d3d9: Add a separate function for stateblock initialization.
2010-01-20 15:32:15 +01:00
Henri Verbeet
d967973d8c
wined3d: Set the query.c GLINFO_LOCATION to *gl_info.
2010-01-20 15:30:04 +01:00
Henri Verbeet
ee1f2c4654
wined3d: Don't leak the context array in the swapchain_init() error path.
2010-01-20 15:29:57 +01:00
Michael Stefaniuc
b4448d9b77
crypt32/tests: Add a win_skip().
2010-01-20 15:29:50 +01:00
Paul Vriens
c5112d9f6f
rasapi32/tests: Fix some test failures on Win9x.
2010-01-19 16:51:16 +01:00
Paul Vriens
83c422e111
shell32/tests: Fix crash on ancient Win95.
2010-01-19 16:51:05 +01:00
Hans Leidekker
72393c55e9
msi: Add a test to exersize the code to retrieve rows from join tables.
2010-01-19 16:50:56 +01:00
André Hentschel
13e8505e58
msvcrt: Fix typo.
2010-01-19 16:50:26 +01:00
Ilya Shpigor
a374b3cbbe
winex11.drv: Produce VK_CANCEL vkey on the Ctrl+Pause/Break pressing.
2010-01-19 15:03:58 +01:00
Vitaly Lipatov
f8562ace96
wineconsole: Fix Russian translation.
2010-01-19 15:03:58 +01:00
Mike Kaplinskiy
8e669d9a61
server: Activate pending asyncs on a hangup/error.
2010-01-19 15:03:57 +01:00
Julius Schwartzenberg
65f6474c6c
avifil32: Allow files with different extensions to be loaded.
2010-01-19 15:03:57 +01:00
Alexandre Julliard
4e640f8a2b
winedump: Remove an unused flag.
2010-01-19 15:03:56 +01:00
Rob Shearman
c66972dfba
rpcrt4: Add structure definition for RPC AUTH3 packet and use the size of this on sending to fix authentication against native servers.
...
Also use the new size to validate incoming AUTH3 packets to be
consistent with native.
2010-01-19 15:03:56 +01:00
Austin English
7222e8b665
winecoreaudio.drv: Reorder includes to avoid OS X bug.
2010-01-19 15:03:55 +01:00