Nikolay Sivov
|
22508806fc
|
dwrite: Added basic GetFirstMatchingFont() for font family.
|
2012-10-23 13:20:58 +02:00 |
Nikolay Sivov
|
10431905e5
|
dwrite: Implement GetFontFamily() for system font collection.
|
2012-10-23 13:20:54 +02:00 |
Nikolay Sivov
|
a30faec10e
|
dwrite: Implement IDWriteTextFormat::GetFontCollection().
|
2012-10-23 13:20:49 +02:00 |
Nikolay Sivov
|
a291a7adf8
|
dwrite: Keep a single instance of system font collection.
|
2012-10-23 13:20:44 +02:00 |
James Eder
|
7978a38f24
|
ntdll: Split up feature detection by architecture.
|
2012-10-23 12:29:13 +02:00 |
James Eder
|
0d5f301352
|
ntdll: Use build-time API detection instead of OS detection for finding the number of processors.
|
2012-10-23 12:29:08 +02:00 |
André Hentschel
|
9e5936b36c
|
gdiplus/tests: Fix out-of-bounds access (coverity).
|
2012-10-23 12:28:59 +02:00 |
André Hentschel
|
010e311b04
|
atl: Warn when CoRegisterClassObject fails.
|
2012-10-23 12:27:02 +02:00 |
André Hentschel
|
7b07e015a9
|
wing32: Use the correct size for memcpy (coverity).
|
2012-10-23 12:26:29 +02:00 |
André Hentschel
|
859bf8d9e9
|
wing32: Use the correct size for memcpy (coverity).
|
2012-10-23 12:25:49 +02:00 |
Henri Verbeet
|
4704e78337
|
d3dx9: Avoid LPDIRECT3DPIXELSHADER9.
|
2012-10-23 12:11:30 +02:00 |
Henri Verbeet
|
672ad06108
|
wined3d: Get rid of the mostly unused "num_textures_used" field from arbfp_ffp_desc.
|
2012-10-23 12:11:26 +02:00 |
Henri Verbeet
|
6f025deba6
|
wined3d: Move shader_is_pshader_version() and shader_is_vshader_version() to the ARB program shader backend.
|
2012-10-23 12:11:18 +02:00 |
Henri Verbeet
|
81ae7f606b
|
wined3d: Explicitly check the shader type in shader_generate_glsl_declarations().
|
2012-10-23 12:11:13 +02:00 |
Dmitry Timoshkov
|
5e65f95542
|
gdiplus: Test also lf.lfEscapement and lf.lfOrientation returned by GdipGetLogFont.
|
2012-10-23 12:11:05 +02:00 |
Józef Kucia
|
0146b5568a
|
d3dx9/tests: Add a simple test for filling compressed textures.
|
2012-10-23 12:08:10 +02:00 |
Józef Kucia
|
15d642803b
|
d3dx9/tests: Add tests for filling floating-point textures.
|
2012-10-23 12:08:06 +02:00 |
Józef Kucia
|
2c19f22c8a
|
d3dx9: Do not try to fill textures other than ARGB in fill texture functions.
|
2012-10-23 12:07:53 +02:00 |
Józef Kucia
|
84935d4312
|
d3dx9: Introduce a separate pixel format type for compressed pixel formats.
|
2012-10-23 12:07:47 +02:00 |
Józef Kucia
|
cdc9f283fb
|
d3dx9/tests: Only release a texture when it was created.
|
2012-10-23 12:07:39 +02:00 |
Piotr Caban
|
9d6c003cd7
|
msvcp60: Copy correct number of characters in basic_string::_Grow.
|
2012-10-22 19:44:18 +02:00 |
Piotr Caban
|
8ebf0a72c9
|
advapi32: Don't terminate service when its last thread has exited.
|
2012-10-22 15:17:51 +02:00 |
Piotr Caban
|
a936b58b8b
|
advapi32: Return from StartServiceCtrlDispatcher when service status is changed to stopped.
|
2012-10-22 15:17:44 +02:00 |
Piotr Caban
|
6027fe2daf
|
advapi32: Validate arguments in StartServiceCtrlDispatcher.
|
2012-10-22 15:17:39 +02:00 |
Alexandre Julliard
|
e17cdb266d
|
user32: Retrieve the graphics driver module from gdi32.
|
2012-10-22 15:16:01 +02:00 |
Alexandre Julliard
|
5c1a752d61
|
gdi32: Export a function to retrieve the module handle of the graphics driver for a DC.
|
2012-10-22 15:16:00 +02:00 |
Alexandre Julliard
|
900b5f4b79
|
winex11: Remove some remainders of the ddraw HAL support.
|
2012-10-22 14:36:31 +02:00 |
Francois Gouget
|
ed9e745580
|
Assorted spelling tweaks and fixes.
|
2012-10-22 12:21:55 +02:00 |
Nikolay Sivov
|
2793d8196b
|
dwrite: Implement FindFamilyName() for system font collection.
|
2012-10-22 12:21:32 +02:00 |
Nikolay Sivov
|
f0f1735495
|
dwrite: Add all installed font families to system font collection.
|
2012-10-22 12:21:28 +02:00 |
Nikolay Sivov
|
eb7d51b649
|
dwrite: Fix a stupid copy/paste typo in Release return value.
|
2012-10-22 12:21:23 +02:00 |
Nikolay Sivov
|
be699372c2
|
dwrite: Added a stub for IDWriteFontCollection.
|
2012-10-22 12:21:19 +02:00 |
Nikolay Sivov
|
11d94a11b6
|
dwrite: Store text string in layout object.
|
2012-10-22 12:21:15 +02:00 |
Jacek Caban
|
516731c861
|
mshtml: Added more events tests.
|
2012-10-22 12:06:36 +02:00 |
Jacek Caban
|
4940275d21
|
mshtml: Set 'this' to window object for onload handlers.
|
2012-10-22 12:06:33 +02:00 |
Jacek Caban
|
610ea94da5
|
mshtml: Added IHTMLLocation::toString implementation.
|
2012-10-22 12:06:30 +02:00 |
Jacek Caban
|
8b04ab10b9
|
mshtml: Fixed attribute object caching logic.
|
2012-10-22 12:06:26 +02:00 |
Christian Costa
|
cb131bf030
|
d3drm: Fix normals computation and add according tests.
|
2012-10-22 12:06:21 +02:00 |
Christian Costa
|
466c244d18
|
d3drm: Enum all materials even if only the first one is handled.
|
2012-10-22 12:05:53 +02:00 |
Christian Costa
|
5e1d854ee5
|
d3drm: Fix child leak.
|
2012-10-22 12:05:48 +02:00 |
Christian Costa
|
ff0e82502f
|
d3drm: Fix wrong condition.
|
2012-10-22 12:05:44 +02:00 |
Christian Costa
|
079cf1c24c
|
d3dxof: Display new ref count in AddRef & Release.
|
2012-10-22 12:01:33 +02:00 |
Dmitry Timoshkov
|
a45da55922
|
gdiplus: Fix a typo leading to incorrect character width calculation in GdipMeasureDriverString.
|
2012-10-22 11:44:41 +02:00 |
Hans Leidekker
|
d488081214
|
winhttp: Respect the redirect policy setting.
|
2012-10-22 11:44:37 +02:00 |
Hans Leidekker
|
b59efd66e8
|
winhttp: Pass the redirect policy setting down to request objects.
|
2012-10-22 11:44:34 +02:00 |
Henri Verbeet
|
690df8198d
|
user32: Implement GetRawInputDeviceInfoA().
|
2012-10-22 11:44:28 +02:00 |
Henri Verbeet
|
c490fb37cf
|
wined3d: Implement WINED3DSIH_MOVC in the GLSL shader backend.
|
2012-10-22 11:44:22 +02:00 |
Henri Verbeet
|
7a437c29f3
|
wined3d: Merge a couple of shader type specific blocks in shader_generate_glsl_declarations().
|
2012-10-22 11:44:20 +02:00 |
Henri Verbeet
|
b96b4c63ee
|
wined3d: Use shader_glsl_get_prefix() in shader_glsl_gen_sample_code().
|
2012-10-22 11:44:02 +02:00 |
Henri Verbeet
|
db3bdb0a76
|
wined3d: Also read comments in shader_sm1_is_end().
|
2012-10-22 11:43:59 +02:00 |
James Eder
|
a6eec2cf6a
|
ntdll: Add detection for PF_SSE_DAZ_MODE_AVAILABLE.
|
2012-10-22 11:39:12 +02:00 |
James Eder
|
ebc7ffd527
|
ntdll: Add detection for Revision in get_cpuinfo().
|
2012-10-22 11:38:12 +02:00 |
James Eder
|
6db42d3650
|
ntdll: Handle CPU Level (family) as a vendor specific component.
|
2012-10-22 11:38:01 +02:00 |
James Eder
|
925fd2a223
|
ntdll: Add more feature detection in get_cpuinfo().
|
2012-10-22 11:37:55 +02:00 |
James Eder
|
1ce0c9578a
|
ntdll: Add support for cpuid on x86_64.
|
2012-10-22 11:37:43 +02:00 |
Ken Thomases
|
60c60ece80
|
winex11: Fix name of extension WGL_NV_render_texture_rectangle.
|
2012-10-22 11:34:07 +02:00 |
Alexandre Julliard
|
b0ba7c765e
|
gdi32: Update the ref count of stock objects when deleting a DC.
|
2012-10-21 12:18:46 +02:00 |
Alexandre Julliard
|
5fae649bdf
|
winex11: Never use a surface for embedded windows, even for the parents.
|
2012-10-21 12:18:28 +02:00 |
Huw Davies
|
aa9827b08e
|
gdi32: Move the string rendering code to a common function.
|
2012-10-19 18:09:52 +02:00 |
Huw Davies
|
e6c349d69f
|
gdi32: Use the helper to draw the glyphs.
|
2012-10-19 18:09:49 +02:00 |
Huw Davies
|
3e7517328d
|
gdi32: Pass individual x, y co-ords to draw_glyph rather than a POINT.
|
2012-10-19 18:09:46 +02:00 |
Huw Davies
|
3ef520650c
|
gdi32: Pass a dib_info structure to draw_glyph.
|
2012-10-19 18:09:44 +02:00 |
Maarten Lankhorst
|
21c4501603
|
dsound: Fix IDirectSoundCaptureBuffer Start/Stop, with tests.
|
2012-10-19 16:52:05 +02:00 |
Maarten Lankhorst
|
6f84708902
|
winmm: Do not blindly reset device when already stopped.
|
2012-10-19 16:51:56 +02:00 |
Jacek Caban
|
3b6615686b
|
mshtml: Fixed error handling of IBindCtx_GetObjectParam (coverity).
|
2012-10-19 12:20:49 +02:00 |
Jacek Caban
|
23c87ba829
|
mshtml: Properly handle OOM errors in htmlnode.c (coverity).
|
2012-10-19 12:20:42 +02:00 |
Jacek Caban
|
b6227fc4e8
|
mshtml: Properly handle OOM errors in navigate.c (coverity).
|
2012-10-19 12:20:31 +02:00 |
Jacek Caban
|
421368b875
|
mshtml: Properly handle OOM errors in nsio.c (coverity).
|
2012-10-19 12:20:20 +02:00 |
Jacek Caban
|
3a4a4acd1a
|
mshtml: Properly handle OOM errors in omnavigator.c (coverity).
|
2012-10-19 12:20:11 +02:00 |
Jacek Caban
|
4638fbf167
|
mshtml: Properly handle OOM errors in script.c (coverity).
|
2012-10-19 12:20:01 +02:00 |
Jacek Caban
|
08485aeb48
|
mshtml: Properly handle OOM errors in task.c (coverity).
|
2012-10-19 12:19:45 +02:00 |
Qian Hong
|
648a8ce40e
|
gdi32/tests: Fixed typo in localized name tests.
|
2012-10-19 11:18:20 +02:00 |
Qian Hong
|
16f2a1948e
|
gdi32/tests: Declared system_lang_id as a global variable.
|
2012-10-19 11:18:11 +02:00 |
Qian Hong
|
f9546329b6
|
gdi32/tests: Marked EnumFontFamiliesEx_default_charset test on Arabic locale as broken.
|
2012-10-19 11:17:59 +02:00 |
Qian Hong
|
284b382aba
|
gdi32/tests: Skip some broken bitmap font metrics tests on Arabic locale.
|
2012-10-19 11:17:47 +02:00 |
Qian Hong
|
b31dababde
|
gdi32/tests: Fixed broken value in bitmap font metrics on Arabic locale.
|
2012-10-19 11:17:38 +02:00 |
Qian Hong
|
ec9166b1ac
|
gdi32/tests: Fixed broken bitmap font metrics test on CJK locales.
|
2012-10-19 11:17:25 +02:00 |
Qian Hong
|
416664babd
|
gdi32/tests: Fixed broken value in bitmap font metrics on Japanese locale.
|
2012-10-19 11:17:15 +02:00 |
Daniel Lehman
|
9fb5f9e965
|
msvcp: Sync num_put<> put_double.
|
2012-10-19 11:16:55 +02:00 |
Daniel Lehman
|
9416918a5d
|
msvcp90: In num_put, use default precision of 6 if 0 and not fixed.
|
2012-10-19 11:16:43 +02:00 |
André Hentschel
|
2a42410e7c
|
d3drm: Fix memcpy arguments for matrix transformations (coverity).
|
2012-10-19 11:16:16 +02:00 |
Henri Verbeet
|
30f1a61177
|
user32: Implement GetRawInputDeviceInfoW().
|
2012-10-18 22:32:35 +02:00 |
Henri Verbeet
|
6beb7dc1a8
|
wined3d: Merge most of the code for shader_glsl_cmp() and shader_glsl_cnd().
|
2012-10-18 22:32:19 +02:00 |
Henri Verbeet
|
b72ab48ed8
|
wined3d: Implement WINED3DSIH_ROUND_NI in the GLSL shader backend.
|
2012-10-18 22:32:14 +02:00 |
Henri Verbeet
|
0c1dd7f7d1
|
wined3d: Explicitly check the shader type in shader_glsl_load_constantsF().
|
2012-10-18 22:32:09 +02:00 |
Henri Verbeet
|
7365f9e6af
|
wined3d: Explicitly check the shader type in shader_glsl_get_register_name().
|
2012-10-18 22:32:03 +02:00 |
Alexandre Julliard
|
181e432e22
|
user32/tests: Don't release a random DC handle.
|
2012-10-18 22:28:48 +02:00 |
Alexandre Julliard
|
446bff7897
|
gdi32/tests: Avoid deleting invalid objects.
|
2012-10-18 22:28:45 +02:00 |
Alexandre Julliard
|
9351867e6a
|
oleaut32/tests: Delete the correct object in the icon test.
|
2012-10-18 22:28:41 +02:00 |
Alexandre Julliard
|
c4bae8fab0
|
comctl32/tests: Don't delete the global font object.
|
2012-10-18 22:28:37 +02:00 |
Daniel Lehman
|
415d3a2425
|
msvcp: Free facet and _Locimp in Locimp dtor.
|
2012-10-18 19:34:25 +02:00 |
Rico Schüller
|
e74a99b71a
|
d3dx9: Fix calculation when in and out overlap in D3DXSHRotateZ().
|
2012-10-18 19:34:12 +02:00 |
Maarten Lankhorst
|
d814eca3ba
|
mmdevapi: Fix a broken test.
|
2012-10-18 19:31:52 +02:00 |
Maarten Lankhorst
|
7457f37e4a
|
ntdll: Set SO_PASSCRED before connecting to eliminate a race condition in obtaining server_pid.
|
2012-10-18 19:31:15 +02:00 |
Jacek Caban
|
2d962d0395
|
jscript: Use jsstr_t for passing strings to regexp matching functions.
|
2012-10-18 19:23:07 +02:00 |
Hans Leidekker
|
860c335b22
|
advapi32: Only require a domain in the username for CRED_PERSIST_ENTERPRISE credentials.
|
2012-10-18 19:22:43 +02:00 |
Hans Leidekker
|
9d95d33118
|
credui: Don't show a dialog if existing credentials can be found.
|
2012-10-18 19:22:34 +02:00 |
Hans Leidekker
|
d6f8687630
|
credui: Don't save credentials if CREDUI_FLAGS_DO_NOT_PERSIST is specified.
|
2012-10-18 19:22:27 +02:00 |
Hans Leidekker
|
ab179341e2
|
credui: Show the save password checkbox if both CREDUI_FLAGS_DO_NOT_PERSIST and CREDUI_FLAGS_SHOW_SAVE_CHECK_BOX are specified.
|
2012-10-18 19:22:21 +02:00 |
Huw Davies
|
64e2ad5709
|
gdi32: Make get_glyph_bitmap return a dib_info structure in order to avoid code duplication.
|
2012-10-18 19:22:14 +02:00 |
Jacek Caban
|
b5691b5e63
|
mshtml: Added HTML comments in VBScript code tests.
|
2012-10-18 19:21:38 +02:00 |
Jacek Caban
|
214fab8568
|
vbscript: Added HTML comments tests.
|
2012-10-18 19:21:31 +02:00 |
Jacek Caban
|
290f563199
|
vbscript: Added support for HTML comments.
|
2012-10-18 19:21:24 +02:00 |
Francois Gouget
|
68c1bf507d
|
shell32: Standardize on the ShellExecuteEx() terminology.
|
2012-10-18 19:21:10 +02:00 |
Francois Gouget
|
23470870a1
|
wined3d: Add a trailing '\n' to a Wine trace.
|
2012-10-18 19:20:48 +02:00 |
Francois Gouget
|
8e6934fae7
|
msvcp100: Make MSVCP_basic_string_char_append_len_ch() static.
|
2012-10-18 19:20:41 +02:00 |
Henri Verbeet
|
3ed797b265
|
user32: Implement GetRawInputDeviceList().
|
2012-10-18 19:20:27 +02:00 |
Henri Verbeet
|
e31945b8aa
|
wined3d: Implement WINED3DSIH_USHR in the GLSL shader backend.
|
2012-10-18 19:20:12 +02:00 |
Henri Verbeet
|
5ca5409b81
|
wined3d: Implement WINED3DSIH_UDIV in the GLSL shader backend.
|
2012-10-18 19:20:06 +02:00 |
Henri Verbeet
|
cc0b1bb03f
|
wined3d: Explcitly check the shader type in shader_glsl_get_sample_function().
|
2012-10-18 19:20:01 +02:00 |
Henri Verbeet
|
e832978adb
|
wined3d: Explicitly check the shader type in shader_glsl_gen_sample_code().
|
2012-10-18 19:19:54 +02:00 |
Alexandre Julliard
|
64aed7c5be
|
winex11: Don't delete the DC if it's not for a valid pbuffer.
|
2012-10-18 19:19:42 +02:00 |
Alexandre Julliard
|
6cda76fd99
|
user32: Don't free a clip region twice.
|
2012-10-17 21:40:18 +02:00 |
Alexandre Julliard
|
091c342f32
|
gdi32: Add a generation count in the high word of GDI handles.
|
2012-10-17 21:38:07 +02:00 |
Christian Costa
|
338dedef02
|
krnl386.exe: Implement INT 33h function 15h.
|
2012-10-17 14:06:13 +02:00 |
Jacek Caban
|
06ce49c81b
|
mshtml: Added IHTMLImgElement::get_complete implementation.
|
2012-10-17 14:01:58 +02:00 |
Jacek Caban
|
1dae62f0a9
|
mshtml: Fixed trace message.
|
2012-10-17 14:01:52 +02:00 |
Jacek Caban
|
81e106cfa2
|
mshtml: Moved remove_target_tasks to detach_inner_window.
|
2012-10-17 14:01:46 +02:00 |
Jacek Caban
|
4a491ea7e4
|
mshtml: Make HTMLInnerWindow the owner of timers.
|
2012-10-17 14:01:39 +02:00 |
Jacek Caban
|
d1c1f9e830
|
mshtml: Use detach_inner_window in release_inner_window.
|
2012-10-17 14:01:32 +02:00 |
Jacek Caban
|
75994335e3
|
mshtml: Added IOmNavigator::onLine semi-stub.
|
2012-10-17 14:01:25 +02:00 |
Jacek Caban
|
5e0f624c41
|
mshtml: Added HTMLImgElement::onabort implementation.
|
2012-10-17 14:01:19 +02:00 |
Alexandre Julliard
|
df357093cc
|
gdi32: Get rid of the GDIOBJHDR type.
|
2012-10-17 13:48:45 +02:00 |
Alexandre Julliard
|
3964aa4a8d
|
gdi32: Get rid of the METAFILEOBJ type, instead store a pointer to the metafile data.
|
2012-10-17 13:46:40 +02:00 |
Alexandre Julliard
|
89ecf02ca5
|
gdi32: Get rid of the RGNOBJ type, instead store a pointer to the region itself.
|
2012-10-17 13:28:25 +02:00 |
Alexandre Julliard
|
dfeeedcf74
|
gdi32: Store the object flags directly in the GDI handle table.
|
2012-10-17 13:27:54 +02:00 |
Alexandre Julliard
|
b95dd7e831
|
gdi32: Store the object selection count directly in the GDI handle table.
|
2012-10-17 13:17:56 +02:00 |
Alexandre Julliard
|
5f14ff42a8
|
gdi32: Process the object HDC list outside of the critical section.
|
2012-10-17 13:10:23 +02:00 |
Alexandre Julliard
|
2e693d00c9
|
gdi32: Store the HDC list directly in the GDI handle table.
|
2012-10-17 13:10:23 +02:00 |
Alexandre Julliard
|
cf3cafdc18
|
gdi32: Store the object function table directly in the GDI handle table.
|
2012-10-17 13:10:22 +02:00 |
Alexandre Julliard
|
2bdf447744
|
gdi32: Store the object type directly in the GDI handle table.
|
2012-10-17 13:10:21 +02:00 |
Henri Verbeet
|
f9105db050
|
ddraw/tests: Add some display mode set / restore tests with multiple ddraw objects.
|
2012-10-17 11:54:57 +02:00 |
Piotr Caban
|
9b516abb48
|
msvcp: Sync implementations.
|
2012-10-17 11:53:45 +02:00 |
Piotr Caban
|
5b1ee41daa
|
msvcp60: Fixed basic_stringbuf class structure.
|
2012-10-17 11:53:44 +02:00 |
Piotr Caban
|
1b6dfafce2
|
msvcp60: Fixed overflow in basic_string_char_find_cstr_substr function.
|
2012-10-17 11:53:43 +02:00 |
Piotr Caban
|
8de45a3df1
|
msvcp71: Fixed basic_string::ptr implementation.
|
2012-10-17 11:53:42 +02:00 |
Piotr Caban
|
84c5e3a198
|
msvcp71: Added istrstream destructor implementation.
|
2012-10-17 11:53:41 +02:00 |
Piotr Caban
|
13fa0a8e58
|
msvcp71: Added ostrstream class implementation.
|
2012-10-17 11:53:41 +02:00 |
Piotr Caban
|
a8f231b546
|
msvcp71: Added strstream class implementation.
|
2012-10-17 11:53:40 +02:00 |
Piotr Caban
|
1f4f07c026
|
msvcp90: Added _Nomemory implementation.
|
2012-10-17 11:53:40 +02:00 |
Piotr Caban
|
ea828e557f
|
msvcp90: Fixed strstreambuf_ctor_get implementation.
|
2012-10-17 11:53:39 +02:00 |
Piotr Caban
|
50cfac7ef4
|
msvcp60: Added more std::getline functions.
|
2012-10-17 11:53:38 +02:00 |
Piotr Caban
|
db55f1cd83
|
msvcp100: Store locale string in _Yarn<char> class.
|
2012-10-17 11:53:37 +02:00 |
Piotr Caban
|
bdac12949c
|
msvcp100/tests: Added _Yarn<char> class tests.
|
2012-10-17 11:53:23 +02:00 |
Piotr Caban
|
f0a547595c
|
msvcp100: Added _Yarn<char> class implementation.
|
2012-10-17 11:49:47 +02:00 |
Hans Leidekker
|
ce2bd9eb1f
|
mapi32: Forward WrapCompressedRTFStream to the registered provider, if any.
|
2012-10-17 11:49:18 +02:00 |
Hans Leidekker
|
7879326f8a
|
wbemprox: Add tests for Win32_Service methods.
|
2012-10-17 11:47:31 +02:00 |
Hans Leidekker
|
d5cbcc1e70
|
wbemprox: Implement Win32_Service.StopService.
|
2012-10-17 11:47:16 +02:00 |
Hans Leidekker
|
60cab77b37
|
wbemprox: Implement Win32_Service.StartService.
|
2012-10-17 11:47:11 +02:00 |
Hans Leidekker
|
139c9f0276
|
wbemprox: Implement Win32_Service.ResumeService.
|
2012-10-17 11:47:06 +02:00 |
Hans Leidekker
|
8fe25b2b89
|
wbemprox: Implement Win32_Service.PauseService.
|
2012-10-17 11:46:59 +02:00 |
Hans Leidekker
|
64a7f2ea7f
|
wbemprox: The last parameter to IWbemClassObject::GetMethod is optional.
|
2012-10-17 11:46:19 +02:00 |
Hans Leidekker
|
2eb666d624
|
wbemprox: Keep a reference to the table from uncommitted instances.
|
2012-10-17 11:46:12 +02:00 |
Jacek Caban
|
1d8763bbf9
|
vbscript: Use simplified builtin constants for more constants.
|
2012-10-17 11:46:00 +02:00 |
Jacek Caban
|
789f295efb
|
vbscript: Allow specifying simple builtin constants without proper getter.
|
2012-10-17 11:45:53 +02:00 |
Jacek Caban
|
d6d187c2b3
|
vbscript: Pass arguments to builtin functions in natural order.
|
2012-10-17 11:45:45 +02:00 |
Henri Verbeet
|
698ff9ba4e
|
ddraw: When restoring the display mode, use the mode set before the first mode change on any ddraw object.
|
2012-10-17 11:45:20 +02:00 |
Henri Verbeet
|
bc3d767fda
|
ddraw: Only restore the display mode if we changed it.
|
2012-10-17 11:45:14 +02:00 |
Henri Verbeet
|
40d3a34004
|
ddraw: Prevent mode changes when a different ddraw object is in exclusive mode.
|
2012-10-17 11:45:08 +02:00 |
Henri Verbeet
|
6c3595fba8
|
wined3d: Handle WINED3DSPR_PRIMID in the GLSL shader backend.
|
2012-10-17 11:45:01 +02:00 |
Piotr Caban
|
c00702cd6e
|
msvcrt: Fixed tmpfile implementation.
|
2012-10-16 20:45:44 +02:00 |
Christian Costa
|
7d128ea899
|
amstream: Specifying a stream object in params is not yet supported.
|
2012-10-16 20:45:19 +02:00 |
Matteo Bruni
|
3c11d8f331
|
wined3d: Add new Radeon HD 6670 GL renderer string.
|
2012-10-16 20:44:02 +02:00 |
Matteo Bruni
|
29c336916c
|
wined3d: Recognize AMD Radeon HD 5000 series GPUs on recent binary drivers.
|
2012-10-16 20:43:56 +02:00 |
Matteo Bruni
|
6a9df3e757
|
wined3d: Provide a better fallback for D3D10 AMD GPUs.
|
2012-10-16 20:43:51 +02:00 |
Matteo Bruni
|
4e57dd0cde
|
wined3d: Add a D3D10-level fallback for Intel GPU recognition.
|
2012-10-16 20:43:41 +02:00 |
Matteo Bruni
|
37ff45cca2
|
wined3d: Improve a Nvidia GPU recognition fallback.
|
2012-10-16 20:43:35 +02:00 |
Matteo Bruni
|
fe81c61804
|
wined3d: Split GPU vendor and GL vendor handling in GPU recognition.
|
2012-10-16 20:43:28 +02:00 |
Jacek Caban
|
282b2608c4
|
mshtml: Fixed tests on old IEs.
|
2012-10-16 20:41:29 +02:00 |
Jacek Caban
|
bfd25b4f50
|
mshtml: Added IHTMLScriptElement::put_src tests.
|
2012-10-16 20:41:20 +02:00 |
Jacek Caban
|
b882b18402
|
mshtml: Added support for IHTMLScriptElement::put_src on detached elements.
|
2012-10-16 20:41:05 +02:00 |
Jacek Caban
|
ccbee09f7e
|
mshtml: Added support for IHTMLScriptElement::put_src calls during parser callback.
|
2012-10-16 20:40:58 +02:00 |
Jacek Caban
|
fdbbaa1ff5
|
mshtml: Return early from BindToDocument if possible.
|
2012-10-16 20:40:52 +02:00 |
Jacek Caban
|
680aca56ef
|
mshtml: Added beginning IHTMLScriptElement::put_src implementation.
|
2012-10-16 20:40:42 +02:00 |
Jacek Caban
|
51b701c3ad
|
mshtml: Moved HTMLScriptElement declaration to separated header.
|
2012-10-16 20:40:28 +02:00 |
Jacek Caban
|
c26b63560e
|
mshtml: Added IHTMLBodyElement::onload property implementation.
|
2012-10-16 20:39:59 +02:00 |
Francois Gouget
|
47d4041dc1
|
shell32/tests: Fix a test_argify() check that fails on NT4 and Windows 2000.
|
2012-10-16 20:39:47 +02:00 |
Daniel Lehman
|
82c1fb41aa
|
msvcp90: Fix num_get<>::_Getffld.
|
2012-10-16 12:18:05 +02:00 |
Daniel Lehman
|
4c357de5d3
|
msvcp: Sync num_get<>::_Getifld.
|
2012-10-16 12:18:00 +02:00 |
Dan Kegel
|
c99a19208a
|
vcomp: No-op stubs for _vcomp_single_begin, _vcomp_single_end.
|
2012-10-16 12:09:03 +02:00 |
Dan Kegel
|
fd104f83d3
|
vcomp: No-op stub for _vcomp_barrier.
|
2012-10-16 12:08:10 +02:00 |
André Hentschel
|
2a0055af29
|
vcomp: Sync spec files.
|
2012-10-16 12:07:14 +02:00 |
Vincent Povirk
|
b3c0d3cd63
|
mscoree: Update Wine Mono to 0.0.8.
|
2012-10-16 11:54:02 +02:00 |
Detlef Riekenberg
|
b23450e38e
|
dsound/tests: Handle broken E_FAIL of broken AC97 driver.
|
2012-10-16 11:52:27 +02:00 |
Detlef Riekenberg
|
45c56bcc80
|
dsound/tests: Handle broken E_FAIL in dsound8 for AC97.
|
2012-10-16 11:52:21 +02:00 |
Daniel Jelinski
|
50bdb257f9
|
comctl32/tests: Expanding/collapsing a node always sends associated messages.
|
2012-10-16 11:38:36 +02:00 |
Daniel Jelinski
|
0b6cf6e46a
|
comctl32: Fix notifications and return value when collapsing already collapsed node.
|
2012-10-16 11:38:27 +02:00 |
Daniel Jelinski
|
9933f5e446
|
comctl32: Do not send TVN_ITEMEXPANDING when expanding item with no children.
|
2012-10-16 11:37:58 +02:00 |
Nikolay Sivov
|
6067df7291
|
dwrite: Implement GetMetrics() for IDWriteFont.
|
2012-10-16 11:37:45 +02:00 |
Nikolay Sivov
|
90407224d0
|
ole32: Cleanup IClientSecurity interface of a proxy manager.
|
2012-10-16 11:37:28 +02:00 |
Nikolay Sivov
|
21a04f5621
|
ole32: Cleanup IMarshal interface of proxy manager.
|
2012-10-16 11:37:20 +02:00 |
Henri Verbeet
|
1fab14af9e
|
ddraw: Just implement ddraw7_RestoreDisplayMode() on top of wined3d_set_adapter_display_mode().
|
2012-10-16 11:37:10 +02:00 |
Henri Verbeet
|
4a5ed44d79
|
ddraw: Get rid of some fallback code in CreateSurface().
|
2012-10-16 11:36:55 +02:00 |
Henri Verbeet
|
59bdd6ae97
|
wined3d: Recognise the SM4 "primID" register type.
|
2012-10-16 11:36:45 +02:00 |
Henri Verbeet
|
347dda068f
|
wined3d: Explicitly check the shader type in shader_glsl_mov().
|
2012-10-16 11:36:40 +02:00 |
Henri Verbeet
|
82a44af259
|
wined3d: Explicitly check the shader type in shader_glsl_texldl().
|
2012-10-16 11:36:34 +02:00 |
Aric Stewart
|
968a1e9b72
|
imm32: Switch the value of IMMGWL_IMC in the UI window when a new imc opens.
|
2012-10-15 19:38:13 +02:00 |
Francois Gouget
|
b17ded0ac1
|
user32/tests: Add a trailing '\n' to an ok() call.
|
2012-10-15 19:37:36 +02:00 |
Francois Gouget
|
25c465269c
|
d3dcompiler_43: Make free_function{_decl}() static.
|
2012-10-15 19:37:29 +02:00 |
Hans Leidekker
|
755e01bc98
|
wbemprox: Pass an object instance to class methods.
|
2012-10-15 19:37:22 +02:00 |
Alexandre Julliard
|
003355946f
|
user32: Delay message spying initialization until needed.
|
2012-10-15 19:26:51 +02:00 |
Alexandre Julliard
|
0f71ff281f
|
winex11: Get rid of the __wine_x11_managed property.
|
2012-10-15 16:19:09 +02:00 |
Alexandre Julliard
|
49a5db3869
|
user32: Don't show the icon title for off-screen icons.
|
2012-10-15 16:17:46 +02:00 |
Alexandre Julliard
|
0bc93684f0
|
winex11: Move the icon window off-screen for managed windows.
|
2012-10-15 16:17:22 +02:00 |
Sergey Guralnik
|
3d4db9f28f
|
user32: Add internal class small icons.
|
2012-10-15 15:27:28 +02:00 |
Daniel Jelinski
|
06d284cabb
|
comctl32: Allow expanding/collapsing treeview nodes multiple times.
|
2012-10-15 15:25:38 +02:00 |
Nikolay Sivov
|
ba4b88bc00
|
ole32: Cleanup IMultiQI interface of proxy manager.
|
2012-10-15 15:25:36 +02:00 |
Nikolay Sivov
|
0b5c0855be
|
ole32: Store destination context and context data in server channel.
|
2012-10-15 15:25:34 +02:00 |
Nikolay Sivov
|
3099a25464
|
ole32: Store destination context data in channel buffer.
|
2012-10-15 15:25:31 +02:00 |
Nikolay Sivov
|
27d59c8919
|
ole32: Cleanup IRpcChannelBuffer.
|
2012-10-15 15:25:29 +02:00 |
Nikolay Sivov
|
af5cee1862
|
ole32: Fix debug output for user marshal flags.
|
2012-10-15 15:25:28 +02:00 |
Nikolay Sivov
|
438d115ec6
|
dwrite: Correct reference count behavior for font face interface.
|
2012-10-15 15:25:27 +02:00 |
Christian Costa
|
c503af8516
|
qcap: Remove useless FIXME.
|
2012-10-15 15:25:26 +02:00 |
Christian Costa
|
d13f7720eb
|
kernel32: Implement FileNameInfo in GetFileInformationByHandleEx.
|
2012-10-15 15:25:25 +02:00 |
Christian Costa
|
ee67d124ac
|
ntoskrnl.exe: Add stub for IoAcquireRemoveLockEx.
|
2012-10-15 15:25:24 +02:00 |
Christian Costa
|
6d62cc1212
|
dinput: Replace FIXMEs by TRACEs in dump function.
|
2012-10-15 15:25:23 +02:00 |
Alexandre Julliard
|
36f2b09632
|
gdi32: Always return the full DIB surface in GetImage and adjust coordinates accordingly.
Based on a patch by Ken Thomases.
|
2012-10-15 15:25:04 +02:00 |
Alexandre Julliard
|
710858abee
|
winex11: Remove the no longer needed GetAsyncKeyState entry point.
|
2012-10-15 15:25:01 +02:00 |
Alexandre Julliard
|
d5244c3b24
|
user32: Flush window surfaces in all functions that are used to poll for input.
|
2012-10-15 15:24:59 +02:00 |
Jacek Caban
|
cfef60a30e
|
mshtml: Added IHTMLLinkElement::href property implementation.
|
2012-10-15 15:24:55 +02:00 |
Jacek Caban
|
9277bf2e01
|
mshtml: Added IHTMLLinkElement::type property implementation.
|
2012-10-15 15:24:52 +02:00 |
Jacek Caban
|
c11c695b11
|
mshtml: Added IHTMLLinkElement::rel property implementation.
|
2012-10-15 15:24:49 +02:00 |
Jacek Caban
|
9608714d04
|
mshtml: Added IHTMLLinkElement::disabled property implementation.
|
2012-10-15 15:24:46 +02:00 |
Jacek Caban
|
b75e2c4dde
|
mshtml: Added IHTMLLinkElement stub implementation.
|
2012-10-15 15:24:43 +02:00 |
Jacek Caban
|
02f6ea925e
|
vbscript: Added Chr implementation.
|
2012-10-15 15:24:40 +02:00 |
Michael Stefaniuc
|
f3d15811b4
|
jscript: Move 'inline' to the beginning of the declaration.
|
2012-10-15 15:24:37 +02:00 |
Hans Leidekker
|
60db122133
|
wbemprox: Implement StdRegProv.GetStringValue.
|
2012-10-15 15:24:13 +02:00 |
Dmitry Timoshkov
|
e27801e93b
|
user32: Make sure that window's normal_rect is initialized at window creation time.
|
2012-10-15 13:31:09 +02:00 |
Henri Verbeet
|
311a1e0148
|
wined3d: Handle SM1 comments in the frontend.
|
2012-10-15 13:31:08 +02:00 |
Henri Verbeet
|
5626e165ff
|
wined3d: Introduce a structure for shader register indices.
|
2012-10-15 13:31:07 +02:00 |
Henri Verbeet
|
a92d7a12de
|
wined3d: Use a common function for parsing SM4 source and destination parameters.
|
2012-10-15 13:31:07 +02:00 |
Henri Verbeet
|
3baeaa2b88
|
wined3d: Recognise SM4 scalar swizzles.
|
2012-10-15 13:31:06 +02:00 |
Henri Verbeet
|
21361d5237
|
wined3d: Use the correct relative address for constant buffers in the GLSL shader backend.
|
2012-10-15 13:31:06 +02:00 |
Marcus Meissner
|
919a789f45
|
cryptnet: Avoid memory leak of info (Coverity).
|
2012-10-15 13:31:05 +02:00 |
Marcus Meissner
|
9eb7378765
|
shell32: Avoid memory leaking buf (Coverity).
|
2012-10-15 13:31:05 +02:00 |
Marcus Meissner
|
c9bd05d89e
|
winex11.drv: Free bitmap info after being done (Coverity).
|
2012-10-15 13:31:05 +02:00 |
Marcus Meissner
|
0a8df5ef26
|
kernel32: Buffer size is in characters (Coverity).
|
2012-10-15 13:31:04 +02:00 |
Christian Costa
|
7e82db784a
|
amstream: Implement BasePinImp_GetMediaType in media stream filter.
|
2012-10-15 12:08:41 +02:00 |
Christian Costa
|
604fb218b7
|
amstream: Implement BasePinImpl_CheckMediaType in media stream filter.
|
2012-10-15 12:08:35 +02:00 |
Christian Costa
|
5d5da39ddc
|
amstream: Cleanup MediaStreamFilterImpl_QueryInterface.
|
2012-10-15 12:08:23 +02:00 |
Christian Costa
|
568c88ccb9
|
amstream: Get rid of (IBaseFilter*) casts.
|
2012-10-15 12:08:08 +02:00 |
Hans Leidekker
|
84ceddf8f3
|
wbemprox: Add tests for the standard registry provider.
|
2012-10-12 14:33:58 +02:00 |
Hans Leidekker
|
71fbae963e
|
wbemprox: Implement class methods StdRegProv.EnumKey and StdRegProv.EnumValues.
|
2012-10-12 14:33:34 +02:00 |
Hans Leidekker
|
248049f36e
|
wbemprox: Support overriding the CIM to VARIANT type mapping for method parameters.
|
2012-10-12 14:33:13 +02:00 |
Hans Leidekker
|
3b8266d20b
|
wbemprox: Always convert from BSTR.
|
2012-10-12 14:33:08 +02:00 |
Hans Leidekker
|
dca427fded
|
wbemprox: Implement Win32_LogicalDisk.Name.
|
2012-10-12 14:33:02 +02:00 |
Henri Verbeet
|
fc185f9bae
|
wined3d: Add support for SM4 relative addressing.
|
2012-10-12 13:21:39 +02:00 |
Henri Verbeet
|
2324ce6efb
|
wined3d: Implement WINED3DSIH_IMUL in the GLSL shader backend.
|
2012-10-12 13:21:33 +02:00 |
Henri Verbeet
|
ad1a1ee4fe
|
wined3d: Implement WINED3DSIH_UTOF in the GLSL shader backend.
|
2012-10-12 13:21:28 +02:00 |
Henri Verbeet
|
b7cd93240d
|
wined3d: Implement WINED3DSIH_ITOF in the GLSL shader backend.
|
2012-10-12 13:21:22 +02:00 |