Michael Jung
bc160ff1fa
Support for shell instance objects.
...
Removed a wine_todo for a no longer failing test.
Added a test for IPersistFolder3::GetCurFolder.
2005-11-08 16:12:06 +00:00
Alexandre Julliard
3e73b93a3b
Get rid of FAR keywords.
2005-11-08 16:10:37 +00:00
Huw Davies
c36873602a
Implement selectSingleNode.
2005-11-08 16:10:13 +00:00
Robert Lunnon
53b4c0f646
Implement GlobalMemoryStatusEx for Solaris.
2005-11-08 16:10:01 +00:00
Saulius Krasuckas
7ff494101a
Take into account some alignment done by HeapAlloc() on Win9x.
2005-11-08 16:09:44 +00:00
Vincent Béron
522b39bb42
Unicodify InternetCheckConnection.
...
Use HeapAlloc'ed buffers where applicable.
2005-11-08 16:09:20 +00:00
Vincent Béron
c5789f8cfc
Move functions a bit to get rid of a static declaration.
2005-11-08 16:08:17 +00:00
Alex Villacís Lasso
4082e9a69c
Do not issue a GetUpdateRect() to query an update region for
...
WM_PAINT(wParam=HDC) case. Instead, use GetClientRect() for a bounding
rect.
2005-11-08 13:11:48 +00:00
Huw Davies
52e8200cee
Implement get_parseError.
2005-11-08 13:10:49 +00:00
Vincent Béron
3a4751209f
Correct some allocated buffer lengths while converting to Unicode.
2005-11-08 12:55:40 +00:00
Michael Kaufmann
e9310da57b
Handle WM_PRINTCLIENT.
...
Don't use SelectClipRgn in WM_PRINTCLIENT.
2005-11-08 12:52:35 +00:00
Raphael Junqueira
2e9bff702c
Fix parsing of version number.
2005-11-08 12:47:04 +00:00
Huw Davies
d1b21b5c50
Fix cut-n-paste error in licence text.
2005-11-08 12:46:43 +00:00
Oliver Stieber
5a48acc660
Allow NULL ppQuery to be passed to CreateQuery.
2005-11-08 12:46:21 +00:00
James Hawkins
e2b8b43b7f
Implement TranslateInfString with tests.
2005-11-08 12:43:35 +00:00
Michael Jung
2f210917ee
Added tracing to CoCreateInstance.
2005-11-08 12:43:24 +00:00
Markus Amsler
b8d9b6192d
Improve c2man Documented-Total count. Changes:
...
- add missing description
- add missing returns section
- complete missing A/W pairs
- reformate comments, to match c2man requirements
2005-11-08 11:01:03 +00:00
Mike McCormack
5b40551458
Add some missing timezones.
2005-11-08 10:57:50 +00:00
Raphael Junqueira
ad583f74c0
- fill DirectShowFilters Container
...
- fix some MLKs (clear variants)
2005-11-08 10:57:39 +00:00
Saulius Krasuckas
1d8d0dd0da
Make Crypt32 tests loadable on Win98.
2005-11-08 10:57:28 +00:00
Saulius Krasuckas
75506229c9
Added last error code for XP SP1.
2005-11-08 10:56:27 +00:00
Christian Costa
110cca72e6
Add some checks and fix some stream leaks.
2005-11-08 10:56:13 +00:00
Robert Shearman
65581b8489
We shouldn't pass the application name into CreateProcess because the
...
value stored in the registry could include arguments.
2005-11-08 10:56:02 +00:00
Oliver Stieber
f4e290ff46
Fixed an error in Swapchain_GetFrontBufferData.
2005-11-08 10:55:49 +00:00
Mike McCormack
c189912cbd
Fix a problem spotted by Dmitry and another one stopping correctly
...
formatted lnk files from being generated.
2005-11-08 10:55:15 +00:00
Uwe Bonnes
c51e9964a3
Semi-stub implementation for SHRegGetValue(A|W).
2005-11-07 20:14:27 +00:00
Michael Jung
14d9eec51a
More robust code for querying ShellFolder attributes (some
...
ShellFolders ignore the flag mask in GetAttributesOf).
2005-11-07 20:11:27 +00:00
Alexandre Julliard
6c0fc4205c
Added a bunch of tests for the INF parser.
2005-11-07 16:41:37 +00:00
Dmitry Timoshkov
e41ddd052a
First draft of ExtTextOut on an open path.
2005-11-07 16:40:20 +00:00
Raphael Junqueira
de8f8334f0
- bug fixes on AddProp, AddContainer (stupid buffer overflows)
...
- more complete container hierarchy
- DXDiag_AddFileDescContainer service to fill dll info
- almost complete DXDiag_InitDXDiagDirectXFilesContainer (for now)
2005-11-07 16:39:41 +00:00
Rein Klazes
53b1d05164
Make SystemParametersInfoA( SPI_SETNONCLIENTMETRICS, ...) work by
...
adding the needed non client metrics A->W conversions.
2005-11-07 16:39:21 +00:00
Stefan Huehner
e1364b02a3
Fix segfault when querying non-existent SecurityProvider.
2005-11-07 16:39:00 +00:00
Christian Costa
fc94be1149
Add stub implementation of IMediaStream interface.
2005-11-07 16:38:48 +00:00
Vitaly Lipatov
63ad711089
AtlAxWinInit dummy implementation.
2005-11-07 16:38:31 +00:00
Ivan Leo Puoti
a1cd3ab653
Implement RtlInitAnsiStringEx.
2005-11-07 11:14:45 +00:00
Oliver Stieber
c62e978d54
Verify that the texture coordinate used in DrawStridedSlow is in range
...
before trying to referencing the associated data.
2005-11-07 11:13:26 +00:00
Oliver Stieber
39d6e30db0
Prevent SetFVF from clearing down the vertex declaration of the FVF is
...
zero. This is required for Prince of Persia, The sands of time.
2005-11-07 11:12:38 +00:00
Robert Shearman
0ede610c4f
LdrAccessResource should pop 16 bytes off the stack since it is a
...
WINAPI function.
2005-11-07 11:11:59 +00:00
Marcus Meissner
c49f5f0095
Added support of loading of IPicture data from non-statable
...
IStreams. Added testcases for this.
2005-11-07 11:09:10 +00:00
James Hawkins
a533bd3056
Free an alloc'ed string.
2005-11-07 11:08:47 +00:00
Christian Costa
93047e275e
When creating black & white cursor icon, handle special case where
...
hbmColor is null and hbmMask specify a bitmap having twice the height
and formatted so the upper half is the icon AND bitmask and the lower
one is the OR bitmask.
2005-11-07 11:07:43 +00:00
Vincent Béron
8a4c4ef278
Remove already included headers.
2005-11-07 11:07:19 +00:00
Markus Amsler
79e3a1be70
Improve c2man Documented-Total count.
2005-11-05 10:45:02 +00:00
Michael Jung
329f4edefc
- Move target folder initialization to a dedicated function.
...
- Use this function in BindToObject (should be faster).
- Special handling for FolderShortcut objects in Initialize method.
- Removed a todo_wine from a no longer failing unit test.
2005-11-05 10:44:28 +00:00
Davin McCall
828086ef93
Avoid getting ahead of dsound mixer when using non-hw device. Also
...
avoid using internal ALSA call to retrieve hardware play position.
2005-11-05 10:44:10 +00:00
Kevin Koltzau
079e7cac17
x86_64 references a named union, ensure unions are not nameless.
2005-11-05 10:43:50 +00:00
Henning Gerhardt
fe6afce979
Update German resource file.
2005-11-05 10:43:34 +00:00
Saulius Krasuckas
f9c82654be
- Stricten cases for NT in a two tests.
...
- WSAAddressToString[AW] don't fail on Win9x for those.
- Modify it to pass new tests.
2005-11-05 10:43:27 +00:00
Saulius Krasuckas
056d96939b
Win9x returns MSIDBERROR_NOERROR.
2005-11-05 10:42:57 +00:00
Huw Davies
3d0c66277a
Filter out CTEXT nodes when building element child lists.
...
get_item and get_length should honour the filter.
Add some '\n's to the tests so that libxml2 lists CTEXT nodes.
2005-11-05 10:42:45 +00:00
Dimi Paun
cd1b13fb7d
Validate the column index passed in by the caller.
2005-11-05 10:42:35 +00:00
Marcus Meissner
7e08a24f83
Fixed FMT_DATE_GENERAL and FMT_DATE_TIME_SYS cases in
...
VARIANT_FormatDate.
2005-11-05 10:42:09 +00:00
Oliver Stieber
0e3a3555e9
Tidy up UpdateTexture and add support for updating cube textures.
2005-11-04 12:39:17 +00:00
Markus Amsler
d45811ce2a
Improve c2man Documented-Total count.
2005-11-04 11:43:27 +00:00
Uwe Bonnes
cb971b3def
More verbose output when unhandled exception occurs.
2005-11-04 11:42:48 +00:00
Mike McCormack
991e7054cf
Partially implement and test the shelllink object's
...
IShellLinkDataList::CopyDataBlock and GetFlags methods.
2005-11-04 11:40:58 +00:00
Vincent Béron
297ef3af20
Fix typo: PSYM_ENUMSOURCEFILES_CALLBACK instead of
...
PSYM_ENUMSOURCFILES_CALLBACK.
2005-11-04 11:16:48 +00:00
Saulius Krasuckas
9d519093f6
- RegConnectRegistryA fails on Win9x when Remote Registry Service is
...
not installed (WinReg.DLL is missing).
- Test "\\" prefixed computer names too.
2005-11-04 11:15:59 +00:00
Mike McCormack
85b3f37d31
Use advapi32.CommandLineFromMsiDescriptor to get msi component paths.
2005-11-04 11:15:33 +00:00
Mike McCormack
febe90b263
Implement advapi32.CommandLineFromMsiDescriptor. It's a wrapper for
...
msi.MsiProvideComponentFromDescriptor.
2005-11-04 11:15:18 +00:00
James Hawkins
3de9f4c64d
Pass HtmlHelp commands to doWinMain.
2005-11-04 11:15:01 +00:00
Vincent Béron
1c310878ac
Move functions in comctl32/string.c to remove function declaration.
2005-11-04 11:14:52 +00:00
Saulius Krasuckas
551e243c5b
Make 4 WSAStringToAddress* tests don't fail on Win9x.
2005-11-04 11:14:12 +00:00
Marcus Meissner
2045ed2299
Added support for VT_I8/VT_UI8 marshalling.
2005-11-04 11:13:55 +00:00
Oliver Stieber
f52f6ce93d
Add support for updating to D3DFMT_UNKNOWN surfaces and tidy up update
...
surface a little.
2005-11-04 11:13:45 +00:00
Robert Shearman
3a0a31843e
Add a test for Invoking an OleFont function.
2005-11-04 11:13:08 +00:00
Alexandre Julliard
4f128fa874
Added support for optional section.ntx86 and section.nt in
...
InstallHinfSection when current version is set to NT.
2005-11-03 19:34:03 +00:00
Robert Shearman
fe4015201b
Implement OLE object notifications, making sure to cope with the case
...
of the advise holder not being created because no notifications are
needed.
2005-11-03 19:32:49 +00:00
Dmitry Timoshkov
53be932ba6
Use Win32 APIs for string comparison.
2005-11-03 19:31:59 +00:00
Dmitry Timoshkov
7da329548e
Stricter check whether a window needs to be mapped on the screen.
2005-11-03 19:31:38 +00:00
Kieran Clancy
d1c7458643
Added another CST (Australian Central Daylight Time) to TZ_INFO.
2005-11-03 13:21:23 +00:00
Uwe Bonnes
87df07452a
Extend VarCmp() and add test cases.
2005-11-03 13:21:11 +00:00
Kevin Koltzau
935dea2fb4
Fix warnings and errors in 64bit.
2005-11-03 13:17:51 +00:00
Michael Jung
f5acfaad22
Replaced tabs with spaces.
2005-11-03 13:17:32 +00:00
Alexandre Julliard
a84ce96470
Authors: Vijay Kiran Kamuju <infyquest@gmail.com>, Jonathan Ernst <Jonathan@ErnstFamily.ch>
...
Display an error if no printer is installed.
2005-11-03 12:12:18 +00:00
Marcus Meissner
d5cf055d64
Specify a DLL version for msvcrt.dll.
2005-11-03 12:05:05 +00:00
Stefan Huehner
5834740231
Add indexed access to attributes (nodemap) and childNodes
...
(nodelist), with some testcases.
2005-11-03 12:04:52 +00:00
Michael Jung
92032e6e35
Added some more unit tests for FolderShortcut objects.
2005-11-03 12:04:24 +00:00
Alexandre Julliard
6ed28ada49
Fixed fd leaks (spotted by Cihan Altinay).
2005-11-03 11:38:48 +00:00
Ivan Leo Puoti
5b22e4d6ef
Fix some wrong prototypes.
2005-11-03 11:35:11 +00:00
Raphael Junqueira
af983e4d86
Fill provider with some empty containers.
2005-11-03 11:34:28 +00:00
Mike McCormack
32d5240178
Invoke shortcuts through IContextMenu, rather than trying to access
...
them directly.
2005-11-03 11:33:57 +00:00
Phil Krylov
fe2951daaa
Cache background color brush instead of recreating it at each screen
...
update.
2005-11-03 11:33:24 +00:00
Mike McCormack
a977b2c346
Remove some redundant null pointer checks.
2005-11-03 09:56:29 +00:00
Alexandre Julliard
73f7847297
Authors: Vitaliy Margolen <wine-patch@kievinfo.com>, Michael Jung <mjung@iss.tu-darmstadt.de>
...
Set all capability flags supported by the shellfolder, disregarding
the flag mask given to GetAttributesOf.
Unit tests to demonstrate this behaviour.
2005-11-03 09:56:07 +00:00
Mike McCormack
1238fda624
Add missing semicolons that caused compile trouble on FreeBSD.
2005-11-03 09:55:30 +00:00
Mike McCormack
0de1f3e629
Pass the correct verb.
...
Add a space between extra parameters.
Wait for ShellExecute to complete.
2005-11-03 09:55:21 +00:00
Steven Edwards
20ea04f976
Add a real stub for Advpack.extract.
2005-11-03 09:54:56 +00:00
Vitaliy Margolen
4e76f91f1a
Get rid of CPU id when copying context
2005-11-03 09:54:47 +00:00
Raphael Junqueira
74c6321a15
- defined D3DCOLOR_B macros to access byte values of D3DCOLOR
...
- use D3DCOLOR macros instead of using shift + masks
- fix a bug where diffuse.lpData checked instead of specular.lpData
- implement color fixup on ARB VShader compilation code:
-> on input parameters using swizzle
-> add is_color parameter on vshader_program_add_param
2005-11-03 09:54:31 +00:00
Hans Leidekker
d7161472fc
Added stub for RegisterServiceCtrlHandlerEx{A,W}.
2005-11-03 09:53:27 +00:00
Phil Krylov
a91ba787e2
Added support for EM_REQUESTRESIZE message, EN_REQUESTRESIZE
...
notification, and ENM_REQUESTRESIZE event mask.
2005-11-03 09:52:29 +00:00
Michael Kaufmann
4770d57a09
Scroll bar: Keep the caret blinking during scroll operations (only
...
handle WM_SYSTIMER messages that belong to the scroll bar).
2005-11-03 09:51:42 +00:00
Eric Pouech
9c1b57c3d4
Implemented SymEnumLines.
2005-11-03 09:51:26 +00:00
Huw Davies
753e4ee9bd
Don't call Release on a null ptr.
2005-11-02 20:54:34 +00:00
Alexandre Julliard
73c72390f8
Fixed Get/SetThreadContext to work properly on suspended threads.
...
Added a test case.
2005-11-02 20:54:12 +00:00
Martin Fuchs
9f9fd4080b
Correct WINAPI position for MSVC portability.
2005-11-02 20:51:41 +00:00
Robert Shearman
4381c62560
Fix a crash during +variant logging caused by a typo causing an array
...
to be one element less than expected.
2005-11-02 20:03:01 +00:00
Oliver Stieber
d6fcc69ddb
Implement D3DFMT_UNKNOWN surfaces, this seems to be used a lot in d3d8
...
but I haven't found any d3d9 application that uses D3DFMT_UNKNOWN
surfaces yet.
2005-11-02 20:01:54 +00:00
Robert Shearman
efe606fddb
- Make sure to clean up properly on error.
...
- Restrict the critical section to getting the channel buffer and
adding a reference to it.
2005-11-02 20:00:00 +00:00