Travis Athougies
73272d1664
d3dx9_36: Implemented ID3DXConstantTable_SetIntArray and ID3DXConstantTable_SetInt.
2011-06-22 16:13:51 +02:00
Travis Athougies
3fdcce1863
d3dx9_36: Implemented ID3DXConstantTable_SetFloatArray and ID3DXConstantTable_SetFloat.
2011-06-22 16:13:51 +02:00
Piotr Caban
ab612bc650
msvcp90: Added basic_string_char::find_first_of implementation.
2011-06-22 16:12:48 +02:00
Piotr Caban
b8606c82ee
msvcp90: Added _Lockit class implementation.
2011-06-22 16:12:42 +02:00
Piotr Caban
00f7683ea7
msvcp90: Added locale class stub.
2011-06-22 16:12:33 +02:00
Piotr Caban
ac978ea85e
msvcp90: Added locale::_Locimp class stub.
2011-06-22 15:31:22 +02:00
Piotr Caban
198162fbe5
msvcp90: Added std::locale::id class stub.
2011-06-22 15:31:12 +02:00
Piotr Caban
95891e4f56
msvcp90: Added std::locale::facet class stub.
2011-06-22 15:29:54 +02:00
Matteo Bruni
32787ec0dd
wined3d: Fix draw buffers tracking.
2011-06-22 15:21:43 +02:00
Matteo Bruni
0919ac3b51
wined3d: Fix context_apply_draw_buffers() with backbuffer ORM.
2011-06-22 15:21:36 +02:00
Matteo Bruni
5b67bd4fb2
wined3d: Fix context_apply_blit_state().
2011-06-22 15:21:27 +02:00
Alexandre Julliard
6d78004899
libwine: Avoid a potential loop in reserve_area.
2011-06-22 13:43:26 +02:00
Francois Gouget
e6fbfa76aa
po: Add a number of missing '\n' characters in the Slovenian translation.
2011-06-22 12:59:41 +02:00
Michael Stefaniuc
e79e6e30f4
mscoree: COM cleanup in corruntimehost.c.
2011-06-22 12:58:56 +02:00
Michael Mc Donnell
39d4656b2a
d3dx9: Implement UpdateSemantics mesh method.
2011-06-22 11:29:23 +02:00
Michael Mc Donnell
4df270a8bd
d3dx9/tests: Add UpdateSemantics test.
2011-06-22 11:28:37 +02:00
Vincent Povirk
698fddf99b
gdiplus: Properly clean up the new metafile data.
2011-06-22 11:25:46 +02:00
Henri Verbeet
42db8e2bfa
wined3d: Make the context parameter to isStateDirty() const.
2011-06-22 11:25:39 +02:00
Henri Verbeet
14bc0e9ef2
wined3d: Invalidate STATE_STREAMSRC when dropping VBOs.
2011-06-22 11:25:34 +02:00
Henri Verbeet
acd8c58725
ddraw: Implement surface private data handling on top of wined3d_resource.
2011-06-22 11:25:27 +02:00
Henri Verbeet
f6bfdd47c9
d3d8: Implement IDirect3DSurface8 private data handling on top of wined3d_resource.
2011-06-22 11:25:22 +02:00
Henri Verbeet
0dd6b20af6
d3d9: Implement IDirect3DSurface9 private data handling on top of wined3d_resource.
2011-06-22 11:25:15 +02:00
Jacek Caban
a7cc9441e9
jscript: Correctly throw an exception if instanceof expression is not used on function.
2011-06-21 18:14:49 +02:00
Jacek Caban
42c2bd7bd9
jscript: Correctly handle forin statement on pure IDispatch object.
2011-06-21 18:14:47 +02:00
Aric Stewart
3d56d674aa
usp10: Correct ralf glyph offset calculation in PostBase.
2011-06-21 17:38:16 +02:00
Aric Stewart
648b7f2afa
usp10: Correct Post Base glyph index shifting.
2011-06-21 17:38:13 +02:00
Jacek Caban
0ac5c7d5d2
vbscript: Added VBScript class factory implementation.
2011-06-21 17:17:10 +02:00
Jacek Caban
bab84c0ebe
vbscript: Added Dll[Un]RegisterServer implementation.
2011-06-21 17:16:58 +02:00
Jacek Caban
c35aa01caa
vbscript: Added new DLL.
2011-06-21 17:16:07 +02:00
Jacek Caban
0227bf69a9
mshtml: Added IDispatchEx support to HTMLTitleElement object.
2011-06-21 17:13:50 +02:00
Jacek Caban
ff7e041716
mshtml: Added IHTMLTitleElement stub implementation.
2011-06-21 17:13:45 +02:00
Jacek Caban
f494de4087
mshtml.idl: Added title element interfaces.
2011-06-21 17:13:38 +02:00
Jacek Caban
0912436e6e
mshtml: Added IDispatchEx support to HTMLHeadElement object.
2011-06-21 17:13:33 +02:00
Jacek Caban
74e95a13b3
mshtml: Added IHTMLHeadElement stub implementation.
2011-06-21 17:13:27 +02:00
Jacek Caban
0f8300c407
mshtml.idl: Added head element interfaces.
2011-06-21 17:12:53 +02:00
Michael Stefaniuc
7b3d1bbc4e
ole32: COM cleanup for the static object ComCatMgrImpl.
2011-06-21 17:12:15 +02:00
Ričardas Barkauskas
f0634f7a4b
ddraw: Separate IDirectDrawSurface3 reference count.
2011-06-21 17:11:53 +02:00
Ričardas Barkauskas
167ffc7b4b
ddraw: Separate IDirectDrawSurface2 reference count.
2011-06-21 17:10:55 +02:00
Ričardas Barkauskas
a9f72a3067
ddraw: Test ddraw surface reference counts a bit more.
2011-06-21 17:10:26 +02:00
Ričardas Barkauskas
104e68da45
ddraw: Use helper function to delete attached surfaces.
2011-06-21 17:10:17 +02:00
Ričardas Barkauskas
ec754ab98b
ddraw: AddRef the surface in AddAttachedSurface instead of helper function.
2011-06-21 17:10:05 +02:00
Ričardas Barkauskas
4b8fd522f6
ddraw: Add iface count for IDirectSurfaceImpl.
2011-06-21 17:09:52 +02:00
Ričardas Barkauskas
8959a1395a
ddraw: Remove ddraw_set_surface_version and set surface version when initialising it.
2011-06-21 17:09:02 +02:00
Piotr Pawlow
b5e04640cc
wined3d: Use a separate mutex for wndproc_table access.
...
If CreateDevice is called with hFocusWindow belonging to another thread,
then any code that does SendMessage (or equivalent) to the window while
holding the main wined3d mutex causes a deadlock, because wined3d_wndproc
tries to acquire the same mutex for wndproc_table access.
2011-06-21 16:18:56 +02:00
Alexandre Julliard
efaa068cd1
user32: Always pass 0 as item id for WM_MEASUREITEM in menus.
2011-06-21 16:12:53 +02:00
Alexandre Julliard
33ba7c07fb
user32: Don't truncate bitmap ids in InsertMenu.
2011-06-21 16:07:00 +02:00
Alexandre Julliard
6b0d9ff1cd
server: Allow setting a zero-size clip rectangle.
2011-06-21 15:04:24 +02:00
Alexandre Julliard
b3946a0a59
winex11: Don't enable XInput for devices reporting absolute coordinates.
2011-06-21 14:51:15 +02:00
André Hentschel
dc16a01fdf
ws2_32: Handle null pointer for linger values.
2011-06-21 14:51:14 +02:00
Jörg Höhle
8db18a893b
winealsa: Avoid deadlock in AudioClient_Stop.
2011-06-21 14:51:14 +02:00