Eric Pouech [Mon, 5 Dec 2005 11:01:26 +0000 (12:01 +0100)]
winmm: driver unloading.
- properly handle drivers unloading when no session instance of the
driver has been created
Eric Pouech [Mon, 5 Dec 2005 11:00:54 +0000 (12:00 +0100)]
dbghelp,winedbg: SYMBOL_INFO fix.
- native dbghelp returns in SYMBOL_INFO.TypeIndex the index of the
type of the symbol (we were returning the symbol index instead)
- fixed winedbg accordingly
Michael Stefaniuc [Mon, 5 Dec 2005 11:00:24 +0000 (12:00 +0100)]
Fix VarBstrCmp for NULL input BSTRs (MSDN is wrong).
Milko Krachounov [Mon, 5 Dec 2005 11:00:04 +0000 (12:00 +0100)]
Update the Bulgarian resources for commdlg and regedit.
Marcus Meissner [Mon, 5 Dec 2005 10:59:43 +0000 (11:59 +0100)]
winsock: Rewrote mappers to use sizeof() based loops.
Added IPPROTO_IP and AF_UNSPEC to the mappers.
Robert Shearman [Sat, 3 Dec 2005 17:20:27 +0000 (18:20 +0100)]
OLE: Support HREFTYPEs For ITypeInfos
Add support for reading the hreftype of a typeinfo, return it to the
application in ITypeComp_Bind for the DESKIND_APPOBJECT case and
support referencing it in ITypeInfo_GetRefTypeInfo.
Robert Shearman [Sat, 3 Dec 2005 17:20:03 +0000 (18:20 +0100)]
OLE: fix function name loading
Correctly get the name of the second function of a propget/propput
pair in MSFT typelibs when the name offset is set to -1.
Robert Shearman [Sat, 3 Dec 2005 17:19:17 +0000 (18:19 +0100)]
OLE: fix invoking dispinterface functions
Fix invoking dispinterface functions by using the internal
representation of the function, not the one returned to applications.
H. Verbeet [Sat, 3 Dec 2005 17:18:58 +0000 (18:18 +0100)]
wined3d: Set pixel shader version correctly in IWineD3DPixelShaderImpl_SetFunction.
H. Verbeet [Sat, 3 Dec 2005 17:10:56 +0000 (18:10 +0100)]
wined3d: Return the correct parent in IWineD3DPixelShaderImpl_GetParent.
Remove an unnecessary cast.
Robert Shearman [Sat, 3 Dec 2005 17:10:30 +0000 (18:10 +0100)]
OLE: Move the dispinterface return value handling to functions that
return the FUNCDESC to the user.
Robert Shearman [Sat, 3 Dec 2005 17:10:14 +0000 (18:10 +0100)]
wininet: Correctly set the last error when a called Unix network
function fails.
Eric Pouech [Sat, 3 Dec 2005 17:09:59 +0000 (18:09 +0100)]
winedbg: simplify some code.
H. Verbeet [Sat, 3 Dec 2005 17:04:26 +0000 (18:04 +0100)]
wined3d: return D3DERR_INVALIDCALL when calling BeginStateBlock and
already recording.
Pavel Roskin [Sat, 3 Dec 2005 17:04:07 +0000 (18:04 +0100)]
Fixed regression in wineconsole creation (curses backend).
Vincent Béron [Sat, 3 Dec 2005 17:03:50 +0000 (18:03 +0100)]
winapi_check: fully descend in included files to check for prototype.
Robert Shearman [Sat, 3 Dec 2005 17:03:29 +0000 (18:03 +0100)]
OLE: fix handling of INVOKE_PROPERTYGET flag in ITypeComp_fnBind.
The INVOKE_PROPERTYGET flag shouldn't affect binding to variables; it
should just affect which of a pair of [propget] and [propput]
functions should be returned.
Robert Shearman [Sat, 3 Dec 2005 17:03:08 +0000 (18:03 +0100)]
wininet: global function/data cleanup
Make some functions and a structure static since they are only used in
one file.
Eric Pouech [Sat, 3 Dec 2005 17:02:49 +0000 (18:02 +0100)]
winedbg: fixed regression (and simplified code!) for arguments
printing in backtrace.
Eric Pouech [Sat, 3 Dec 2005 17:02:31 +0000 (18:02 +0100)]
winedbg: fixed regression in 'info local' command.
Aric Stewart [Sat, 3 Dec 2005 17:02:15 +0000 (18:02 +0100)]
wcmd: mkdir recursive create
In at least both win2k and winxp mkdir from the command prompt can
recursively create full directory paths. This implements that
functionality.
Aric Cyr [Sat, 3 Dec 2005 17:01:51 +0000 (18:01 +0100)]
Move standard WGL function declarations to wingdi.h.
dlls/opengl32/wgl.h is now empty and no longer needed.
Francois Gouget [Fri, 2 Dec 2005 15:15:09 +0000 (16:15 +0100)]
Assorted spelling fixes.
Vitaliy Margolen [Fri, 2 Dec 2005 15:13:13 +0000 (16:13 +0100)]
Move mapping (section) objects into directory name space.
Vitaliy Margolen [Fri, 2 Dec 2005 15:05:54 +0000 (16:05 +0100)]
Move timer objects into directory name space.
Vitaliy Margolen [Fri, 2 Dec 2005 15:01:17 +0000 (16:01 +0100)]
Move semaphore objects into directory name space.
Vitaliy Margolen [Fri, 2 Dec 2005 14:55:48 +0000 (15:55 +0100)]
Move event and mutex objects into directory name space.
Jacek Caban [Fri, 2 Dec 2005 14:54:58 +0000 (15:54 +0100)]
Sync the WebBrowser's window size with document's window.
Francois Gouget [Fri, 2 Dec 2005 12:32:17 +0000 (13:32 +0100)]
Update win32.api to match the current sources.
Vincent Béron [Fri, 2 Dec 2005 12:32:09 +0000 (13:32 +0100)]
Use the typedef'd declaration of IRpcStubBuffer and IRpcChannelBuffer
in RPC _Stubs.
Add IRpcStubBuffer and IRpcChannelBuffer declarations to objbase.h.
Vincent Béron [Fri, 2 Dec 2005 12:29:52 +0000 (13:29 +0100)]
Reorder the virtual table definition so it's defined before it is used
in widl header output.
Vincent Béron [Fri, 2 Dec 2005 12:28:05 +0000 (13:28 +0100)]
Use interface instead of struct where appropriate in widl.
Francois Gouget [Fri, 2 Dec 2005 12:27:55 +0000 (13:27 +0100)]
Fix the AtlAxWinInit() prototype.
Also make it return FALSE to indicate failure instead of E_FAIL.
Define AtlAxWinInit() and AtlAxCreateControl() in atliface.idl.
Francois Gouget [Fri, 2 Dec 2005 12:27:42 +0000 (13:27 +0100)]
Better stick to the PSDK types and to the dsrole.h prototype.
Update win32.api.
Francois Gouget [Fri, 2 Dec 2005 12:01:16 +0000 (13:01 +0100)]
Fix __RPC_USER handling.
Francois Gouget [Fri, 2 Dec 2005 12:01:07 +0000 (13:01 +0100)]
Better stick to the PSDK types.
Update win32.api.
Francois Gouget [Fri, 2 Dec 2005 12:00:24 +0000 (13:00 +0100)]
Add IMAGEHLP_MODULEW64.
Add SymGetModuleInfoW64() and SymLoadModule64().
Michael Jung [Fri, 2 Dec 2005 12:00:01 +0000 (13:00 +0100)]
Implemented scrolling during drag&drop for the shellview class.
Jacek Caban [Fri, 2 Dec 2005 11:59:51 +0000 (12:59 +0100)]
Use sink in navigate_complete instead of ClientSite's IDispatch.
Juan Lang [Fri, 2 Dec 2005 10:28:09 +0000 (11:28 +0100)]
Implement more OID support functions.
Use the exported OID support functions internally.
Move OID support functions and stubs to a separate file.
Vincent Béron [Fri, 2 Dec 2005 10:27:13 +0000 (11:27 +0100)]
Make winapi_check understand the interface keyword.
Pavel Roskin [Fri, 2 Dec 2005 10:27:00 +0000 (11:27 +0100)]
Improve script selection combobox in the font selection dialog - set
height to 90 (the old value of 10 could only fit a single line) and
remove CBS_OWNERDRAWFIXED flag to trim excessive height from the list
items.
Jacek Caban [Fri, 2 Dec 2005 10:26:32 +0000 (11:26 +0100)]
Added implementation of IConnectionPoint::Advise and Unadvise.
Hans Leidekker [Fri, 2 Dec 2005 10:26:19 +0000 (11:26 +0100)]
Document DN and error handling functions.
Try to stick to Wine's documentation format.
Rein Klazes [Fri, 2 Dec 2005 10:25:51 +0000 (11:25 +0100)]
Avoid formatted output in a few more places where formatting is not
really needed and output could be large enough to be truncated.
Jacek Caban [Fri, 2 Dec 2005 10:25:30 +0000 (11:25 +0100)]
Sync window sizes.
Michael Jung [Fri, 2 Dec 2005 10:25:18 +0000 (11:25 +0100)]
Added a test for native PIDL format.
James Hawkins [Fri, 2 Dec 2005 10:25:05 +0000 (11:25 +0100)]
Document many of the advpack functions.
Raphael Junqueira [Fri, 2 Dec 2005 10:24:52 +0000 (11:24 +0100)]
Handle DONTCARE flags on ChoosePixelFormat.
DOUBLEBUFFER and STEREO are non-mandatory options (ie if not available
find a compatible pixel format without). So try without if we cannot
find a valid fbconfig with these options.
Hans Leidekker [Thu, 1 Dec 2005 17:49:31 +0000 (18:49 +0100)]
Implement ldap_parse_extended_result{A,W}, ldap_parse_reference{A,W},
ldap_parse_result{A,W}, ldap_parse_sort_control{A,W} and
ldap_parse_vlv_control{A,W}. Stub implementations for
ldap_parse_page_control{A,W}.
Hans Leidekker [Thu, 1 Dec 2005 17:46:53 +0000 (18:46 +0100)]
Stub implementations for functions handling paged search results.
Add some missing declarations.
Huw Davies [Thu, 1 Dec 2005 17:46:42 +0000 (18:46 +0100)]
Make the node object aggregatable so that the element object (and in
future all of the other node types) can use it.
Alexandre Julliard [Thu, 1 Dec 2005 17:44:04 +0000 (18:44 +0100)]
Check for need to add area to the reserved list also on unmap.
Alexandre Julliard [Thu, 1 Dec 2005 17:42:39 +0000 (18:42 +0100)]
Ignore the large address space flag when version is win9x.
Hans Leidekker [Thu, 1 Dec 2005 14:58:25 +0000 (15:58 +0100)]
Document the ldap_delete* functions.
Rein Klazes [Thu, 1 Dec 2005 14:58:16 +0000 (15:58 +0100)]
Don't use formatted output in WCMD_setshow_sortenv.
Don't use unsafe vsprintf in WCMD_output.
Oldrich Jedlicka [Thu, 1 Dec 2005 12:12:36 +0000 (13:12 +0100)]
Fix for the monochrome DIB with inverted colors.
Alexandre Julliard [Thu, 1 Dec 2005 11:55:53 +0000 (12:55 +0100)]
Improved the CHECK_DEF macro to avoid code duplication.
Robert Shearman [Thu, 1 Dec 2005 11:55:31 +0000 (12:55 +0100)]
Make dump functions const.
Jacek Caban [Thu, 1 Dec 2005 11:49:02 +0000 (12:49 +0100)]
Added implementation of OLEIVERB_SHOW in DoVerb.
Robert Shearman [Thu, 1 Dec 2005 11:48:56 +0000 (12:48 +0100)]
Remove broken return value handling code and that would reference
memory beyond the end of the arguments array. Replace it with code
that properly handles referencing the return type and setting the
return type to VT_VOID when a dispinterface function doesn't have any
return value.
Alexandre Julliard [Thu, 1 Dec 2005 11:48:44 +0000 (12:48 +0100)]
Prefix signal definitions with MSVCRT_ to avoid conflicts with system
headers.
Alexandre Julliard [Thu, 1 Dec 2005 11:36:05 +0000 (12:36 +0100)]
Fixed some compiler warnings on Darwin.
Pavel Roskin [Thu, 1 Dec 2005 11:35:13 +0000 (12:35 +0100)]
Improve font support in Notepad.
Robert Shearman [Thu, 1 Dec 2005 11:34:39 +0000 (12:34 +0100)]
Introduce a variable "elemdesc" to eliminate some long common
expressions.
Move the contents of the second arguments loop inside the first.
Move the MSFT_ReadLEDWords so that it is the last statement in the
loop since it is one of the iterators.
Robert Shearman [Thu, 1 Dec 2005 10:37:11 +0000 (11:37 +0100)]
Don't truncate large integer constants.
Jacek Caban [Thu, 1 Dec 2005 10:36:52 +0000 (11:36 +0100)]
Added IOleInPlaceActiveObject stub implementation.
James Hawkins [Thu, 1 Dec 2005 10:36:37 +0000 (11:36 +0100)]
Add a stub for AdvInstallFile.
Robert Shearman [Thu, 1 Dec 2005 10:18:43 +0000 (11:18 +0100)]
Cleanup SSL connections properly, do a few security checks in
NETCON_secure_connect and display errors from SSL on failure. Don't
use SSL_set_bio as SSL_set_fd is cleaner for us.
Dmitry Timoshkov [Thu, 1 Dec 2005 10:12:34 +0000 (11:12 +0100)]
Add a test for LB_SELITEMRANGE, make it pass under Wine.
Robert Shearman [Thu, 1 Dec 2005 10:12:18 +0000 (11:12 +0100)]
Fix the entry attributes of the two module functions and uncomment
LoadPicture, but comment out the defaultvalue attribute that causes
widl to issue a warning.
Robert Shearman [Thu, 1 Dec 2005 10:12:07 +0000 (11:12 +0100)]
The pparamdescex of an ELEMDESC should only be copied if wParamFlags &
PARAMFLAG_DHASDEFAULT.
Make ITypeInfo_ReleaseVarDesc use TLB_FreeElemDesc.
Steven Edwards [Thu, 1 Dec 2005 10:11:51 +0000 (11:11 +0100)]
Add stubs for ldap_search_init_page[A/W].
Detlef Riekenberg [Thu, 1 Dec 2005 10:11:35 +0000 (11:11 +0100)]
Remove unused include X11/IntrinsicP.h.
Jacek Caban [Thu, 1 Dec 2005 10:11:22 +0000 (11:11 +0100)]
Added SetObjectRects implementation.
Jacek Caban [Thu, 1 Dec 2005 10:11:14 +0000 (11:11 +0100)]
Return S_OK in [On|Can]InPlaceActivate.
Handle IOleDocumentSite in QueryInterface.
Rein Klazes [Thu, 1 Dec 2005 10:10:59 +0000 (11:10 +0100)]
Make WineEngGetFontData always return the used byte count.
Peter Lemenkov [Wed, 30 Nov 2005 18:48:44 +0000 (19:48 +0100)]
Added WS_EX_COMPOSITED.
Dmitry Timoshkov [Wed, 30 Nov 2005 18:46:00 +0000 (19:46 +0100)]
Add a test for RedrawWindow with an empty region/rectangle, make it
pass under Wine.
Willie Sippel [Wed, 30 Nov 2005 18:45:45 +0000 (19:45 +0100)]
Added more Nvidia card IDs.
Alexandre Julliard [Wed, 30 Nov 2005 18:45:28 +0000 (19:45 +0100)]
Added support for Darwin DYLD_LIBRARY_PATH.
Vitaliy Margolen [Wed, 30 Nov 2005 18:22:57 +0000 (19:22 +0100)]
Implement symbolic link object in wineserver.
Implement Nt[Create|Open|Query]SymbolicLinkObject.
Change tests accordingly.
Markus Gömmel [Wed, 30 Nov 2005 17:27:06 +0000 (18:27 +0100)]
Added CSIDL_MYVIDEO|MYPICTURES|MYMUSIC to _SHRegisterUserShellFolders.
Oldrich Jedlicka [Wed, 30 Nov 2005 17:26:52 +0000 (18:26 +0100)]
Fix for RGB mask that corresponds to the visual's mask.
Hans Leidekker [Wed, 30 Nov 2005 17:26:42 +0000 (18:26 +0100)]
Document the ldap_control* functions.
Martin Fuchs [Wed, 30 Nov 2005 17:26:32 +0000 (18:26 +0100)]
Fix context menu handling for more than one entry in order to repair
.lnk-file execution: Don't break at the first non-matching entry.
Raphael Junqueira [Wed, 30 Nov 2005 17:26:16 +0000 (18:26 +0100)]
Added some checks on wglCreatContext to avoid problems (and
SetLastErrors).
Stefan Leichter [Wed, 30 Nov 2005 11:48:51 +0000 (12:48 +0100)]
Added stub for CryptVerifyMessageSignature.
Vitaliy Margolen [Wed, 30 Nov 2005 11:43:50 +0000 (12:43 +0100)]
ShowWindows(SW_SHOWMAXIMIZED) should ignore WS_MAXIMIZE window
state. Change tests accordingly.
Vitaliy Margolen [Wed, 30 Nov 2005 11:37:47 +0000 (12:37 +0100)]
New maximized visible window should be shown with
ShowWindow(SW_SHOW).
Vitaliy Margolen [Wed, 30 Nov 2005 11:32:22 +0000 (12:32 +0100)]
CreateWindow should not activate invisible minimized or maximized
windows.
Add several tests to show the correct behavior.
Stefan Leichter [Wed, 30 Nov 2005 11:31:54 +0000 (12:31 +0100)]
Fix version tests on windows 9x/ME.
Robert Shearman [Wed, 30 Nov 2005 11:31:38 +0000 (12:31 +0100)]
Test the behaviour of HttpSendRequestEx when putting data into the
lpvBuffer.
Robert Shearman [Wed, 30 Nov 2005 11:31:22 +0000 (12:31 +0100)]
Remove duplicated code by modifying HTTP_HttpSendRequest so that it
can be used by both HttpSendRequest and HttpSendRequestEx.
Also allow HttpSendRequestEx to be used asynchronously.
Vincent Béron [Wed, 30 Nov 2005 11:04:18 +0000 (12:04 +0100)]
Add some prototypes to include/ for already existing functions in
netapi32.
Vincent Béron [Wed, 30 Nov 2005 11:03:03 +0000 (12:03 +0100)]
Update win32.api to current cvs.
Add __RPC_USER as a calling convention in winapi.
Raphael Junqueira [Wed, 30 Nov 2005 11:02:45 +0000 (12:02 +0100)]
Add support for Intel drivers version string.
Update default driver version (nvidia).
Robert Shearman [Wed, 30 Nov 2005 11:02:26 +0000 (12:02 +0100)]
Disable XRender if bit masks aren't valid.
XRender code in the X11 driver will go into an infinite loop when the
colour bit masks are 0, so disable XRender in this case.
Robert Shearman [Wed, 30 Nov 2005 11:02:06 +0000 (12:02 +0100)]
The buffer sizes in the documentation for MsiDecomposeDescriptorW don't
include the NULL terminator, so fix this.
Robert Shearman [Wed, 30 Nov 2005 11:01:50 +0000 (12:01 +0100)]
Remove call to StrCatW by passing in NULL for lpszExtraInformation in
the call to InternetCrackUrl, which concatenates the params onto the
path.
Some other minor cleanups.