Piotr Caban
|
c4d085bc74
|
msvcr100: Added _get_timezone implementation.
|
2012-12-12 12:00:31 +01:00 |
Piotr Caban
|
77306693d4
|
msvcr100: Added _sprintf_p implementation.
|
2012-12-12 12:00:03 +01:00 |
Piotr Caban
|
d958ecbc69
|
msvcrt: Fixed floating point numbers printing when flags.Sign=' '.
|
2012-12-12 11:59:55 +01:00 |
Piotr Caban
|
101abcd8b1
|
msvcr100: Added fread_s implementation.
|
2012-12-12 11:59:38 +01:00 |
Ken Thomases
|
436edbdfc7
|
winspool: Close read end of pipe in parent so we can detect child termination.
|
2012-12-12 11:59:23 +01:00 |
Henri Verbeet
|
4ec1c78ec4
|
d3d10core/tests: Add a small test for ID3D10Device_CreateSamplerState().
|
2012-12-12 11:59:17 +01:00 |
Henri Verbeet
|
a9e241e4fe
|
d3d10core: Only create unique sampler state objects.
|
2012-12-12 11:59:08 +01:00 |
Henri Verbeet
|
14eadb71bc
|
d3d10core: Implement d3d10_sampler_state_GetDesc().
|
2012-12-12 11:59:01 +01:00 |
Henri Verbeet
|
99dcfdf0ce
|
ddraw: Avoid LPD3DDEVICEDESC7.
|
2012-12-12 11:58:55 +01:00 |
Henri Verbeet
|
725ec0323e
|
ddraw: Avoid LPD3DDEVICEDESC.
|
2012-12-12 11:58:52 +01:00 |
Michael Stefaniuc
|
ab55448069
|
comctl32/tests: Get rid of a temp buffer.
|
2012-12-12 11:58:43 +01:00 |
Frédéric Delanoy
|
1d004dda19
|
include: Assorted spelling fixes.
|
2012-12-12 11:58:39 +01:00 |
Andrew Talbot
|
4bb92e1897
|
msvcp100: Avoid signed-unsigned integer comparisons.
|
2012-12-11 20:45:46 +01:00 |
Detlef Riekenberg
|
fa59d1e5d7
|
advapi32/tests: Accept win8 failure code.
|
2012-12-11 20:45:45 +01:00 |
Sylvain Petreolle
|
8a04421244
|
setupapi: Add stub for SetupAddToSourceListW.
|
2012-12-11 20:45:45 +01:00 |
Daniel Jelinski
|
06a0a01e18
|
comctl32/listview: Forward more header notifications to parent window.
|
2012-12-11 20:45:44 +01:00 |
Daniel Jelinski
|
12c065111b
|
comctl32/listview: Convert header notifications to ANSI in place.
|
2012-12-11 20:45:44 +01:00 |
Daniel Jelinski
|
70df1d58cb
|
comctl32/tests: Add listview header notification tests.
|
2012-12-11 20:45:43 +01:00 |
Alexandre Goujon
|
d0001e357a
|
kernel32: Use the FSD sector location to compute the serial of a UDF volume.
|
2012-12-11 20:45:43 +01:00 |
Hans Leidekker
|
ffa6dbe0b1
|
advapi32: Add support for filtering credentials on MacOS in CredEnumerateW.
|
2012-12-11 20:45:42 +01:00 |
Hans Leidekker
|
c66b78a810
|
msi: Don't set the Preselected property for a full reinstall.
|
2012-12-11 20:45:42 +01:00 |
Nikolay Sivov
|
fbd7f8813f
|
comctl32: Fix font style when item is bold and hovered in track mode.
|
2012-12-11 20:45:41 +01:00 |
Nikolay Sivov
|
9336a3903c
|
msxml3: GetMaxSize() is not a stub.
|
2012-12-11 20:45:41 +01:00 |
Alexandre Julliard
|
351e58318a
|
gdi32: Fix text justification to properly handle logical coordinates.
|
2012-12-11 20:45:38 +01:00 |
Alexandre Julliard
|
91ebca2bf1
|
winex11: Send WM_ENTERSIZEMOVE when starting to poll for a window move/resize.
|
2012-12-11 15:49:04 +01:00 |
Michael Stefaniuc
|
54b75f3de3
|
netapi32: Avoid sizeof on structs with a varlength array.
|
2012-12-11 15:49:03 +01:00 |
Michael Stefaniuc
|
f417dc1efb
|
localui: Avoid sizeof on structs with a varlength array.
|
2012-12-11 15:49:03 +01:00 |
Jacek Caban
|
9e2d5cae73
|
atl: Reimplemented AtlModuleLoadTypeLib on top of AtlLoadTypeLib.
|
2012-12-11 15:49:02 +01:00 |
Jacek Caban
|
b09af0d0b2
|
atl100: Added AtlLoadTypeLib implementation (based on AtlModuleLoadTypeLib).
|
2012-12-11 15:49:01 +01:00 |
Jacek Caban
|
77c7fcdc94
|
atl: Reimplemented AtlModuleUpdateRegistryFromResourceD on top of AtlUpdateRegistryFromResourceD.
|
2012-12-11 15:49:01 +01:00 |
Jacek Caban
|
a97a667670
|
atl100: Added AtlUpdateRegistryFromResourceD implementation (based on AtlModuleUpdateRegistryFromResourceD).
|
2012-12-11 15:49:00 +01:00 |
Amine Khaldi
|
9b4e92a6f1
|
include: Define LIST_ENTRY using the standard offsetof.
|
2012-12-11 15:48:59 +01:00 |
Amine Khaldi
|
d6617e1ec5
|
include: Define WINE_RB_ENTRY_VALUE using the standard offsetof.
|
2012-12-11 15:48:59 +01:00 |
Amine Khaldi
|
649c982e60
|
include: Define CONTAINING_RECORD using the standard offsetof.
|
2012-12-11 15:48:57 +01:00 |
Amine Khaldi
|
e3dd01a264
|
include: Define FIELD_OFFSET to the standard offsetof.
|
2012-12-11 15:48:54 +01:00 |
Francois Gouget
|
130cabbca6
|
wined3d: Remove a stray semi-colon from the spec file.
|
2012-12-11 12:03:43 +01:00 |
Hans Leidekker
|
59247cf9db
|
wininet: Don't perform revocation checks when verifying a certificate.
|
2012-12-11 12:03:42 +01:00 |
Andrew Talbot
|
441780b2f1
|
comctl32: Indentation fix.
|
2012-12-11 12:03:41 +01:00 |
Andrew Talbot
|
309654f058
|
comdlg32: Indentation fix.
|
2012-12-11 12:03:41 +01:00 |
André Hentschel
|
b74b8776c0
|
shlwapi/tests: Fix two tests on win8.
|
2012-12-11 12:03:40 +01:00 |
Henri Verbeet
|
78984cf46c
|
wined3d: Get rid of ENTER_GL / LEAVE_GL.
|
2012-12-11 12:03:39 +01:00 |
Henri Verbeet
|
fc50e2b70b
|
d3d10core: Get rid of a FIXME in d3d10_device_CreateGeometryShader().
|
2012-12-11 12:03:38 +01:00 |
Henri Verbeet
|
a6289a21a1
|
ddraw: Avoid LPDDDEVICEIDENTIFIER2.
|
2012-12-11 12:03:38 +01:00 |
Henri Verbeet
|
3f8f101288
|
ddraw: Avoid LPDDDEVICEIDENTIFIER.
|
2012-12-11 12:03:37 +01:00 |
Henri Verbeet
|
22fb326939
|
ddraw: Avoid LPDDBLTBATCH.
|
2012-12-11 12:03:37 +01:00 |
Alexandre Julliard
|
a3cf48afad
|
gdi32: Add a level of pointers to the glyph cache to avoid the need for locking individual glyphs.
|
2012-12-11 12:03:33 +01:00 |
Detlef Riekenberg
|
cd804dab29
|
mlang/tests: Accept the different translation in win8.
|
2012-12-10 20:30:31 +01:00 |
Alexandre Julliard
|
ed47a507d0
|
winex11: Send WM_EXITSIZEMOVE when the mouse has been released.
|
2012-12-10 20:30:29 +01:00 |
Jacek Caban
|
9f03c865b3
|
atl: Don't call HeapFree on module argument in AtlModuleTerm.
|
2012-12-10 18:30:09 +01:00 |
Jacek Caban
|
0a0b2ff019
|
atl100: Added AtlCallTermFunc implementation (based on AtlModuleTerm).
|
2012-12-10 18:30:06 +01:00 |