Dmitry Timoshkov
|
691be74f17
|
gdiplus: Take into account font substitution in GdipCreateFontFromLogfont.
|
2012-09-27 20:49:37 +02:00 |
Dmitry Timoshkov
|
65a966de76
|
gdiplus: Take into account font substitution in GdipCreateFontFamilyFromName.
|
2012-09-27 20:49:29 +02:00 |
Dmitry Timoshkov
|
25ee85fe84
|
gdiplus: Move font substitution test into a separate function.
|
2012-09-27 20:49:23 +02:00 |
Alexandre Julliard
|
53e4e504b9
|
user32: Add tests for UpdateLayeredWindowIndirect and fix the behavior of the ULW_EX_NORESIZE flag.
|
2012-09-27 17:45:43 +02:00 |
Jacek Caban
|
564d551a89
|
vbscript: Added MonthName implementation.
|
2012-09-27 16:49:38 +02:00 |
Jacek Caban
|
a42f3cb45e
|
vbscript: Added WeekDayName implementation.
|
2012-09-27 16:49:34 +02:00 |
Aric Stewart
|
5f5f20d6cf
|
imm32: Properly separate the IME UI window and the thread default IME window.
|
2012-09-27 16:49:18 +02:00 |
Alexandre Julliard
|
7eb49ae703
|
gdi32: Enumerate a default charset if no other valid charset was found.
|
2012-09-27 14:39:24 +02:00 |
Alexandre Julliard
|
f0e4062773
|
gdi32: Allow GetCharABCWidths on all scalable fonts, not just TrueType ones.
|
2012-09-27 13:13:43 +02:00 |
Rico Schüller
|
7fa8b9cc32
|
include/d3dx9math.inl: Use float functions.
|
2012-09-27 13:13:01 +02:00 |
Rico Schüller
|
ef65fddaf9
|
d3dx9: Use float functions in D3DXQuaternionExp().
|
2012-09-27 13:12:57 +02:00 |
Rico Schüller
|
9a281e5dd2
|
d3dx9: Use float functions in D3DXQuaternionRotationMatrix().
|
2012-09-27 13:12:48 +02:00 |
Rico Schüller
|
e921953374
|
d3dx9: Use float functions in D3DXQuaternionLn().
|
2012-09-27 13:12:44 +02:00 |
Ričardas Barkauskas
|
2c05f0044c
|
msvcp80: Use LoadLibraryA as msvcp90 might not yet or ever be loaded.
|
2012-09-27 13:12:33 +02:00 |
Ričardas Barkauskas
|
a2534f9b6d
|
dxgi/tests: Test IDXGISwapChain_CreateSwapchain and IDXGISwapChain_GetDesc a bit.
|
2012-09-27 13:12:27 +02:00 |
Jacek Caban
|
ff17a4ea86
|
include: Added uiautomationcoreapi.h.
|
2012-09-27 13:11:34 +02:00 |
Henri Verbeet
|
49f9d39493
|
wined3d: Introduce a separate function to retrieve the GLSL variable prefix.
|
2012-09-27 13:10:54 +02:00 |
Henri Verbeet
|
c0f52fbf1c
|
wined3d: wined3d_device_set_software_vertex_processing() never fails.
|
2012-09-27 13:10:48 +02:00 |
Henri Verbeet
|
f9d494294a
|
wined3d: Just return the texture from wined3d_device_get_texture().
|
2012-09-27 13:10:43 +02:00 |
Henri Verbeet
|
fb2dac9621
|
d3d10: Implement d3d10_effect_blend_variable_GetBlendState().
|
2012-09-27 13:10:35 +02:00 |
Henri Verbeet
|
13c00a9d2e
|
d3d10: Use a union to store effect variable data instead of a void pointer.
|
2012-09-27 13:10:24 +02:00 |
Matteo Bruni
|
16360a4f18
|
d3dcompiler: Handle simple struct initializers.
|
2012-09-27 13:09:05 +02:00 |
Matteo Bruni
|
9cbd80bda1
|
d3dcompiler: Store the pointer to the struct field in the dereference node.
|
2012-09-27 13:08:58 +02:00 |
Matteo Bruni
|
f2d2755eef
|
d3dcompiler: Also free the list itself in free_instr_list().
|
2012-09-27 13:08:54 +02:00 |
Matteo Bruni
|
97a170d2d1
|
d3dcompiler: Parse structure declarations.
|
2012-09-27 13:08:45 +02:00 |
Matteo Bruni
|
4019a3deb6
|
d3dcompiler: Move variables declaration to a separate function.
|
2012-09-27 13:08:38 +02:00 |
Jörg Höhle
|
8ff7436d21
|
winmm: The "open new ..." MCI string command sets an empty OPEN_ELEMENT.
|
2012-09-27 13:08:28 +02:00 |
Jason Edmeades
|
cd9451c499
|
cmd: Display 'set' sort ordering correctly.
|
2012-09-26 17:49:23 +02:00 |
Jason Edmeades
|
a810e41e47
|
cmd: Echo back command with whitespace removed first.
|
2012-09-26 17:49:11 +02:00 |
Jason Edmeades
|
2ff533c1f2
|
cmd: Support for ^ character at end of line.
Based on a patch by John Chow.
|
2012-09-26 17:48:59 +02:00 |
Jason Edmeades
|
d8c0fbcedc
|
cmd: Add circumflex support into command shell.
|
2012-09-26 17:48:24 +02:00 |
Jason Edmeades
|
e35b239b41
|
cmd: Fix parameterization around delimiters.
|
2012-09-26 17:47:20 +02:00 |
Nikolay Sivov
|
1ed2bd14b7
|
mlang: Forward ConvertStringReset() to IMultiLanguage3.
|
2012-09-26 17:10:17 +02:00 |
Nikolay Sivov
|
c8c624a9c3
|
mlang: Forward ConvertStringToUnicode() to IMultiLanguage3 implementation.
|
2012-09-26 17:10:12 +02:00 |
Nikolay Sivov
|
9f16a0883d
|
mlang: Forward ConvertString() to IMultiLanguage3 implementation.
|
2012-09-26 17:10:05 +02:00 |
Nikolay Sivov
|
97e30dfe70
|
mlang: Implement IMLangConvertCharset_DoConversionFromUnicode().
|
2012-09-26 17:09:59 +02:00 |
Nikolay Sivov
|
b8228aaf98
|
mlang: Ignore MLCONVCHARF_USEDEFCHAR in IMLangConvertCharset_Initialize().
|
2012-09-26 17:09:54 +02:00 |
Alexandre Julliard
|
16f900fd5a
|
wineps: Always escape Postscript reserved characters in font names.
|
2012-09-26 17:03:27 +02:00 |
Jacek Caban
|
62e340226c
|
mshtml: Added IActiveScriptSiteUIControl tests.
|
2012-09-26 14:43:27 +02:00 |
Jacek Caban
|
d531c9ec2f
|
mshtml: Added IActiveScriptSiteUIControl implementation.
|
2012-09-26 14:43:23 +02:00 |
Jacek Caban
|
c9e6a96318
|
mshtml: Added better IActiveScriptSiteWindow implementation.
|
2012-09-26 14:43:19 +02:00 |
Jacek Caban
|
44fb260566
|
vbscript: Added MsgBox tests.
|
2012-09-26 14:43:15 +02:00 |
Jacek Caban
|
39da3b2ad7
|
vbscript: Added MsgBox implementation.
|
2012-09-26 14:43:06 +02:00 |
Jacek Caban
|
3ad3305028
|
activscp.idl: Added IActiveScriptSiteUIControl declaration.
|
2012-09-26 14:42:38 +02:00 |
Jacek Caban
|
1fc2896c7c
|
vbscript: Added VT_R8 support to to_int.
|
2012-09-26 14:42:15 +02:00 |
Jacek Caban
|
5c211059a0
|
vbscript: Added Round implementation.
|
2012-09-26 14:42:06 +02:00 |
Rico Schüller
|
5accb12c12
|
d3dx9: Avoid variable assignment in D3DXQuaternionNormalize().
|
2012-09-26 14:40:53 +02:00 |
Rico Schüller
|
db8df8bc7c
|
d3dx9: Use float functions in D3DXQuaternionRotationAxis().
|
2012-09-26 14:40:53 +02:00 |
Rico Schüller
|
7d75ad8230
|
d3dx9: Use float functions in D3DXQuaternionRotationYawPitchRoll().
|
2012-09-26 14:40:52 +02:00 |
Rico Schüller
|
ce319e9d53
|
d3dx9: Use float functions in D3DXQuaternionSlerp().
|
2012-09-26 14:40:52 +02:00 |