Austin Lund
f18554c735
advapi32/tests: Fix test for WoW64 handle size differences.
2010-10-22 12:37:14 +02:00
Paul Vriens
b8b66a5387
comdlg32: Add the Serbian (Cyrillic) translation.
...
Translation by Đorđe Vasiljević.
2010-10-22 12:35:25 +02:00
Paul Vriens
b88deb5eb7
comdlg32: Fix Serbian (Latin) translations.
...
Translation by Đorđe Vasiljević.
2010-10-22 12:35:16 +02:00
Paul Vriens
bfe9232850
shdocvw: Add the Serbian (Latin and Cyrillic) translation.
...
Translation by Đorđe Vasiljević.
2010-10-22 12:35:07 +02:00
David Adam
0a90271d69
ddraw: SETFOCUSWINDOW lives independently of other flags.
2010-10-22 12:08:07 +02:00
Hans Leidekker
031c70c965
msi: Register service arguments in the InstallServices action.
2010-10-22 12:07:00 +02:00
Hans Leidekker
7f5204e1bc
msi: Register service dependencies in the InstallServices action.
2010-10-22 12:06:54 +02:00
Hans Leidekker
7a460eba71
msi: The LoadOrderGroup, StartName and Password fields from the ServiceInstall table are formatted strings.
2010-10-22 12:06:49 +02:00
Hans Leidekker
d7dbb7e08d
msi: Register the service description in the InstallServices action.
2010-10-22 12:06:44 +02:00
Hans Leidekker
5a0a53820a
msi/tests: Add tests for msidbFeatureAttributesUIDisallowAbsent.
2010-10-22 12:06:39 +02:00
Hans Leidekker
ded22a58c0
msi: Don't inline msi_feature_set_state and msi_component_set_state.
2010-10-22 12:06:33 +02:00
Paul Vriens
c125fc1502
mshtml: Add the Serbian (Latin and Cyrillic) translation.
...
Translation by Đorđe Vasiljević.
2010-10-22 12:06:07 +02:00
Paul Vriens
06cc8ff6b5
browseui: Add the Serbian (Latin and Cyrillic) translation.
...
Translation by Đorđe Vasiljević.
2010-10-22 12:05:53 +02:00
Yaron Shahrabani
5474811fe1
mapi32: Added Hebrew translation.
2010-10-22 12:05:37 +02:00
Yaron Shahrabani
081f055aa0
mshtml: Added Hebrew translation.
2010-10-22 12:05:18 +02:00
Konstantin Kondratyuk
018eabfa8c
jscript: Update Russian translation.
2010-10-22 12:05:09 +02:00
Juan Lang
30435a5951
secur32: Trace flags as hex values.
2010-10-22 12:03:45 +02:00
Vincent Povirk
a5a7d6c9f0
windowscodecs: Support Run-length encoded TGA images.
2010-10-22 12:02:10 +02:00
Vincent Povirk
a64400ec98
windowscodecs: Add support for 32-bit TGA images.
2010-10-22 12:02:05 +02:00
Vincent Povirk
6ecb81976f
windowscodecs: Handle TGA attribute bits.
2010-10-22 12:02:00 +02:00
Vincent Povirk
a2e5321b01
d3dx9_36: Check for the TGA container format.
2010-10-22 12:01:55 +02:00
Vincent Povirk
c2533f3691
windowscodecs: Implement CopyPixels for the TGA decoder.
2010-10-22 12:01:43 +02:00
Yaron Shahrabani
2309f93337
wineps: Added Hebrew translation.
2010-10-21 17:19:50 +02:00
Yaron Shahrabani
19fa8dae03
oledlg: Added Hebrew translation.
2010-10-21 17:19:39 +02:00
Jacek Caban
c4ae314330
mshtml: Use IUri in nsIURI::Equals implementation.
2010-10-21 16:18:11 +02:00
David Adam
f8690a6bda
ddraw: Remove a useless function.
2010-10-21 16:18:05 +02:00
Paul Vriens
6a69aa7ced
avifil32: Add the Serbian (Latin and Cyrillic) translation.
...
Translation by Đorđe Vasiljević.
2010-10-21 16:16:30 +02:00
Juan Lang
2b8cad3235
crypt32/tests: Fix test failures on Win98/NT4.
2010-10-21 16:16:14 +02:00
David Hedberg
aefe637b56
shell32: Replace bitwise XOR with a contextually more proper operator.
2010-10-21 16:16:00 +02:00
David Hedberg
c143f805cd
shell32: Handle INameSpaceTreeControlEvents::OnSelectionChanged.
2010-10-21 16:15:47 +02:00
Henri Verbeet
7f8ea7fffc
wined3d: Pass a sub-resource index instead of a miplevel to volume texture methods.
...
For volume textures this is mostly just a conceptual change, it'll only make a
difference for texture arrays and cube textures.
2010-10-21 16:15:38 +02:00
Henri Verbeet
2b58f80c27
wined3d: Use surface_blt_to_drawable() in IWineD3DSurfaceImpl_BltOverride().
2010-10-21 16:15:31 +02:00
Henri Verbeet
574169174e
wined3d: Check if we can do the blit before messing with surface flags in IWineD3DSurfaceImpl_BltOverride().
...
As an added benefit blit_supported() will now get the rectangles in the
correct coordinate system.
2010-10-21 16:15:25 +02:00
Henri Verbeet
b0c8b4dd95
wined3d: Flip destination coordinates when blitting to an offscreen target in arbfp_blit_surface().
2010-10-21 16:15:20 +02:00
Adam Martinson
fd9bcfcfe8
msxml3: Fix a regression bug in domdoc_loadXML().
...
Caused by commit 776a8662f0
. Fixes parse
failures for BSTR's where encoding is explicitly UTF-16.
2010-10-21 16:15:15 +02:00
Adam Martinson
0abee56788
msxml3: IXMLDOMSchemaCollection2 stubs.
2010-10-21 16:14:57 +02:00
Adam Martinson
70f10e1a9f
msxml3: Implement schema_cache_get().
2010-10-21 16:14:44 +02:00
Adam Martinson
d87b8b8eb9
msxml3: Implement schema_cache_get_namespaceURI().
2010-10-21 16:14:36 +02:00
Adam Martinson
491ec41f5a
msxml3: Implement schema_cache_addCollection().
2010-10-21 16:14:26 +02:00
Adam Martinson
eac6ed018c
msxml3: Implement schema_cache_remove().
2010-10-21 16:14:16 +02:00
Adam Martinson
f8bdf8b5af
msxml3: Implement schema_cache_get_length().
2010-10-21 16:14:09 +02:00
Adam Martinson
ab136a4fc2
msxml3/tests: Internal schema doc storage tests.
2010-10-21 16:14:00 +02:00
Andrew Nguyen
ed357e5ca6
msvcrt: Implement _ultoa_s.
2010-10-21 12:30:44 +02:00
Andrew Nguyen
a622af49a7
msvcrt: Implement _mbsnbcat_s.
2010-10-21 12:30:35 +02:00
Nikolay Sivov
88adaa0617
msxml3: Partially implement ::setAttributeNode().
2010-10-21 12:29:53 +02:00
David Hedberg
a5caff3bac
ole32: Pass failures from delegate object's ::QueryInterface in default handler.
2010-10-21 12:28:51 +02:00
Vincent Povirk
631d9860ad
windowscodecs: Seek to start of stream when opening TIFF files.
2010-10-21 12:27:43 +02:00
Vincent Povirk
a044639dee
windowscodecs: Implement GetSize for the TGA decoder.
2010-10-21 12:27:03 +02:00
Vincent Povirk
df5a150b4f
windowscodecs: Implement GetPixelFormat for the TGA decoder.
2010-10-21 12:26:59 +02:00
Vincent Povirk
bb6d9eaffb
windowscodecs: Implement GetFrame for the TGA decoder.
2010-10-21 12:26:54 +02:00
Vincent Povirk
6d20f77517
windowscodecs: Implement Initialize for the TGA decoder.
2010-10-21 12:26:50 +02:00
Vincent Povirk
7bf6ad916b
windowscodecs: Add stub TGA decoder.
2010-10-21 12:26:44 +02:00
Vincent Povirk
b9beb9227d
windowscodecs: Support TIFF images with alpha data.
2010-10-21 12:26:12 +02:00
Vincent Povirk
0ce1c796e4
windowscodecs: Implement TiffFrameDecode_CopyPalette.
2010-10-21 12:26:05 +02:00
Aric Stewart
2c3bc2cf56
strmbase: Implement STRMBASE_DllGetClassObject and STRMBASE_DllCanUnloadNow.
2010-10-20 18:37:09 +02:00
Aric Stewart
e479273aca
strmbase: Implement OLE registration in AMovieDllRegisterServer2.
2010-10-20 18:37:09 +02:00
Aric Stewart
58468ef152
strmbase: Define STRMBASE_DllMain.
2010-10-20 18:37:09 +02:00
Aric Stewart
6a00d78b39
strmbase: Begin implementations of AMovieDllRegisterServer2 and AMovieSetupRegisterFilter2.
2010-10-20 18:37:09 +02:00
Nikolay Sivov
514a5c091f
msxml3: Silence urlmon query failures for IXMLDocument.
2010-10-20 18:37:09 +02:00
Nikolay Sivov
657f64dd06
msxml3: Add support for IStream destination in save().
2010-10-20 18:37:09 +02:00
Alexandre Julliard
4a1379d804
include: The FLOATING_SAVE_AREA type is i386-specific.
2010-10-20 18:37:09 +02:00
Alexandre Julliard
1b2604384b
krnl386.exe: Avoid using the CONTEXT86 type.
2010-10-20 18:37:09 +02:00
Alexandre Julliard
16c9b10dc9
windebug: Avoid using the CONTEXT86 type.
2010-10-20 18:37:09 +02:00
Alexandre Julliard
fe0f0c0349
system.drv: Avoid using the CONTEXT86 type.
2010-10-20 18:37:08 +02:00
Alexandre Julliard
d86df45602
user.exe: Avoid using the CONTEXT86 type.
2010-10-20 18:37:08 +02:00
Alexandre Julliard
911d6d3c4c
vmm.vxd: Avoid using the CONTEXT86 type.
2010-10-20 18:37:08 +02:00
Alexandre Julliard
f14d522fd2
vwin32.vxd: Avoid using the CONTEXT86 type.
2010-10-20 18:37:08 +02:00
Alexandre Julliard
2f96fcc7f9
ifsmgr.vxd: Avoid using the CONTEXT86 type.
2010-10-20 18:37:08 +02:00
Alexandre Julliard
3161fc517f
ntoskrnl.exe: Avoid using the CONTEXT86 type.
2010-10-20 18:37:08 +02:00
Alexandre Julliard
085d398302
ntdll: Avoid using the CONTEXT86 type.
2010-10-20 18:37:07 +02:00
Ričardas Barkauskas
303079f16a
wlanapi: New stub dll.
2010-10-20 18:37:07 +02:00
Ričardas Barkauskas
9e3edabe3c
wer: Stub WerAddExcludedApplication.
2010-10-20 18:37:07 +02:00
Henri Verbeet
4a626fda42
d3d10core: Implement ID3D10Texture3D::Map().
2010-10-20 18:37:07 +02:00
Henri Verbeet
292c8c36de
d3d10core: Implement ID3D10Texture3D::Unmap().
2010-10-20 18:37:07 +02:00
Henri Verbeet
d508a855c1
wined3d: Recognize the SM4 sqrt opcode.
2010-10-20 18:37:07 +02:00
Henri Verbeet
58ecf706e2
wined3d: Handle WINED3DFMT_R10G10B10A2_UNORM in getColorBits().
2010-10-20 18:37:07 +02:00
Krzysztof Nowicki
db6731f628
windowscodecs: Optimise copy_pixels in case the whole bitmap is copied.
2010-10-20 18:37:07 +02:00
Juan Lang
a1352035d1
crypt32: Implement CertRDNValueToStr for UTF8 strings.
2010-10-20 12:32:58 +02:00
Juan Lang
8f2821ac77
crypt32: The newline character must also be quoted.
2010-10-20 12:31:53 +02:00
Juan Lang
7833f30721
crypt32: Correct Unicode quoting of BMP strings.
2010-10-20 12:31:46 +02:00
Juan Lang
bf70d35529
crypt32/tests: Show expected values in ok output.
2010-10-20 12:31:24 +02:00
Juan Lang
e21cb8fb9d
crypt32/tests: Test more Unicode encoded string to string conversions.
2010-10-20 12:31:18 +02:00
Juan Lang
4141625284
crypt32: Remove unneeded comments.
2010-10-20 12:31:10 +02:00
Alexandre Julliard
1455604704
kernel32: Fix last error code in GetVolumeInformationW when an explicit subdir is requested.
2010-10-20 12:29:45 +02:00
Alexandre Julliard
357b50600b
kernel32: Use the NT name to retrieve label and serial in GetVolumeInformationW.
2010-10-20 12:26:54 +02:00
Alexandre Julliard
5820f40862
kernel32: Use the NT name to open the root directory in GetVolumeInformationW.
2010-10-20 12:25:32 +02:00
Alexandre Julliard
732534f954
kernel32: Use the NT name to open the device in GetVolumeInformationW.
2010-10-20 12:23:00 +02:00
Alexandre Julliard
ee0f0da69b
kernel32: Use RtlDosPathNameToNtPathName_U to validate the path in GetVolumeInformationW.
2010-10-20 12:19:59 +02:00
Anders Jonsson
5164164ff8
jscript: Update Swedish translation.
2010-10-20 10:24:44 +02:00
Piotr Caban
ebb46f3fd0
jscript: Added invocation flag tests.
2010-10-20 10:24:27 +02:00
Piotr Caban
cac0620fa5
jscript: Added DISPATCH_PROPERTYGET flag to some calls.
2010-10-20 10:24:19 +02:00
Krzysztof Nowicki
29a5d9b3f6
windowscodecs/tests: Add test cases for *_CopyPixels calls with NULL rectangle.
2010-10-20 10:24:07 +02:00
Krzysztof Nowicki
145bda5aa6
windowscodecs: Fix *_CopyPixels functions to properly handle a NULL rectangle.
2010-10-20 10:23:35 +02:00
Igor Paliychuk
f8e4a0f3b9
jscript: Updated Ukrainian translation.
2010-10-19 19:23:13 +02:00
Matteo Bruni
d32a07a04b
d3dx9: Initialize a variable in ID3DXSpriteImpl_Flush.
2010-10-19 17:05:13 +02:00
Alexandre Julliard
e7c67c0cb1
ntdll: More complete implementation of NtAreMappedFilesTheSame.
2010-10-19 16:14:40 +02:00
Alexandre Julliard
31d37b3489
ntdll: Get rid of the FILE_VIEW typedef.
2010-10-19 15:34:36 +02:00
Piotr Caban
b9b11c6c67
jscript: Add index, input and lastIndex properties to regexp functions results.
2010-10-19 15:26:16 +02:00
Piotr Caban
dcdc6c7013
jscript: Improved VBArray related tests.
2010-10-19 15:25:40 +02:00
Piotr Caban
185ef44d00
jscript: Improved error handling in VBArray functions.
2010-10-19 15:25:11 +02:00
Henri Verbeet
53f2765445
wined3d: Remove a FIXME in context_apply_blit_state().
...
There are some legitimate cases for this codepath, for example when blitting
to a render target with fixups or a color key.
2010-10-19 13:50:17 +02:00
Henri Verbeet
1237e8065e
wined3d: Properly flip in surface_blt_to_drawable().
...
We want to flip the coordinate system, not just the rectangle.
2010-10-19 13:50:13 +02:00
Henri Verbeet
8a96a8cc1f
wined3d: Always pass a valid rectangle to surface_get_blt_info().
2010-10-19 13:50:09 +02:00
Henri Verbeet
ca381b610c
wined3d: Allow FBO blits again between surfaces with fixups if they have the same format.
...
For some reason f1ca14cb5b
disabled this.
2010-10-19 13:50:01 +02:00
Hans Leidekker
eaa57c5b7b
msi: Compare strings without depending on thread locale.
2010-10-19 13:49:54 +02:00
Jacek Caban
fa5839399f
wininet: Skip more tests on IE older than 6.0.
2010-10-19 13:47:58 +02:00
Dmitry Timoshkov
2f0b9dd3bf
user32: FindWindow() should treat an empty title same way as NULL.
2010-10-19 11:00:32 +02:00
Nikolay Sivov
b08d3d2656
oleaut32: Fix multidimensional SAFEARRAY marshalling.
2010-10-19 10:58:19 +02:00
Juan Lang
c4ae9e9c5a
crypt32/tests: Add more tests of the authenticode policy.
2010-10-19 10:19:21 +02:00
Juan Lang
ca7512d296
crypt32: Trace certificate chain verification parameters.
2010-10-19 10:19:17 +02:00
Juan Lang
c654606405
crypt32: Remove broken UTF-8 string decoding support.
2010-10-19 10:19:11 +02:00
Juan Lang
dcafe721bf
crypt32: Implement quoting of BMP strings.
2010-10-19 10:18:59 +02:00
Juan Lang
993068038e
crypt32: Implement quoting of simple string types.
2010-10-19 10:18:53 +02:00
Juan Lang
462af2f91b
crypt32: Test more encoded string to string conversions.
2010-10-19 10:18:45 +02:00
Juan Lang
8b3681e921
crypt32: Test encoding more quoted strings.
2010-10-19 10:18:39 +02:00
Damjan Jovanovic
b39c59e75d
msvcrt: Improve wcsncat_s.
2010-10-19 10:15:38 +02:00
Damjan Jovanovic
c7536ef868
msvcrt: Define STRUNCATE.
2010-10-19 10:15:35 +02:00
Nikolay Sivov
b22149817d
msxml3: Get rid of ::put_text() forward to IXMLDOMNode interface.
2010-10-19 10:14:11 +02:00
Nikolay Sivov
0f19df8b6a
msxml3: Get rid of ::get_dataType() forward to IXMLDOMNode interface.
2010-10-19 10:14:08 +02:00
Luca Bennati
032a2ba164
jscript: Update Italian translation.
2010-10-19 10:14:02 +02:00
André Hentschel
731ec28249
jscript: Update German translation.
2010-10-19 10:13:18 +02:00
Frédéric Delanoy
5b85404447
jscript: Update French translation.
2010-10-19 10:13:15 +02:00
Aurimas Fišeras
39a43d943c
jscript: Update Lithuanian translation.
2010-10-19 10:13:05 +02:00
Vladimir Panteleev
824c5089d2
user32: Update last active popup for all parents.
2010-10-18 19:47:58 +02:00
Alexandre Julliard
971e9a2239
kernel32/tests: Add some tests for NtAreMappedFilesTheSame.
2010-10-18 19:47:50 +02:00
Piotr Caban
5a787b3a7f
jscript: Added VBArray handling to to_object().
2010-10-18 19:47:50 +02:00
Piotr Caban
29cdb21218
jscript: Added VBArray.toArray() implementation.
2010-10-18 19:47:50 +02:00
Piotr Caban
41d7f8fc46
jscript: Added VBArray.getItem() implementation.
2010-10-18 19:47:50 +02:00
Piotr Caban
2f4607887f
jscript: Added VBArray.dimensions() implementation.
2010-10-18 19:47:50 +02:00
Piotr Caban
2aa7e3c614
jscript: Added VBArray.ubound() implementation.
2010-10-18 19:47:50 +02:00
Piotr Caban
10a11d539c
jscrpt: Added VBScript.lbound() implementation.
2010-10-18 19:47:50 +02:00
Piotr Caban
17fc64157c
jscript: Implement VBArray constructor.
2010-10-18 19:47:49 +02:00
Piotr Caban
705ce33a6e
jscript: Added VBArray stub.
2010-10-18 19:47:49 +02:00
Detlef Riekenberg
e61f27299a
winspool: Use Unicode for CUPS printer names.
2010-10-18 19:47:49 +02:00
Detlef Riekenberg
d07673ecf3
winspool: Use Unicode to add a driver entry for a unix printer.
2010-10-18 19:47:49 +02:00
Detlef Riekenberg
815c24b369
winspool: Set devices and printerports in AddPrinterW.
2010-10-18 19:47:49 +02:00
Adam Martinson
6e97fcf94e
msxml3: IXMLDOMSchemaCollection/XMLSchemaCache backend.
...
Implemented on top of libxml's hash table.
2010-10-18 19:47:49 +02:00
Adam Martinson
8db0dd5335
msxml3: Add a function to initialize xmlDoc->_private data.
2010-10-18 19:47:49 +02:00
Damjan Jovanovic
302d63a225
msvcrt: Implement wcsncat_s.
2010-10-18 19:47:49 +02:00
Dan Kegel
6733c40d78
ws2_32: Null select() should fail with WSAEINVAL.
2010-10-18 19:47:49 +02:00
David Hedberg
d95e2dbd62
ole32: OleLoad should not fail even if IOleObject::GetMiscStatus fails.
2010-10-18 19:08:38 +02:00
Henri Verbeet
1f437a9349
d3dcompiler: Mark some internal symbols hidden.
2010-10-18 19:08:38 +02:00
Henri Verbeet
a141ea4933
d3dcompiler: Merge asmutils.c into utils.c.
2010-10-18 19:08:38 +02:00
Henri Verbeet
72d5b9ddab
d3dcompiler: Move some bytecode output functions to bytecodewriter.c.
2010-10-18 19:08:37 +02:00
Henri Verbeet
3db5163fd0
d3dcompiler: Make some variables static.
2010-10-18 19:08:37 +02:00
Igor Paliychuk
716cbb84d7
inetcpl.cpl: Updated Ukrainian translation.
2010-10-18 19:08:37 +02:00
Alexandre Julliard
c876f25054
winex11: Allow specifying system cursor replacements through the registry.
2010-10-18 19:08:37 +02:00
Alexandre Julliard
45b87f1f94
winex11: Add support for remapping standard Win32 cursors to the X11 system cursors.
2010-10-18 19:08:37 +02:00
Alexandre Julliard
94e65bae54
winex11: Avoid creating a DC when not necessary.
2010-10-18 19:08:37 +02:00
Alexandre Julliard
85a69604de
winex11: Use GetIconInfoEx when creating cursors.
2010-10-18 19:08:37 +02:00
Alexandre Julliard
2b4aeca70b
comctl32: Use the correct resource ids for cursors.
2010-10-18 19:08:37 +02:00
Alexandre Julliard
1e04e923be
ole32: Use the correct resource ids for the drag&drop cursors.
2010-10-18 19:08:37 +02:00
Alexandre Julliard
954558806e
riched20: Use the correct resource id for the reverse arrow cursor.
2010-10-18 19:08:37 +02:00
Hans Leidekker
872fded817
mscms: Fix a memory leak in TranslateColors.
2010-10-18 19:08:37 +02:00
Detlef Riekenberg
463dafc3ac
shell32: We have a Unicode parameter when launching a CPL.
2010-10-18 11:51:45 +02:00
Anders Jonsson
ce5a8aab83
crypt32: Update Swedish translation.
2010-10-18 11:51:30 +02:00
Louis Lenders
933bcb92b0
kernel32/tests: Add some more tests for GetTempFileName.
2010-10-18 11:51:21 +02:00
Akihiro Sagawa
365e7244af
cryptui: Update Japanese translation.
2010-10-18 11:49:15 +02:00
Trygve Vea
c6cd67cad4
oleaut32: Updated Norwegian translation.
2010-10-18 11:46:53 +02:00
Trygve Vea
fa485ccd12
oledlg: Updated Norwegian translation.
2010-10-18 11:46:42 +02:00
Trygve Vea
9211eddb17
shell32: Updated Norwegian translation.
2010-10-18 11:46:29 +02:00
Trygve Vea
6cb9f6ff2b
msi: Updated Norwegian translation.
2010-10-18 11:45:58 +02:00
Matteo Bruni
454dce9162
d3dx9: Report usage of unsupported sprite flags.
2010-10-18 11:45:42 +02:00
Matteo Bruni
40d57b70ed
d3dx9: Store transform matrix per-sprite.
2010-10-18 11:45:32 +02:00
Matteo Bruni
550abd41a2
d3dx9: Fix D3DXFilterTexture return value.
2010-10-18 11:45:26 +02:00
Matteo Bruni
ebbf519b78
d3dx9: Search for a compatible pixel format in D3DXCheckTextureRequirements.
2010-10-18 11:45:21 +02:00
Henri Verbeet
ac8f8c02a6
d3dcompiler: Remove some stray tabs.
2010-10-15 16:20:06 +02:00
Henri Verbeet
8ebc180055
d3d10core: Implement ID3D10Buffer::Map().
2010-10-15 16:20:02 +02:00
Henri Verbeet
0749d139b4
d3d10core: Implement ID3D10Buffer::Unmap().
2010-10-15 16:19:58 +02:00
Henri Verbeet
70f4e66f84
wined3d: IWineD3DBuffer_Unmap() can't fail.
2010-10-15 16:19:54 +02:00
Henri Verbeet
1fa3365832
wined3d: Flip destination coordinates when blitting to an offscreen target in BltOverride().
2010-10-15 16:19:50 +02:00
Trygve Vea
399e955a7e
wineps.drv: Updated Norwegian translation.
2010-10-15 16:19:09 +02:00
Trygve Vea
293fc4cd28
user32: Updated Norwegian translation.
2010-10-15 16:18:50 +02:00
Trygve Vea
6bf2875c6e
cryptdlg: Updated Norwegian translation.
2010-10-15 16:18:12 +02:00
Trygve Vea
fe8a5ac44d
crypt32: Updated Norwegian translation.
2010-10-15 16:18:09 +02:00
Alexandre Julliard
295682f35c
gdi32/tests: Make the test clipping window topmost to see if it helps.
2010-10-15 16:17:51 +02:00
Rico Schüller
9e0f26cdd6
d3d10: Forward D3D10GetShaderDebugInfo() to d3dcompiler.
2010-10-15 16:17:51 +02:00
Rico Schüller
8607be1f81
d3d10: Forward D3D10GetInputAndOutputSignatureBlob() to d3dcompiler.
2010-10-15 16:17:50 +02:00
Rico Schüller
930f7ed3c6
d3d10: Forward D3D10GetOutputSignatureBlob() to d3dcompiler.
2010-10-15 16:17:50 +02:00
Rico Schüller
13893afb8e
d3d10: Forward D3D10GetInputSignatureBlob() to d3dcompiler.
2010-10-15 16:17:50 +02:00
Rico Schüller
83cff120b9
d3dcompiler/tests: Add D3DCOMPILER_STRIP_REFLECTION_DATA test.
2010-10-15 16:17:50 +02:00
Rico Schüller
f4a9a0bb59
d3dcompiler/tests: Add D3DCOMPILER_STRIP_DEBUG_INFO test.
2010-10-15 16:17:50 +02:00
Rico Schüller
060028c8e3
d3dcompiler/tests: Add D3DStripShader() test.
2010-10-15 16:17:50 +02:00
Rico Schüller
beb2cad0fb
d3dcompiler/tests: Add D3D_BLOB_XNA_SHADER test.
2010-10-15 16:17:50 +02:00
Rico Schüller
b09da75fb5
d3dcompiler/tests: Add D3D_BLOB_XNA_PREPASS_SHADER test.
2010-10-15 16:17:50 +02:00
Rico Schüller
c5d601c199
d3dcompiler/tests: Add D3D_BLOB_LEGACY_SHADER test.
2010-10-15 16:17:50 +02:00
Rico Schüller
3c12dd345d
d3dcompiler/tests: Add D3D_BLOB_DEBUG_INFO test.
2010-10-15 16:17:50 +02:00
Rico Schüller
ed6c221942
d3dcompiler/tests: Add D3D_BLOB_ALL_SIGNATURE_BLOB test.
2010-10-15 16:17:50 +02:00
Rico Schüller
291a3b98a5
d3dcompiler/tests: Add D3D_BLOB_PATCH_CONSTANT_SIGNATURE_BLOB test.
2010-10-15 16:17:50 +02:00
Rico Schüller
7d87a4d42b
d3dcompiler/tests: Add D3D_BLOB_INPUT_AND_OUTPUT_SIGNATURE_BLOB test.
2010-10-15 16:17:50 +02:00
Rico Schüller
87344c6726
d3dcompiler/tests: Add D3D_BLOB_OUTPUT_SIGNATURE_BLOB test.
2010-10-15 16:17:50 +02:00
Rico Schüller
1c26d22dc3
d3dcompiler/tests: Add D3D_BLOB_INPUT_SIGNATURE_BLOB test.
2010-10-15 16:17:50 +02:00
Rico Schüller
6628944b7f
d3dcompiler/tests: Add D3DGetBlobPart() test.
2010-10-15 16:17:49 +02:00
Akihiro Sagawa
258f5a5f51
shell32: Update Japanese translation.
2010-10-15 11:36:00 +02:00
Akihiro Sagawa
4d5a851ca8
crypt32: Add Japanese translation.
2010-10-15 11:35:57 +02:00
Akihiro Sagawa
68193114ae
inetcpl: Add Japanese translation.
2010-10-15 11:35:49 +02:00
Akihiro Sagawa
b3b64fdf5e
cryptui: Add Japanese translation.
2010-10-15 11:35:37 +02:00
Austin Lund
23b00490c0
comctl32/tests: Fix ImageList tests for different device color depths.
2010-10-15 11:34:59 +02:00
Piotr Caban
f793d2cf04
jscript: Added more safety options flags handling to create_activex_object.
2010-10-15 11:33:35 +02:00
Juan Lang
63a05db41c
crypt32: Trace time value in addition to address of time value.
2010-10-15 11:33:21 +02:00
Juan Lang
b6cd08f436
crypt32: Use A functions for debug string that's only used as an ASCII string.
2010-10-15 11:33:12 +02:00
Juan Lang
68fceb5e5b
wintrust: Get time to verify from cryptographic message when present.
2010-10-15 11:32:53 +02:00
André Hentschel
a4c1b34146
dbghelp: Implement arm_get_addr.
2010-10-15 11:32:44 +02:00
Adam Martinson
403201b87f
msxml3: Prevent a memory leak if domdoc creation fails.
2010-10-15 11:32:31 +02:00
Matteo Bruni
7c47a9d192
d3dcompiler: Accept dot terminated float immediate values.
2010-10-14 17:54:52 +02:00
Matteo Bruni
422d57e2fc
d3dcompiler: Don't store instruction length in DEF opcode in PS 1.x.
2010-10-14 17:54:52 +02:00
Jacek Caban
35968b9755
jscript: Don't lookup global variables on function invocation.
2010-10-14 17:54:52 +02:00
Henri Verbeet
95469309d6
wined3d: Consistently use Map/Unmap for mapping resources.
2010-10-14 17:54:52 +02:00
Henri Verbeet
0d4e0bc9ba
d3d10core: Add a stub ID3D10Texture3D implementation.
2010-10-14 17:54:52 +02:00
Henri Verbeet
81c3f289a3
d3d10core: Rename texture2d.c to texture.c.
2010-10-14 17:54:52 +02:00
Henri Verbeet
07ace95fcd
d3d10core: Implement device_parent_CreateVolume().
2010-10-14 17:54:52 +02:00
Henri Verbeet
4eb8fd7960
wined3d: Recognize the SM4 sample_d opcode.
2010-10-14 17:54:52 +02:00
Hans Leidekker
8db3c0e358
msi/tests: Move test coverage for standard actions to a separate module.
2010-10-14 17:54:52 +02:00
Aric Stewart
60bf76db9a
strmbase: Remove non-standard custom allocator logic from strmbase.
...
Implement function overrides for parser.c where a custom allocator was needed.
2010-10-14 17:54:52 +02:00
Aric Stewart
7602829c4f
strmbase: Add GetMediaType and GetMediaTypeVersion to BasePin function table.
...
Allows for more widespread use of the BasePinImpl version of EnumMediaTypes.
2010-10-14 17:54:51 +02:00
Aric Stewart
3c2dfd186a
strmbase: Standardize "class" function into functions tables in the structs.
...
This allows the standardization of the "class" functions to use the
class as the argument and will aid in expanding the implementation of
these functions.
2010-10-14 17:54:51 +02:00
Aric Stewart
8f3c3723bb
strmbase: Clean up the allocator negotiating for BaseOutputPin.
2010-10-14 17:54:51 +02:00
Alexandre Julliard
1826530974
comctl32: Use the appropriate color format when loading a DIB in ImageList_LoadImageW.
2010-10-14 17:54:51 +02:00
Joel Holdsworth
a19defdf4c
shdocvw: Replaced iexplore.bmp with a tango compliant toolstrip.
2010-10-14 17:54:46 +02:00
Jacek Caban
e0ef2d1774
mshtml: Fixed the first ReportData invocation when binding from objects created by BindToObject.
2010-10-14 10:03:13 +02:00
Anders Jonsson
6667a6bc8a
inetcpl.cpl: Update Swedish translation.
2010-10-14 10:02:48 +02:00
Anders Jonsson
89845fc9e8
cryptdlg: Add Swedish translation.
2010-10-14 10:02:44 +02:00
André Hentschel
0399f721ca
msvcr90: Added __timezone implementation.
2010-10-14 10:02:17 +02:00
Yaron Shahrabani
2c4b2b792a
mapi32: Added Hebrew translation.
2010-10-14 10:02:05 +02:00
Yaron Shahrabani
73805ced31
kernel32: heb.nls: Made some corrections.
2010-10-14 10:01:52 +02:00
Yaron Shahrabani
f9545fad82
inetcpl: Added Hebrew translation.
2010-10-14 10:01:09 +02:00
Austin Lund
b20e75f5e9
riched20/tests: Cleaned up ITextServices::TxGetNaturalSize test and fixed test failures.
2010-10-13 17:45:23 +02:00
Rico Schüller
2c9b24b054
d3dcompiler: Implement D3DStripShader().
2010-10-13 16:29:46 +02:00
Rico Schüller
a36f51b1b2
d3dcompiler: Add D3D_BLOB_XNA_SHADER to D3DGetBlobPart().
2010-10-13 16:29:23 +02:00
Rico Schüller
cdfdfe59ee
d3dcompiler: Add D3D_BLOB_XNA_PREPASS_SHADER to D3DGetBlobPart().
2010-10-13 16:29:19 +02:00
Rico Schüller
976b4e96bd
d3dcompiler: Add D3D_BLOB_LEGACY_SHADER to D3DGetBlobPart().
2010-10-13 16:29:14 +02:00
Rico Schüller
7b5e05a99d
d3dcompiler: Add D3D_BLOB_ALL_SIGNATURE_BLOB to D3DGetBlobPart().
2010-10-13 16:29:07 +02:00
Rico Schüller
3cbb72667b
d3dcompiler: Add D3D_BLOB_PATCH_CONSTANT_SIGNATURE_BLOB to D3DGetBlobPart().
2010-10-13 16:28:59 +02:00
Jacek Caban
6d20b3f96a
msxml3: Don't use xmlnode's IXMLDOMNode iface in replaceChild implementations.
2010-10-13 15:55:10 +02:00
Jacek Caban
91acf625fb
mshtml: Added nsIHttpChannel::VisitResponseHeaders implementation.
2010-10-13 15:55:00 +02:00
Reece Dunn
71e7b1c5bc
jscript/tests: Add tests for ActiveScriptSite_OnScriptError and IActiveScriptError.
2010-10-13 15:54:38 +02:00
Hans Leidekker
9cc4b0caae
msi/tests: Don't create a nested restore point on recent versions of MSI.
...
We now set the MSIFASTINSTALL property which disables restore points.
2010-10-13 15:52:58 +02:00
Hans Leidekker
5d0a6b0004
msi: Store action data for deferred rollback actions too.
2010-10-13 15:52:38 +02:00
Hans Leidekker
7404e64373
msi: A commit or rollback custom action can be a deferred action at the same time.
2010-10-13 15:52:33 +02:00
Hans Leidekker
59d6dcfddd
msi: Put keys from 32-bit packages starting with HLKM\Software under Wow6432Node on 64-bit.
2010-10-13 15:52:27 +02:00
Hans Leidekker
43a680a155
msi: Register class ids from 32-bit packages under Wow6432Node on 64-bit.
2010-10-13 15:52:19 +02:00
Alexandre Julliard
e8723a5dee
user32: Fix destruction of the active cursor.
2010-10-13 15:38:06 +02:00
Alexandre Julliard
1aab7ea837
user32/tests: Add more tests for DestroyCursor on the active cursor.
2010-10-13 13:58:19 +02:00
Henri Verbeet
e54d9afbc3
wined3d: Recognize the SM4 ABS and NEG source modifiers.
2010-10-13 13:00:39 +02:00
Henri Verbeet
50f6fbadb0
wined3d: Recognize the SM4 ld opcode.
2010-10-13 13:00:30 +02:00
Henri Verbeet
7c6658f970
wined3d: Recognize the SM4 ieq opcode.
2010-10-13 13:00:26 +02:00
Henri Verbeet
a9e3058426
wined3d: Recognize the SM4 ftoi opcode.
2010-10-13 13:00:22 +02:00
Henri Verbeet
b53d346d35
wined3d: Recognize the SM4 div opcode.
2010-10-13 13:00:17 +02:00
Christian Costa
128cf64371
d3dx9: Constant table parsing foundations.
2010-10-13 12:03:05 +02:00
Matteo Bruni
b4736bd767
d3dx9/tests: Fix a shader test failure.
2010-10-13 12:01:03 +02:00