Commit Graph

90288 Commits

Author SHA1 Message Date
Alexandre Julliard
05c32b9b89 gdi32: Move the SwapBuffers entry point to the OpenGL driver. 2012-09-10 11:38:28 +02:00
Alexandre Julliard
9713a54b33 opengl32: Update the extension list. 2012-09-10 11:38:27 +02:00
Alexandre Julliard
b4e3674747 winex11: Get the information from the drawable structure in SwapBuffers. 2012-09-10 11:38:25 +02:00
Alexandre Julliard
0e9c9772ef comctl32: XOR'ing with a black pen is not useful. 2012-09-10 11:38:21 +02:00
Alexandre Julliard
57f869d557 user32: Fix DrawFocusRect to always invert the destination regardless of the text color. 2012-09-10 11:38:15 +02:00
Piotr Caban
bdf9a9f9bd msvcrt: Fixed strncpy_s behavior when count equals 0. 2012-09-07 19:15:29 +02:00
Jacek Caban
42d75be69d jscript: Be more verbose about parser failure. 2012-09-07 19:15:23 +02:00
Jacek Caban
c2dbc6bfaa vbscript: Added ScriptDisp tests. 2012-09-07 16:44:42 +02:00
Jacek Caban
11d2dfaea9 vbscript: Added ScriptDisp::InvokeEx implementation. 2012-09-07 16:44:35 +02:00
Jacek Caban
40001df45d vbscript: Added ScriptDisp::GetDispID implementation. 2012-09-07 16:44:29 +02:00
Jacek Caban
8121f73273 vbscript: Use separated IDispatchEx implementation for script dispatch. 2012-09-07 16:44:21 +02:00
Jacek Caban
bac5fdc85f vbscript: Fixed class_desc_t leak. 2012-09-07 16:44:10 +02:00
Hans Leidekker
bc8876f9ce iphlpapi: Add partial support for UDP_TABLE_OWNER_MODULE in GetExtendedUdpTable. 2012-09-07 16:44:03 +02:00
Hans Leidekker
18ba68ea62 iphlpapi: Implement GetExtendedUdpTable. 2012-09-07 16:40:31 +02:00
Alexandre Julliard
bde5156876 winex11: Get the current pixel format from the drawable structure in wglMakeContextCurrentARB. 2012-09-07 16:19:17 +02:00
Alexandre Julliard
11013af0a1 winex11: Get the current pixel format from the drawable structure in wglMakeCurrent. 2012-09-07 16:19:16 +02:00
Alexandre Julliard
d52c2de7da winex11: Get the current pixel format from the drawable structure in wglCreateContextAttribsARB. 2012-09-07 16:19:15 +02:00
Alexandre Julliard
c01d723a4f winex11: Get the current pixel format from the drawable structure in wglCreateContext. 2012-09-07 16:01:14 +02:00
Alexandre Julliard
356f9897cd winex11: Store a format pointer instead of an index in the drawable structures. 2012-09-07 16:01:13 +02:00
Alexandre Julliard
bf5e1b6a05 winex11: Get the current pixel format from the drawable structure in wglGetPixelFormat. 2012-09-07 16:01:10 +02:00
Alexandre Julliard
4df8f15ff9 winex11: Store a drawable structure also for pbuffer contexts. 2012-09-07 16:01:03 +02:00
Alexandre Julliard
ecc8559fe8 winex11: Get the current pixel format from the drawable structure for wglSetPixelFormat. 2012-09-07 16:00:59 +02:00
Qian Hong
245308597f gdi32: Fixed family and face name on non English locale. 2012-09-07 13:33:47 +02:00
Qian Hong
733aca30f4 gdi32: Read otmpFullName from TT_NAME_ID_UNIQUE_ID. 2012-09-07 13:32:56 +02:00
Qian Hong
abc8f2c6c2 gdi32: Read otmpFaceName from TT_NAME_ID_FULL_NAME. 2012-09-07 13:32:35 +02:00
Qian Hong
180185d890 gdi32/tests: Added font name tests on English locale. 2012-09-07 13:32:06 +02:00
Jiang Yike
a308bde74a wined3d: Add AMD Radeon HD 7700 series and HD 7800 series graphics cards. 2012-09-07 12:23:31 +02:00
James Eder
10ff9b4f13 kernel32: Remove outdated comment. 2012-09-07 12:23:30 +02:00
James Eder
7e8a5490bd kernel32: Use PROCESSOR_FEATURE_MAX in IsProcessorFeaturePresent. 2012-09-07 12:23:30 +02:00
James Eder
b97a07bc07 include/winternl.h: Fix CPU_FEATURE_3DNOW bit mask. 2012-09-07 12:23:30 +02:00
Piotr Caban
789565362d msvcp: Sync spec files and implementations. 2012-09-07 11:56:09 +02:00
Piotr Caban
f2a26313e1 msvcp90: Added std::flush(basic_ostream) implementation. 2012-09-07 11:55:59 +02:00
Piotr Caban
d161abb9b3 msvcp90: Pass RTTI base pointer from DllMain. 2012-09-07 11:55:52 +02:00
Piotr Caban
8060752c09 msvcrt: Fixed RTTI structure on 64-bit systems. 2012-09-07 11:55:32 +02:00
Piotr Caban
c41fd08ddc msvcp100: Fixed RTTI structure on 64-bit systems. 2012-09-07 11:55:14 +02:00
Piotr Caban
0ebd8990df msvcp60: Fixed RTTI structure on 64-bit systems. 2012-09-07 11:55:09 +02:00
Jacek Caban
34d671dc25 mshtml: Avoid duplicated string release in navigate_anchor. 2012-09-07 11:55:05 +02:00
Akihiro Sagawa
70937bd8dd user32: Add support for legacy access keys. 2012-09-06 20:28:49 +02:00
Jason Edmeades
ebd1810918 cmd: Space does not delimit environment variable names. 2012-09-06 18:23:40 +02:00
Jason Edmeades
f9b4c78a89 cmd: A successful set should reset the errorlevel. 2012-09-06 18:23:40 +02:00
Marcus Meissner
b9550ad352 msi: Move free after last usage (Coverity). 2012-09-06 18:23:40 +02:00
Hans Leidekker
61a8a247cf wbemprox: Support IClientSecurity on class objects. 2012-09-06 18:23:39 +02:00
Hans Leidekker
0d28920804 wbemprox: Add support for uncommitted instances in IWbemClassObject::Put. 2012-09-06 18:23:39 +02:00
Hans Leidekker
d25450c80b wbemprox: Implement IWbemClassObject::SpawnInstance. 2012-09-06 18:23:39 +02:00
Hans Leidekker
e2bd61b45d wbemprox: Add a function to retrieve the maximum processor clock speed. 2012-09-06 18:23:39 +02:00
Hans Leidekker
b11cfb7b21 wbemprox: Correctly report the number of logical processors. 2012-09-06 18:23:39 +02:00
Jacek Caban
1cd527924f mshtml: Added VBScript as event attribute tests. 2012-09-06 18:23:39 +02:00
Jacek Caban
76b1a7e016 vbscript: Added IActiveScriptParseProcedure2::ParseProcedureText tests. 2012-09-06 18:23:39 +02:00
Jacek Caban
cf0faf1d3c vbscript: Added IActiveScriptParseProcedure2::ParseProcedureText implementation. 2012-09-06 18:23:39 +02:00
Jacek Caban
9e3f75cfb1 vbscript: Renamed vbscode_t's variables to not suggest that they are global code-only. 2012-09-06 18:23:39 +02:00