Hans Leidekker
94f4c0f07d
msi: Fix a memory leak (valgrind).
2011-01-12 14:55:43 +01:00
Michael Stefaniuc
c567d1e461
avifil32: Avoid the forward declaration of the IAVIStream methods.
2011-01-12 14:55:37 +01:00
Michael Stefaniuc
1f8e505dc2
avifil32: COM cleanup for acmstream.c.
2011-01-12 14:55:30 +01:00
Andrew Nguyen
97fa635fc7
advapi32: Convert the trustee name buffer based on trustee form in SetEntriesInAclA.
2011-01-12 11:32:19 +01:00
Dylan Smith
d43cddcc83
richedit: Clear non-default style when changing to plain text mode.
...
Although the text must be empty for the mode to change to plain text
mode, there still may be a non-default style for the temporary insert
style and style for the end of text run.
2011-01-12 11:32:19 +01:00
Juan Lang
597a2f501a
rsaenh/tests: Add tests for CRYPT_IPSEC_HMAC_KEY.
2011-01-12 11:32:18 +01:00
Michael Stefaniuc
eaf394a9ac
windowscodecs/tests: COM cleanup for converter.c.
2011-01-12 11:32:18 +01:00
Michael Stefaniuc
2785e905bc
windowscodecs: Use ifaces instead of vtbl pointers in BmpDecoder.
2011-01-12 11:32:17 +01:00
Michael Stefaniuc
1515b36aaa
urlmon: COM cleanup for the rest of the iface in BindProtocol.
2011-01-12 11:32:17 +01:00
Michael Stefaniuc
c41cf7d6a5
urlmon: COM cleanup for the IInternetProtocolEx iface.
2011-01-12 11:32:17 +01:00
Alexandre Julliard
530e9c9b17
dbghelp: Try to load the string table from file number 4 too.
2011-01-12 10:45:49 +01:00
Greg Geldorp
3658b84509
gdi32/tests: Skip tests on unexpected font code page.
2011-01-11 16:05:48 +01:00
Andrew Nguyen
ee84a9df12
kernel32: Pass an output parameter when calling WriteConsoleOutputCharacterW and FillConsoleOutputAttribute.
2011-01-11 16:05:48 +01:00
Andrew Nguyen
df18e3fdd4
kernel32/tests: Demonstrate an input event handling peculiarity with WriteConsoleInputA.
2011-01-11 16:05:47 +01:00
Andrew Nguyen
e2e9141918
kernel32/tests: Demonstrate an input event handling peculiarity with WriteConsoleInputW.
2011-01-11 16:05:47 +01:00
Andrew Nguyen
b158d23c88
kernel32: Improve parameter validation for ReadConsoleOutputAttribute.
2011-01-11 16:05:47 +01:00
Andrew Nguyen
66b42c86d1
kernel32: Improve parameter validation for ReadConsoleOutputCharacterA.
2011-01-11 16:05:47 +01:00
Andrew Nguyen
c905b7e705
kernel32: Improve parameter validation for ReadConsoleOutputCharacterW.
2011-01-11 16:05:47 +01:00
Alexandre Julliard
54684cf674
comctl32: Convert string table resources to po files.
2011-01-11 16:05:47 +01:00
Alexandre Julliard
4447900540
browseui: Convert menu and string table resources to po files.
2011-01-11 16:05:47 +01:00
David Hedberg
5205d03800
urlmon: Add some error handling to the http protocol.
2011-01-11 16:05:46 +01:00
Hans Leidekker
c9e6f77419
fusion/tests: Add some tests for IAssemblyCache_QueryAssemblyInfo.
2011-01-11 16:05:46 +01:00
Hans Leidekker
52f719d18c
msi: Improve detection of installed local assemblies.
2011-01-11 16:05:46 +01:00
Hans Leidekker
6a0801a40a
msi: Don't extract files for assemblies which are already installed.
2011-01-11 16:05:46 +01:00
Hans Leidekker
65581e0e33
msi: Fix detection of installed global assemblies.
2011-01-11 16:05:46 +01:00
Hans Leidekker
0c25649d3e
msi: Add support for comparing TrueType font versions.
2011-01-11 16:05:46 +01:00
Nikolay Sivov
d47e638ba3
oleaut32/tests: Test for return value directly.
2011-01-11 16:05:46 +01:00
Nikolay Sivov
d91dbd0baa
ole32/tests: Test for return value directly without macros.
2011-01-11 16:05:46 +01:00
David Hedberg
900c5cde69
oleaut32: Make ITypeComp::BindType case-insensitive.
2011-01-11 16:05:46 +01:00
David Hedberg
454b1fca24
oleaut32: Handle NULL arguments to ITypeComp::BindType.
2011-01-11 16:05:45 +01:00
Michael Stefaniuc
8c0a69430c
urlmon: COM cleanup for the IMoniker iface.
2011-01-11 16:05:45 +01:00
Michael Stefaniuc
0ceabe8879
windowscodecs: COM cleanup for stream.c.
2011-01-11 16:05:45 +01:00
Michael Stefaniuc
d341bea673
windowscodecs: Use an iface instead of a vtbl pointer in BmpEncoder.
2011-01-11 16:05:45 +01:00
Michael Stefaniuc
346e766d53
urlmon: Use an iface instead of a vtbl pointer in AsyncBindCtx.
2011-01-11 16:05:45 +01:00
Michael Stefaniuc
2f7da964ac
urlmon: Use ifaces instead of vtbl pointers in BindStatusCallback.
2011-01-11 16:05:45 +01:00
Michael Stefaniuc
482740d020
urlmon: Use an iface instead of a vtbl pointer in stgmed_buf_t.
2011-01-11 16:05:45 +01:00
Vincent Povirk
f4ef7ff48a
windowscodecs: Accept failure when seeking to the start of a TGA footer.
2011-01-11 16:05:45 +01:00
Vincent Povirk
377d890820
windowscodecs: Ignore an unspecified extra sample in RGB TIFF images.
2011-01-11 16:05:44 +01:00
Vincent Povirk
a16df86db3
windowscodecs: Avoid an iface -> impl conversion from a non-method.
2011-01-11 16:05:44 +01:00
Vincent Povirk
b00c2979cf
windowscodecs: Support 8-bit RGB (as opposed to BGR) bitfields bitmaps.
2011-01-11 16:05:44 +01:00
Vincent Povirk
d9fb1a4b92
windowscodecs: Add a utility function for swapping 8-bit BGR/RGB data.
2011-01-11 16:05:43 +01:00
Vincent Povirk
d747652102
windowscodecs: Ignore the alpha channel of ICO files if it's empty.
2011-01-11 16:05:43 +01:00
Jacek Caban
226c44097b
mshtml: Get rid of win9x test failures workarounds.
2011-01-11 16:05:43 +01:00
Andrew Eikum
bd6f6bc2dd
mmdevapi: Prevent deadlock when releasing a stream that's still playing.
2011-01-11 16:05:31 +01:00
Andrew Eikum
436d26f935
mmdevapi: Children of IAudioClient should hold a reference to their parents.
2011-01-11 16:04:27 +01:00
André Hentschel
82efaae0a2
imagehlp: Use define instead of hardcoded value.
2011-01-11 11:23:18 +01:00
Jacek Caban
682dc4d6f8
urlmon: Store object instead of interface pointer to BindProtocol in Binding object.
2011-01-11 11:23:01 +01:00
Greg Geldorp
6b8812add1
kernel32/tests: Set TrueType console font before running tests.
...
ReadConsoleOutputW doesn't retrieve characters from the output buffer
correctly for characters that don't have a glyph in the console font.
2011-01-10 15:02:24 +01:00
Greg Geldorp
857ebf02df
gdi32/tests: Fix some font test failures on non-English machines.
2011-01-10 13:03:52 +01:00
Eric Pouech
c7c8c0dea7
dbghelp: Speed up source string creation (by using rb trees).
2011-01-10 13:03:52 +01:00
Eric Pouech
cbd5811e90
dbghelp: Better support for OOM conditions when creating source file table.
2011-01-10 13:03:52 +01:00
Eric Pouech
99439e7589
dbghelp: Added preliminary extended FPO information out of PDB files.
2011-01-10 12:52:18 +01:00
Eric Pouech
5ce195ae89
dbghelp: Keep the mapping of any PDB file open until the module is unloaded.
2011-01-10 12:52:11 +01:00
Eric Pouech
0693572e4c
dbghelp: Use new file/debug format framework to allow keeping pdb files opened.
2011-01-10 12:52:01 +01:00
Eric Pouech
1acbb1c0ed
dbghelp: Restructure internal PDB information.
2011-01-10 12:51:39 +01:00
Alexandre Julliard
cca319d594
comctl32/imagelist: Don't change destination size in ImageList_Duplicate without corresponding allocation.
2011-01-10 12:41:38 +01:00
Joel Holdsworth
90a8e3f37f
comctl32/rebar: Implemented dragging between rows.
2011-01-10 12:41:37 +01:00
Joel Holdsworth
53284d2a18
comctl32/rebar: Moved drag notify code into REBAR_MouseMove.
2011-01-10 12:41:36 +01:00
Joel Holdsworth
ebadd4ec46
comctl32/rebar: Implemented band reordering within rows.
2011-01-10 12:41:35 +01:00
Joel Holdsworth
1e644a7db7
comctl32/rebar: Removed a redundant call.
2011-01-10 12:41:35 +01:00
Hwang YunSong
ac2b56162a
winspool.drv: Update Korean resource.
2011-01-10 12:41:35 +01:00
Hwang YunSong
e1c71291cc
wininet: Update Korean resource.
2011-01-10 12:41:34 +01:00
Vitaliy Margolen
6b30480021
dinput: COM cleanup - use interfaces instead of vtbl. Combine both Unicode and ASCII interfaces into the same classes.
2011-01-10 12:41:20 +01:00
Vitaliy Margolen
e6a8aa67d0
dinput: Explicitly define ASCII and Unicode methods in joydev joystick.
2011-01-10 11:04:07 +01:00
Vitaliy Margolen
d88cbac1c5
dinput: Explicitly define ASCII and Unicode methods in evdev joystick.
2011-01-10 11:04:01 +01:00
Vitaliy Margolen
6a07885029
dinput: Explicitly define ASCII and Unicode methods in joystick base class. Use new methods in child classes.
2011-01-10 11:03:49 +01:00
Vitaliy Margolen
30ab6c1749
dinput: Explicitly define ASCII and Unicode methods in mouse.
2011-01-10 11:03:40 +01:00
Vitaliy Margolen
9f9e376239
dinput: Explicitly define ASCII and Unicode methods in keyboard.
2011-01-10 11:03:34 +01:00
Vitaliy Margolen
0f24b9e86f
dinput: Explicitly define ASCII and Unicode methods in DirectInputDevice base class. Make ASCII methods call Unicode. Use new methods in child classes.
2011-01-10 11:03:17 +01:00
Vitaliy Margolen
9594be7f79
dinput: Change internal check_dinput_hooks method to take W iface.
2011-01-10 11:02:16 +01:00
Vitaliy Margolen
399be3455a
dinput: COM cleanup - use helper function instead of direct typecast in OS/X joystick.
2011-01-10 11:02:04 +01:00
Vitaliy Margolen
f09ace0d83
dinput: COM cleanup - use helper function instead of direct typecast in linuxinput joystick.
2011-01-10 11:02:00 +01:00
Vitaliy Margolen
a1b08e5d04
dinput: COM cleanup - use helper function instead of direct typecast in Linux joystick.
2011-01-10 11:01:55 +01:00
Vitaliy Margolen
de4a9bb319
dinput: COM cleanup - use helper function instead of direct typecast in base joystick class.
2011-01-10 11:01:51 +01:00
Vitaliy Margolen
31c828ea27
dinput: COM cleanup - use helper function instead of direct typecast in keyboard.
2011-01-10 11:01:46 +01:00
Vitaliy Margolen
625fefca61
dinput: COM cleanup - use helper function instead of direct typecast in mouse.
2011-01-10 11:01:39 +01:00
Vitaliy Margolen
fc023b96d2
dinput: COM cleanup - use helper function instead of direct typecast in base device class.
2011-01-10 10:58:36 +01:00
Vitaliy Margolen
0b99bf3edb
dinput: COM cleanup - use proper interface instead of typecasting This when calling queue_event.
2011-01-10 10:58:26 +01:00
Vitaliy Margolen
b66e00cb09
dinput: COM cleanup - return interface instead of typecasting This.
2011-01-10 10:58:19 +01:00
Vitaliy Margolen
15216098e0
dinput: COM cleanup - use proper DirectInput interface with IUknown calls.
2011-01-10 10:58:14 +01:00
Vitaliy Margolen
7b47282625
dinput: More COM cleanup for IDirectInput - use interfaces instead of typecasts.
2011-01-10 10:58:06 +01:00
Gerald Pfeifer
37f5080e1b
ws2_32: Restructure and simplify debugstr_wsaioctl a bit.
2011-01-10 10:44:51 +01:00
Hans Leidekker
f133222d5e
msi/tests: Add a test for MsiGetComponentState.
2011-01-10 10:42:43 +01:00
Hans Leidekker
35bdf01881
msi/tests: Add tests for publishing and unpublishing assemblies.
2011-01-10 10:42:39 +01:00
Hans Leidekker
f6c46e41a2
appwiz.cpl: Fix two RegQueryValueExW calls.
2011-01-10 10:42:32 +01:00
Hans Leidekker
3440e768dd
Revert "advapi32: Fix cred domain according to tests.".
...
This reverts commit 061eb12ca3
.
The patch makes tests for CredRead and CredEnumerate pass but breaks
CredWrite at the same time.
2011-01-10 10:42:29 +01:00
Hans Leidekker
06562d16b3
kernel32: Add a stub implementation of GetThreadIOPendingFlag.
2011-01-10 10:42:23 +01:00
Jacek Caban
d3f456d146
msxml3: Don't forward get_namespaceURI calls to node's IXMLDOMNode iface.
2011-01-10 10:41:18 +01:00
Jacek Caban
730fa1e7f2
msxml3: Don't forward get_nodeTypedValue to node's IXMLDOMNode iface.
...
Its current implementation for XML_ENTITY_REF_NODE can't work and will
always return VT_NULL variant anyways.
2011-01-10 10:41:13 +01:00
Michael Stefaniuc
0abef30926
urlmon: Use an iface instead of a vtbl pointer in MkProtocol.
2011-01-10 10:41:04 +01:00
Michael Stefaniuc
d4f8ce0a54
urlmon: Use ifaces instead of vtbl pointers in MimeFilter.
2011-01-10 10:40:57 +01:00
Michael Stefaniuc
3d05c172f0
urlmon: Use ifaces instead of vtbl pointers in GopherProtocol.
2011-01-10 10:40:51 +01:00
Travis Athougies
ee8b276731
d3dcompiler_43/tests: Added error tests to HLSL test suite.
2011-01-10 10:39:51 +01:00
Travis Athougies
3add55840d
d3dcompiler_43/tests: Fixed nonconformant C string literals in HLSL test suite.
2011-01-10 10:39:44 +01:00
Jacek Caban
89991e1f4c
shdocvw: Improved 'iexplore -nohome' handling.
2011-01-10 10:37:52 +01:00
Jacek Caban
c56614e114
shdocvw: Moved allocating InternetExplorer object to separated function.
2011-01-10 10:37:45 +01:00
Jacek Caban
e2fa7a4019
shdocvw: Added beginning iexplore DDE suport.
2011-01-10 10:37:39 +01:00
Jacek Caban
f48fa4b945
shdocvw: Added InternetExplorer::get_Visible implementation.
2011-01-10 10:37:31 +01:00
Jacek Caban
74ccbf0083
shdocvw: Added InternetExplorer object tests.
2011-01-10 10:37:28 +01:00
Jacek Caban
967561f8ea
shdocvw: Separate DocHost ref count from InternetExplorer ref count.
2011-01-10 10:36:48 +01:00
Matteo Bruni
ef0f358813
wined3d: Don't call glPointParameter with a random context.
2011-01-07 15:01:38 +01:00
Jacek Caban
0a9738775c
mshtml: Use inline function instead of macro for BSCallback vtbl implementations.
2011-01-07 15:01:26 +01:00
Jacek Caban
233a9ea5e6
mshtml: Avoid obj to iface cast in ProtocolFactory_Create.
2011-01-07 15:01:21 +01:00
Rex Tsai
21578a1a40
wininet: Update Traditional Chinese translation.
2011-01-07 15:01:13 +01:00
Rex Tsai
898de76040
setupapi: Update Traditional Chinese translation.
2011-01-07 15:01:07 +01:00
Greg Geldorp
1e922ebb07
gdi32/tests: Fix System font test for Japanese.
2011-01-07 15:00:52 +01:00
Alexandre Julliard
e7749967b8
kernel32: Update the country code for Serbia.
2011-01-07 12:11:53 +01:00
Henri Verbeet
c117248bd1
wined3d: Pass an IWineD3DResourceImpl pointer to resource_get_type().
2011-01-07 10:23:37 +01:00
Henri Verbeet
7e67bcedfd
wined3d: Pass an IWineD3DResourceImpl pointer to resource_set_priority().
2011-01-07 10:23:25 +01:00
Henri Verbeet
2d9748b1e3
wined3d: Pass an IWineD3DResourceImpl pointer to resource_get_priority().
2011-01-07 10:23:21 +01:00
Henri Verbeet
a80749fd57
wined3d: Pass an IWineD3DResourceImpl pointer to resource_set_private_data().
2011-01-07 10:23:17 +01:00
Hwang YunSong
d512ccdfa1
wineps.drv: Update Korean resource.
2011-01-07 10:23:10 +01:00
Stefan Leichter
8fffb22f1e
setupapi: Add stub for SetupDiSetSelectedDevice.
2011-01-07 10:22:58 +01:00
Michael Stefaniuc
3b2b23d808
shlwapi/tests: COM cleanup for thread.c.
2011-01-07 10:22:36 +01:00
Michael Stefaniuc
65941a66c3
oleaut32/tests: COM cleanup for vartest.c.
2011-01-07 10:22:32 +01:00
Michael Stefaniuc
5c40a8a9ac
msdaps: COM cleanup for the IClassFactory iface.
2011-01-07 10:22:27 +01:00
Michael Stefaniuc
a9ae183d8a
ole32: COM cleanup for the IMalloc iface.
2011-01-07 10:22:22 +01:00
Michael Stefaniuc
2796677f8c
urlmon: Use an iface instead of a vtbl pointer in ProxyBindStatusCallback.
2011-01-07 10:22:10 +01:00
Jacek Caban
510567d98a
msxml3: Get rid of xmlnode_transformNodeToObject.
2011-01-06 18:39:05 +01:00
Michael Stefaniuc
d214a96d58
mshtml: Remove some leftover *_THIS undefs.
2011-01-06 18:29:24 +01:00
Michael Stefaniuc
f242b1fb6c
mshtml: Finish the COM standardization in protocol.c.
2011-01-06 18:29:21 +01:00
Greg Geldorp
62670dc39e
dinput/tests: Skip acquire tests when not running in the foreground.
...
If our window isn't the foreground window, we'll never be able to
successfully Acquire with SetCooperativeLevel DISCL_FOREGROUND in effect.
2011-01-06 18:29:14 +01:00
Hans Leidekker
01286b97e3
msi/tests: Mark a test result on some old Wow64 platforms as broken.
2011-01-06 18:28:52 +01:00
Alexandre Julliard
d1d494b3db
wldap32: Convert translations to po files.
2011-01-06 17:57:43 +01:00
Alexandre Julliard
8aefc9081c
winmm: Convert translations to po files.
2011-01-06 17:50:17 +01:00
Alexandre Julliard
b31d2311b2
shdoclc: Convert translations to po files.
2011-01-06 17:42:05 +01:00
Alexandre Julliard
000bb2454c
oleaut32: Convert translations to po files.
2011-01-06 17:31:16 +01:00
Alexandre Julliard
958ecd63f1
msvidc32: Convert translations to po files.
2011-01-06 17:19:23 +01:00
Alexandre Julliard
ad5605b553
msrle32: Convert translations to po files.
2011-01-06 17:07:44 +01:00
Alexandre Julliard
214ca2c01c
msi: Convert translations to po files.
2011-01-06 16:21:30 +01:00
Alexandre Julliard
b41fc57ef6
mapi32: Convert translations to po files.
2011-01-06 16:14:33 +01:00
Alexandre Julliard
7df87f3976
localspl: Convert translations to po files.
2011-01-06 15:04:14 +01:00
Alexandre Julliard
0ccf1d89f8
jscript: Convert translations to po files.
2011-01-06 15:03:31 +01:00
Alexandre Julliard
9c6444c6be
iccvid: Convert translations to po files.
2011-01-06 15:01:38 +01:00
Alexandre Julliard
c9b52d2095
hhctrl: Convert translations to po files.
2011-01-06 15:01:08 +01:00
Alexandre Julliard
0cdd147dcb
devenum: Convert translations to po files.
2011-01-06 14:58:59 +01:00
Alexandre Julliard
8484e9633a
cryptdlg: Convert translations to po files.
2011-01-06 14:58:27 +01:00
Alexandre Julliard
c485b18201
crypt32: Convert translations to po files.
2011-01-06 13:56:08 +01:00
Ken Thomases
21137cd3c3
windowscodecs: Use Mac OS X native ICNS support, not libicns.
...
The ICNS support is only used on Mac OS X and is not anticipated to be used
on any other platform. So, we can rely on the native frameworks rather than
a third-party dependency.
2011-01-06 11:44:02 +01:00
Henri Verbeet
92e439b0f0
wined3d: Pass an IWineD3DResourceImpl pointer to resource_get_private_data().
2011-01-06 11:33:33 +01:00
Henri Verbeet
a97ae0db6a
wined3d: Pass an IWineD3DResourceImpl pointer to resource_free_private_data().
2011-01-06 11:33:29 +01:00
Henri Verbeet
134137cdb4
wined3d: Pass an IWineD3DResourceImpl pointer to resource_cleanup().
2011-01-06 11:33:24 +01:00
Henri Verbeet
7080922e0e
wined3d: Pass an IWineD3DResourceImpl pointer to resource_init().
2011-01-06 11:33:19 +01:00
Piotr Caban
92ba2168fa
shell32: Improved equal ITEMIDLISTs handling in ILIsParent.
2011-01-06 11:26:22 +01:00
Andrew Eikum
2e7ee8d9d6
mmdevapi: Be explicit about units in IAudioRenderClient::ReleaseBuffer.
2011-01-05 17:56:52 +01:00
Andrew Eikum
0b608d0f7f
mmdevapi: Be explicit about the units of ACImpl::ofs.
2011-01-05 17:56:48 +01:00
Andrew Eikum
045cf8c0af
mmdevapi: Be explicit about units of ACImpl::bufsize.
2011-01-05 17:56:43 +01:00
Andrew Eikum
bbbf72ddcb
mmdevapi: Store period size in frames.
...
There are three different units to represent durations of audio: time,
bytes, and frames. Since all three are in use in this module, we should
be more explicit about the unit of each variable.
2011-01-05 17:56:36 +01:00
André Hentschel
1bf8612718
user32/tests: Don't test function directly when reporting GetLastError().
2011-01-05 17:56:04 +01:00
Huw Davies
40ba10ed7a
wineps.drv: Explicitly report that we do not support blending.
2011-01-05 17:55:16 +01:00