Michael Jung [Wed, 23 Nov 2005 14:14:25 +0000 (15:14 +0100)]
Initialize OLE instead of COM only in order to enable Drag and Drop.
Andrew Webb [Wed, 23 Nov 2005 14:13:59 +0000 (15:13 +0100)]
Define DateTime_SetMonthCalColor.
Juan Lang [Wed, 23 Nov 2005 14:12:56 +0000 (15:12 +0100)]
Fix some memory leaks.
Alexandre Julliard [Wed, 23 Nov 2005 13:30:41 +0000 (14:30 +0100)]
Fixed some broken code that was causing compiler warnings.
Huw Davies [Wed, 23 Nov 2005 13:30:22 +0000 (14:30 +0100)]
Release a stray node.
Alexandre Julliard [Tue, 22 Nov 2005 17:01:24 +0000 (17:01 +0000)]
Release 0.9.2.
Rein Klazes [Tue, 22 Nov 2005 16:18:55 +0000 (16:18 +0000)]
Fixes for FormatCharDlgProc16:
- properly store the ChooseFont pointer, use a window property as the
A and W functions do;
- handle other messages then WM_INITDIALOG and WM_MEASUREITEM as well.
Aric Stewart [Tue, 22 Nov 2005 16:18:48 +0000 (16:18 +0000)]
HttpEndRequest does not actually send an extra NULL byte at the end of
the request. Help from Rob Shearman on this one.
Alexandre Julliard [Tue, 22 Nov 2005 15:03:27 +0000 (15:03 +0000)]
Don't try to set the label in the superblock of FAT filesystems, that
doesn't do the right thing anyway.
Oliver Stieber [Tue, 22 Nov 2005 15:01:55 +0000 (15:01 +0000)]
Corrects an error in the _m3xm3 shader function in pixel and vertex
shaders.
Dmitry Timoshkov [Tue, 22 Nov 2005 14:56:40 +0000 (14:56 +0000)]
Add a semi-functional ICCompressorChoose implementation.
Rein Klazes [Tue, 22 Nov 2005 14:56:11 +0000 (14:56 +0000)]
GetSystemMetrics fixes with corresponding tests.
Vitaliy Margolen [Tue, 22 Nov 2005 14:55:42 +0000 (14:55 +0000)]
Add name_lookup function in object_ops.
Rein Klazes [Tue, 22 Nov 2005 14:54:29 +0000 (14:54 +0000)]
In CFn_CHOOSEFONT16to32W fix the conversion of the lpTemplateName and
the lpszStyle fields.
Hans Leidekker [Tue, 22 Nov 2005 14:53:36 +0000 (14:53 +0000)]
No need to link against shell32 or user32.
Aric Stewart [Tue, 22 Nov 2005 14:53:30 +0000 (14:53 +0000)]
Fix some logic to allow HTTP_ADDREQ_FLAG_ADD to replace existing
headers. Also adding a test for some header adding flags.
Alexandre Julliard [Tue, 22 Nov 2005 12:05:36 +0000 (12:05 +0000)]
Use struct unicode_str instead of null-terminated strings where
possible, and remove constraints on total key path length.
Robert Lunnon [Tue, 22 Nov 2005 12:01:05 +0000 (12:01 +0000)]
Add stdarg.h where missing.
Marcus Meissner [Tue, 22 Nov 2005 12:00:43 +0000 (12:00 +0000)]
EAI_NONAME -> WS_EAI_NODATA, check for EAI_NONAME and EAI_NODATA.
Steven Edwards [Tue, 22 Nov 2005 12:00:23 +0000 (12:00 +0000)]
Correct URL for version infomation database website.
Dmitry Timoshkov [Tue, 22 Nov 2005 12:00:11 +0000 (12:00 +0000)]
Add a test showing that SaveDC after GetDC should return 1.
Jacek Caban [Tue, 22 Nov 2005 11:59:57 +0000 (11:59 +0000)]
Create window in SetClientSite and return it in
IOleInPlaceSite::GetWindow.
Robert Shearman [Tue, 22 Nov 2005 11:59:16 +0000 (11:59 +0000)]
Test the sizes of some of the parameters passed into the callback.
Robert Shearman [Tue, 22 Nov 2005 11:59:07 +0000 (11:59 +0000)]
Rename SendAsyncCallback to INTERNET_SendCallback.
Robert Shearman [Tue, 22 Nov 2005 11:58:50 +0000 (11:58 +0000)]
Fix an incorrect entry in the HTTP header field table causing broken
Location field parsing.
Saulius Krasuckas [Tue, 22 Nov 2005 11:58:25 +0000 (11:58 +0000)]
Exit test after first TranslateInfString() failure, which seems to be
NT3.51 specific.
Oliver Stieber [Mon, 21 Nov 2005 16:27:55 +0000 (16:27 +0000)]
Implement a pixel shader parser and cross compiler. All version of
shaders up to 3 should be parsed correctly, but only shaders 1-1.4
will be cross compiled.
Vitaliy Margolen [Mon, 21 Nov 2005 16:27:03 +0000 (16:27 +0000)]
Return correct error on name collision when creating new named
objects.
Check for correct error in affected places.
Vitaliy Margolen [Mon, 21 Nov 2005 16:26:34 +0000 (16:26 +0000)]
Kernel32 should create named objects with OBJ_OPENIF flag set.
Handle STATUS_OBJECT_NAME_EXISTS explicitly as it's not mapped with
RtlNtStatusToDosError.
YunSong Hwang [Mon, 21 Nov 2005 16:25:12 +0000 (16:25 +0000)]
Update Korean translations.
Alexandre Julliard [Mon, 21 Nov 2005 15:25:27 +0000 (15:25 +0000)]
Only set label and serial number when they are actually changed.
Alexandre Julliard [Mon, 21 Nov 2005 15:23:49 +0000 (15:23 +0000)]
Fixed handling of mailslot read timeout to avoid compiler warnings.
Dmitry Timoshkov [Mon, 21 Nov 2005 15:18:32 +0000 (15:18 +0000)]
Choose what window styles to dump (WS_GROUP/WS_TABSTOP vs.
WS_MINIMIZEBOX/WS_MAXIMIZEBOX) based on the WS_CHILD style set.
Vitaliy Margolen [Mon, 21 Nov 2005 15:18:10 +0000 (15:18 +0000)]
More Object Manager tests.
Aric Stewart [Mon, 21 Nov 2005 15:17:55 +0000 (15:17 +0000)]
Implement HttpSendRequestEx and HttpEndRequest. Restructure, breaking
some things out of HTTP_SendRequestW to avoid duplicate code.
Ge van Geldorp [Mon, 21 Nov 2005 13:35:26 +0000 (13:35 +0000)]
Don't redefine ASN_OCTETSTRING, it's already defined in snmp.h.
Martin Fuchs [Mon, 21 Nov 2005 13:35:06 +0000 (13:35 +0000)]
SHGetFileInfoW(): handle SHGFI_LINKOVERLAY and SHGFI_OVERLAYINDEX.
SHMapPIDLToSystemImageListIndex(): determine overlay flag for
PidlToSicIndex() and return -1 in error cases.
Read shell overlay icon settings from registry to allow icon
overrides.
Rein Klazes [Mon, 21 Nov 2005 13:34:37 +0000 (13:34 +0000)]
Fix bogus unreal code page messages in _setmbcp().
Rein Klazes [Mon, 21 Nov 2005 13:34:29 +0000 (13:34 +0000)]
Do not forward _mbccpy to strcpy.
Remove the error message in _mbccpy, it is not an error.
Thomas Weidenmueller [Mon, 21 Nov 2005 13:34:06 +0000 (13:34 +0000)]
Improved word wrapping and tab key handling.
Vincent Béron [Mon, 21 Nov 2005 13:33:52 +0000 (13:33 +0000)]
Add/correct prototypes for some already defined functions in advpack.
Hans Leidekker [Mon, 21 Nov 2005 13:33:37 +0000 (13:33 +0000)]
Implement ldap_create_vlv_control{A,W},
ldap_encode_sort_control{A,W}.
Add a stub for ldap_create_page_control{A,W}.
Vincent Béron [Mon, 21 Nov 2005 12:06:00 +0000 (12:06 +0000)]
Add/correct prototypes for some already defined functions in
advapi32. Correct spec file entry for GetSecurityInfoExW.
Vitaliy Margolen [Mon, 21 Nov 2005 12:05:38 +0000 (12:05 +0000)]
Replace inherit flag with object attributes in winstation and desktop
create & open. Use OBJ_OPENIF flag to create winstation & desktop.
Rein Klazes [Mon, 21 Nov 2005 12:03:18 +0000 (12:03 +0000)]
Fix _mbsspn() with conformance tests.
Hans Leidekker [Mon, 21 Nov 2005 12:02:17 +0000 (12:02 +0000)]
Added Dutch translations.
YunSong Hwang [Mon, 21 Nov 2005 12:01:19 +0000 (12:01 +0000)]
Update Korean translations.
Dmitry Timoshkov [Mon, 21 Nov 2005 12:00:31 +0000 (12:00 +0000)]
Print scroll and clip rectangles on the ScrollDC entry.
Rob Shearman [Mon, 21 Nov 2005 12:00:16 +0000 (12:00 +0000)]
Don't try waiting for the service process to start if the
CreateProcess call failed.
Mike McCormack [Mon, 21 Nov 2005 11:59:54 +0000 (11:59 +0000)]
Loop around calling RegQueryValue until we have a big enough string
for both the name and the value.
Jacek Caban [Mon, 21 Nov 2005 11:59:39 +0000 (11:59 +0000)]
Added GetHostInfo implementation.
Ge van Geldorp [Mon, 21 Nov 2005 11:59:27 +0000 (11:59 +0000)]
Fix some prototypes to match the PSDK.
Saulius Krasuckas [Mon, 21 Nov 2005 11:59:03 +0000 (11:59 +0000)]
- ANSI SCSI revision is a hex number.
- Be more verbose with parser ERRs.
Vincent Béron [Mon, 21 Nov 2005 11:58:49 +0000 (11:58 +0000)]
Mark some functions as implemented in the spec files.
Vitaliy Margolen [Mon, 21 Nov 2005 11:58:29 +0000 (11:58 +0000)]
Create new drives with autodetect type.
Saulius Krasuckas [Mon, 21 Nov 2005 11:58:11 +0000 (11:58 +0000)]
Minor MSVCRT test changes:
- add two invalid parameter checks for fopen(),
- rearrange test sequence into two parts (low-level and stream I/O),
- break long line.
Hans Leidekker [Mon, 21 Nov 2005 11:57:52 +0000 (11:57 +0000)]
Fix the build without openldap.
Vincent Béron [Mon, 21 Nov 2005 11:57:46 +0000 (11:57 +0000)]
Add prototypes for some already defined functions in crypt32.
Aric Stewart [Mon, 21 Nov 2005 11:57:33 +0000 (11:57 +0000)]
Implement the use of NETCON_send for HTTP connections when in
InternetWriteFile.
Stefan Leichter [Mon, 21 Nov 2005 11:57:03 +0000 (11:57 +0000)]
Fix version tests on NT, 2K and XP, make some errors more verbose.
Rein Klazes [Mon, 21 Nov 2005 11:56:55 +0000 (11:56 +0000)]
Break from the SNDCTL_DSP_CHANNELS loops on first error instead of
continuing with even higher channels numbers.
Marcus Meissner [Mon, 21 Nov 2005 11:56:42 +0000 (11:56 +0000)]
Fixed typo in ws_sockaddr_u2ws().
Hans Leidekker [Fri, 18 Nov 2005 16:56:44 +0000 (16:56 +0000)]
Avoid using deprecated openldap functions.
Implement ldap_sslinit{A,W}, improve cldap_open{A,W}.
Add stub implementation for ldap_startup and ldap_stop_tls_s.
Eric Pouech [Fri, 18 Nov 2005 16:53:32 +0000 (16:53 +0000)]
Native dbghelp doesn't provide names for basic type, so added relevant
basic type names in winedbg.
Dmitry Timoshkov [Fri, 18 Nov 2005 16:52:35 +0000 (16:52 +0000)]
There is no need to resize our own fake dialog to match the parent, it
doesn't have controls anyway.
Saulius Krasuckas [Fri, 18 Nov 2005 16:51:30 +0000 (16:51 +0000)]
Don't call unicode functions of file API as they fail on Win9x.
Alexandre Julliard [Fri, 18 Nov 2005 16:31:18 +0000 (16:31 +0000)]
Added a struct unicode_str to encapsulate object names.
Hans Leidekker [Fri, 18 Nov 2005 16:29:32 +0000 (16:29 +0000)]
Avoid using deprecated openldap functions.
Correct some return values.
Eric Pouech [Fri, 18 Nov 2005 16:27:55 +0000 (16:27 +0000)]
Centralized calls for SymSetContext, we only do it when we change the
current stack frame, and no longer every time we look up local symbols
on current stack
Alexandre Julliard [Fri, 18 Nov 2005 15:06:38 +0000 (15:06 +0000)]
Avoid setting the context before the thread has started running, it's
broken on most Windows versions.
Huw Davies [Fri, 18 Nov 2005 15:05:26 +0000 (15:05 +0000)]
Ref count the xmlDocPtr.
If two nodes refer to the same xmlNodePtr don't return same object.
Hans Leidekker [Fri, 18 Nov 2005 15:05:01 +0000 (15:05 +0000)]
Avoid using deprecated openldap functions.
Correct some return values.
Eric Pouech [Fri, 18 Nov 2005 15:04:44 +0000 (15:04 +0000)]
Move print_func_and_args to stack.c, where it belongs.
Kieran Clancy [Fri, 18 Nov 2005 15:04:25 +0000 (15:04 +0000)]
Fix vertical text alignment in static controls.
Vijay Kiran Kamuju [Fri, 18 Nov 2005 12:33:10 +0000 (12:33 +0000)]
Added header control tests.
Eric Pouech [Fri, 18 Nov 2005 12:33:03 +0000 (12:33 +0000)]
- now storing frames information in thread structure
- frames are cached after each thread stops execution
- reimplemented backtrace on top of this
Alexandre Julliard [Fri, 18 Nov 2005 12:15:59 +0000 (12:15 +0000)]
Added a few more Unicode digits from Unicode version 4.1.
Alexandre Julliard [Fri, 18 Nov 2005 12:15:04 +0000 (12:15 +0000)]
Updated codepage tables to Unicode version 4.1.
YunSong Hwang [Fri, 18 Nov 2005 12:07:42 +0000 (12:07 +0000)]
Update Korean translations.
Dmitry Timoshkov [Fri, 18 Nov 2005 12:07:19 +0000 (12:07 +0000)]
Add another test for Z order of child windows.
Dmitry Timoshkov [Fri, 18 Nov 2005 12:06:57 +0000 (12:06 +0000)]
Use case insensitive comparison to check file extensions.
Peter Beutner [Fri, 18 Nov 2005 12:06:45 +0000 (12:06 +0000)]
Fix wrong use of the PFD_GENERIC_ACCELERATED flag. It indicates that
the selected pixel format lacks full hardware acceleration and only a
few parts are accelerated. So don't always set it but only if the X
server actually reports that the selected pixel format is not fully
accelerated.
Jacek Caban [Fri, 18 Nov 2005 12:06:12 +0000 (12:06 +0000)]
Free ConnectionPoint objects (fix memory leak).
Eric Pouech [Fri, 18 Nov 2005 12:06:00 +0000 (12:06 +0000)]
Ensures, when we cannot demangle the string, to return the mangled
name instead of a NULL pointer.
Eric Pouech [Fri, 18 Nov 2005 12:05:44 +0000 (12:05 +0000)]
Now returning correct symbol flags (as native does) for function pmts
& locals in dbghelp.
Modified winedbg accordingly.
Dmitry Timoshkov [Fri, 18 Nov 2005 12:05:05 +0000 (12:05 +0000)]
If SANE returns empty device list treat it as an error.
Jacek Caban [Fri, 18 Nov 2005 12:04:53 +0000 (12:04 +0000)]
Fix parsing '{' char.
Robert Reif [Fri, 18 Nov 2005 12:04:36 +0000 (12:04 +0000)]
Handle failure on Windows 95 properly.
Make two functions available to all files.
Make format_string() const correct.
Marcus Meissner [Thu, 17 Nov 2005 12:58:35 +0000 (12:58 +0000)]
Implemented getaddrinfo(), including full mapping of struct addrinfo
between UNIX and Windows. Based on a patch by Mike Hearn.
Eric Pouech [Thu, 17 Nov 2005 12:53:41 +0000 (12:53 +0000)]
Dbghelp describes the types of function arguments with a specific
symbol-type (symt) which links both to arguments' type and to function
prototype
- added this new type to dbghelp
- implemented its use in winedbg
Eric Pouech [Thu, 17 Nov 2005 11:51:53 +0000 (11:51 +0000)]
SymGetType(...,TI_GET_LENGTH,...) requires a 64 bit parameter, not a
32 bit one.
Alexandre Julliard [Thu, 17 Nov 2005 11:43:10 +0000 (11:43 +0000)]
Only update modified files.
Jacek Caban [Thu, 17 Nov 2005 11:40:55 +0000 (11:40 +0000)]
Improve IConnectionPoint handling.
Oliver Stieber [Thu, 17 Nov 2005 11:40:43 +0000 (11:40 +0000)]
Disable support for creation FMT_Unknown textures. This gets most of
the d3d8 demos from www.codesampler.com working.
Robert Shearman [Thu, 17 Nov 2005 11:07:04 +0000 (11:07 +0000)]
Remove some incompatibilities in the wctype table by updating the
space, blank and cntrl exceptions and fixing the type given to
characters in the "Zl" and "Zp" classes.
Vitaliy Margolen [Thu, 17 Nov 2005 11:06:18 +0000 (11:06 +0000)]
Return false if index is out of bounds in GetItemT.
Alexandre Julliard [Thu, 17 Nov 2005 11:06:06 +0000 (11:06 +0000)]
Fixed invalid C syntax.
Robert Shearman [Thu, 17 Nov 2005 11:05:46 +0000 (11:05 +0000)]
The BOM doesn't need a DWORD sized variable, only a WCHAR one.
Don't increment the szFile pointer since we removed the BOM earlier
and it will cause the first real character of the INI file to be
skipped.
Martin Fuchs [Thu, 17 Nov 2005 11:05:35 +0000 (11:05 +0000)]
Use command line for initial directory selection.
Remove useless hwndParent variable.
Oliver Stieber [Thu, 17 Nov 2005 11:05:12 +0000 (11:05 +0000)]
Clear the z and stencil buffers at the end of the scene, this fixes a
problem with the solid node bsp demo from www.codesampler.com as well
as a lot of blank screens in some other demos.