Jacek Caban
|
d1607dbb30
|
amvideo.idl: Use proper IDirectDraw forward declaration.
|
2012-11-19 16:35:13 +01:00 |
Michael Stefaniuc
|
d94b651519
|
wintab32/tests: Remove a function pointer cast.
|
2012-11-19 16:35:13 +01:00 |
Michael Stefaniuc
|
2a1a48b586
|
appwiz: Use the correct types for callbacks.
|
2012-11-19 16:35:11 +01:00 |
Dmitry Timoshkov
|
bfed6e5f30
|
windowscodecs: Add NULL pointer checks to some color context methods.
|
2012-11-19 11:47:36 +01:00 |
Dmitry Timoshkov
|
b9ead1a7ea
|
gdiplus: Avoid more cases of allocating a transformation matrix on the heap.
|
2012-11-19 11:47:27 +01:00 |
Henri Verbeet
|
8180b9000a
|
d3d9/tests: Add a test for the scissor rect and viewport after SetRenderTarget() calls.
|
2012-11-19 11:47:08 +01:00 |
Henri Verbeet
|
fa834b0bcc
|
d3d8/tests: Add a test for the viewport after SetRenderTarget() calls.
|
2012-11-19 11:47:03 +01:00 |
Henri Verbeet
|
94ab9d5ef3
|
wined3d: Update the scissor rect and viewport even on redundant wined3d_device_set_render_target() calls.
|
2012-11-19 11:46:55 +01:00 |
Henri Verbeet
|
92a9fe463b
|
ddraw: Avoid LPDIRECT3D.
|
2012-11-19 11:46:46 +01:00 |
Henri Verbeet
|
4a339708d6
|
ddraw: Avoid LPDIRECT3D2.
|
2012-11-19 11:46:41 +01:00 |
Michael Stefaniuc
|
8f7eaf26ce
|
user32: Remove two superfluous casts.
|
2012-11-19 11:46:35 +01:00 |
Michael Stefaniuc
|
f62ba6ff5c
|
kernel32/tests: Don't cast zero.
|
2012-11-19 11:46:27 +01:00 |
Michael Stefaniuc
|
cf36ddd6fc
|
msvcp: Don't cast zero.
|
2012-11-19 11:46:21 +01:00 |
Piotr Caban
|
0569947da0
|
msvcp60: Fixed basic_string::_Copy implementation.
|
2012-11-19 11:46:13 +01:00 |
Piotr Caban
|
3a7a1d7125
|
msvcp60: Fixed basic_string::_Tidy implementation.
|
2012-11-19 11:46:07 +01:00 |
Piotr Caban
|
95c4284822
|
msvcp60: Fixed handling of empty strings.
|
2012-11-19 11:46:02 +01:00 |
Piotr Caban
|
4f4f93802a
|
msvcp60: Export basic_ostream constructors.
|
2012-11-19 11:45:57 +01:00 |
Piotr Caban
|
eae21a1fbf
|
msvcp60: Added basic_stringbuf::_Mode implementation.
|
2012-11-19 11:45:51 +01:00 |
Frédéric Delanoy
|
098b3c7294
|
msi: Fix leaks in ITERATE_InstallService (coverity).
|
2012-11-16 19:27:23 +01:00 |
Frédéric Delanoy
|
cac26d47a0
|
msi: Fix leaks in stop_service_dependents (coverity).
|
2012-11-16 19:26:50 +01:00 |
Erich Hoover
|
499c53175b
|
wininet: Fix InternetCrackUrl parsing URLs containing a semicolon.
|
2012-11-16 19:25:11 +01:00 |
Erich Hoover
|
d5e40b0eff
|
advapi32: Implement SetSecurityInfo on top of NtSetSecurityObject.
|
2012-11-16 19:23:04 +01:00 |
Nikolay Sivov
|
7a00f31ecf
|
msxml3: Stub support for external entity resolver.
|
2012-11-16 17:42:48 +01:00 |
Nikolay Sivov
|
a644bad2af
|
msxml3: Store handler pointers so casts to particular type are avoided.
|
2012-11-16 17:42:47 +01:00 |
Jacek Caban
|
bd42c0416a
|
wininet: Fixed HTTP CONNECT secure connection.
|
2012-11-16 17:42:47 +01:00 |
Jacek Caban
|
c8da35729c
|
wininet: Store both proxy and destination host in http_request_t.
|
2012-11-16 17:42:46 +01:00 |
Alexandre Julliard
|
7c2ce566da
|
user32: Initialize some system parameters in the registry on first run.
|
2012-11-16 17:42:45 +01:00 |
Alexandre Julliard
|
9c729720a9
|
user32: Maintain a cache of registry keys for the various parameters.
|
2012-11-16 16:17:32 +01:00 |
Alexandre Julliard
|
2959b312d9
|
user32: Define a global list of parameter registry keys and store an index in the value string.
|
2012-11-16 16:17:32 +01:00 |
Detlef Riekenberg
|
6e53b8dd57
|
ktmw32: Add a stub for CommitTransaction.
|
2012-11-16 16:17:31 +01:00 |
Detlef Riekenberg
|
e3df9043e9
|
ktmw32: Add a stub for CreateTransaction.
|
2012-11-16 16:17:31 +01:00 |
Dmitry Timoshkov
|
1a6e9d4a50
|
fonts: Update 10-pixel and some rarely used 9-pixel cyrillic bitmaps for Tahoma Bold.
|
2012-11-16 16:17:30 +01:00 |
Michael Stefaniuc
|
a5c621d40e
|
krnl386.exe16: Use FIELD_OFFSET for the size of structs with varlength arrays.
|
2012-11-16 16:17:28 +01:00 |
Michael Stefaniuc
|
0b02d25f6d
|
ws2_32: Avoid using sizeof on structs with variable length array.
|
2012-11-16 11:42:32 +01:00 |
Piotr Caban
|
15bef00d65
|
msvcp: Sync implementations.
|
2012-11-16 11:42:27 +01:00 |
Piotr Caban
|
a497d36a62
|
msvcp90: Added wctrans and towctrans tests.
|
2012-11-16 11:42:00 +01:00 |
Piotr Caban
|
a71acb3076
|
msvcp90: Added wctrans and towctrans implementation.
|
2012-11-16 11:41:55 +01:00 |
Piotr Caban
|
965543acff
|
msvcp80: Forward functions that are using String_iterators to msvcp90.
|
2012-11-16 11:41:46 +01:00 |
Huw Davies
|
02d41b7b1a
|
winspool: Pre-1.6 versions of CUPS can leave behind a file when cupsGetPDD3 fails, so clear up afterwards.
|
2012-11-16 11:41:41 +01:00 |
Jacek Caban
|
08c17ada57
|
cmd: Added HeapFree wrapper.
|
2012-11-16 11:40:36 +01:00 |
Austin English
|
62e77128c5
|
secur32: Get rid of deprecated types.
|
2012-11-16 11:40:17 +01:00 |
Henri Verbeet
|
b52118d53d
|
d3d9/tests: Also test that render states get reset in test_reset().
|
2012-11-16 11:40:02 +01:00 |
Henri Verbeet
|
f94f753e51
|
d3d8/tests: Also test that render states get reset in test_reset().
|
2012-11-16 11:39:54 +01:00 |
Henri Verbeet
|
ffd892f6dd
|
wined3d: Make state_geometry_shader() static.
|
2012-11-16 11:39:50 +01:00 |
Henri Verbeet
|
ea4ae09c86
|
ddraw: Avoid LPDIRECT3D3.
|
2012-11-16 11:39:47 +01:00 |
Henri Verbeet
|
0fa127b1fa
|
ddraw: Avoid LPDIRECT3D7.
|
2012-11-16 11:39:42 +01:00 |
Christian Inci
|
83ed5efb31
|
wined3d: Add support for nVidia GT 640M.
|
2012-11-15 21:22:06 +01:00 |
Marcus Meissner
|
02a80554f8
|
wininet: Move freeing netconn into create_netconn_socket (Coverity).
|
2012-11-15 21:22:05 +01:00 |
Piotr Caban
|
c29c639cce
|
urlmon: Update reference counter in bsc_from_bctx.
|
2012-11-15 21:22:04 +01:00 |
Hans Leidekker
|
bff64e8578
|
advapi32: Avoid a buffer overflow in CredUnmarshalCredentialW.
Spotted by Stefan Leichter.
|
2012-11-15 21:22:03 +01:00 |