Nikolay Sivov
9318528702
kernel32: Single thread test for InitOnceExecuteOnce().
2012-07-23 12:54:15 +02:00
Nikolay Sivov
b1c3c8c898
kernel32: Added InitOnceInitialize() implementation.
2012-07-23 12:53:24 +02:00
Nikolay Sivov
77ad893a7b
kernel32: Forward GetLocaleInfoEx() to GetLocaleInfoW().
2012-07-23 12:50:56 +02:00
Nikolay Sivov
b586be515c
kernel32: Added GetSystemDefaultLocaleName().
2012-07-23 12:50:26 +02:00
Nikolay Sivov
a56f3c665e
advapi32/tests: Add some more well known SIDs to tests.
2012-07-23 12:48:58 +02:00
Alexandre Julliard
6576986e37
include: Fix alignment of cabinet structures on 64-bit.
2012-07-23 12:48:58 +02:00
Wei-Lun Chao
feea8e3b2e
po: Update Chinese (Taiwan) translation.
2012-07-23 12:48:57 +02:00
Wei-Lun Chao
06ddb6f383
po: Update Chinese (Taiwan) translation.
2012-07-23 12:48:57 +02:00
Wei-Lun Chao
00c5cdd894
po: Update Chinese (Taiwan) translation.
2012-07-23 12:48:57 +02:00
Frédéric Delanoy
33e8724189
po: Update French translation.
2012-07-23 12:48:52 +02:00
Gustavo Henrique Milaré
468647f184
po: Update Brazilian Portuguese translation.
2012-07-23 12:48:29 +02:00
Henri Verbeet
6feffa6ee2
d3d10: Implement d3d10_effect_depth_stencil_variable_GetBackingStore().
2012-07-23 12:36:09 +02:00
Henri Verbeet
ea05d7b92d
d3d10: Add support for parsing depth/stencil states.
2012-07-23 12:36:05 +02:00
Henri Verbeet
048edaf6a3
wined3d: Fix some EXT_gpu_shader4 function names.
2012-07-23 12:36:00 +02:00
Henri Verbeet
526901e307
wined3d: Get rid of APPLE_flush_render, it doesn't exist.
2012-07-23 12:35:56 +02:00
Nozomi Kodama
c7bf5e09d5
d3dx9_36: Add more traces.
2012-07-23 12:33:25 +02:00
Jacek Caban
020a68e135
mshtml.idl: Added IDOMEvent and IDOMEventTarget declarations.
2012-07-20 21:30:09 +02:00
Jacek Caban
84eb47531d
mshtml.idl: Added more *XMLHttpRequest* declarations.
2012-07-20 21:30:09 +02:00
Jacek Caban
930065072a
mshtml.idl: Added IXMLHttpRequest declaration.
2012-07-20 21:30:08 +02:00
Matteo Bruni
1a36da15af
d3dcompiler: Parse assignments.
2012-07-20 21:30:07 +02:00
Matteo Bruni
6ccbccbb29
d3dcompiler: Stub assignment parsing.
2012-07-20 21:30:07 +02:00
Matteo Bruni
fbb7e20ffd
d3dcompiler: "void" is not a plain scalar data type.
...
It can't be used in expressions and the like. This change indirectly
takes care of most of the checks.
2012-07-20 21:30:06 +02:00
Matteo Bruni
f2b5f71218
d3dcompiler: Parse unary and prefix operators.
2012-07-20 21:30:06 +02:00
Matteo Bruni
e851bf211e
d3dcompiler: Parse some postfix operators.
2012-07-20 21:30:05 +02:00
Jacek Caban
74f67ba82e
vbscript: Added select case statement tests.
2012-07-20 21:30:05 +02:00
Jacek Caban
374280aa04
vbscript: Added interp_case implementation.
2012-07-20 21:30:04 +02:00
Jacek Caban
f17aaf8da7
vbscript: Added compiler support for select case statement.
2012-07-20 21:30:04 +02:00
Jacek Caban
119c985cda
vbscript: Added parser support for select case statement.
2012-07-20 21:30:03 +02:00
Dmitry Timoshkov
7bcfb02169
gdiplus: Set actual resolution of an image being encoded.
2012-07-20 21:30:03 +02:00
Alexandre Julliard
328383d4eb
fusion: Simplify the parsing of clr tables.
2012-07-20 21:29:50 +02:00
Jacek Caban
5e5129935f
mshtml: Added nsIFileURL::GetFile implementation.
2012-07-20 14:02:57 +02:00
Jacek Caban
74451bf36a
mshtml: Added nsIFileURL stub implementation.
2012-07-20 14:02:50 +02:00
Jacek Caban
cc533ecc2f
mshtml: Store scheme in nsWineURI instead of nsChannel.
2012-07-20 14:02:44 +02:00
Jacek Caban
4870355aa2
mshtml: Moved creating nsIFile to separated function.
2012-07-20 14:02:38 +02:00
Thomas Faber
bbf2cce160
comdlg32: Do not modify dialog resource directly.
2012-07-20 14:02:31 +02:00
Nikolay Sivov
0e234f3c25
kernel32: Partial CompareStringEx implementation.
2012-07-20 14:01:45 +02:00
Henri Verbeet
31fc68146c
d3d10: Implement d3d10_effect_rasterizer_variable_GetBackingStore().
2012-07-20 14:00:18 +02:00
Henri Verbeet
a1fcb53799
d3d10: Add support for parsing rasterizer states.
2012-07-20 14:00:10 +02:00
Henri Verbeet
b15e7d7e23
d3d10/tests: Add a test for default state values.
2012-07-20 14:00:02 +02:00
Henri Verbeet
ea8dfe640d
wined3d: Convert some uppercase hex constants to lowercase.
2012-07-20 13:59:53 +02:00
Henri Verbeet
15b41f0181
wined3d: Get rid of some unused PCI IDs.
...
In case of e.g. CARD_AMD_RADEON_HD4650 and CARD_AMD_RADEON_HD4670 these are
wrong too, because you can't distinguish one HD46xx card from another based on
PCI ID.
2012-07-20 13:59:29 +02:00
Nozomi Kodama
3c278d7ec3
d3dx9_36: Add some traces.
2012-07-20 13:59:04 +02:00
Alexandre Julliard
d7250e97ed
wined3d: Fetch GL functions from the WGL driver table, including glFinish and glFlush.
2012-07-20 13:21:27 +02:00
Alexandre Julliard
72e873873e
winex11: Get rid of the glGetIntegerv wrapper.
2012-07-20 13:21:25 +02:00
Alexandre Julliard
76ae99a426
winex11: Remove unused fields in the PBuffer object.
2012-07-20 12:36:44 +02:00
Alexandre Julliard
6a3aa4eb49
opengl32: Use proper handles for PBuffers instead of raw pointers.
2012-07-20 12:36:41 +02:00
Alexandre Julliard
98bd066c95
opengl32: Add a mechanism for managing different types of OpenGL handles.
2012-07-20 12:27:19 +02:00
Alexandre Julliard
1b9455e65d
opengl32: Add supported wgl extension functions to the OpenGL function table.
2012-07-20 00:40:42 +02:00
Alexandre Julliard
4c0779006e
opengl32: Move the wgl functions to the main OpenGL function table.
2012-07-19 22:50:37 +02:00
Alexandre Julliard
782e96b910
opengl32: Declare input pointers as const in function prototypes.
2012-07-19 22:17:14 +02:00