Hans Leidekker
bb0b467366
msi: Avoid a null pointer dereference in MsiGetFileVersionW (clang).
2012-02-06 10:19:30 -06:00
Hans Leidekker
bca0fd6a55
msi: Follow the parent state for preselected features unless the parent is an advertised feature.
2012-02-05 09:38:12 -06:00
Hans Leidekker
2cbb384440
mscms/tests: Pass profiles names as parameters instead of using global variables.
2012-02-05 09:37:53 -06:00
Hans Leidekker
0cf1bdf96e
mscms: Use the return values of GetStandardColorSpaceProfileW and GetColorDirectoryW (clang).
2012-02-05 09:37:36 -06:00
Hans Leidekker
06cd0e2a49
dnsapi: Remove a dead assignment (clang).
2012-02-05 09:37:15 -06:00
Henri Verbeet
7fda67d74a
ddraw/tests: Move some helper functions up with the rest of the helper functions.
2012-02-05 09:36:11 -06:00
Henri Verbeet
98bd3ef803
ddraw/tests: Use correct COM macros in a couple of places.
2012-02-05 09:34:05 -06:00
Alexandre Julliard
36c76dcc24
winex11: Update only the key state on KeymapNotify without sending fake key events.
2012-02-02 17:19:34 +01:00
Matteo Bruni
b51a657626
wined3d: Use a separate flag for discarded surfaces.
2012-02-02 15:18:09 +01:00
Stefan Dösinger
acf82ff1f5
ddraw/tests: Add some IDirect3DViewport interface tests.
2012-02-02 12:59:36 +01:00
Marcel Hasler
c47677fee5
dinput: Support INFINITE as number of effect iterations.
2012-02-02 09:55:47 +01:00
Juan Lang
441f7b6d9e
crypt32: Test and correct CryptVerifyCertificateSignature.
2012-02-02 09:52:55 +01:00
Aric Stewart
17cd9d3325
usp10: We do not yet shape hangul properly so allow for SSA_LINK flags to take effect.
2012-02-02 09:52:45 +01:00
Andrew Eikum
57bb0898f3
winecoreaudio: Improve underrun handling.
2012-02-01 16:56:04 +01:00
Alexandre Julliard
19015ae19e
winealsa: Avoid memory leak with snd_card_get_name.
2012-02-01 16:55:53 +01:00
Alexandre Julliard
852687f1d1
winex11: Poll the mouse button to detect the end of a window manager move/resize.
2012-02-01 16:42:49 +01:00
Alexandre Julliard
abfed909b2
winex11: Move the window resizing support to mouse.c.
2012-02-01 16:42:48 +01:00
Alexandre Julliard
002f85a275
winex11: Don't give focus to zero-size windows.
2012-02-01 16:42:47 +01:00
Alexandre Julliard
a1580bba70
dinput: Clip to the client area instead of the whole window in exclusive mode.
2012-02-01 16:42:47 +01:00
Jacek Caban
f09e4ce269
mshtml: Properly handle out of memory in IHTMLElement::get_outerHTML.
2012-02-01 16:42:46 +01:00
Jacek Caban
90f7c8f848
mshtml: Properly handle GetScheme failure.
2012-02-01 16:42:46 +01:00
Piotr Caban
43b38e1420
mshtml: Make cookie parameter optional in ConnectionPoint_Advise.
2012-02-01 16:42:45 +01:00
Nikolay Sivov
1c1b1c0073
comctl32: More tests for Toolbar window style handling.
2012-02-01 16:42:45 +01:00
Aric Stewart
53bd62737c
quartz: If the MediaSeeking is not implemented all the way up the passthru chain fall back to the filtergraph's clock to find position.
2012-02-01 16:42:44 +01:00
Aric Stewart
a8a2f87135
gdi32: In update_system_links if the font we are trying to link has already been substituted or localized we need to check against that name also.
2012-02-01 16:42:43 +01:00
Aric Stewart
3ae30a676a
usp10: Implement SSA_LINK flag.
2012-02-01 16:42:43 +01:00
Andrew Eikum
6847e882b8
winmm: Initialize COM for MULTITHREADED, not APARTMENTTHREADED.
2012-01-31 20:39:11 +01:00
Juan Lang
ab7f8a160f
crypt32: Only accept trailing NULLs in a certificate common name.
2012-01-31 19:20:36 +01:00
Stefan Dösinger
4775c76208
ddraw/tests: Add an IDirect3DDevice7::Load color key test.
2012-01-31 17:49:27 +01:00
Stefan Dösinger
cfc9e120ae
ddraw/tests: Add an IDirect3DTexture2::Load color key test.
2012-01-31 17:49:23 +01:00
Stefan Dösinger
2bd56ac553
ddraw/tests: Add an IDirect3DTexture::Load color key test.
2012-01-31 17:49:19 +01:00
Stefan Dösinger
551c732d74
ddraw: Properly set the color key in texture::load.
2012-01-31 17:49:15 +01:00
Alexandre Julliard
4f0f7dec99
winex11: Consider zero-size windows mapped even when they are positioned at 0,0.
2012-01-31 17:28:34 +01:00
Piotr Caban
804a9d80d8
urlmon: Handle implicit file scheme in MapUrlToZone and GetSecurityId functions.
2012-01-31 15:38:01 +01:00
Alexandre Julliard
773c46b929
psapi/tests: Don't check data returned from a failing call.
2012-01-31 15:38:01 +01:00
Jörg Höhle
bdf7578389
mciwave: Always reach an end position expressed in milliseconds.
2012-01-31 15:37:57 +01:00
Jörg Höhle
f489cc97c7
winecoreaudio: Fix the Start/Stop/Reset cycle.
2012-01-31 15:37:35 +01:00
Jörg Höhle
4b888861f9
winecoreaudio: Implement a lock-free callback design.
2012-01-31 15:37:21 +01:00
Jörg Höhle
c995011974
winecoreaudio: Avoid deadlock in AudioClient_Stop.
2012-01-31 15:37:13 +01:00
Jacek Caban
051cb8e625
urlmon: Properly handle relative URIs with specified host in combine_uri.
2012-01-31 13:49:18 +01:00
Jacek Caban
1aa9389eaf
urlmon: Relative URI without scheme may be treated as hierarchical.
2012-01-31 13:49:14 +01:00
Austin English
79dd34993a
msvcp60: Remove unnecessary assignments (LLVM/Clang).
2012-01-31 13:48:07 +01:00
Austin English
c6bda4dc17
dsound: Remove an unnecessary assignment (LLVM/Clang).
2012-01-31 13:47:39 +01:00
Austin English
fab9c71963
crypt32: Remove a couple unused variables (LLVM/Clang).
2012-01-31 13:47:11 +01:00
Henri Verbeet
0d8e6719d5
ddraw: AddAttachedSurface() just references whatever we pass it.
2012-01-31 13:46:30 +01:00
Alexandre Julliard
a534925a48
winex11: Reset clipping when a fullscreen window is unmapped.
2012-01-31 13:45:04 +01:00
Alexandre Julliard
e31dd6dba1
kernel32: Only change the Unix current after exec_process to make sure it's inherited properly.
2012-01-31 13:44:40 +01:00
Piotr Caban
01947e08da
urlmon: Fix debug message in canonicalize_scheme.
2012-01-30 20:44:51 +01:00
Thomas Faber
2fb139ffe7
comctl32: Fix MSVC build in imagelist.c.
2012-01-30 20:44:50 +01:00
Andrew Eikum
5860a5b386
mmdevapi: Correctly convert UINT32 to LONG32.
2012-01-30 20:44:50 +01:00
Piotr Caban
e3174d93d8
msvcp60: Fix _Lockit class implementation.
2012-01-30 20:44:50 +01:00
Stefan Leichter
f3caa76846
msi: Update version resource.
2012-01-30 20:44:49 +01:00
Alexandre Julliard
1592b9c9de
winex11: Disallow clipping to fullscreen rectangle if XInput2 is not available.
2012-01-30 20:44:49 +01:00
Alexandre Julliard
b0657c8623
dinput: Catch unsuccessful clipping attempts and fall back to warping.
2012-01-30 20:44:48 +01:00
Erich Hoover
bfa2c5ea98
crypt32: Fix domain component length check.
2012-01-30 20:44:48 +01:00
Nikolay Sivov
d56070a233
msxml3: Trace VARIANT parameters.
2012-01-30 20:44:47 +01:00
Stefan Dösinger
60ef7e0bd4
ddraw/tests: Port the depth blit test to ddraw2.
2012-01-30 20:44:47 +01:00
Stefan Dösinger
b16248898b
ddraw/tests: Port the depth blit test to ddraw4.
2012-01-30 20:44:47 +01:00
Stefan Dösinger
8a82f0083a
ddraw/tests: Port the depth blit test to ddraw7.
2012-01-30 20:44:46 +01:00
Aric Stewart
f50f05da23
usp10: Limit runs in ScriptStringAnalyse to 255.
2012-01-30 20:44:46 +01:00
Aric Stewart
4df4929198
usp10: Use a bsearch function to find a glyph in the LogClust array.
2012-01-30 20:44:45 +01:00
Aric Stewart
2ab625bf2f
usp10: pwLogClust is ordered so its max will be on one end.
2012-01-30 20:44:45 +01:00
Aric Stewart
1967fae847
user32: Have a fallback in linebreaking if uniscribe fails to analyse a string.
2012-01-30 20:44:45 +01:00
Aric Stewart
4bc418b356
user32: Check return code from ScriptStringAnalyse.
2012-01-30 20:44:44 +01:00
Nikolay Sivov
91fbef88bf
comctl32: Never release state image list.
2012-01-30 12:04:58 +01:00
Christian Costa
0a23797f1b
d3dx9_36: Remove TGA from TODO since it is supported.
2012-01-30 11:59:54 +01:00
Frédéric Delanoy
ca4fdc57ed
msi: Avoid dead code in parse_prop (Coverity).
2012-01-30 11:59:44 +01:00
Frédéric Delanoy
09213db643
ws2_32/tests: Remove dead code in test_completion_port (Coverity).
2012-01-30 11:57:10 +01:00
Nikolay Sivov
f2dfe86ac4
urlmon: Recognize <head> start tag as text/html MIME type.
2012-01-30 11:56:04 +01:00
Dmitry Timoshkov
e2264859c8
riched20: Fix some GDI object leaks.
2012-01-30 11:54:47 +01:00
Thomas Faber
05253f900f
comctl32: Fix MSVC build in monthcal.c.
2012-01-30 11:51:35 +01:00
Jacek Caban
0dedfab9a7
mshtml: Added VT_I2 handling to IHTMLSelectElement:add implementation.
2012-01-27 18:06:00 +01:00
Jacek Caban
3029bdf33d
mshtml: Added VT_I2 handling to debugstr_variant.
2012-01-27 18:06:00 +01:00
Jacek Caban
7ab1259a72
mshtml: Fallback to text/html mime type for document channel in nsIChannel::GetContentType.
2012-01-27 18:05:59 +01:00
Jacek Caban
61fd6c97ba
mshtml: Added support for middle-button opening anchors in a new window.
2012-01-27 18:05:59 +01:00
Jacek Caban
bc69cba2fe
mshtml: Added support for anchor targets.
2012-01-27 18:05:59 +01:00
Jacek Caban
c5257dc126
mshtml: Moved creating URIs relative to window to a new function.
2012-01-27 18:05:58 +01:00
Jacek Caban
0b55645820
mshtml: Follow anchors only on left button click.
2012-01-27 18:05:58 +01:00
Michael Stefaniuc
83693d9611
shell32: Avoid an unsafe IExtractIconW to object cast.
2012-01-27 18:05:58 +01:00
Michael Stefaniuc
b12a950c84
shell32: COM cleanup for IPersistFile.
2012-01-27 18:05:57 +01:00
Michael Stefaniuc
f4f9be6eb0
shell32: COM cleanup for IExtractIconA.
2012-01-27 18:05:57 +01:00
Michael Stefaniuc
725db4d19d
shell32: Forward IExtractIconA::Release to IExtractIconW:Release.
2012-01-27 18:05:57 +01:00
Michael Stefaniuc
5718c0bc22
shell32: COM cleanup for IExtractIconW.
2012-01-27 18:05:56 +01:00
Michael Stefaniuc
a14b7df847
shell32: Pass the object instead of the iface to an internal helper.
2012-01-27 18:05:56 +01:00
Jörg Höhle
594002d011
winealsa: Fix -errno typo.
2012-01-27 18:05:55 +01:00
Andrew Eikum
7c52a257fb
winealsa: Avoid underrun by adding a lead-in when starting with few samples.
2012-01-27 18:05:55 +01:00
Nikolay Sivov
2f18cfd85e
msxml3: Add a helper to output quoted strings.
2012-01-27 18:05:54 +01:00
Nikolay Sivov
6106afe359
msxml3: Support startDTD()/endDTD() in MXWriter.
2012-01-27 18:05:54 +01:00
Nikolay Sivov
23c3d90866
msxml3: Support CDATA nodes in MXWriter.
2012-01-27 18:05:53 +01:00
Nikolay Sivov
ac96be9c08
msxml3: Support comment nodes in MXWriter.
2012-01-27 18:05:53 +01:00
Nikolay Sivov
32c96e6329
msxml3: Stub lexical handler support for MXWriter.
2012-01-27 18:05:52 +01:00
Jacek Caban
2830a21e1d
jscript: Get rid of unused SET_CALLED macro.
2012-01-27 18:05:52 +01:00
Jacek Caban
613c276ca3
vbscript: Get rid of unused SET_CALLED macro.
2012-01-27 18:05:52 +01:00
Olli-Pekka Wallin
e8e45b3454
winscard: Add new stub methods.
2012-01-27 18:05:51 +01:00
Rico Schüller
49ebbd0230
d3dx9/tests: Add invalid parameter test for ID3DXEffect.
2012-01-27 18:05:50 +01:00
Rico Schüller
cf512fdf13
d3dx9/tests: Add effect parameter value SetMatrixTransposeArray() test.
2012-01-27 18:05:50 +01:00
Rico Schüller
0ae7c573b1
d3dx9/tests: Add effect parameter value SetMatrixTranspose() test.
2012-01-27 18:05:50 +01:00
Austin English
5930590ed2
advapi32: Add a stub for EnumerateTraceGuids.
2012-01-27 18:05:49 +01:00
Austin English
ce233a46e0
advapi32: Add a stub for CloseTrace.
2012-01-27 18:05:49 +01:00
Alexandre Julliard
8eb9ab531f
winex11: Check for failure to convert the brush bitmap to X11.
2012-01-27 18:05:48 +01:00
Alexandre Julliard
b5314f50ed
advapi32: Fix the TraceMessage prototypes.
2012-01-27 18:05:48 +01:00
Hans Leidekker
ebc4fd1462
winhttp: Don't attempt to read data after receiving a response to a HEAD request.
2012-01-27 18:05:48 +01:00
Hans Leidekker
07ed66f8ec
winhttp: Also close the connection when there's nothing to read.
2012-01-27 18:05:47 +01:00
Hans Leidekker
afd3685779
winhttp: Only turn POST requests into GET requests when redirecting.
2012-01-27 18:05:47 +01:00
Jörg Höhle
644f539358
winmm: Parse MCI colon notation as in T:MM:SS:F.
2012-01-27 18:05:47 +01:00
Dmitry Timoshkov
7705ad45c9
psapi: Add more GetMappedFileName tests.
2012-01-27 18:05:46 +01:00
Erich Hoover
fbc12b4a82
hhctrl.ocx: Add a missing Release call.
2012-01-27 18:05:46 +01:00
Erich Hoover
88f6e898c6
itss: Enlarge buffer to include space for a concatenated value.
2012-01-27 18:05:39 +01:00
Thomas Faber
8ab4f85bbb
usp10: Fix build with MSVC.
2012-01-27 14:57:55 +01:00
Henri Verbeet
ed6461f9da
ddraw/tests: Add a test for SetCooperativeLevel() on a window that belongs to another thread.
2012-01-27 14:57:55 +01:00
Henri Verbeet
348c655b5c
wined3d: Make sure transparent hardware cursors are really transparent.
...
Loosely based on a patch by Stefan Dösinger.
2012-01-27 14:57:55 +01:00
Nikolay Sivov
a23dbc5dc5
oleaut32: Some tests for ITypeLib::FindName(), corrected parameter validation.
2012-01-26 21:27:59 +01:00
Jörg Höhle
4e323ec618
mmdevapi/tests: Add a worst-case XAudio2 fragment-size writes scenario.
2012-01-26 21:27:57 +01:00
Jörg Höhle
f24b31fcf2
mmdevapi/tests: Perform capture protocol tests in shared mode.
2012-01-26 21:27:54 +01:00
Jörg Höhle
52c88ea725
winealsa: Log the periodic renderer callback.
2012-01-26 21:25:51 +01:00
Jörg Höhle
ef111ce138
winealsa: Map ALSA errors to AUDCLNT_E_*.
2012-01-26 21:25:48 +01:00
Jörg Höhle
4bbdc31d4f
winealsa: Initialize can fail with AUDCLNT_E_ENDPOINT_CREATE_FAILED.
2012-01-26 21:25:45 +01:00
Frédéric Delanoy
39d378538d
wininet: Avoid dead code in FTP_FtpOpenFileW (Coverity).
2012-01-26 19:10:16 +01:00
Austin English
8842cd13a1
wer: Add a stub for WerReportSetUIOption.
2012-01-26 19:09:07 +01:00
Austin English
056de6fbcf
setupapi: Add a stub for SetupAddToDiskSpaceListA/W.
2012-01-26 19:08:01 +01:00
Austin English
ce2e7cdc9e
iphlpapi: Add GetTcp6Table/GetTcp6Table2 stubs.
2012-01-26 19:07:43 +01:00
Jacek Caban
c77ba794b7
mshtml: Don't use simplified fragment-only navigation if there is post data to send.
2012-01-26 17:46:17 +01:00
Jacek Caban
dec3a9c7b0
mshtml: Use helpers in IHTMLStyle::paddingLeft implementation.
2012-01-26 17:46:13 +01:00
Jacek Caban
9fc673f48e
mshtml: Added IHTMLStyle::paddingBottom implementation.
2012-01-26 17:46:09 +01:00
Jacek Caban
2de64c8a26
mshtml: Added IHTMLStyle::paddingRight implementation.
2012-01-26 17:46:04 +01:00
Jacek Caban
f015711822
mshtml: Added IHTMLStyle::paddingTop implementation.
2012-01-26 17:46:00 +01:00
Jacek Caban
7d18377ba4
mshtml: Use set_nsstyle_attr_var helper in IHTMLStyle::put_marginLeft implementation.
2012-01-26 17:45:55 +01:00
Jacek Caban
737dba7ae3
mshtml: Added IHTMLStyle::marginBottom property implementation.
2012-01-26 17:45:51 +01:00
Jacek Caban
1ea6529007
mshtml: Use ATTR_FIX_PX in IHTMLStyle::put_marginTop.
2012-01-26 17:45:47 +01:00
Jacek Caban
2858d44ed5
mshtml: Use set_nsstyle_attr_var helper in IHTMLStyle::put_marginRight.
2012-01-26 17:45:43 +01:00
Rico Schüller
3efd2f9a1b
d3dx9/tests: Add effect parameter value SetMatrixArray() test.
2012-01-26 17:45:37 +01:00
Rico Schüller
52e1409111
d3dx9/tests: Add effect parameter value SetMatrix() test.
2012-01-26 17:45:34 +01:00
Rico Schüller
d0fbe7f5a5
d3dx9/tests: Add effect parameter value SetVectorArray() test.
2012-01-26 17:45:29 +01:00
Rico Schüller
9c63b11372
d3dx9/tests: Add effect parameter value SetVector() test.
2012-01-26 17:45:25 +01:00
Henri Verbeet
db15675280
crypt32: Use a larger temporary buffer in CRYPT_AsnDecodeOidIgnoreTag().
2012-01-26 17:44:37 +01:00
Henri Verbeet
faa040cd9e
wined3d: Clear the device if we're not removing the entry from the table in wined3d_unregister_window().
...
The device may be destroyed after the window is unregistered, causing
device_process_message() to access freed memory.
2012-01-26 17:43:50 +01:00
Thomas Faber
d3918683e6
mscoree: Fix build with MSVC.
2012-01-26 17:42:33 +01:00
Ken Thomases
f217415541
winex11: Remove some more leftover X Shm code.
2012-01-26 17:42:25 +01:00
Alexandre Julliard
5f42f7d4fa
ddraw: AddRef the correct interface pointer in AddAttachedSurface.
2012-01-25 21:38:32 +01:00
Alistair Leslie-Hughes
ae46ad83a5
jscript: ActiveX objects might not support IServiceProvider Interface.
2012-01-25 20:39:48 +01:00
Christian Costa
bb4c210888
d3dxof: Use buffer start followed by offset when accessing data.
2012-01-25 20:39:48 +01:00
Christian Costa
096e306300
d3dxof: Fix object leak in error path by calling Release method which does all the work and simplify some inits for better readability.
2012-01-25 20:39:48 +01:00
Andrew Eikum
6d3e784d57
wineoss.drv: Fix buffer offset calculation.
2012-01-25 20:39:48 +01:00
Andrew Eikum
2c628af7b2
wineoss.drv: Use GETODELAY instead of GETOSPACE to determine device position.
2012-01-25 20:39:48 +01:00
Andrew Eikum
92e835111b
wineoss.drv: Decouple MMDevAPI buffer and OSS buffer.
2012-01-25 20:39:48 +01:00
Jacek Caban
a031473b1f
ieframe: Fixed a typo in IDocObjectService::FireDocumentComplete.
2012-01-25 20:39:47 +01:00
Jacek Caban
1f03cbf281
ieframe: Fixed a typo in IDocObjectService::FireNavigateComplete2.
2012-01-25 20:39:47 +01:00
Detlef Riekenberg
39356260e7
ieframe: Use similar FIXME text.
2012-01-25 13:54:03 +01:00
Detlef Riekenberg
1cf886d7c9
ieframe: Add missing return statements.
2012-01-25 13:54:03 +01:00
Detlef Riekenberg
1e1ad5ba2f
ieframe: Remove dead code.
2012-01-25 13:54:02 +01:00
Austin English
58e4febe4d
imm32: Add a stub for ImmGetHotKey.
2012-01-25 13:54:01 +01:00
Austin English
9a2c2ed5c2
kernel32: Add a stub for AddConsoleAliasA/W.
2012-01-25 13:53:59 +01:00
Austin English
a52f88096f
iphlpapi: Add a stub for GetTcpTable2:.
2012-01-25 13:31:25 +01:00
Austin English
dc80d2d6c2
iphlpapi: Sync spec file to Windows 7.
2012-01-25 13:31:09 +01:00
Alex Henrie
f0b274bada
comdlg32: Correctly handle filters with invalid extensions in Save As dialogs.
2012-01-25 11:53:44 +01:00
Matteo Bruni
b4afbf98cf
winex11: Don't put the GL drawable offscreen.
2012-01-25 11:28:02 +01:00
Henri Verbeet
515329d58c
winex11: Remove some leftover X Shm code.
2012-01-25 11:27:37 +01:00
Henri Verbeet
24d4a52e85
d3d8: Remove COM from the pixel shader implementation.
2012-01-25 11:25:40 +01:00
Henri Verbeet
483b17d410
d3d8: Remove COM from the vertex shader implementation.
2012-01-25 11:25:35 +01:00
Henri Verbeet
f056fe7bb5
d3d8: Remove COM from the vertex declaration implementation.
2012-01-25 11:25:27 +01:00
Henri Verbeet
d0347f51ed
wined3d: Only take the wined3d mutex during the WM_DISPLAYCHANGE handler in device_process_message().
...
We can deadlock if we send messages while holding the wined3d mutex and the
message loop is on another thread. Ideally we probably shouldn't send messages
while holding the wined3d mutex at all, but that may be hard to enforce with
the way wined3d locking is currently set up.
2012-01-25 11:25:04 +01:00
Frédéric Delanoy
8ef373a7f2
msi: Avoid dead code in parse_prop (Coverity).
2012-01-25 11:24:58 +01:00
Jacek Caban
dfa9f4bc26
wininet: Insert custom headers only once in HTTP_HttpSendRequestW.
2012-01-24 20:43:14 +01:00
Jacek Caban
ac26517ac9
wininet: Correctly detect https connections and custom port numbers in HTTP_HandleRedirect.
2012-01-24 20:43:13 +01:00
Aric Stewart
9526499b88
winegstreamer: Set bmiHeader.biSizeImage in the transform filter.
2012-01-24 20:43:13 +01:00
Eric Pouech
a672a51cbf
dbghelp: Allow each CPU backend to save CPU specific memory ranges in minidump.
...
Used this feature to add x86_64 unwind information.
2012-01-24 18:10:32 +01:00
Eric Pouech
1c5450f91f
dbghelp: Allow CPU backends to add specific information into a minidump.
...
Use it to add a 256 byte block around current program counter.
2012-01-24 18:10:32 +01:00
Eric Pouech
d02295d998
dbghelp: Add our own thread data gathering struct for minidump internals instead on relying on SYSTEM_PROCESS_INFO.
2012-01-24 18:10:32 +01:00
Eric Pouech
2ce0e94018
winedbg, winedump: Embed wine build-id information info minidump, and display it.
2012-01-24 18:10:32 +01:00
Dmitry Timoshkov
3a5ee02735
ntdll: Add an access check for file mappings.
2012-01-24 18:10:31 +01:00
Dmitry Timoshkov
0e85fc66de
ntdll: Use PAGE_EXECUTE_READ protection for an image section.
2012-01-24 18:10:31 +01:00
Hans Leidekker
c8e8f44168
msi: Use the column count specified in the table transform data.
...
It can be smaller than the number of columns found in the table meta data.
2012-01-24 16:57:32 +01:00
Rico Schüller
483ae58ef2
d3dx9/tests: Add effect parameter value SetFloatArray() test.
2012-01-24 16:57:32 +01:00
Rico Schüller
88c996b3c3
d3dx9/tests: Add effect parameter value SetFloat() test.
2012-01-24 16:57:32 +01:00
Rico Schüller
e892f06175
d3dx9/tests: Add effect parameter value SetIntArray() test.
2012-01-24 16:57:32 +01:00
Rico Schüller
51b9699134
d3dx9/tests: Add effect parameter value SetInt() test.
2012-01-24 16:57:32 +01:00
Rico Schüller
a90eacab1a
d3dx9/tests: Add effect parameter value SetBoolArray() test.
2012-01-24 16:57:32 +01:00
Nikolay Sivov
e983db8518
msxml3: Internally call methods with interface macros.
2012-01-24 16:57:32 +01:00
Nikolay Sivov
85cf92aed0
msxml3: Block ::add() if collection is read-only.
2012-01-24 16:57:32 +01:00
Nikolay Sivov
95b9b82181
msxml3: Put all defined document namespaces in collection.
2012-01-24 16:57:31 +01:00
Matteo Bruni
e51d3f6de6
ddraw: Accept pointers to wrong IDirectDrawSurface versions.
2012-01-24 11:56:06 +01:00
Matteo Bruni
f69f2aa347
wined3d: SM1 texture projection always divides by w when there is a vertex shader set.
2012-01-24 11:55:47 +01:00
Henri Verbeet
41c910d5f0
wined3d: Get rid of the vertex buffer conversion hack in process_vertices_strided().
...
The main thing that's broken is the unnecessary color conversion in case bgra
vertex arrays are supported. It shouldn't be hard to fix that, but at this
point I don't think this hack even helps a lot anymore.
2012-01-24 11:55:33 +01:00
Thomas Faber
a7144d916d
crypt32: Fix build with MSVC.
2012-01-24 11:55:23 +01:00
Francois Gouget
6fc6cf6935
shell32: Don't translate the shell folder paths.
2012-01-23 19:41:56 +01:00
Francois Gouget
deffb92c9d
shell32: Use the plural for 'My Videos' wherever appropriate.
2012-01-23 17:44:33 +01:00
Jacek Caban
58776e9f9a
mshtml: Added IHTMLWindow5 stub implementation.
2012-01-23 17:44:12 +01:00
Nikolay Sivov
916de3998e
msxml3: Allocate private data when cloning from existing document.
2012-01-23 17:44:11 +01:00
Alex Henrie
7a34094e6e
comdlg32: Correctly handle filters with multiple file extensions in Save As dialogs.
2012-01-23 17:44:11 +01:00
Aric Stewart
7d9ce823c3
wineqtdecoder: Release the csReceive critical section before delivering a sample.
2012-01-23 17:44:08 +01:00
Aric Stewart
da0650a209
quartz: Use the csReceive critical sections in transform filters.
2012-01-23 17:05:12 +01:00
Aric Stewart
e2200b31d6
strmbase: Do not hold the csReceive lock when calling the transform's Receive function.
2012-01-23 17:05:11 +01:00
Aric Stewart
f624876d3e
winex11: Strip the _L or _R from X11DRV_GetKeyNameText when appropriate.
2012-01-23 17:05:11 +01:00
Alistair Leslie-Hughes
3f1c63c5bd
mscoree: Implement DllGetClassObject.
2012-01-23 17:05:10 +01:00
Austin English
15bce22683
kernel32: Add stubs for ExpungeConsoleCommandHistoryA/W.
2012-01-23 17:05:10 +01:00
Austin English
eff816b55c
kernel32: Add stubs for GetConsoleAliasesLengthA/W.
2012-01-23 17:05:07 +01:00
Austin English
4110068dc2
kernel32: Add stubs for GetConsoleCommandHistoryLengthA/W.
2012-01-23 16:07:42 +01:00
Jason Edmeades
efbde389c7
richedit: v1.0 richedit uses CR and LF for enter.
2012-01-23 16:07:41 +01:00
Alexandre Julliard
9422c19329
oleaut32/tests: Use a better invalid color for the olepicture icon test.
2012-01-23 16:07:41 +01:00
Eric Pouech
f3107df576
dbghelp: Use new regular expression matcher for files.
2012-01-23 16:07:39 +01:00