Sebastian Lackner
e16996bb3d
ntdll: reset_write_watches shouldn't remove enforced exec permissions.
2014-10-13 18:31:19 +09:00
Sebastian Lackner
aa3c6111d9
ntdll: Ensure force_exec_prot is also used for views with write watch permissions.
2014-10-13 18:31:14 +09:00
Sebastian Lackner
0cf3d78167
ntdll: Avoid recursive exception handler calls when handling guard pages.
...
The ATL check leads to problems when a page is protected with guard page protection.
raise_segv_exception is called with EXCEPTION_EXECUTE_FAULT. The ATL check tries to
read the memory, and triggers another exception handler. This time the virtual_handle_fault
check is executed, and removes the guard page protection. Afterwards, when the ATL
check returns, the exception is _not_ catched by virtual_handle_fault, but instead
passed to the application.
2014-10-13 18:31:06 +09:00
Sebastian Lackner
9a806d0f1c
kernel32/tests: Add tests for DEP combined with guard pages and write watches.
2014-10-13 18:30:57 +09:00
Qian Hong
ef63bacf2d
mshtml: Add DIID_DispHTMLFormElement support for HTMLFormElement_QI.
2014-10-13 18:11:29 +09:00
André Hentschel
9006dcb059
winedump: Improved dumping of exception info on ARM.
2014-10-13 18:11:09 +09:00
André Hentschel
8b07523c56
server: Update CPU type dumping.
2014-10-13 18:10:58 +09:00
Jacek Caban
0d023f1968
mshtml: Use proper codepage in nsIIOService::NewURI.
2014-10-13 18:10:28 +09:00
Jactry Zeng
d165c05f27
mshtml/tests: Fix typo.
2014-10-13 18:10:20 +09:00
Jacek Caban
c6c0c6b52a
mshtml: Added IHTMLElement::language property implementation.
2014-10-13 18:09:51 +09:00
Nikolay Sivov
120422e93b
dwrite: Update to IDWriteTextFormat1.
2014-10-13 18:09:41 +09:00
Nikolay Sivov
45f9540d2b
dwrite: Update to IDWriteTextLayout2.
2014-10-13 18:09:33 +09:00
Francois Gouget
8127fd9599
dwrite: Avoid redefining the DWRITE_GLYPH_RUN typedef.
2014-10-13 18:09:20 +09:00
Iván Matellanes
25d7a1bbbf
msvcrt: Added _fwrite_nolock() implementation.
2014-10-13 18:09:06 +09:00
Iván Matellanes
206ea48f20
msvcrt: Added _fread_nolock() implementation.
2014-10-13 18:08:54 +09:00
Matteo Bruni
a71f25d239
gdi32/tests: Add a test for GetGlyphOutline with an insufficient buffer.
2014-10-09 18:24:53 +02:00
Matteo Bruni
112a7f7f97
gdi32: Don't overflow the buffer in GetGlyphOutline.
2014-10-09 18:24:47 +02:00
Jacek Caban
37869b7a08
mshtml: Added IHTMLScriptElement::get_readyState implementation.
2014-10-09 17:37:23 +02:00
Jacek Caban
d11abc0992
mshtml: Added support for onreadystatechange event for script elements.
2014-10-09 17:37:12 +02:00
Jacek Caban
8a9d4cf147
mshtml: Use IUri for script binding.
2014-10-09 17:37:10 +02:00
Jacek Caban
845f5cccf0
mshtml: Moved READYSTATE to string conversion to separated function.
2014-10-09 17:37:08 +02:00
Jacek Caban
87efdc3047
mshtml: Moved script binding callback to script.c.
2014-10-09 17:37:06 +02:00
Jacek Caban
7e4db7df48
mshtml: Moved BOM enum to binding.h.
2014-10-09 17:37:04 +02:00
Aric Stewart
8a5707111a
dwrite: Build non-system font collections as a list of font families.
2014-10-09 17:36:22 +02:00
Austin English
cf7fa95980
systeminfo: Add stub program.
2014-10-09 17:36:22 +02:00
André Hentschel
8e917352e1
kernel32/tests: Skip on faked version values.
2014-10-09 17:36:22 +02:00
David Heidelberger
df5ff98b07
dbghelp: Implement DW_TAG_const_type in dwarf2_parse_udt_type.
2014-10-09 17:36:22 +02:00
Henri Verbeet
1bec6ab0bc
d3d9/tests: Use create_device() in test_scissor_size().
2014-10-09 17:36:22 +02:00
Henri Verbeet
2291c72caf
d3d9/tests: Allow a width and height to be passed to create_device().
2014-10-09 17:36:22 +02:00
Henri Verbeet
1800712298
wined3d: Track texture coordinate normalization per-texture.
2014-10-09 17:36:21 +02:00
Henri Verbeet
c5459881a3
wined3d: Track SFLAG_DYNLOCK per-texture.
2014-10-09 17:36:21 +02:00
Henri Verbeet
d6a511e022
wined3d: Track system memory pinning per-texture.
2014-10-09 17:36:21 +02:00
André Hentschel
6d498018cc
winetest: Detect real version values.
2014-10-08 20:06:00 +02:00
André Hentschel
778c2ab6f9
ntdll: Add support for Win 8.1.
2014-10-08 17:45:51 +02:00
André Hentschel
e97746a538
slc: Add stub for SLGetWindowsInformation.
2014-10-08 17:45:35 +02:00
André Hentschel
f272c12607
setupapi: Add stubs for CM_Get_Device_Interface_List_SizeA/W.
2014-10-08 17:44:50 +02:00
Austin English
35b90ece93
ntdsapi: Add stubs for DsBindA/W.
2014-10-08 17:44:18 +02:00
Austin English
80c3a8f8bc
wsnmp32: Add stub for SnmpOpen.
2014-10-08 17:43:48 +02:00
YongHao Hu
d33ce5629f
msvcp90/tests: Add cout<< float test.
2014-10-08 17:43:29 +02:00
YongHao Hu
edb68e7b22
msvcp90/tests: Add cout<< double test.
2014-10-08 17:43:22 +02:00
Austin English
96e920e01f
kernel32: Add a stub for SetSystemFileCacheSize.
2014-10-08 16:34:29 +02:00
Austin English
2a5299ea32
kernel32: Add a stub for GetSystemFileCacheSize.
2014-10-08 16:34:17 +02:00
Iván Matellanes
9fda14a9d6
msvcrt: Added _fclose_nolock() implementation.
2014-10-08 14:47:46 +02:00
Nikolay Sivov
1e65a32e26
dwrite: Pass stream pointer to OpenType parsing code.
2014-10-08 13:13:38 +02:00
André Hentschel
fdc7728219
winedump: Update minidump output.
2014-10-08 13:13:37 +02:00
Henri Verbeet
710694d9ca
wined3d: Track format conversion per-texture.
2014-10-08 13:13:37 +02:00
Henri Verbeet
4c454fd4ab
wined3d: Only prepare the texture in device_update_volume().
2014-10-08 13:13:37 +02:00
Henri Verbeet
ee8a5b7dd1
wined3d: Track texture allocation per-texture.
2014-10-08 13:13:37 +02:00
Henri Verbeet
0c0a2adc71
wined3d: Handle GL texture allocation in the texture code.
2014-10-08 13:13:37 +02:00
Henri Verbeet
77646173a0
wined3d: Move the color key conversion helpers to util.c.
2014-10-08 13:13:37 +02:00