Henri Verbeet
|
f1e2c5df93
|
wined3d: Only flip SFLAG_DIBSECTION once in flip_surface().
We already swap all flags at a later point in flip_surface().
|
2012-01-09 12:22:03 +01:00 |
Henri Verbeet
|
01992d7fb5
|
ddraw: Don't leak the window region if we have an extra clip rect in ddraw_clipper_GetClipList().
|
2012-01-09 12:21:59 +01:00 |
Henri Verbeet
|
de807eb21c
|
wined3d: Allow 10-bpc formats as render targets.
|
2012-01-09 12:21:53 +01:00 |
Alexandre Julliard
|
02442b52a4
|
user32: Return the cursor position in send_hardware_message and use it to update the driver's position.
|
2012-01-09 12:14:36 +01:00 |
Alexandre Julliard
|
9c112996d0
|
gdi32: Stop forwarding object selection calls to x11drv.
|
2012-01-09 12:14:34 +01:00 |
Alexandre Julliard
|
dc1aeeb2f8
|
gdi32: Get rid of the SetDIBColorTable driver entry point.
|
2012-01-07 13:27:08 +01:00 |
Hans Leidekker
|
b00e7039c5
|
msi: Execute custom actions in the right script.
|
2012-01-06 21:57:40 +01:00 |
Alexandre Julliard
|
446a6b3556
|
msvcrt: Use the correct type for findnext64.
|
2012-01-06 21:57:38 +01:00 |
Alexandre Julliard
|
2a1ce301fa
|
msvcrt: Don't name a local variable 'errno'.
|
2012-01-06 21:48:56 +01:00 |
Francois Gouget
|
a2481a3f6b
|
comdlg32: Remove some unused string resources that are not present on Windows.
|
2012-01-06 19:24:31 +01:00 |
Stefan Leichter
|
3346d092e5
|
hal: Add stub for HalTranslateBusAddress.
|
2012-01-06 19:24:29 +01:00 |
Stefan Leichter
|
03c7dfbd4d
|
opengl32: Replace the remaining forwards of wgl functions to gdi32.dll in the spec file with wrapper function.
|
2012-01-06 19:24:29 +01:00 |
Jörg Höhle
|
49aa7f9f2f
|
winealsa: Check ValidBitsPerSample and support SND_PCM_FORMAT_S20_3LE.
|
2012-01-06 19:24:28 +01:00 |
Jörg Höhle
|
76f655dbb0
|
winealsa: Unify the checks for wBitsPerSample.
|
2012-01-06 19:24:28 +01:00 |
Jörg Höhle
|
afe7bc06e6
|
winmm: Ignore broken nBlockAlign and AvgBytes within PCMWAVEFORMAT.
|
2012-01-06 19:24:27 +01:00 |
Alexandre Julliard
|
bcc65899f8
|
winex11: Remove DIB locking calls from all graphics functions.
|
2012-01-06 19:24:26 +01:00 |
Jacek Caban
|
dcbfd3d0a5
|
ieframe: Added INewWindowManager stub implementation.
|
2012-01-06 19:24:26 +01:00 |
Jacek Caban
|
9c448d1dbf
|
ieframe: Added IHTMLWindow2 service tests.
|
2012-01-06 19:24:25 +01:00 |
Jacek Caban
|
aaf3202d77
|
ieframe: Added IHTMLWindow2 stub implementation.
mshtml/ieframe separation is ugly designed. ieframe needs its own
IHTMLWindow2 wrapper-like implementation.
|
2012-01-06 19:24:25 +01:00 |
Jacek Caban
|
f31391c777
|
ieframe: Always create doc view window when creating InternetExplore object instance.
|
2012-01-06 19:24:24 +01:00 |
Jacek Caban
|
a3d6450226
|
ieframe: Added IServiceProvider interface to InternetExplorer object.
|
2012-01-06 19:24:24 +01:00 |
Jacek Caban
|
5640da1414
|
jscript: Run script tests in version 2 by default.
|
2012-01-06 19:24:23 +01:00 |
Jacek Caban
|
43a9faa734
|
ntdll: Make LdrLoadDll hotpatchable.
|
2012-01-06 19:24:23 +01:00 |
Henri Verbeet
|
3d33887c2f
|
wined3d: Get rid of the WINED3DSWAPEFFECT typedef.
|
2012-01-06 19:24:22 +01:00 |
Henri Verbeet
|
45f6def784
|
wined3d: Get rid of the WINED3DBACKBUFFER_TYPE typedef.
|
2012-01-06 19:24:21 +01:00 |
Henri Verbeet
|
31f3120815
|
ddraw: Convert to integer before adjusting the clipped source rect.
This makes a difference for the bottom and right edges, and we could end up
with an empty source rectangle otherwise.
|
2012-01-06 19:24:20 +01:00 |
Henri Verbeet
|
f17e714857
|
ddraw: Implement IDirectDrawClipper::SetClipList().
|
2012-01-06 19:24:20 +01:00 |
Henri Verbeet
|
3e9fe3e938
|
ddraw: Use the window's client rect for clipping.
|
2012-01-06 19:24:19 +01:00 |
Jörg Höhle
|
6d23816300
|
wineoss: GetStreamLatency is constant, SNDCTL_DSP_GETODELAY is dynamic.
|
2012-01-06 19:24:19 +01:00 |
Jörg Höhle
|
92d8e93acb
|
winealsa: Have GetStreamLatency reflect the ALSA period.
|
2012-01-06 19:24:18 +01:00 |
Jörg Höhle
|
9bd61f4337
|
winecoreaudio: Fix latency calculation.
|
2012-01-06 19:24:18 +01:00 |
Jörg Höhle
|
acd8d60faa
|
mmdevapi: GetDevicePeriod returns constants.
|
2012-01-06 19:24:17 +01:00 |
Jörg Höhle
|
8316a77959
|
mmdevapi: Avoid HeapRealloc when no data need be copied.
|
2012-01-06 19:24:17 +01:00 |
Daniel Lehman
|
4654b3f68e
|
msvcp90: Fix return value for ctype<wchar_t> do_is(ch).
|
2012-01-06 19:24:16 +01:00 |
Daniel Lehman
|
5a3695ccee
|
msvcrt: Make WEOF returned from swscanf signed.
|
2012-01-06 19:24:16 +01:00 |
Alexandre Julliard
|
867be0e3e3
|
gdi32: Add an empty ExtEscape DIB driver entry point.
|
2012-01-06 19:24:12 +01:00 |
Alexandre Julliard
|
56331e2a9a
|
gdi32: Don't allow Get/SetDeviceGammaRamp on DIBs or memory DCs.
|
2012-01-06 19:24:12 +01:00 |
Alexandre Julliard
|
bf718448f3
|
gdi32: Add a stub for the ExtFloodFill entry point.
|
2012-01-06 19:24:11 +01:00 |
Alexandre Julliard
|
ff31a448b3
|
gdi32: Implement Arc, ArcTo, Chord, and Pie, using line segments for now.
|
2012-01-06 19:24:02 +01:00 |
Alexandre Julliard
|
92d5b41599
|
gdi32: Add a helper function for computing the device rect for PS_INSIDEFRAME.
|
2012-01-06 19:22:22 +01:00 |
Alexandre Julliard
|
5ff285629e
|
gdi32: Implement Ellipse and RoundRect, using line segments for now.
|
2012-01-06 19:22:12 +01:00 |
Alexandre Julliard
|
3e51dd7515
|
gdi32: Use a better algorithm for CreateRoundRectRgn.
|
2012-01-06 12:53:20 +01:00 |
André Hentschel
|
67b6ae8423
|
mshtml: Remove unused definitions.
|
2012-01-05 21:27:36 +01:00 |
Jacek Caban
|
d0f6e349b0
|
mshtml: Use do_query_service in QueryService implementation.
|
2012-01-05 21:27:35 +01:00 |
Jacek Caban
|
986800701b
|
mshtml: Use QueryService helper function in SetClientSite implementation.
|
2012-01-05 21:27:35 +01:00 |
Jacek Caban
|
6363796e09
|
mshtml: Use a helper function for QueryService calls in hlink_frame_navigate.
|
2012-01-05 21:27:35 +01:00 |
Jörg Höhle
|
9ef4a0099c
|
winmm: Fix conversion to MMTIME, avoid floating point arithmetic.
|
2012-01-05 21:27:34 +01:00 |
Daniel Lehman
|
8e755152c2
|
msvcp90: basic_string<>::rfind(ch) should call rfind.
|
2012-01-05 21:27:33 +01:00 |
Daniel Lehman
|
0af4827e11
|
msvcp90: Add num_get<wchar_t> stubs.
|
2012-01-05 21:27:32 +01:00 |
Daniel Lehman
|
c20fd880ac
|
msvcp90: Make type_info::mangled larger.
|
2012-01-05 21:27:32 +01:00 |
Piotr Caban
|
568c3215b0
|
msvcp60: Added full basic_string::_Grow implementation.
|
2012-01-05 21:27:32 +01:00 |
Piotr Caban
|
806d72cfdc
|
msvcp60: Fix basic_string::rfind(char) implementation.
|
2012-01-05 21:27:31 +01:00 |
Piotr Caban
|
f3df1d7cdc
|
msvcp60: Added basic_string<unsigned short> implementation.
|
2012-01-05 21:27:28 +01:00 |
Hans Leidekker
|
de11a50b91
|
msi: Don't crash on secondary root folders in msi_resolve_target_folder.
|
2012-01-05 20:54:25 +01:00 |
Henri Verbeet
|
c77b414787
|
wined3d: Get rid of the WINED3DPATCHEDGESTYLE typedef.
|
2012-01-05 20:54:25 +01:00 |
Henri Verbeet
|
c3cc92e472
|
wined3d: Get rid of the WINED3DMATERIALCOLORSOURCE typedef.
|
2012-01-05 20:54:24 +01:00 |
Henri Verbeet
|
223b0736c0
|
ddraw: Disallow clipped blits in ddraw_surface7_BltFast().
|
2012-01-05 20:54:21 +01:00 |
Henri Verbeet
|
99e5e3ac0d
|
ddraw: Refuse to set a clip list if a clipper is already tracking a window.
|
2012-01-05 20:54:19 +01:00 |
Henri Verbeet
|
3997457574
|
ddraw/tests: Add some clipper tests.
|
2012-01-05 20:54:17 +01:00 |
Dmitry Timoshkov
|
98e2bf4e1c
|
user32: Add an invalid window check to SetActiveWindow.
|
2012-01-05 20:54:13 +01:00 |
Dmitry Timoshkov
|
d09e973f7d
|
user32: Add an invalid window check to SetFocus.
|
2012-01-05 20:54:10 +01:00 |
Alexandre Julliard
|
94ffc49e02
|
gdi32: Draw rectangles in the order specified by the current arc direction.
|
2012-01-05 20:54:07 +01:00 |
André Hentschel
|
b5ba054ce8
|
Assorted header comment cleanup.
|
2012-01-04 19:35:13 +01:00 |
André Hentschel
|
9aaa01ecc5
|
d3drm: Add IDirect3DRMFrame3 interface.
|
2012-01-04 19:30:35 +01:00 |
Piotr Caban
|
f14fd4add6
|
msvcp60: Added partial exceptions support.
|
2012-01-04 19:29:38 +01:00 |
Piotr Caban
|
ee3e873e37
|
msvcp60: Don't forward _Lockit calls to msvcp90.
|
2012-01-04 19:29:24 +01:00 |
Piotr Caban
|
500f279efd
|
msvcp60: Added basic_string<char> support.
string.c file is based on msvcp90/string.c, there are many differences
between these files. Other files were copied from msvcp90.
|
2012-01-04 19:29:18 +01:00 |
Aric Stewart
|
4019987391
|
usp10: Move GSUB functions to opentype.c.
|
2012-01-04 19:00:13 +01:00 |
Aric Stewart
|
bf1ef214e6
|
usp10: Move GDEF functions to opentype.c.
|
2012-01-04 18:59:57 +01:00 |
Aric Stewart
|
6311ccfe97
|
usp10: Move CMAP functions to opentype.c.
|
2012-01-04 18:59:52 +01:00 |
Jacek Caban
|
8c1b9a01bf
|
vbscript: Added for each loop parser implementation.
|
2012-01-04 18:59:18 +01:00 |
Dmitry Timoshkov
|
593340774a
|
user32: Add some tests for SetFocus/SetActiveWindow called on invalid or belonging to another thread windows.
|
2012-01-04 18:59:12 +01:00 |
Aric Stewart
|
ece423b858
|
usp10: Add more Microsoft Sans Serif fallbacks.
|
2012-01-04 18:58:27 +01:00 |
Daniel Lehman
|
070479db58
|
msvcp90: Use passed in beg to find the length in basic_string<>::replace.
|
2012-01-04 18:58:21 +01:00 |
Jörg Höhle
|
387b359a7e
|
mciseq: wNotifyDeviceID is redundant.
|
2012-01-04 18:57:49 +01:00 |
Jörg Höhle
|
3ae829d11b
|
mciseq: Refactor use of mciGetDriverData.
|
2012-01-04 18:57:41 +01:00 |
Jörg Höhle
|
39fa94324d
|
mciseq: Check Device ID prior to command invocation.
|
2012-01-04 18:57:32 +01:00 |
Jörg Höhle
|
dc17cec398
|
mciseq: Only send non-MCI commands to DefDriverProc.
|
2012-01-04 18:56:10 +01:00 |
André Hentschel
|
d845510170
|
usp10: Check for pointer before using it (Coverity).
|
2012-01-04 18:54:27 +01:00 |
Alexandre Julliard
|
4b524f91e2
|
gdi32/tests: Add some tests for brushed and dashed wide pens.
|
2012-01-04 18:17:05 +01:00 |
Alexandre Julliard
|
d858041a19
|
gdi32: Get rid of the pen deferring support, all pen styles are implemented now.
|
2012-01-04 16:53:17 +01:00 |
Alexandre Julliard
|
c82d2a034f
|
gdi32: Implement dashed wide lines.
|
2012-01-04 16:06:21 +01:00 |
Alexandre Julliard
|
bc5428600b
|
gdi32: Add a helper function for drawing multiple line segments.
|
2012-01-04 16:06:01 +01:00 |
Alexandre Julliard
|
a59c53b312
|
gdi32: Add a helper function for drawing a wide line segment.
|
2012-01-04 15:50:31 +01:00 |
Alexandre Julliard
|
8b1bab524b
|
gdi32: Skip empty segments at the beginning and end of a line to make sure the caps are correct.
|
2012-01-04 15:10:10 +01:00 |
Alexandre Julliard
|
5f2371c229
|
gdi32: Only create the round cap region once per call.
|
2012-01-04 15:02:05 +01:00 |
Alexandre Julliard
|
618425ac4c
|
gdi32: Fix skipping of zero-length dashes.
|
2012-01-04 14:57:52 +01:00 |
Henri Verbeet
|
fd8597b2bf
|
wined3d: Get rid of the WINED3DSTENCILOP typedef.
|
2012-01-03 23:40:50 +01:00 |
Henri Verbeet
|
808e926783
|
wined3d: Get rid of the WINED3DCULL typedef.
|
2012-01-03 23:40:46 +01:00 |
Henri Verbeet
|
863578cc29
|
d3d10: Handle D3D10_SVT_BUFFER.
|
2012-01-03 23:40:43 +01:00 |
Henri Verbeet
|
79d1b27333
|
d3d10: Return D3D10_SVT_VOID instead of 0 from d3d10_variable_type().
This is the same value, but makes it more obvious where e.g. an "Unhandled
basetype D3D10_SVT_VOID." message would come from.
|
2012-01-03 23:40:39 +01:00 |
Henri Verbeet
|
110aa65e0d
|
d3d10: Add a D3D10CompileEffectFromMemory() stub.
|
2012-01-03 23:40:36 +01:00 |
Alexandre Julliard
|
ee1e1f0fdb
|
secur32/tests: Don't compare the encrypted results if the session key is different.
|
2012-01-03 23:28:13 +01:00 |
Francois Gouget
|
8d66ca11d7
|
winmm: Don't include newlines in standard error messages.
|
2012-01-03 19:31:10 +01:00 |
Jörg Höhle
|
35cdb8bb22
|
dsound: Fix the computation of the mixer position in bytes.
|
2012-01-03 19:27:16 +01:00 |
André Hentschel
|
8f0ac41d3f
|
d3drm: Add IDirect3DRMFrame2 interface.
|
2012-01-03 19:27:05 +01:00 |
André Hentschel
|
cc50de1156
|
ntdll/tests: Add optional return value for some win7 machines.
|
2012-01-03 19:25:44 +01:00 |
Piotr Caban
|
f90d5a8f72
|
msvcp90: Update data pointer after resizing string.
|
2012-01-03 18:07:32 +01:00 |
Jacek Caban
|
0633ee4258
|
ieframe: Remove useless #undef.
|
2012-01-03 18:07:23 +01:00 |
Hans Leidekker
|
2a19021610
|
msi: VolumeLabel and DiskPrompt are optional fields in the Media table.
|
2012-01-03 18:07:15 +01:00 |