Alexandre Julliard
0647a85dda
wineboot: Always create the various RunOnce keys.
2010-10-01 14:22:40 +02:00
Austin English
c99609a5a0
wineserver: Return the version information in the same format as wine --version.
2010-10-01 14:22:16 +02:00
Louis Lenders
141067fcc4
tapi32: Quiet a few noisy fixme's.
2010-10-01 14:21:35 +02:00
Adam Martinson
49fa9de580
msxml3: Implement preserveWhiteSpace property.
2010-10-01 14:21:26 +02:00
Henri Verbeet
5fd1b5c023
wined3d: Also pass the destination state directly to wined3d_state_record_lights().
2010-10-01 13:46:47 +02:00
Henri Verbeet
545dc012cf
wined3d: Pass a wined3d_state structure to nvts_activate_dimensions().
2010-10-01 13:46:43 +02:00
Henri Verbeet
4dcd56f43b
wined3d: Pass a wined3d_state structure to remove_vbos().
2010-10-01 13:46:39 +02:00
Henri Verbeet
cf9d9e3204
wined3d: Pass gl_info and state parameters directly to drawStridedInstanced().
2010-10-01 13:46:36 +02:00
Vincent Povirk
c8a48f237e
gdiplus: Don't create a DIB section for non-alpha or reference bitmaps.
2010-10-01 13:44:39 +02:00
Vincent Povirk
473afa4b8c
gdiplus: Implement GdipGetRegionScansCount.
2010-10-01 13:44:06 +02:00
Vincent Povirk
40d8876fc4
gdiplus: Implement GdipTransformRegion.
2010-10-01 13:44:00 +02:00
Vincent Povirk
1eb12cb08d
gdiplus: Return 0 from GdiplusShutdown.
2010-10-01 13:43:49 +02:00
Vincent Povirk
9326fc13ca
gdiplus: Don't try to free invalid or already-freed images.
2010-10-01 13:43:33 +02:00
Juan Lang
daa9d700de
winhttp: Set cipher strength bits when querying WINHTTP_OPTION_SECURITY_FLAGS.
2010-10-01 13:43:08 +02:00
Juan Lang
4127062a3e
winhttp: Support querying the cipher strength of an SSL connection.
2010-10-01 13:43:04 +02:00
Juan Lang
302dd345fe
winhttp: Return signature algorithm name in WINHTTP_CERTIFICATE_INFO.
2010-10-01 13:42:58 +02:00
Juan Lang
b4851a8e4a
winhttp: More completely implement querying WINHTTP_OPTION_SECURITY_FLAGS.
2010-10-01 13:42:53 +02:00
Juan Lang
ee2e9cc339
winhttp: Verify SSL policy of chains whose errors were ignored.
2010-10-01 13:42:49 +02:00
Juan Lang
756c171659
winhttp: Honor more SECURITY_FLAG_IGNORE flags.
2010-10-01 13:42:45 +02:00
Juan Lang
5566d424f1
winhttp: Don't make use of OpenSSL's security checks, as crypt32 also verifies certificate chain.
2010-10-01 13:42:40 +02:00
Juan Lang
10ef345307
winhttp: Remove unused function pointer.
2010-10-01 13:42:34 +02:00
Alexandre Julliard
7afdf5d920
Make some variable declarations extern.
2010-10-01 13:42:22 +02:00
Alexandre Julliard
730f01801f
tests: Make some variables static.
2010-10-01 13:41:42 +02:00
Alexandre Julliard
95c1bd4da9
riched20/tests: Make some variables static.
2010-10-01 13:40:29 +02:00
Alexandre Julliard
05e24f39c3
d3dxof/tests: Make some variables static.
2010-10-01 13:39:31 +02:00
Alexandre Julliard
9a39cb94e4
cabinet/tests: Make some variables static.
2010-10-01 13:38:58 +02:00
Alexandre Julliard
95e095ba31
taskkill: Make some variables static.
2010-10-01 13:38:41 +02:00
Alexandre Julliard
8599a53d24
clock: Make some variables static.
2010-10-01 13:38:36 +02:00
Alexandre Julliard
0119d770a3
winecfg: Make some variables static.
2010-10-01 13:38:31 +02:00
Alexandre Julliard
e179c20b10
taskmgr: Make some variables static.
2010-10-01 13:38:24 +02:00
Alexandre Julliard
dfab8824c5
user32/tests: Make some variables static.
2010-10-01 13:37:44 +02:00
Alexandre Julliard
eb2d556ec8
shlwapi/tests: Make some variables static.
2010-10-01 13:37:34 +02:00
Alexandre Julliard
5c4c6544ae
setupapi/tests: Make some variables static.
2010-10-01 13:37:28 +02:00
Alexandre Julliard
bc8e70c089
ole32/tests: Make some variables static.
2010-10-01 13:37:14 +02:00
Alexandre Julliard
be94563670
ntdll/tests: Make some variables static.
2010-10-01 13:37:03 +02:00
Alexandre Julliard
7c2de56ccd
netapi32/tests: Make some variables static.
2010-10-01 13:36:54 +02:00
Alexandre Julliard
d1d1d0205d
msi/tests: Make some variables static.
2010-10-01 13:36:43 +02:00
Alexandre Julliard
7064e8838c
kernel32/tests: Make some variables static.
2010-10-01 13:36:35 +02:00
Alexandre Julliard
c1b1b6f184
d3d9/tests: Make some variables static.
2010-10-01 13:36:20 +02:00
Alexandre Julliard
d7bd274eed
crypt32/tests: Make some variables static.
2010-10-01 13:36:03 +02:00
Alexandre Julliard
55676e84ed
comctl32/tests: Make some variables static.
2010-10-01 13:35:49 +02:00
Alexandre Julliard
53d810c9ad
advapi32/tests: Make function pointers static and remove redundant typedefs.
2010-10-01 13:33:37 +02:00
Alexandre Julliard
536fc57091
winex11: Force setting the cursor again on the first mouse event in case the initial setting failed.
2010-09-30 17:51:18 +02:00
Damjan Jovanovic
666940902d
windowscodecs: Support ICO files with embedded PNGs.
2010-09-30 17:51:18 +02:00
Adam Martinson
776a8662f0
msxml3: Expose the XML parser SAX callback interface.
...
This eliminates a few function calls; libxml will call this indirectly
through the old method. By writing our own callback functions or
wrapping the default ones we can manipulate the xmlDoc as it's being
parsed, allowing us to match the way msxml parses.
2010-09-30 17:51:17 +02:00
Vitaly Perov
042ecec8b6
shdocvw: Silence QueryInterface FIXME.
2010-09-30 17:51:17 +02:00
Jacek Caban
651fc5a289
urlmon: Skip tests on IEs older than 6 by checking for CompareSecurityIds.
2010-09-30 17:51:17 +02:00
Alexandre Julliard
b4109a079f
msi/tests: Fix a test failure on 64-bit.
2010-09-30 17:51:17 +02:00
Alexandre Julliard
9fe16f8ae9
msi/tests: Avoid corrupting the pending file renames key on failure.
2010-09-30 17:51:17 +02:00
Henri Verbeet
132158cbf5
wined3d: Pass gl_info and state parameters directly to drawStridedSlowVs().
2010-09-30 17:51:17 +02:00