Henri Verbeet
|
55d8063e67
|
wined3d: Make the shader parameter to shader_arb_generate_pshader() const.
|
2011-11-04 10:44:54 +01:00 |
Henri Verbeet
|
e3a105a626
|
wined3d: Make the shader parameter to shader_arb_generate_vshader() const.
|
2011-11-04 10:44:49 +01:00 |
Henri Verbeet
|
3a9001fbb6
|
wined3d: Make the shader parameter to init_output_registers() const.
|
2011-11-04 10:44:42 +01:00 |
Henri Verbeet
|
e718306255
|
wined3d: Make some parameters to shader_generate_arb_declarations() const.
|
2011-11-04 10:44:37 +01:00 |
Henri Verbeet
|
3f11631e75
|
wined3d: Merge surface_getdc() and gdi_surface_getdc().
|
2011-11-04 10:44:32 +01:00 |
Henri Verbeet
|
739dbab46e
|
wined3d: Add fallbacks for d3d9 and d3d10 cards in select_card_amd_mesa().
|
2011-11-04 10:44:19 +01:00 |
Henri Verbeet
|
3bfecd58d2
|
wined3d: Avoid a drawable -> texture transfer through sysmem in arbfp_blit_surface() with backbuffer ORM.
|
2011-11-04 10:44:14 +01:00 |
Claudio Fontana
|
485571539f
|
wined3d: Rename nVidia GTX560 to GTX560TI, add GTX560 with correct device id.
|
2011-11-03 17:42:58 +01:00 |
Austin English
|
aa80ce8cf7
|
urlmon: Add some more tests for FindMimeFromData().
|
2011-11-03 17:42:35 +01:00 |
Austin English
|
25bc31ac2e
|
wininet: Add a stub for ShowClientAuthCerts.
|
2011-11-03 17:42:05 +01:00 |
Jacek Caban
|
92d55a84d6
|
mshtml: Fixed ref count leaks.
|
2011-11-03 17:41:41 +01:00 |
Jacek Caban
|
adafcda41c
|
mshtml: HTMLWindow_item code clean up.
|
2011-11-03 17:41:37 +01:00 |
Piotr Caban
|
816802cb11
|
user32: Fix DFC_BUTTONRADIOMASK flag support in DrawFrameControl.
|
2011-11-03 15:32:12 +01:00 |
Alexandre Julliard
|
997cb5c675
|
dpnet/tests: Fix a test that fails on Windows.
|
2011-11-03 13:57:20 +01:00 |
Octavian Voicu
|
6e75f68153
|
ddraw/tests: Add more attachment/detachment test cases.
|
2011-11-03 13:52:15 +01:00 |
Octavian Voicu
|
9776a3bae2
|
ddraw/tests: Use more common pixel formats and caps for attachment tests.
|
2011-11-03 13:52:15 +01:00 |
Octavian Voicu
|
6e7bb64950
|
ddraw/tests: Move surface attachment tests from refcount.c to dsurface.c.
|
2011-11-03 13:52:15 +01:00 |
Andrew Talbot
|
8c41a3bd01
|
sane.ds: Remove unneeded address-of operators from array name.
|
2011-11-03 13:52:15 +01:00 |
Stefan Dösinger
|
9b0adb406d
|
wined3d: Locking partial blocks is not allowed in DEFAULT pool resources.
|
2011-11-03 13:52:15 +01:00 |
Stefan Dösinger
|
f1d98aed70
|
d3d9/tests: Move the double unlock test into a separate test, test other pools.
|
2011-11-03 13:52:15 +01:00 |
Dmitry Timoshkov
|
33255ee6ec
|
ntdll: Make the VirtualProtect tests pass under Wine.
|
2011-11-03 13:51:56 +01:00 |
Dmitry Timoshkov
|
df9a086865
|
ntdll: Use PAGE_READWRITE access when resolving DLL imports.
|
2011-11-03 13:35:11 +01:00 |
Hans Leidekker
|
eb7d8b92cb
|
msi: GetComputerName returns ERROR_BUFFER_OVERFLOW when the buffer is too small.
|
2011-11-03 13:09:07 +01:00 |
Henri Verbeet
|
335a6ca78e
|
wined3d: Use wined3d_surface_blt() in swapchain_gl_present().
|
2011-11-03 13:00:50 +01:00 |
Henri Verbeet
|
0b3185665f
|
wined3d: Use wined3d_surface_blt() in wined3d_swapchain_get_front_buffer_data().
|
2011-11-03 13:00:45 +01:00 |
Henri Verbeet
|
c30ea3767c
|
wined3d: Use wined3d_surface_blt() in surface_upload_from_surface().
|
2011-11-03 13:00:40 +01:00 |
Nikolay Sivov
|
8d602efe88
|
msxml3: Add type id placeholder for index 0 to make lookup code actually work.
|
2011-11-03 13:00:35 +01:00 |
Alexandre Julliard
|
37b56554a6
|
gdi32: Add support for pattern brushes in the DIB driver.
|
2011-11-03 12:50:13 +01:00 |
Alexandre Julliard
|
457c9650de
|
gdi32: Retrieve the bits of a pattern brush when it's selected into a different type of DC.
|
2011-11-03 12:50:13 +01:00 |
Alexandre Julliard
|
8277ac3f7c
|
gdi32: Don't free bitmap bits when changing the owner, we may still have pointers to them.
|
2011-11-03 12:50:10 +01:00 |
Alexandre Julliard
|
24ac8c66bb
|
gdi32: Pass the full brush contents in the SelectBrush driver entry point.
|
2011-11-02 21:41:15 +01:00 |
Alexandre Julliard
|
20ecd97bee
|
gdi32: Store internal brush data in separate fields in the brush object.
|
2011-11-02 21:04:53 +01:00 |
Nikolay Sivov
|
b4987d095f
|
jscript: Use specified expression length to trace it.
|
2011-11-02 20:01:27 +01:00 |
Grazvydas Ignotas
|
edd4356dba
|
ntdll: Fix restart size calculation.
|
2011-11-02 20:01:15 +01:00 |
Dmitry Timoshkov
|
3daa153b29
|
kernel32: Use PAGE_READWRITE access when enabling write access to resource data.
|
2011-11-02 17:58:51 +01:00 |
Louis Lenders
|
8a2e38cc45
|
opengl32: Use wrappers for wglCreateContext and wglMakeCurrent instead of directly forwarding to gdi32.
|
2011-11-02 16:12:41 +01:00 |
André Hentschel
|
e14e83837f
|
apphelp: New dll stub.
|
2011-11-02 16:09:42 +01:00 |
Marcus Meissner
|
df69fa186f
|
kernel32: Make sure we reference stack data still in scope (Coverity).
|
2011-11-02 16:07:00 +01:00 |
Alexandre Julliard
|
fad88bc0c7
|
inetcpl: Convert dialogs to po files.
|
2011-11-02 14:55:15 +01:00 |
Alistair Leslie-Hughes
|
5dcd363f5a
|
mscoree: Return S_OK from CanLaunchOrAttach.
|
2011-11-02 12:36:39 +01:00 |
Vitaliy Margolen
|
8c5a440144
|
dinput: Window supplied to SetCooperativeLevel have to be top level window.
|
2011-11-02 12:36:11 +01:00 |
Andrew Talbot
|
e1b7291785
|
windowscodecs: Remove unneeded address-of operators from array names.
|
2011-11-02 12:31:48 +01:00 |
Andrew Talbot
|
cb84c2dac1
|
shell32: Remove unneeded address-of operators from array names.
|
2011-11-02 12:31:43 +01:00 |
Andrew Talbot
|
7998cd4629
|
rsaenh: Remove unneeded address-of operator from array name.
|
2011-11-02 12:31:38 +01:00 |
Nikolay Sivov
|
cf5a68e9bd
|
msxml3: Silence IDispatchJS query.
|
2011-11-02 12:28:46 +01:00 |
Nikolay Sivov
|
7a62e46fa1
|
msxml3: Support IDispatchEx for IXMLDOMParseError.
|
2011-11-02 12:28:40 +01:00 |
Aric Stewart
|
5e32724210
|
user32: Only attempt autoscroll line breaking on an edit control when we have a reasonable width to break to.
|
2011-11-02 12:28:28 +01:00 |
Henri Verbeet
|
78bd84cc12
|
wined3d: Make the shader parameter to shader_arb_load_constantsF() const.
|
2011-11-02 12:27:59 +01:00 |
Henri Verbeet
|
117af3a2b1
|
wined3d: Make the buffer parameter to buffer_sanitize_flags() const.
|
2011-11-02 12:27:55 +01:00 |
Henri Verbeet
|
27132a30f5
|
wined3d: Construct the non-rhw projection matrix directly in transform_projection().
|
2011-11-02 12:27:50 +01:00 |
Henri Verbeet
|
6e7f33a7f0
|
wined3d: Construct the rhw projection matrix directly in transform_projection().
|
2011-11-02 12:27:40 +01:00 |
Henri Verbeet
|
1c91b08220
|
wined3d: Construct the projection matrix directly in set_blit_dimension().
This saves a needless matrix multiplication and is actually more obvious than
the glOrtho() call.
|
2011-11-02 12:27:34 +01:00 |
André Hentschel
|
41e188f148
|
ntdll: Only load ARMv7 PE images when supported by CPU.
|
2011-11-02 12:27:15 +01:00 |
Austin English
|
9536a9cc1b
|
wininet: Add a stub for RunOnceUrlCache.
|
2011-11-02 12:26:48 +01:00 |
André Hentschel
|
c486cec0d6
|
dbghelp: Use ARMv7 for debugging.
|
2011-11-02 12:25:39 +01:00 |
Alexandre Julliard
|
7f7dd82c7b
|
gdi32: Sanitize the DIB information for DIB pattern brushes.
|
2011-11-02 12:22:44 +01:00 |
Alexandre Julliard
|
6bf6575c5c
|
gdi32: Store a pointer instead of a global handle for DIB pattern brushes.
|
2011-11-02 12:02:27 +01:00 |
Alexandre Julliard
|
8afcff3c79
|
gdi32/tests: Add some tests for palette-relative pattern brushes.
|
2011-11-02 11:47:43 +01:00 |
Alexandre Julliard
|
2cf3975dfc
|
wineps: Fix a couple of typos in the path painting function.
Thanks to Octavian Voicu.
|
2011-11-01 21:10:13 +01:00 |
Ken Sharp
|
3f74c581b8
|
kernel32: Update English resource.
|
2011-11-01 16:57:25 +01:00 |
André Hentschel
|
9afb206eaf
|
ntdll: Try to load ARMv7 PE images on ARM.
|
2011-11-01 16:45:39 +01:00 |
André Hentschel
|
8f369c9edb
|
kernel32/tests: Use ARMv7 for PE images.
|
2011-11-01 16:45:33 +01:00 |
Aric Stewart
|
64adeb0285
|
user32: Early versions of usp10 are not well behaved with ScriptString_pSize when SCRIPT_STRING_ANALYSIS is NULL.
|
2011-11-01 16:43:24 +01:00 |
Alistair Leslie-Hughes
|
7ee1250e46
|
mscoree: Implement ICorDebug EnumerateProcesses.
|
2011-11-01 16:43:08 +01:00 |
Alexandre Julliard
|
4ec87b3e8d
|
gdi32: Add some brush tests.
|
2011-11-01 14:12:16 +01:00 |
Hans Leidekker
|
ed4143b912
|
jscript: Add a version resource.
|
2011-11-01 12:14:15 +01:00 |
Hans Leidekker
|
3b9df46e03
|
vbscript: Add a version resource.
|
2011-11-01 12:14:13 +01:00 |
Hans Leidekker
|
5266f34c3c
|
msi: Set the ComputerName property.
|
2011-11-01 12:13:46 +01:00 |
Hans Leidekker
|
936c14f87f
|
msi: Handle some more message types in MSI_ProcessMessage.
|
2011-11-01 12:12:59 +01:00 |
Hans Leidekker
|
899e85ab26
|
msi: Fix the log mode for progress messages.
|
2011-11-01 12:12:55 +01:00 |
Alistair Leslie-Hughes
|
be1a6d8323
|
shell32: Release site pointer.
|
2011-11-01 12:12:50 +01:00 |
Juan Lang
|
2d658db553
|
rsaenh: Infer private exponent length from data length.
|
2011-11-01 10:43:43 +01:00 |
Juan Lang
|
f0e2cba471
|
rsaenh: Test importing a key with an input buffer that's too small for the key it contains.
|
2011-11-01 10:43:37 +01:00 |
Juan Lang
|
54b972e2fc
|
rsaenh: Add error messages for failed private key imports.
|
2011-11-01 10:43:31 +01:00 |
André Hentschel
|
d6fadb882f
|
dbghelp: Implement SymMatchStringW.
|
2011-11-01 10:42:53 +01:00 |
André Hentschel
|
7e3fe1975a
|
dbghelp: Rename SymMatchString and forward it to SymMatchStringA.
|
2011-11-01 10:42:50 +01:00 |
Juan Lang
|
044f645477
|
wininet: Implement ShowX509EncodedCertificate.
|
2011-11-01 10:36:27 +01:00 |
Andrew Talbot
|
710483eb2a
|
qedit: Remove unneeded address-of operator from array name.
|
2011-10-31 23:54:11 +01:00 |
Andrew Talbot
|
85fc5a3ae9
|
ole32: Remove unneeded address-of operators from array names.
|
2011-10-31 23:54:07 +01:00 |
Andrew Talbot
|
51804165aa
|
gdiplus: Remove unneeded address-of operators from array names.
|
2011-10-31 23:54:00 +01:00 |
Andrew Talbot
|
d275236320
|
fusion: Remove unneeded address-of operators from array names.
|
2011-10-31 23:53:56 +01:00 |
Andrew Talbot
|
c61958ec78
|
cryptui: Remove unneeded address-of operators from array names.
|
2011-10-31 23:53:52 +01:00 |
Andrew Talbot
|
f0465fb021
|
comdlg32: Remove unneeded address-of operator from array name.
|
2011-10-31 23:53:48 +01:00 |
Michael Stefaniuc
|
e68643f1a1
|
ole32: Drop 'inline' from a function using sigsetjmp.
|
2011-10-31 23:53:44 +01:00 |
Michael Stefaniuc
|
e443948d94
|
comctl32: Drop 'inline' from a function using sigsetjmp.
|
2011-10-31 23:53:41 +01:00 |
Nikolay Sivov
|
8bd54c56e7
|
msxml3: Init IDispatchEx data for all node types.
|
2011-10-31 23:53:37 +01:00 |
Nikolay Sivov
|
32d217d2e3
|
msxml3: Fix trace formats to match all other files.
|
2011-10-31 23:53:14 +01:00 |
Henri Verbeet
|
da64996159
|
wined3d: Make the buffer parameter to buffer_is_fully_dirty() const.
|
2011-10-31 23:53:04 +01:00 |
Henri Verbeet
|
b9b2288796
|
wined3d: Make the buffer parameter to buffer_is_dirty() const.
|
2011-10-31 23:53:02 +01:00 |
Henri Verbeet
|
b49e08aa8d
|
wined3d: Get rid of the local_constant typedef.
|
2011-10-31 23:52:59 +01:00 |
Henri Verbeet
|
fcf96b634a
|
wined3d: Create the DIB section for DDSCAPS_OWNDC surfaces on initialization.
|
2011-10-31 23:52:51 +01:00 |
Henri Verbeet
|
7de4df9fd9
|
wined3d: Get rid of the wined3d_surface_bltfast() export.
|
2011-10-31 23:52:47 +01:00 |
Alexandre Julliard
|
95cba0c0f4
|
gdi32: Add a DC driver entry point for GdiGradientFill.
|
2011-10-31 23:51:38 +01:00 |
Alexandre Julliard
|
afd962121b
|
gdi32/tests: Add some tests for the behavior of a printer DC.
|
2011-10-31 20:23:20 +01:00 |
Alexandre Julliard
|
f1f5f33468
|
gdi32: Emulate DDB support using the DIB driver when the graphics driver doesn't support bitmaps.
|
2011-10-31 20:21:15 +01:00 |
Alexandre Julliard
|
c9bdcbafab
|
gdi32: Allocate the bits for a DDB the first time it's used in any DIB driver call.
|
2011-10-31 20:06:37 +01:00 |
Alexandre Julliard
|
7a8a56a27c
|
winspool/tests: Allow a different way of specifying the paper size capabilities.
|
2011-10-31 20:00:26 +01:00 |
Alexandre Julliard
|
c9c568dda9
|
wineps: Stroke and fill GDI paths using Postscript paths.
|
2011-10-31 19:58:12 +01:00 |
Alexandre Julliard
|
da3511fd3b
|
wineps: Implement PolyBezier using the Postscript curveto function.
|
2011-10-31 19:39:02 +01:00 |
Ruslan Kabatsayev
|
996b451c2d
|
uxtheme: GetSysColor() expects the same type of argument as GetThemeSysColor().
|
2011-10-31 17:52:52 +01:00 |