Michael Stefaniuc
|
ef39e0ec1a
|
crypt32: Don't open code CONTAINING_RECORD().
|
2010-12-29 11:59:34 +01:00 |
André Hentschel
|
ffea4ba5ac
|
advapi32/tests: Even more tests for the merged view of HKCR.
|
2010-12-29 11:59:33 +01:00 |
Gerald Pfeifer
|
8f7d06b69b
|
dbghelp: Make ehdr_addr in elf_enum_modules_internal dependent on AT_SYSINFO_EHDR.
|
2010-12-29 11:59:33 +01:00 |
André Hentschel
|
ba1f962d10
|
ntdll/tests: Don't test function directly when reporting GetLastError().
|
2010-12-29 11:59:33 +01:00 |
Vitaliy Margolen
|
2774d40463
|
dinput: Convert DirectInput to using interface instead of vtbl.
|
2010-12-29 10:48:32 +01:00 |
Yaron Shahrabani
|
4a17b11d97
|
wininet: Updated Hebrew translation.
|
2010-12-29 10:47:47 +01:00 |
André Hentschel
|
06560dd092
|
jscript: Update German translation.
|
2010-12-29 10:47:38 +01:00 |
Aurimas Fišeras
|
6ac2a7eb04
|
jscript: Update Lithuanian translation.
|
2010-12-29 10:47:33 +01:00 |
Jacek Caban
|
10b1a7edf6
|
jscript: Added conditional compilation tests.
|
2010-12-28 16:35:43 +01:00 |
Jacek Caban
|
45e33ec280
|
jscript: Beginning support for conditional compilation.
|
2010-12-28 16:35:43 +01:00 |
Jacek Caban
|
74416052ce
|
jscript: Moved allocating double literal to separated function.
|
2010-12-28 16:35:43 +01:00 |
Jacek Caban
|
501cad6920
|
jscript: Moved new_boolean_literal to lex.c.
|
2010-12-28 16:35:42 +01:00 |
Jacek Caban
|
0f36ef09b1
|
jscript: Ensure that the whole script is parsed.
|
2010-12-28 16:35:42 +01:00 |
Jacek Caban
|
5e469f4fff
|
jscript: Use HRESULTs instead of IDSs in parser.
|
2010-12-28 16:35:42 +01:00 |
Jacek Caban
|
7774a0a4c1
|
jscript: Pass HRESULTs instead of IDSs to throw_* functions.
|
2010-12-28 16:35:41 +01:00 |
Jacek Caban
|
aab8a1ba3a
|
jscript: Better syntax error tests.
|
2010-12-28 16:35:41 +01:00 |
Greg Geldorp
|
519c288946
|
shell32/tests: Fix race conditions.
|
2010-12-28 16:35:41 +01:00 |
Rico Schüller
|
ba9d311f0d
|
d3dcompiler: Implement ID3D11ReflectionInterface::GetDesc().
|
2010-12-28 16:35:40 +01:00 |
Rico Schüller
|
127d07a3cc
|
d3dcompiler: Add initial SHDR and SHEX parsing.
|
2010-12-28 16:35:40 +01:00 |
Rico Schüller
|
a2a7000eeb
|
d3dcompiler: Add initial RDEF parsing.
|
2010-12-28 16:35:40 +01:00 |
Alexandre Julliard
|
6cce7fa0ce
|
configure: Add a generic mechanism for passing flags to dll and program rules.
|
2010-12-28 16:35:40 +01:00 |
Alexandre Julliard
|
8639550155
|
winebuild: Allow duplicate resources with different versions and keep the highest version.
|
2010-12-28 16:35:40 +01:00 |
Alexandre Julliard
|
66814d0dd6
|
winex11: Make the tool window flag take precedence when setting the window type.
This prevents some menus from being marked as dialogs.
|
2010-12-28 16:35:40 +01:00 |
Hwang YunSong
|
a13078eebd
|
msvidc32: Update Korean resource.
|
2010-12-28 16:35:39 +01:00 |
Hwang YunSong
|
dd7dc1f8ec
|
msvfw32: Update Korean resource.
|
2010-12-28 16:35:39 +01:00 |
Michael Stefaniuc
|
6723b3c56c
|
mshtml: COM cleanup for the remaining ifaces in NSContainer.
|
2010-12-28 16:35:39 +01:00 |
Michael Stefaniuc
|
29944c7caf
|
mshtml: COM cleanup for the nsIWebBrowserChrome iface.
|
2010-12-28 16:35:39 +01:00 |
Michael Stefaniuc
|
6994317b05
|
avifil32: Reorder some code to avoid forward declarations for the IGetFrameVtbl methods.
|
2010-12-28 16:35:39 +01:00 |
Michael Stefaniuc
|
157480df1a
|
avifil32: Use an iface instead of a vtbl pointer in IGetFrameImpl.
|
2010-12-28 16:35:39 +01:00 |
Michael Stefaniuc
|
61d84d68bb
|
avifil32: Reorder some code to avoid forward declarations for the IAVIStreamVtbl methods.
|
2010-12-28 16:35:39 +01:00 |
Michael Stefaniuc
|
a45ae7ba88
|
avifil32: Use an iface instead of a vtbl pointer in IAVIStreamImpl.
|
2010-12-28 16:35:39 +01:00 |
Michael Stefaniuc
|
13e1997860
|
msxml3: Standardize the COM usage in saxreader.c.
|
2010-12-28 16:35:39 +01:00 |
Nikolay Sivov
|
b3514b4718
|
oleaut32: Use function description layout instead of hardcoded byte offsets.
|
2010-12-28 16:35:39 +01:00 |
Greg Geldorp
|
7234ddd263
|
shell32/tests: Support for IShellFolderView::RemoveObject was removed in Win7.
|
2010-12-28 16:35:39 +01:00 |
Jacek Caban
|
a131886a86
|
mshtml: Fixed unsafe cast in CreateChromeWindow2 implementation.
|
2010-12-28 16:35:39 +01:00 |
Jacek Caban
|
f52e0a776f
|
mshtml: Don't use DEFINE_THIS2 for HTMLDOMNode vtbl functions.
|
2010-12-28 16:35:39 +01:00 |
Jacek Caban
|
76c028b7c2
|
mshtml: Pass DispatchEx pointer instead of outer IUnknown to DispatchEx's vtbl functions.
|
2010-12-28 16:35:36 +01:00 |
Eric Pouech
|
1966ba8b7f
|
dbghelp: For targets on Linux, report the VDSO system page as a known ELF module.
|
2010-12-28 11:18:33 +01:00 |
Eric Pouech
|
749dafd987
|
dbghelp: Extend elf_map_file so that it can also handle ELF maps directly from debuggee address space.
|
2010-12-28 11:16:07 +01:00 |
Eric Pouech
|
737b5b95bb
|
dbghelp: Use pread instead of read in elf_map_file.
|
2010-12-28 11:15:24 +01:00 |
Eric Pouech
|
655247354a
|
dbghelp: Split elf_load_file into two functions (one for creating a file-map, another one for loading info out of a file-map).
|
2010-12-28 11:15:06 +01:00 |
Eric Pouech
|
8740f1dc1e
|
dbghelp: Factorize a bit the ELF enumeration callbacks.
|
2010-12-28 11:14:43 +01:00 |
Andrew Nguyen
|
12880784fe
|
wined3d: Handle the swapchain presentation interval with wglSwapIntervalEXT.
|
2010-12-27 15:39:41 +01:00 |
Andrew Nguyen
|
a7346e9fc8
|
winex11.drv: Enhance the wrapper functions for WGL_EXT_swap_control.
|
2010-12-27 15:39:41 +01:00 |
Andrew Nguyen
|
0f050b3ecb
|
wined3d: Fix typo in GL_SGIS_generate_mipmap preprocessor definition.
|
2010-12-27 15:39:41 +01:00 |
Andrew Nguyen
|
7e13b1afaf
|
wined3d: Remove references to GLX_SGI_video_sync.
Usage of GLX_SGI_video_sync is problematic, and wined3d cannot use GLX extensions.
|
2010-12-27 15:39:41 +01:00 |
Michael Stefaniuc
|
6b90fc236e
|
mshtml: COM cleanup for the rest of the *Window* ifaces in HTMLWindow.
|
2010-12-27 15:39:41 +01:00 |
Michael Stefaniuc
|
2e24de635d
|
mshtml: COM cleanup for the IHTMLWindow2 iface.
|
2010-12-27 15:39:40 +01:00 |
Andrew Nguyen
|
1bffb577e3
|
wineboot: Set a placeholder ProcessorNameString value in the volatile CPU registry keys.
|
2010-12-27 15:39:40 +01:00 |
Andrew Nguyen
|
0c8820563c
|
wineboot: Set the FeatureSet value in the volatile CPU registry keys.
|
2010-12-27 15:39:40 +01:00 |