2006-01-04 17:04:35 +01:00
|
|
|
|
2006-01-04 Alex Villacís Lasso <a_villacis@palosanto.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msacm/stream.c:
|
|
|
|
|
msacm: Initialize some ACMSTREAMHEADER fields for the sake of native codecs.
|
|
|
|
|
Initialize cb[Src|Dst]LengthUsed to 0 before calling into codec,
|
|
|
|
|
required by (some?) native codecs.
|
|
|
|
|
|
|
|
|
|
2006-01-04 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* tools/wine.inf:
|
|
|
|
|
wine.inf: Add a few keys to HKLM\Hardware.
|
|
|
|
|
|
|
|
|
|
2006-01-04 Marcus Meissner <marcus@jet.franken.de>
|
|
|
|
|
|
|
|
|
|
* dlls/winsock/socket.c:
|
|
|
|
|
winsock: Map wildcards for socket type and protocol in getaddrinfo().
|
|
|
|
|
|
|
|
|
|
2006-01-04 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/loader.c:
|
|
|
|
|
Set refcount to -1 on implicitly loaded dlls to avoid unloading them
|
|
|
|
|
(suggested by Michael Ost).
|
|
|
|
|
|
|
|
|
|
2006-01-04 Marcus Meissner <marcus@jet.franken.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shlwapi/shlwapi.spec:
|
|
|
|
|
shlwapi: Print PathCombine* strings arguments in relay debugging.
|
|
|
|
|
|
|
|
|
|
2006-01-04 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* include/wine/pthread.h:
|
|
|
|
|
Avoid DECLSPEC_NORETURN on function pointers for MSVC compatibility.
|
|
|
|
|
|
|
|
|
|
2006-01-04 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* programs/msiexec/msiexec.c:
|
|
|
|
|
msiexec: Ignore the TRANSFORMS variable.
|
|
|
|
|
Ignore the TRANSFORMS variable when building a list of transforms for
|
|
|
|
|
advertising. The variable is used to apply transforms when installing.
|
|
|
|
|
|
|
|
|
|
* dlls/msi/action.c, dlls/msi/msipriv.h, dlls/msi/msiquery.c:
|
|
|
|
|
msi: Apply any MSI transforms specified by the TRANSFORMS property.
|
|
|
|
|
|
|
|
|
|
* dlls/msi/msi.spec, dlls/msi/msiquery.c:
|
|
|
|
|
msi: Add a stub for MsiGetLastErrorRecord.
|
|
|
|
|
|
|
|
|
|
* dlls/msi/dialog.c:
|
|
|
|
|
msi: Fixes for the MaskedEdit control.
|
|
|
|
|
Allow MaskedEdit masks that aren't enclosed with <>.
|
|
|
|
|
Allow the MaskedEdit's edit controls to scroll a bit in case things
|
|
|
|
|
don't line up.
|
|
|
|
|
|
|
|
|
|
2006-01-04 Robert Reif <reif@earthlink.net>
|
|
|
|
|
|
|
|
|
|
* dlls/dsound/capture.c, dlls/dsound/dsound_private.h:
|
|
|
|
|
dsound: Capture cleanup.
|
|
|
|
|
Move code and function prototypes around to eliminate forward
|
|
|
|
|
declarations. No code is changed.
|
|
|
|
|
|
|
|
|
|
2006-01-04 Hans Leidekker <hans@it.vu.nl>
|
|
|
|
|
|
|
|
|
|
* tools/winapi/winapi_global.pm:
|
|
|
|
|
winapi: Remove some exceptions now that DLL separation is complete.
|
|
|
|
|
|
|
|
|
|
* DEVELOPERS-HINTS:
|
|
|
|
|
Subdirectory tools/winapi_check no longer exists.
|
|
|
|
|
|
|
|
|
|
2006-01-04 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shell32_Bg.rc, dlls/shell32/shell32_De.rc,
|
|
|
|
|
dlls/shell32/shell32_En.rc, dlls/shell32/shell32_Es.rc,
|
|
|
|
|
dlls/shell32/shell32_Fi.rc, dlls/shell32/shell32_Fr.rc,
|
|
|
|
|
dlls/shell32/shell32_No.rc, dlls/shell32/shell32_Pt.rc,
|
|
|
|
|
dlls/shell32/shellpath.c:
|
|
|
|
|
shell32: Create Local AppData for user profile.
|
|
|
|
|
Move history and internet tmp files to Local Settings.
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shell32_Ru.rc:
|
|
|
|
|
shell32: Update Russian resources.
|
|
|
|
|
|
|
|
|
|
2006-01-04 Rein Klazes <wijn@wanadoo.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/user/menu.c:
|
|
|
|
|
user32: Menu tracing improvements.
|
|
|
|
|
|
|
|
|
|
2006-01-03 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/virtual.c:
|
|
|
|
|
ntdll: Check file size when mapping image sections to avoid SIGBUS errors.
|
|
|
|
|
|
|
|
|
|
2006-01-03 Marcus Meissner <marcus@jet.franken.de>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/custom.c:
|
|
|
|
|
msi: Report the commandline that failed to start in ERR()s.
|
|
|
|
|
|
|
|
|
|
2006-01-03 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/atom.c, dlls/kernel/tests/atom.c:
|
|
|
|
|
kernel32: Implemented atoms query function on top of ntdll ones.
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/atom.c, dlls/ntdll/tests/atom.c,
|
|
|
|
|
include/wine/server_protocol.h, server/atom.c, server/protocol.def,
|
|
|
|
|
server/trace.c:
|
|
|
|
|
ntdll: Correct implementation for atom query functions.
|
|
|
|
|
|
|
|
|
|
2006-01-03 Markus Amsler <markus.amsler@oribi.org>
|
|
|
|
|
|
|
|
|
|
* dlls/advpack/advpack.c:
|
|
|
|
|
advpack: Make DoInfInstall return an HRESULT.
|
|
|
|
|
|
|
|
|
|
2006-01-03 Robert Reif <reif@earthlink.net>
|
|
|
|
|
|
|
|
|
|
* dlls/dsound/buffer.c, dlls/dsound/capture.c, dlls/dsound/dsound.c,
|
|
|
|
|
dlls/dsound/dsound_private.h, dlls/dsound/primary.c,
|
|
|
|
|
dlls/dsound/propset.c, dlls/dsound/sound3d.c:
|
|
|
|
|
dsound: Remove WINAPI from internal functions.
|
|
|
|
|
|
|
|
|
|
2006-01-03 Markus Amsler <markus.amsler@oribi.org>
|
|
|
|
|
|
|
|
|
|
* dlls/advpack/advpack.c:
|
|
|
|
|
advpack: Fix LaunchInfSection[Ex] documentation.
|
|
|
|
|
|
|
|
|
|
2006-01-03 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* libs/wpp/wpp.c, tools/widl/widl.c, tools/wrc/wrc.c:
|
|
|
|
|
Support building flex files without debug support.
|
|
|
|
|
|
|
|
|
|
2006-01-03 Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
|
|
|
|
|
|
|
|
|
|
* include/wine/pthread.h, include/winternl.h:
|
|
|
|
|
include: Fix DECLSPEC_NORETURN for compilation with MS C compiler.
|
|
|
|
|
|
|
|
|
|
2006-01-03 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shfldr_unixfs.c, dlls/shell32/tests/shlfolder.c:
|
|
|
|
|
shell32/unixfs: Added unicode support in folder and file pidls.
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/pidl.c, dlls/shell32/pidl.h:
|
|
|
|
|
shell32: Helper function for unicode support in folder and file pidls.
|
|
|
|
|
|
|
|
|
|
2006-01-03 Rein Klazes <wijn@wanadoo.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/user/menu.c, dlls/user/tests/menu.c:
|
|
|
|
|
user32: Separate menu bitmaps and strings.
|
|
|
|
|
Store bitmaps and bitmaps always in separate fields in the internal
|
|
|
|
|
menu structure. Get rid of a lot of assumptions in the code that the
|
|
|
|
|
menu can have strings only when it is not some other type and that
|
|
|
|
|
bitmaps come in two flavors.
|
|
|
|
|
Add a lot of conformance tests, including some submitted by Jason
|
|
|
|
|
Edmeades.
|
|
|
|
|
|
|
|
|
|
2006-01-03 Steven Edwards <winehacker@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/gdi/Makefile.in, dlls/gdi/gdi_private.h, dlls/gdi/metafile.c,
|
|
|
|
|
dlls/gdi/metafile16.c, dlls/gdi/mfdrv/init.c:
|
|
|
|
|
gdi: Win16/32 split of most of the metafile support.
|
|
|
|
|
|
|
|
|
|
* dlls/gdi/gdi_private.h, include/wingdi.h:
|
|
|
|
|
gdi: Move EMRSETTEXTJUSTIFICATION structure to the private gdi header.
|
|
|
|
|
|
|
|
|
|
2006-01-03 Alex Villacís Lasso <a_villacis@palosanto.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msacm/msacm32_main.c:
|
|
|
|
|
msacm32: Implement ACM_METRIC_DRIVER_PRIORITY in acmMetrics.
|
|
|
|
|
|
|
|
|
|
2006-01-03 Robert Reif <reif@earthlink.net>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/module.c:
|
|
|
|
|
kernel: DelayLoadFailureHook crash fix.
|
|
|
|
|
|
|
|
|
|
2006-01-03 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* libs/wpp/Makefile.in, libs/wpp/ppl.l, programs/winedbg/debug.l,
|
|
|
|
|
programs/winhelp/macro.lex.l, tools/widl/Makefile.in,
|
|
|
|
|
tools/widl/parser.l, tools/wrc/Makefile.in, tools/wrc/parser.l:
|
|
|
|
|
Added some flex options to avoid compiler warnings.
|
|
|
|
|
Moved options from the Makefile into the source.
|
|
|
|
|
|
|
|
|
|
2006-01-03 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/dialog.c:
|
|
|
|
|
msi: Subclass the Richedit control.
|
|
|
|
|
Send a "DoAction" control event when the user scrolls the text.
|
|
|
|
|
|
|
|
|
|
* dlls/msi/install.c:
|
|
|
|
|
MSI: Improve the MsiGetMode stub a little.
|
|
|
|
|
|
|
|
|
|
* dlls/msi/dialog.c, dlls/msi/events.c, dlls/msi/msipriv.h:
|
|
|
|
|
msi: Implement the Reset control event.
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/typelib.c:
|
|
|
|
|
oleaut32: Allow _invoke to handle up to 17 parameters.
|
|
|
|
|
|
|
|
|
|
2006-01-03 Robert Reif <reif@earthlink.net>
|
|
|
|
|
|
|
|
|
|
* dlls/dsound/dsound.c:
|
|
|
|
|
dsound Add uninitialized check.
|
|
|
|
|
|
|
|
|
|
2006-01-03 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/comctl32/listview.c:
|
|
|
|
|
comctl32: Listview - allow selection toggle with ctrl+space.
|
|
|
|
|
|
|
|
|
|
2006-01-03 Marcus Meissner <marcus@jet.franken.de>
|
|
|
|
|
|
|
|
|
|
* dlls/winsock/socket.c:
|
|
|
|
|
winsock: AF_UNSPEC mapping.
|
|
|
|
|
Also map AF_UNSPEC sockaddrs in the sockaddr handlers.
|
|
|
|
|
Zero initialize the sockaddr in ws_sockaddr_alloc().
|
|
|
|
|
|
|
|
|
|
2006-01-03 Francois Gouget <fgouget@free.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/ddraw/tests/dsurface.c, dlls/user/edit.c:
|
|
|
|
|
Assorted spelling fixes
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/tests/shlfileop.c, dlls/wined3d/stateblock.c:
|
|
|
|
|
Add trailing '\n's to ok() calls.
|
|
|
|
|
Remove spaces before '\n' in traces.
|
|
|
|
|
|
|
|
|
|
* tools/winapi/win32.api:
|
|
|
|
|
winapi: Update win32.api to match the current sources.
|
|
|
|
|
|
|
|
|
|
* dlls/msi/msi.c, dlls/wldap32/page.c:
|
|
|
|
|
Small documentation tweaks to avoid winapi_check warnings.
|
|
|
|
|
|
|
|
|
|
2006-01-03 Francois Gouget <fgouget@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* programs/winemenubuilder/winemenubuilder.c:
|
|
|
|
|
winemenubuilder: Improve traces.
|
|
|
|
|
Add some traces to make it easier to debug icon generation problems.
|
|
|
|
|
|
|
|
|
|
2006-01-03 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/gdi/tests/bitmap.c:
|
|
|
|
|
gdi: Add a test which shows that GDI does not support compressed DIB sections.
|
|
|
|
|
|
|
|
|
|
2006-01-03 Ulrich Czekalla <ulrich@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/gdi/dib.c:
|
|
|
|
|
gdi32: Disallow creation of compressed DIB sections.
|
|
|
|
|
|
|
|
|
|
2006-01-03 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ole32/hglobalstream.c:
|
|
|
|
|
ole: Check the return value of IStream_SetSize in IStream_Read.
|
|
|
|
|
Check the return value of IStream_SetSize in IStream_Read, since
|
|
|
|
|
otherwise execution could continue on and cause heap corruption.
|
|
|
|
|
|
|
|
|
|
* dlls/ole32/stg_stream.c:
|
|
|
|
|
ole: Fix mis-handling of return value in StgStreamImpl_Read.
|
|
|
|
|
BlockChainStream_ReadAt returns a BOOL, not an HRESULT so change
|
|
|
|
|
StgStreamImpl_Read to handle this, by returning STG_E_READFAULT on
|
|
|
|
|
failure.
|
|
|
|
|
|
|
|
|
|
* dlls/rpcrt4/ndr_marshall.c:
|
|
|
|
|
rpcrt4: Implement callback conformance.
|
|
|
|
|
|
|
|
|
|
* dlls/rpcrt4/rpc_server.c:
|
|
|
|
|
rpcrt4: Fix race condition in RpcServerListen.
|
|
|
|
|
The DontWait parameter is used for forcing the function not to wait
|
|
|
|
|
for the server to finish.
|
|
|
|
|
|
|
|
|
|
2006-01-03 Thomas Weidenmueller <wine-patches@reactsoft.com>
|
|
|
|
|
|
|
|
|
|
* dlls/comctl32/comctl32undoc.c:
|
|
|
|
|
comctrl32: ReAlloc should be able to move memory blocks if necessary.
|
|
|
|
|
|
|
|
|
|
2006-01-03 Kai Blin <kai.blin@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/secur32/tests/main.c:
|
|
|
|
|
secur32: Rewrote NTLM tests in a more flexible way.
|
|
|
|
|
|
|
|
|
|
2006-01-03 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* server/snapshot.c:
|
|
|
|
|
server: Fix va_list compile error.
|
|
|
|
|
|
|
|
|
|
* dlls/gdi/driver.c, dlls/user/tests/monitor.c:
|
|
|
|
|
gdi: Device name returned from EnumDisplayDevices is valid for CreateDC.
|
|
|
|
|
|
|
|
|
|
* dlls/advapi32/service.c:
|
|
|
|
|
advapi32: Don't allocate memory for empty argument string and pass
|
|
|
|
|
NULL instead.
|
|
|
|
|
|
|
|
|
|
2005-12-31 Hans Leidekker <hans@it.vu.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/wldap32/Makefile.in, dlls/wldap32/control.c, dlls/wldap32/misc.c,
|
|
|
|
|
dlls/wldap32/page.c, dlls/wldap32/parse.c, dlls/wldap32/search.c,
|
|
|
|
|
dlls/wldap32/winldap_private.h:
|
|
|
|
|
wldap32: Implement some page handling functions.
|
|
|
|
|
Implement ldap_create_page_control{A,W} and
|
|
|
|
|
ldap_parse_page_control{A,W}.
|
|
|
|
|
Move the page handling functions into their own file.
|
|
|
|
|
|
|
|
|
|
* dlls/wldap32/extended.c:
|
|
|
|
|
wldap32: Document the functions that handle extended operations.
|
|
|
|
|
|
|
|
|
|
* dlls/wldap32/init.c:
|
|
|
|
|
wldap32: Document the init functions.
|
|
|
|
|
Fix two bugs.
|
|
|
|
|
|
|
|
|
|
2005-12-31 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* programs/winecfg/x11drvdlg.c:
|
|
|
|
|
winecfg: Default for DXGrab is NO.
|
|
|
|
|
|
|
|
|
|
2005-12-31 Milko Krachounov <milko@3mhz.net>
|
|
|
|
|
|
|
|
|
|
* programs/winecfg/Bg.rc:
|
|
|
|
|
winecfg: Fix a mess with the Bulgarian resource file and translate the
|
|
|
|
|
untranslated strings.
|
|
|
|
|
|
|
|
|
|
2005-12-31 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/urlmon/tests/protocol.c:
|
|
|
|
|
urlmon: Added http protocol tests (currently failing in Wine).
|
|
|
|
|
|
|
|
|
|
2005-12-31 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/tests/exception.c:
|
|
|
|
|
ntdll/tests: Try to fail more gracefully on win9x.
|
|
|
|
|
Link to NtCurrentTeb dynamically.
|
|
|
|
|
|
|
|
|
|
2005-12-31 Dan Kegel <dank@kegel.com>
|
|
|
|
|
|
|
|
|
|
* dlls/commdlg/colordlg.c:
|
|
|
|
|
commdlg: Let the color picker respond properly to keystrokes.
|
|
|
|
|
|
|
|
|
|
2005-12-31 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/urlcache.c:
|
|
|
|
|
wininet: Handle the cache being full better in CommitUrlCacheEntryInternal.
|
|
|
|
|
Move the freeing of allocation blocks for an entry into
|
|
|
|
|
URLCache_DeleteEntry.
|
|
|
|
|
Call URLCache_DeleteEntry to rollback from failure in
|
|
|
|
|
CommitUrlCacheEntryInternal.
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/urlcache.c:
|
|
|
|
|
wininet: Create new hash tables for URL cache on demand.
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/urlcache.c:
|
|
|
|
|
wininet: Move URL cache hash table creation to a separate function.
|
|
|
|
|
|
|
|
|
|
2005-12-31 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/urlmon/umon.c:
|
|
|
|
|
urlmon: Removed not used code.
|
|
|
|
|
|
|
|
|
|
2005-12-31 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* tools/widl/typegen.c:
|
|
|
|
|
widl: Output sizing information for arrays in the generated marshaling code.
|
|
|
|
|
|
|
|
|
|
* tools/widl/header.c, tools/widl/header.h, tools/widl/proxy.c:
|
|
|
|
|
widl: Export the bracket adding functionality of do_write_expr outside
|
|
|
|
|
of header.c.
|
|
|
|
|
|
|
|
|
|
2005-12-31 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/action.c:
|
|
|
|
|
msi: Change some FIXME messages to comments.
|
|
|
|
|
|
|
|
|
|
* dlls/msi/package.c:
|
|
|
|
|
msi: Define the property "Intel" if we're running on an Intel processor.
|
|
|
|
|
|
|
|
|
|
* dlls/msi/action.c:
|
|
|
|
|
msi: Add stub actions for CCPSearch and RMCCPSearch.
|
|
|
|
|
|
|
|
|
|
* dlls/riched20/reader.c:
|
|
|
|
|
riched20: Add newlines to ERR macro output.
|
|
|
|
|
|
|
|
|
|
2005-12-31 Robert Reif <reif@earthlink.net>
|
|
|
|
|
|
|
|
|
|
* dlls/comctl32/ipaddress.c:
|
|
|
|
|
comctl32: Create ipaddress in enabled state.
|
|
|
|
|
|
|
|
|
|
2005-12-31 Raphael Junqueira <fenix@club-internet.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/directx.c, dlls/wined3d/surface.c:
|
|
|
|
|
wined3d: Added support for WINED3DFMT_X4R4G4B4.
|
|
|
|
|
|
|
|
|
|
2005-12-31 Hans Leidekker <hans@it.vu.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/wldap32/value.c:
|
|
|
|
|
wldap32: Document the value handling functions.
|
|
|
|
|
|
|
|
|
|
* dlls/wldap32/wldap32.h:
|
|
|
|
|
wldap32: Copy embedded berval structures too.
|
|
|
|
|
|
|
|
|
|
2005-12-31 Henning Gerhardt <henning.gerhardt@web.de>
|
|
|
|
|
|
|
|
|
|
* programs/winecfg/De.rc:
|
|
|
|
|
winecfg: Update German resource.
|
|
|
|
|
|
|
|
|
|
2005-12-31 Thomas Weidenmueller <wine-patches@reactsoft.com>
|
|
|
|
|
|
|
|
|
|
* dlls/comctl32/propsheet.c:
|
|
|
|
|
comctl32: Fix error handling in PSM_ADDPAGE in case of memory
|
|
|
|
|
allocation failure.
|
|
|
|
|
|
|
|
|
|
2005-12-26 Yuval Fledel <yuvalfl@gmail.com>
|
|
|
|
|
|
|
|
|
|
* programs/winetest/Makefile.in:
|
|
|
|
|
winetest: Only include d3d9 if it is being built.
|
|
|
|
|
|
|
|
|
|
2005-12-26 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/urlmon/sec_mgr.c, dlls/urlmon/tests/misc.c:
|
|
|
|
|
urlmon: Added GetSecurityId implementation.
|
|
|
|
|
|
|
|
|
|
* dlls/urlmon/binding.c, dlls/urlmon/tests/url.c, dlls/urlmon/umon.c:
|
|
|
|
|
urlmon: Use pluggable protocol for file protocol.
|
|
|
|
|
|
|
|
|
|
2005-12-26 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* tools/widl/typegen.c:
|
|
|
|
|
widl: Fix merge conflict.
|
|
|
|
|
|
|
|
|
|
* tools/widl/typegen.c:
|
|
|
|
|
widl: Follow type references in procformat and typeformat string generation.
|
|
|
|
|
|
|
|
|
|
* tools/widl/typegen.c:
|
|
|
|
|
widl: Handle marshaling and unmarshaling structures.
|
|
|
|
|
|
|
|
|
|
* tools/widl/client.c, tools/widl/header.c, tools/widl/header.h,
|
|
|
|
|
tools/widl/server.c:
|
|
|
|
|
widl: Out parameters.
|
|
|
|
|
Marshall and unmarshall out parameters for servers and clients
|
|
|
|
|
respectively.
|
|
|
|
|
Write out array components for declared local variables in generated
|
|
|
|
|
server code.
|
|
|
|
|
|
|
|
|
|
* tools/widl/client.c, tools/widl/server.c, tools/widl/typegen.c,
|
|
|
|
|
tools/widl/typegen.h:
|
|
|
|
|
widl: Remove some duplication.
|
|
|
|
|
Remove some duplicated code by calling an improved
|
|
|
|
|
get_required_buffer_size.
|
|
|
|
|
Add some more newlines in the generated code to separate separate
|
|
|
|
|
stages.
|
|
|
|
|
Calculate the buffer size of [out] arguments in generated server code.
|
|
|
|
|
Fix the direction passed into unmarshall_arguments.
|
|
|
|
|
|
|
|
|
|
* tools/widl/client.c, tools/widl/server.c, tools/widl/typegen.c,
|
|
|
|
|
tools/widl/typegen.h:
|
|
|
|
|
widl: Pass a state into marshall_arguments and unmarshall_arguments to
|
|
|
|
|
decide which parameters should be considered based on their direction.
|
|
|
|
|
|
|
|
|
|
* tools/widl/typegen.c:
|
|
|
|
|
widl: Generate marshaling and unmarshaling statements for arrays.
|
|
|
|
|
|
|
|
|
|
* tools/widl/typegen.c:
|
|
|
|
|
widl: Treat variables with array indices the same as pointers.
|
|
|
|
|
|
|
|
|
|
* tools/widl/typegen.c:
|
|
|
|
|
widl: Advance the type format string whilst marshaling and
|
|
|
|
|
unmarshaling arguments.
|
|
|
|
|
|
|
|
|
|
* tools/widl/typegen.c:
|
|
|
|
|
widl: Convert the main while loops in marshall_arguments and
|
|
|
|
|
unmarshall_arguments into for loops.
|
|
|
|
|
|
|
|
|
|
* tools/widl/client.c, tools/widl/server.c, tools/widl/typegen.c,
|
|
|
|
|
tools/widl/typegen.h:
|
|
|
|
|
widl: Add support for marshalling and unmarshalling conformant strings.
|
|
|
|
|
|
|
|
|
|
* tools/widl/header.c, tools/widl/header.h, tools/widl/parser.y,
|
|
|
|
|
tools/widl/proxy.c, tools/widl/write_msft.c:
|
|
|
|
|
widl: Add some const attributes.
|
|
|
|
|
|
|
|
|
|
* tools/widl/typegen.c:
|
|
|
|
|
widl: Prepare marshall and unmarshall code generation functions for
|
|
|
|
|
accepting pointers.
|
|
|
|
|
|
|
|
|
|
* tools/widl/client.c, tools/widl/server.c, tools/widl/typegen.c:
|
|
|
|
|
widl: Fix SEGVs with client and server code generation when an
|
|
|
|
|
interface has no methods.
|
|
|
|
|
|
|
|
|
|
* tools/widl/typegen.c:
|
|
|
|
|
widl: Generate correct proc format strings for [out] and [in, out] parameters.
|
|
|
|
|
|
|
|
|
|
* tools/widl/parser.y:
|
|
|
|
|
widl: Use the same precendence rule for the conditional operator as in wpp.
|
|
|
|
|
Fixes several shift/reduce warnings.
|
|
|
|
|
|
|
|
|
|
* tools/widl/typegen.c:
|
|
|
|
|
widl: Better array support.
|
|
|
|
|
Treat variables with array indices the same as pointers when writing
|
|
|
|
|
out the proc & type format strings.
|
|
|
|
|
Fix a typo when writing out the proc format string where a non-return
|
|
|
|
|
type was written out for a return type and vice-versa.
|
|
|
|
|
|
|
|
|
|
* tools/widl/typegen.c:
|
|
|
|
|
widl: Support non-basic variables in proc format strings.
|
|
|
|
|
|
|
|
|
|
* tools/widl/client.c, tools/widl/server.c, tools/widl/typegen.c,
|
|
|
|
|
tools/widl/typegen.h:
|
|
|
|
|
widl: Add helper functions that return the size of procformat and
|
|
|
|
|
typeformat strings for variables.
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/typelib.c:
|
|
|
|
|
oleaut: Small re-organisation of ITypeInfo::Invoke.
|
|
|
|
|
Only output the one function in the trace for ITypeInfo::Invoke.
|
|
|
|
|
Process the return value on output in ITypeInfo::Invoke, but only copy
|
|
|
|
|
it to pVarResult if pVarResult is not NULL.
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/typelib.c:
|
|
|
|
|
oleaut32: Convert some tabs to spaces and some other formatting changes.
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/typelib.c:
|
|
|
|
|
oleaut32: Initialize member IDs to MEMBERID_NIL inITypeInfo::GetIDsOfNames.
|
|
|
|
|
Better tracing.
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/typelib.c:
|
|
|
|
|
ole: Improve typelib traces.
|
|
|
|
|
Move the debug channel check from dump_TLBFuncDesc[One] to its callers
|
|
|
|
|
for more flexibility in which channel controls the output.
|
|
|
|
|
|
|
|
|
|
2005-12-26 Jesse Allen <the3dfxdude@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/tests/printf.c:
|
|
|
|
|
msvcrt: More printf tests for I64 integer size support.
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/wcs.c:
|
|
|
|
|
msvcrt: pf_integer_conv for I64.
|
|
|
|
|
- Add pf_integer_conv and pf_is_integer_format.
|
|
|
|
|
- Update pf_fill to handle printing the sign for signed integers.
|
|
|
|
|
- Handle I64 integer sizes using pf_integer_conv and pf_output_format_A.
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/wcs.c:
|
|
|
|
|
msvcrt: Do not treat %ll as an IntegerDouble in printf.
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/tests/printf.c, dlls/msvcrt/wcs.c:
|
|
|
|
|
msvcrt: Parse I, I32, and I64 integer size flags in printf.
|
|
|
|
|
|
|
|
|
|
2005-12-26 Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
|
|
|
|
|
|
|
|
|
|
* dlls/urlmon/umon.c, dlls/urlmon/urlmon.spec:
|
|
|
|
|
urlmon: Implement BindAsyncMoniker function.
|
|
|
|
|
|
|
|
|
|
2005-12-26 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/urlmon/file.c, dlls/urlmon/tests/protocol.c:
|
|
|
|
|
urlmon: URL with two slashes is valid.
|
|
|
|
|
|
|
|
|
|
2005-12-26 Alexander N. Sørnes <alex@thehandofagony.com>
|
|
|
|
|
|
|
|
|
|
* programs/winecfg/No.rc:
|
|
|
|
|
winecfg: Updated Norwegian Bokmål resources.
|
|
|
|
|
|
|
|
|
|
2005-12-26 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shlwapi/tests/path.c, dlls/shlwapi/url.c:
|
|
|
|
|
shlwapi: Fix UrlCanonicalize.
|
|
|
|
|
- Added support for URL_FILE_USE_PATHURL.
|
|
|
|
|
- Fix handling of '/' and '\'.
|
|
|
|
|
|
|
|
|
|
2005-12-26 Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msrle32/msrle32.c:
|
|
|
|
|
msrle32: Spelling fix.
|
|
|
|
|
|
|
|
|
|
2005-12-26 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dbghelp/dbghelp.spec, dlls/dbghelp/symbol.c, include/dbghelp.h:
|
|
|
|
|
dbghelp: Internal search routines can now be case sensitive/insensitive.
|
|
|
|
|
- Now handling option SYMOPT_CASE_INSENSITIVE for symbol search.
|
|
|
|
|
- Quick implementation of SymSearch on top of SymEnumSymbols (should
|
|
|
|
|
be the other way around).
|
|
|
|
|
|
|
|
|
|
2005-12-26 Maxime Bellengé <maxime.bellenge@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/main.c:
|
|
|
|
|
msvcrt: Prevent a crash if TlsGetValue returns NULL in DLL_THREAD_DETACH.
|
|
|
|
|
|
|
|
|
|
2005-12-26 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ole32/tests/propvariant.c:
|
|
|
|
|
Fix detection of V1a prop variant library in test suite.
|
|
|
|
|
|
|
|
|
|
2005-12-26 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/x11drv/keyboard.c:
|
|
|
|
|
x11drv: Update Canadian keyboard layout to better match the X11 one
|
|
|
|
|
|
|
|
|
|
2005-12-26 James Hawkins <truiken@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/tests/shlfileop.c:
|
|
|
|
|
shell32: Clean up the SHFileOperation tests.
|
|
|
|
|
- Make sure to create all the files used by the new tests.
|
|
|
|
|
- Add a couple more SHFileOperation tests.
|
|
|
|
|
- Fix some of the old tests.
|
|
|
|
|
|
|
|
|
|
2005-12-26 Robert Reif <reif@earthlink.net>
|
|
|
|
|
|
|
|
|
|
* programs/winecfg/audio.c:
|
|
|
|
|
winecfg: Use hourglass cursor when opening audio drivers.
|
|
|
|
|
Misbehaving drivers can take a while to open so change to the hour
|
|
|
|
|
glass cursor when opening them.
|
|
|
|
|
|
|
|
|
|
2005-12-26 Ulrich Czekalla <ulrich@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/atl/atl.spec, dlls/atl/atl_main.c:
|
|
|
|
|
atl: Implement AtlComPtrAssign.
|
|
|
|
|
According to MSDN AtlModuleInit should initialize the modules critical
|
|
|
|
|
sections.
|
|
|
|
|
|
|
|
|
|
2005-12-22 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* ANNOUNCE, ChangeLog, VERSION, configure:
|
|
|
|
|
Release 0.9.4.
|
|
|
|
|
|
|
|
|
|
----------------------------------------------------------------
|
2005-12-22 18:28:20 +01:00
|
|
|
|
2005-12-22 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/tests/shlfolder.c:
|
|
|
|
|
shell32: Added some test to document native ITEMIDLIST format.
|
|
|
|
|
|
|
|
|
|
2005-12-22 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/user/tests/msg.c:
|
|
|
|
|
user/tests: Remove todo_wine from a few tests that (usually) succeed.
|
|
|
|
|
|
|
|
|
|
2005-12-22 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/mciavi32/mciavi.c, dlls/mciavi32/private_mciavi.h:
|
|
|
|
|
mciavi32: Rewrite asynchronous MCI_PLAY command handling.
|
|
|
|
|
Rewrite asynchronous MCI_PLAY command handling in MCIAVI driver, make
|
|
|
|
|
it more responsive to commands in the MCI_MODE_PLAY state by checking
|
|
|
|
|
hStopEvent even if the time frame between frames has expired.
|
|
|
|
|
|
|
|
|
|
2005-12-22 Ulrich Czekalla <ulrich@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ole32/stg_stream.c, dlls/ole32/storage32.c, dlls/ole32/storage32.h,
|
|
|
|
|
include/winerror.h:
|
|
|
|
|
ole32: Return error instead of asserting if storage file is corrupt.
|
|
|
|
|
|
|
|
|
|
2005-12-22 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/user/tests/msg.c:
|
|
|
|
|
user32/tests: Add a PeekMessage test.
|
|
|
|
|
|
|
|
|
|
2005-12-22 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/tests/console.c:
|
|
|
|
|
kernel/tests: Check that we successfully open the console.
|
|
|
|
|
|
|
|
|
|
2005-12-22 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* server/console.c:
|
|
|
|
|
server: Fixed console access rights handling.
|
|
|
|
|
|
|
|
|
|
2005-12-22 Raphael Junqueira <fenix@club-internet.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/opengl32/wgl.c, dlls/opengl32/wgl_ext.c, dlls/opengl32/wgl_ext.h:
|
|
|
|
|
opengl: Fix last wgl regression.
|
|
|
|
|
Fix wgl regression: test glx server version and extensions to use (and
|
|
|
|
|
not use glXQueryDrawable on older glx implementations).
|
|
|
|
|
|
|
|
|
|
2005-12-22 James Hawkins <truiken@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/tests/shlfileop.c:
|
|
|
|
|
shell32: Add tests for SHFileOperation's FO_MOVE command.
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/tests/shlfileop.c:
|
|
|
|
|
shell32: Add tests for SHFileOperation's FO_COPY command.
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/tests/shlfileop.c:
|
|
|
|
|
shell32: Add tests for SHFileOperation's FO_RENAME command.
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/tests/shlfileop.c:
|
|
|
|
|
shell32: Add tests for SHFileOperation's FO_DELETE command.
|
|
|
|
|
|
|
|
|
|
2005-12-22 Robert Reif <reif@earthlink.net>
|
|
|
|
|
|
|
|
|
|
* programs/winecfg/En.rc, programs/winecfg/x11drvdlg.c:
|
|
|
|
|
winecfg: Add unmanaged windows configuration.
|
|
|
|
|
|
|
|
|
|
2005-12-22 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dbghelp/module.c:
|
|
|
|
|
dbghelp: Correct handling for all module names.
|
|
|
|
|
|
|
|
|
|
2005-12-21 Bill Medland <billmedland@mercuryspeed.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/format.c, dlls/msi/tests/format.c:
|
|
|
|
|
msi: Prevent array underflow in MsiFormat when measuring with zero-length buffer.
|
|
|
|
|
|
|
|
|
|
2005-12-21 James Hawkins <truiken@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/tests/shlfileop.c:
|
|
|
|
|
shell32: Remove the '.\\' prefix from filenames, because it hides a
|
|
|
|
|
bug in SHFileOperation.
|
|
|
|
|
|
|
|
|
|
2005-12-21 Ivan Leo Puoti <ivanleo@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ddraw/surface_main.c, dlls/ddraw/tests/dsurface.c:
|
|
|
|
|
ddraw: Fix DirectDrawSurface::QueryInterface crash.
|
|
|
|
|
|
|
|
|
|
2005-12-21 Detlef Riekenberg <wine.dev@web.de>
|
|
|
|
|
|
|
|
|
|
* dlls/winspool/winspool.rc, include/wine/wine_common_ver.rc:
|
|
|
|
|
winspool: Add version resource.
|
|
|
|
|
|
|
|
|
|
2005-12-21 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/msvcrt.h, dlls/msvcrt/time.c:
|
|
|
|
|
msvcrt: Return a per-thread buffer in localtime and gmtime.
|
|
|
|
|
|
|
|
|
|
2005-12-21 H. Verbeet <hverbeet@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/d3d9/tests/shader.c:
|
|
|
|
|
d3d9: Add traces for when shader support is missing in the shader test.
|
|
|
|
|
|
|
|
|
|
2005-12-21 Hans Leidekker <hans@it.vu.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/process.c:
|
|
|
|
|
kernel: Some documentation improvements.
|
|
|
|
|
|
|
|
|
|
2005-12-21 Marcus Meissner <marcus@jet.franken.de>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/main.c, dlls/msvcrt/msvcrt.h, dlls/msvcrt/msvcrt.spec,
|
|
|
|
|
dlls/msvcrt/time.c:
|
|
|
|
|
msvcrt: Implemented wctime(), wasctime().
|
|
|
|
|
Free thread data in DLL_THREAD_DETACH.
|
|
|
|
|
|
|
|
|
|
2005-12-21 Robert Reif <reif@earthlink.net>
|
|
|
|
|
|
|
|
|
|
* programs/winecfg/En.rc, programs/winecfg/audio.c,
|
|
|
|
|
programs/winecfg/resource.h:
|
|
|
|
|
winecfg: Select an audio driver on fresh install.
|
|
|
|
|
|
|
|
|
|
2005-12-21 Saulius Krasuckas <saulius2@ar.fi.lt>
|
|
|
|
|
|
|
|
|
|
* dlls/mscms/tests/profile.c:
|
|
|
|
|
mscms: Test only one invalid GetStandardColorSpaceProfile() param in a
|
|
|
|
|
single check.
|
|
|
|
|
|
|
|
|
|
2005-12-21 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msvideo/mciwnd.c:
|
|
|
|
|
msvideo: Handle ESC key press in the MCIWND class as an alias to stop command.
|
|
|
|
|
|
|
|
|
|
2005-12-21 Jesse Allen <the3dfxdude@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/tests/printf.c, dlls/msvcrt/wcs.c:
|
|
|
|
|
msvcrt: Fix printf sign flags.
|
|
|
|
|
Fix the printf sign flags so that '+' doesn't always override ' '
|
|
|
|
|
space alone. If they both appear, continue parsing and let '+' take
|
|
|
|
|
precedence.
|
|
|
|
|
|
|
|
|
|
2005-12-21 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* server/context_alpha.c, server/context_i386.c, server/context_powerpc.c,
|
|
|
|
|
server/context_sparc.c, server/context_x86_64.c:
|
|
|
|
|
server: Set the context flags in get_thread_context to indicate which
|
|
|
|
|
parts of the returned context are valid.
|
|
|
|
|
|
|
|
|
|
2005-12-21 Hans Leidekker <hans@it.vu.nl>
|
|
|
|
|
|
|
|
|
|
* configure, configure.ac, dlls/wldap32/misc.c, dlls/wldap32/parse.c,
|
|
|
|
|
include/config.h.in:
|
|
|
|
|
wldap32: Added configure checks for some potentially missing functions.
|
|
|
|
|
|
|
|
|
|
2005-12-20 Bill Medland <billmedland@mercuryspeed.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/dialog.c:
|
|
|
|
|
msi: Use a default dialog font if nothing is specified.
|
|
|
|
|
|
|
|
|
|
2005-12-20 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/tests/shlfolder.c:
|
|
|
|
|
shell32/tests: Fixed a test failing on WinXP.
|
|
|
|
|
|
|
|
|
|
2005-12-20 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dbghelp/dbghelp.c, dlls/dbghelp/dbghelp.spec,
|
|
|
|
|
dlls/dbghelp/wdbgexts.h:
|
|
|
|
|
dbghelp: Added a few extensions to make windbg happy.
|
|
|
|
|
|
|
|
|
|
2005-12-20 Jesse Allen <the3dfxdude@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/tests/printf.c, dlls/msvcrt/wcs.c:
|
|
|
|
|
msvcrt: Ignore PadZero when LeftAlign is true in printf conversions.
|
|
|
|
|
|
|
|
|
|
2005-12-20 Alex Villacís Lasso <a_villacis@palosanto.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msacm/driver.c, dlls/msacm/tests/msacm.c:
|
|
|
|
|
msacm: Preserve value of cbStruct in acmDriverDetails.
|
|
|
|
|
Ensure that the cbStruct member of the ACMDRIVERDETAILS[AW] struct is
|
|
|
|
|
filled with a valid value before returning.
|
|
|
|
|
Fill the cbStruct member of the ACMDRIVERDETAILS[AW] before sending a
|
|
|
|
|
ACMDM_DRIVER_DETAILS message to an installed codec that might be a
|
|
|
|
|
native library: native ACM codecs expect cbStruct to be valid before
|
|
|
|
|
filling the rest of the struct with any data.
|
|
|
|
|
|
|
|
|
|
2005-12-20 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/exception.c:
|
|
|
|
|
ntdll: Made DBG_EXCEPTION_HANDLED a synonym of DBG_CONTINUE for exception handlers.
|
|
|
|
|
|
|
|
|
|
2005-12-20 Paul Vriens <paul.vriens@xs4all.nl>
|
|
|
|
|
|
|
|
|
|
* programs/winecfg/Nl.rc:
|
|
|
|
|
winecfg: Dutch resources update.
|
|
|
|
|
|
|
|
|
|
2005-12-20 H. Verbeet <hverbeet@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/device.c, include/wine/wined3d_interface.h:
|
|
|
|
|
wined3d: Cleanup shader constants code a little bit.
|
|
|
|
|
Improved bounds checking.
|
|
|
|
|
|
|
|
|
|
2005-12-19 Jesse Allen <the3dfxdude@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/tests/printf.c, dlls/msvcrt/wcs.c:
|
|
|
|
|
msvcrt: Require exact uppercase and lowercase format in printf routines.
|
|
|
|
|
|
|
|
|
|
2005-12-19 Bill Medland <billmedland@mercuryspeed.com>
|
|
|
|
|
|
|
|
|
|
* programs/winemenubuilder/winemenubuilder.c, tools/wineshelllink:
|
|
|
|
|
winemenubuilder: Provide depth to the menus created.
|
|
|
|
|
|
|
|
|
|
2005-12-19 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/process.c:
|
|
|
|
|
kernel32: Check for tabs too when extracting the program name
|
|
|
|
|
(reported by Vitaliy Margolen).
|
|
|
|
|
|
|
|
|
|
2005-12-19 Hans Leidekker <hans@it.vu.nl>
|
|
|
|
|
|
|
|
|
|
* tools/widl/client.c, tools/widl/proxy.c, tools/widl/server.c,
|
|
|
|
|
tools/widl/typegen.c:
|
|
|
|
|
widl: Avoid lvalue casts in generated code.
|
|
|
|
|
|
|
|
|
|
2005-12-19 Kai Blin <kai.blin@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/secur32/ntlm.c:
|
|
|
|
|
secur32: Adding AcceptSecurityContext to the NTLM security provider.
|
|
|
|
|
|
|
|
|
|
2005-12-19 Detlef Riekenberg <wine.dev@web.de>
|
|
|
|
|
|
|
|
|
|
* dlls/winspool/tests/info.c:
|
|
|
|
|
winspool: Filter additional failures.
|
|
|
|
|
|
|
|
|
|
2005-12-19 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* programs/winhelp/winhelp.c:
|
|
|
|
|
winhelp: Handle '> ' on command lines.
|
|
|
|
|
|
|
|
|
|
* dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/dwarf.c,
|
|
|
|
|
dlls/dbghelp/msc.c, dlls/dbghelp/stabs.c, dlls/dbghelp/type.c:
|
|
|
|
|
dbghelp: First stab at supporting calling convention in function signature.
|
|
|
|
|
|
|
|
|
|
* dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/symbol.c:
|
|
|
|
|
dbghelp: Return proper size for local & parameters in SYMBOL_INFO.
|
|
|
|
|
|
|
|
|
|
2005-12-19 Jonathan Ernst <jonathan@ernstfamily.ch>
|
|
|
|
|
|
|
|
|
|
* programs/winecfg/Fr.rc:
|
|
|
|
|
winecfg: Updated French resources.
|
|
|
|
|
|
|
|
|
|
2005-12-19 Aric Stewart <aric@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/user/Makefile.in, dlls/user/edit.c:
|
|
|
|
|
user: Make the edit control IME aware and implement inline editing.
|
|
|
|
|
Makes for a significantly better user experience for CJK users.
|
|
|
|
|
|
|
|
|
|
2005-12-19 Magnus Olsen <magnus@itkonsult-olsen.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/format.c:
|
|
|
|
|
msi: Fixed deformat_environment to not cut off string.
|
|
|
|
|
|
|
|
|
|
2005-12-19 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* programs/taskmgr/dbgchnl.c:
|
|
|
|
|
taskmgr: Fix viewing of debug channels.
|
|
|
|
|
Various internal cleanups.
|
|
|
|
|
|
|
|
|
|
* dlls/dbghelp/dbghelp.spec, dlls/dbghelp/symbol.c, include/dbghelp.h:
|
|
|
|
|
dbghelp: Implemented SymMatchString.
|
|
|
|
|
|
|
|
|
|
2005-12-19 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/user/winproc.c:
|
|
|
|
|
user: Fix LB_GETTEXT unmapping for A<->W.
|
|
|
|
|
|
|
|
|
|
2005-12-19 Thomas Weidenmueller <w3seek@reactos.com>
|
|
|
|
|
|
|
|
|
|
* dlls/setupapi/misc.c:
|
|
|
|
|
setupapi: Fix comparing the group SIDs in IsUserAdmin.
|
|
|
|
|
|
|
|
|
|
2005-12-19 Huw Davies <huw@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/opengl32/wgl.c, dlls/x11drv/init.c, dlls/x11drv/opengl.c:
|
|
|
|
|
opengl: Add support for rendering on bitmaps.
|
|
|
|
|
|
|
|
|
|
2005-12-19 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/ole32/rpc.c:
|
|
|
|
|
ole32: Revert exception handler change.
|
|
|
|
|
The handler does the opposite of normal page fault handlers.
|
|
|
|
|
|
|
|
|
|
2005-12-19 Rein Klazes <wijn@wanadoo.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/user/tests/win.c:
|
|
|
|
|
user: Fix hrgn leaks in win.c test.
|
|
|
|
|
|
|
|
|
|
2005-12-19 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/comctl32/tests/.gitignore, dlls/comctl32/tests/Makefile.in,
|
|
|
|
|
dlls/comctl32/tests/tooltips.c, dlls/comctl32/tooltips.c:
|
|
|
|
|
comctl32: Add a test for the initial tooltip window style settings,
|
|
|
|
|
make it pass under Wine.
|
|
|
|
|
|
|
|
|
|
2005-12-19 Henning Gerhardt <henning.gerhardt@web.de>
|
|
|
|
|
|
|
|
|
|
* programs/winecfg/De.rc:
|
|
|
|
|
winecfg: Update German resource.
|
|
|
|
|
|
|
|
|
|
2005-12-19 Rein Klazes <wijn@wanadoo.nl>
|
|
|
|
|
|
|
|
|
|
* programs/wcmd/batch.c:
|
|
|
|
|
wcmd: Increase maximum length of commands.
|
|
|
|
|
Increase maximum length of commands to 8192 bytes as on Windows XP.
|
|
|
|
|
Add needed braces to a multi line "if" statement.
|
|
|
|
|
|
|
|
|
|
2005-12-19 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dbghelp/dbghelp.spec:
|
|
|
|
|
dbghelp: New stubs (needed for windbg startup).
|
|
|
|
|
|
|
|
|
|
* dlls/dbghelp/elf_module.c:
|
|
|
|
|
dbghelp: Fixed loading .so modules from a living target.
|
|
|
|
|
|
|
|
|
|
* dlls/dbghelp/stack.c:
|
|
|
|
|
dbghelp: Fixed missing parameters info in StackWalk64.
|
|
|
|
|
|
|
|
|
|
2005-12-19 Paul Vriens <Paul.Vriens@xs4all.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/d3d9/tests/stateblock.c:
|
|
|
|
|
d3d9: Don't crash on NULL device_ptr.
|
|
|
|
|
|
|
|
|
|
2005-12-19 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/signal_i386.c, tools/winebuild/relay.c:
|
|
|
|
|
ntdll: Make __wine_call_from_32_restore_regs take a context pointer.
|
|
|
|
|
Changed exception raise functions to call it explicitly.
|
|
|
|
|
|
|
|
|
|
2005-12-19 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/urlmon/file.c, dlls/urlmon/tests/protocol.c:
|
|
|
|
|
urlmon: Added handling of BINDF_FROMURLMON in file protocol.
|
|
|
|
|
|
|
|
|
|
* dlls/mshtml/tests/protocol.c, include/urlmon.idl:
|
|
|
|
|
Fix typo in urlmon.idl.
|
|
|
|
|
|
|
|
|
|
2005-12-19 Lauri Tulmin <tulmin@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/user/edit.c, dlls/user/tests/edit.c:
|
|
|
|
|
user32: Don't truncate text when creating edit control.
|
|
|
|
|
|
|
|
|
|
2005-12-19 Rein Klazes <wijn@wanadoo.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/user/tests/win.c, dlls/x11drv/scroll.c:
|
|
|
|
|
x11drv: Do not use the scroll rectangle for clipping in ScrollDC.
|
|
|
|
|
With a conformance test.
|
|
|
|
|
|
|
|
|
|
2005-12-19 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/urlmon/file.c, dlls/urlmon/tests/protocol.c:
|
|
|
|
|
urlmon: Added some tests and fixes of file protocol.
|
|
|
|
|
|
|
|
|
|
2005-12-19 Alexander N. Sørnes <alex@thehandofagony.com>
|
|
|
|
|
|
|
|
|
|
* programs/winecfg/No.rc:
|
|
|
|
|
winecfg: Updated Norwegian Bokmaal resources.
|
|
|
|
|
|
|
|
|
|
2005-12-18 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/loader.c, dlls/ntdll/ntdll_misc.h, dlls/ntdll/relay.c,
|
|
|
|
|
tools/winebuild/build.h, tools/winebuild/import.c,
|
|
|
|
|
tools/winebuild/spec32.c, tools/winebuild/utils.c:
|
|
|
|
|
ntdll: New implementation of relay thunks.
|
|
|
|
|
New implementation of relay thunks that doesn't require modifying code
|
|
|
|
|
on the fly, so that the thunks can be put in the text section.
|
|
|
|
|
Some performance improvements.
|
|
|
|
|
|
|
|
|
|
2005-12-17 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/process.c, dlls/ntdll/thread.c, dlls/ntdll/virtual.c:
|
|
|
|
|
ntdll: Don't use a real guard page at the bottom of the stack.
|
|
|
|
|
A no-access page is enough, we can't properly raise an overflow
|
|
|
|
|
exception anyway.
|
|
|
|
|
|
|
|
|
|
2005-12-17 Robert Reif <reif@earthlink.net>
|
|
|
|
|
|
|
|
|
|
* programs/winecfg/.gitignore, programs/winecfg/Bg.rc,
|
|
|
|
|
programs/winecfg/De.rc, programs/winecfg/En.rc,
|
|
|
|
|
programs/winecfg/Es.rc, programs/winecfg/Fi.rc,
|
|
|
|
|
programs/winecfg/Fr.rc, programs/winecfg/Ja.rc,
|
|
|
|
|
programs/winecfg/Ko.rc, programs/winecfg/Makefile.in,
|
|
|
|
|
programs/winecfg/Nl.rc, programs/winecfg/No.rc,
|
|
|
|
|
programs/winecfg/Ru.rc, programs/winecfg/audio.c,
|
|
|
|
|
programs/winecfg/main.c, programs/winecfg/resource.h,
|
|
|
|
|
programs/winecfg/winecfg.c, programs/winecfg/winecfg.h,
|
|
|
|
|
programs/winecfg/winecfg.rc:
|
|
|
|
|
winecfg: Use sound tree view for driver selection.
|
|
|
|
|
- Move driver selection and configuration into tree view.
|
|
|
|
|
- Only show loadable drivers.
|
|
|
|
|
|
|
|
|
|
* dlls/winmm/wineoss/midi.c:
|
|
|
|
|
wineoss: Shorten MIDI names.
|
|
|
|
|
Shorten MIDI names to fit into 32 byte array without overflow.
|
|
|
|
|
|
|
|
|
|
2005-12-17 Juan Lang <juan_lang@yahoo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/crypt32/cert.c, dlls/crypt32/tests/cert.c:
|
|
|
|
|
crypt32: Implement more implicit properties, with tests.
|
|
|
|
|
|
|
|
|
|
2005-12-17 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/imagehlp/imagehlp.spec:
|
|
|
|
|
imagehlp: Forward StackWalk64 to dbghelp.StackWalk64.
|
|
|
|
|
|
|
|
|
|
2005-12-17 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/user/tests/win.c, dlls/x11drv/scroll.c:
|
|
|
|
|
x11drv: ScrollDC should not clip output if a clipping rect is not specified.
|
|
|
|
|
Add a ScrollDC test with NULL clipping rect.
|
|
|
|
|
Add another set of ScrollDC tests written by Rein Klazes.
|
|
|
|
|
|
|
|
|
|
2005-12-16 Huw Davies <huw@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/x11drv/opengl.c:
|
|
|
|
|
x11drv: Get the visual for the GLXPixmap from the current pixel format.
|
|
|
|
|
|
|
|
|
|
2005-12-16 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/crypt32/cert.c, dlls/crypt32/encode.c, dlls/dbghelp/msc.c,
|
|
|
|
|
dlls/ddraw/main.c, dlls/kernel/atom.c, dlls/kernel/computername.c,
|
|
|
|
|
dlls/kernel/file.c, dlls/kernel/heap.c, dlls/kernel/ne_module.c,
|
|
|
|
|
dlls/kernel/resource.c, dlls/kernel/string.c, dlls/kernel/virtual.c,
|
|
|
|
|
dlls/msvcrt/cpp.c, dlls/ntdll/debugtools.c, dlls/ntdll/loader.c,
|
|
|
|
|
dlls/ntdll/relay.c, dlls/ntdll/resource.c, dlls/ntdll/sec.c,
|
|
|
|
|
dlls/ole32/rpc.c, dlls/user/cursoricon.c, dlls/user/lstr.c,
|
|
|
|
|
dlls/winmm/driver.c, dlls/winmm/lolvldrv.c:
|
|
|
|
|
Take advantage of the __EXCEPT_PAGE_FAULT macro.
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/exception.c, include/wine/exception.h:
|
|
|
|
|
Exception handling: Added a magic __EXCEPT_PAGE_FAULT macro to make it
|
|
|
|
|
easier to handle the common case of trapping page faults.
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/heap.c, dlls/kernel/ne_module.c, dlls/kernel/resource.c,
|
|
|
|
|
dlls/ntdll/resource.c, dlls/ole32/rpc.c, dlls/user/lstr.c:
|
|
|
|
|
We no longer need to handle EXCEPTION_PRIV_INSTRUCTION on page faults.
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/signal_i386.c, dlls/ntdll/tests/.gitignore,
|
|
|
|
|
dlls/ntdll/tests/Makefile.in, dlls/ntdll/tests/exception.c:
|
|
|
|
|
ntdll: More compatible exception information for protection faults.
|
|
|
|
|
Added a bunch of test cases.
|
|
|
|
|
|
|
|
|
|
2005-12-16 Oliver Stieber <oliver_stieber@yahoo.co.uk>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/vertexdeclaration.c:
|
|
|
|
|
wined3d: Vertex declaration cleanup.
|
|
|
|
|
Clean up constants and the wine declaration when the vertex
|
|
|
|
|
declaration is destroyed.
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/device.c:
|
|
|
|
|
wined3d: Allow NULL multi sample quality.
|
|
|
|
|
Allow MultiSampleQuality to be passed as NULL, this is a
|
|
|
|
|
requirement for DirectX 8 and lower.
|
|
|
|
|
|
|
|
|
|
2005-12-16 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/kernel32.spec, dlls/msvcrt/msvcrt.spec,
|
|
|
|
|
dlls/ntdll/ntdll.spec:
|
|
|
|
|
Add -register hint in ntdll, kernel and msvcrt spec files.
|
|
|
|
|
|
|
|
|
|
* tools/winebuild/parser.c, tools/winebuild/winebuild.man.in:
|
|
|
|
|
winebuild: Allow -register flag for Win32 too.
|
|
|
|
|
This way it can be used as hint for the relay code.
|
|
|
|
|
|
|
|
|
|
2005-12-16 Juan Lang <juan_lang@yahoo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/crypt32/encode.c, dlls/crypt32/tests/encode.c:
|
|
|
|
|
crypt32: Implement CRLDistPoints encoding/decoding.
|
|
|
|
|
- rewrite sequence decoding to support context-specific tags, and
|
|
|
|
|
eliminate duplicated code
|
|
|
|
|
- implement encoding and decoding of CRLDistPoints
|
|
|
|
|
|
|
|
|
|
2005-12-16 Stefan Leichter <Stefan.Leichter@camLine.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shellpath.c, include/shlobj.h:
|
|
|
|
|
shell32: Fix return value of PathProcessCommand.
|
|
|
|
|
|
|
|
|
|
2005-12-16 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/urlmon/binding.c, dlls/urlmon/tests/url.c:
|
|
|
|
|
urlmon: Fix BindToStorage test.
|
|
|
|
|
|
|
|
|
|
* include/mshtmdid.h, include/mshtml.idl:
|
|
|
|
|
Added some declarations to mshtml.idl.
|
|
|
|
|
|
|
|
|
|
* tools/widl/parser.l, tools/widl/parser.y, tools/widl/widltypes.h:
|
|
|
|
|
widl: Added bindable and displaybind attributes handling.
|
|
|
|
|
|
|
|
|
|
2005-12-16 Milko Krachounov <milko@3mhz.net>
|
|
|
|
|
|
|
|
|
|
* programs/winecfg/Bg.rc:
|
|
|
|
|
winecfg: Update Bulgarian resource.
|
|
|
|
|
|
|
|
|
|
2005-12-16 José Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
|
|
|
|
|
|
|
|
|
|
* programs/uninstaller/Es.rc:
|
|
|
|
|
uninstaller: Spanish translations update.
|
|
|
|
|
|
|
|
|
|
* programs/winecfg/Es.rc, programs/winecfg/winecfg.rc:
|
|
|
|
|
winecfg: Spanish translations update.
|
|
|
|
|
|
|
|
|
|
2005-12-16 Ragnvald "Despair" Maartmann-Moe IV <despair@adelphia.net>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c:
|
|
|
|
|
wined3d: Fix matrix copy/paste bug.
|
|
|
|
|
|
|
|
|
|
2005-12-16 Oliver Stieber <oliver_stieber@yahoo.co.uk>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/device.c:
|
|
|
|
|
wined3d: Vertex declaration recording state.
|
|
|
|
|
Stop SetVertexDeclaration from reference counting if a stateblock is
|
|
|
|
|
being recorded.
|
|
|
|
|
|
|
|
|
|
2005-12-16 Rein Klazes <wijn@wanadoo.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/user/sysparams.c, dlls/user/tests/sysparams.c:
|
|
|
|
|
user32: Implement saving and fix reading of nonclient metrics.
|
|
|
|
|
With conformance tests.
|
|
|
|
|
|
|
|
|
|
2005-12-16 Tomas Carnecky <tom@dbservice.com>
|
|
|
|
|
|
|
|
|
|
* dlls/x11drv/opengl.c:
|
|
|
|
|
x11drv: Allow users to preload an OpenGL library.
|
|
|
|
|
|
|
|
|
|
2005-12-16 Ivan Leo Puoti <ivanleo@gmail.com>
|
|
|
|
|
|
|
|
|
|
* include/ddk/wdm.h:
|
|
|
|
|
Add some structs/prototypes to wdm.h.
|
|
|
|
|
|
|
|
|
|
2005-12-15 James Hawkins <truiken@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c, include/setupapi.h:
|
|
|
|
|
setupapi: Added stubs for SetupGetInfInformation and
|
|
|
|
|
SetupQueryInfFileInformation.
|
|
|
|
|
|
|
|
|
|
2005-12-15 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
|
|
|
|
|
ntdll: Reimplemented _chkstk and _alloca_probe directly in assembly.
|
|
|
|
|
|
|
|
|
|
2005-12-15 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/mshtml/nsembed.c, dlls/mshtml/nsiface.idl:
|
|
|
|
|
mshtml: Fix handling Gecko strings.
|
|
|
|
|
|
|
|
|
|
* dlls/mshtml/nsembed.c, dlls/mshtml/nsiface.idl:
|
|
|
|
|
mshtml: Set Gecko's profile.
|
|
|
|
|
Make sure that Gecko components are registered.
|
|
|
|
|
|
|
|
|
|
2005-12-15 Oliver Stieber <oliver_stieber@yahoo.co.uk>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/device.c, dlls/wined3d/stateblock.c:
|
|
|
|
|
wined3d: Internal reference counting.
|
|
|
|
|
Change most references to resources parent into references to the
|
|
|
|
|
resource, so that external reference counts match DirectX but object
|
|
|
|
|
aren't released if they are still referenced by the stateblock.
|
|
|
|
|
|
|
|
|
|
2005-12-15 Paul Vriens <Paul.Vriens@xs4all.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/mscms/tests/profile.c:
|
|
|
|
|
mscms: Add another possible error.
|
|
|
|
|
|
|
|
|
|
* dlls/d3d9/tests/vertexdeclaration.c:
|
|
|
|
|
d3d9: Don't treat missing d3d9.dll as a failure.
|
|
|
|
|
|
|
|
|
|
2005-12-15 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/iccvid/iccvid.c:
|
|
|
|
|
iccvid: Add support for ICM_DECOMPRESS_END message.
|
|
|
|
|
|
|
|
|
|
2005-12-14 Rein Klazes <wijn@wanadoo.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/user/sysparams.c, dlls/user/tests/sysparams.c:
|
|
|
|
|
user: Read/save minimized metrics from/to registry.
|
|
|
|
|
|
|
|
|
|
2005-12-14 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* loader/preloader.c:
|
|
|
|
|
preloader: Reserve some space for the shared user data.
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/virtual.c:
|
|
|
|
|
ntdll: Fixes in virtual memory protection flags.
|
|
|
|
|
Tweak reporting of virtual protection flags and address space limit to
|
|
|
|
|
yield results closer to what Windows does.
|
|
|
|
|
|
|
|
|
|
2005-12-14 H. Verbeet <hverbeet@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/d3d9/tests/.gitignore, dlls/d3d9/tests/Makefile.in,
|
|
|
|
|
dlls/d3d9/tests/vertexdeclaration.c:
|
|
|
|
|
d3d9: Add a test for Get/SetVertexDeclaration refcounts.
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/vertexdeclaration.c:
|
|
|
|
|
wined3d: Return the correct parent in IWineD3DVertexDeclarationImpl_GetParent.
|
|
|
|
|
|
|
|
|
|
* dlls/d3d9/vertexshader.c:
|
|
|
|
|
d3d9: Check for a NULL shader in IDirect3DDevice9Impl_GetVertexShader
|
|
|
|
|
before getting the parent.
|
|
|
|
|
|
|
|
|
|
2005-12-14 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/sync.c, dlls/kernel/tests/pipe.c, dlls/ntdll/file.c,
|
|
|
|
|
include/wine/server_protocol.h, include/winioctl.h,
|
|
|
|
|
server/named_pipe.c, server/protocol.def, server/trace.c:
|
|
|
|
|
ntdll: Implement FSCTL_PIPE_WAIT NtFsControlFile ioctl.
|
|
|
|
|
Implement FSCTL_PIPE_WAIT NtFsControlFile ioctl.
|
|
|
|
|
Modify WaitNamedPipeW to use NtFsControlFile.
|
|
|
|
|
Replace struct overlapped with event.
|
|
|
|
|
|
|
|
|
|
2005-12-14 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* programs/winecfg/Ko.rc:
|
|
|
|
|
winecfg: Update Korean translation.
|
|
|
|
|
|
|
|
|
|
2005-12-14 Paul Vriens <Paul.Vriens@xs4all.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/d3d9/tests/shader.c, dlls/d3d9/tests/stateblock.c:
|
|
|
|
|
d3d9: Don't treat missing d3d9.dll as a failure.
|
|
|
|
|
|
|
|
|
|
2005-12-14 H. Verbeet <hverbeet@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/device.c:
|
|
|
|
|
wined3d: Return the correct vertex declaration.
|
|
|
|
|
In IWineD3DDeviceImpl_GetVertexDeclaration, return the vertex
|
|
|
|
|
declaration in This->stateblock instead of the one in
|
|
|
|
|
This->updateStateBlock.
|
|
|
|
|
|
|
|
|
|
2005-12-14 Ulrich Czekalla <ulrich.czekalla@utoronto.ca>
|
|
|
|
|
|
|
|
|
|
* dlls/riched20/editor.c:
|
|
|
|
|
riched20: Reset selection when text is reset.
|
|
|
|
|
|
|
|
|
|
2005-12-14 Aric Stewart <aric@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/user/clipboard.c:
|
|
|
|
|
user: GetClipboardFormatNameA fix.
|
|
|
|
|
In the W->A translation make sure we have characters to translate
|
|
|
|
|
before doing the WideCharToMultiByte with -1.
|
|
|
|
|
|
|
|
|
|
2005-12-13 Saulius Krasuckas <saulius2@ar.fi.lt>
|
|
|
|
|
|
|
|
|
|
* dlls/mscms/tests/profile.c:
|
|
|
|
|
mscms: Move repetitive code to helper macros.
|
|
|
|
|
|
|
|
|
|
2005-12-13 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/x11drv/scroll.c:
|
|
|
|
|
x11drv: ScrollDC fix.
|
|
|
|
|
There is no need to offset the source rectangle in the reverse
|
|
|
|
|
direction before scrolling.
|
|
|
|
|
|
|
|
|
|
2005-12-13 Aric Stewart <aric@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/http.c, dlls/wininet/internet.c, dlls/wininet/internet.h,
|
|
|
|
|
dlls/wininet/tests/http.c:
|
|
|
|
|
wininet: HTTP headers reworking.
|
|
|
|
|
Redo how headers are handled, eliminating the concept of Standard
|
|
|
|
|
Headers and allow all headers to be added multiple times.
|
|
|
|
|
Allow querying of headers with an index to get the multiple headers.
|
|
|
|
|
Respect response vs request headers in HttpQueryInfo.
|
|
|
|
|
Add a number of tests to extensively test header adding and replacing.
|
|
|
|
|
|
|
|
|
|
2005-12-13 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/gdi/bitmap.c:
|
|
|
|
|
gdi: Added support for doing GetBitmapBits on a DIB section.
|
|
|
|
|
Simply copy the DIB bits in that case.
|
|
|
|
|
|
|
|
|
|
* dlls/x11drv/dib.c:
|
|
|
|
|
x11drv: Clipping fix with DIB section copy.
|
|
|
|
|
Use the GC of the destination device in X11DRV_DIB_CopyDIBSection so
|
|
|
|
|
that the clipping region is taken into account.
|
|
|
|
|
|
|
|
|
|
2005-12-13 H. Verbeet <hverbeet@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/d3d9/tests/.gitignore, dlls/d3d9/tests/Makefile.in,
|
|
|
|
|
dlls/d3d9/tests/shader.c:
|
|
|
|
|
d3d9: Add a test for Get/SetVertexShader and Get/SetPixelShader refcounts.
|
|
|
|
|
|
|
|
|
|
2005-12-13 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* server/mailslot.c, server/named_pipe.c:
|
|
|
|
|
server: Added get_file_info implementation for named pipe and mailslot devices.
|
|
|
|
|
|
|
|
|
|
* server/mailslot.c, server/named_pipe.c:
|
|
|
|
|
server: Fixed refcounting in get_fd requests for named pipe and mailslot devices.
|
|
|
|
|
|
|
|
|
|
2005-12-13 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* tools/widl/client.c, tools/widl/server.c, tools/widl/typegen.c,
|
|
|
|
|
tools/widl/typegen.h:
|
|
|
|
|
widl: Start generating type format strings.
|
|
|
|
|
Based on a patch by Eric Kohl.
|
|
|
|
|
|
|
|
|
|
2005-12-13 Eric Kohl <eric.kohl@t-online.de>
|
|
|
|
|
|
|
|
|
|
* tools/widl/server.c:
|
|
|
|
|
widl: Server stubs in generated code are void functions.
|
|
|
|
|
|
|
|
|
|
2005-12-13 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* programs/winecfg/audio.c:
|
|
|
|
|
winecfg: Simplified module handling code.
|
|
|
|
|
|
|
|
|
|
2005-12-13 Marcus Meissner <marcus@jet.franken.de>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/http.c:
|
|
|
|
|
wininet: Reinitialise NETCON on redirect.
|
|
|
|
|
|
|
|
|
|
2005-12-13 Juan Lang <juan_lang@yahoo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/iphlpapi/ifenum.c:
|
|
|
|
|
iphlpapi: Fix a couple of file descriptor leaks.
|
|
|
|
|
|
|
|
|
|
2005-12-13 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* tools/winedump/le.c, tools/winedump/ne.c:
|
|
|
|
|
winedump: Const correctness fixes.
|
|
|
|
|
|
|
|
|
|
2005-12-13 Juan Lang <juan_lang@yahoo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/crypt32/encode.c, dlls/crypt32/tests/encode.c:
|
|
|
|
|
crypt32: Decode cleanups.
|
|
|
|
|
- implement a helper to decode sequences of like types
|
|
|
|
|
- use helper functions wherever applicable when decoding
|
|
|
|
|
- correct "expected" vs. "got" usage in tests
|
|
|
|
|
- fix a few other small bugs
|
|
|
|
|
|
|
|
|
|
2005-12-13 H. Verbeet <hverbeet@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/device.c:
|
|
|
|
|
wined3d: Don't change the shader's refcount in SetVertexShader and
|
|
|
|
|
SetPixelShader.
|
|
|
|
|
|
|
|
|
|
2005-12-13 Oliver Stieber <oliver_stieber@yahoo.co.uk>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/cubetexture.c:
|
|
|
|
|
wined3d: Cube texture named constants.
|
|
|
|
|
Update cubetexture so that names constants instead of numeric
|
|
|
|
|
constants are used for the facetype and also add some additional
|
|
|
|
|
checks where facetype is passed as a parameter to the function.
|
|
|
|
|
|
|
|
|
|
2005-12-12 Paul Vriens <Paul.Vriens@xs4all.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/tests/shlfolder.c:
|
|
|
|
|
shell32/tests/shlfolder.c: ILFindLastID has to be called by ordinal.
|
|
|
|
|
|
|
|
|
|
* dlls/mscms/tests/profile.c:
|
|
|
|
|
mscms: Add another possible error.
|
|
|
|
|
|
|
|
|
|
2005-12-12 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/process.c, dlls/ntdll/signal_i386.c, dlls/ntdll/thread.c,
|
|
|
|
|
dlls/ntdll/virtual.c:
|
|
|
|
|
TEB.StackLimit should not include the guard page.
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/kernel_private.h, dlls/kernel/process.c,
|
|
|
|
|
dlls/kernel/thread.c:
|
|
|
|
|
kernel: Moved main stack initialization to process.c.
|
|
|
|
|
|
|
|
|
|
* server/fd.c:
|
|
|
|
|
server: Don't enable polling on regular files in add_queue.
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/comm.c, dlls/kernel/sync.c, dlls/ntdll/directory.c,
|
|
|
|
|
dlls/ntdll/file.c, dlls/ntdll/server.c, dlls/ntdll/virtual.c,
|
|
|
|
|
dlls/winedos/int13.c, dlls/winsock/socket.c:
|
|
|
|
|
Pass specific access rights to wine_server_handle_to_fd.
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/tests/sync.c, dlls/ntdll/server.c, server/directory.c,
|
|
|
|
|
server/fd.c, server/file.c, server/file.h, server/mailslot.c,
|
|
|
|
|
server/mapping.c, server/named_pipe.c, server/object.c,
|
|
|
|
|
server/process.c, server/registry.c, server/serial.c, server/sock.c:
|
|
|
|
|
server: Added access rights mapping to file objects.
|
|
|
|
|
|
|
|
|
|
* server/process.c, server/thread.c:
|
|
|
|
|
server: Added access rights mapping to process and thread objects.
|
|
|
|
|
|
|
|
|
|
* server/registry.c:
|
|
|
|
|
server: Added access rights mapping to registry key objects.
|
|
|
|
|
|
|
|
|
|
* server/symlink.c:
|
|
|
|
|
server: Added access rights mapping to symlink objects.
|
|
|
|
|
|
|
|
|
|
* server/token.c:
|
|
|
|
|
server: Added access rights mapping to token objects.
|
|
|
|
|
|
|
|
|
|
* server/event.c, server/mutex.c, server/semaphore.c, server/timer.c:
|
|
|
|
|
server: Added access rights mapping to synchronization objects.
|
|
|
|
|
|
|
|
|
|
* server/atom.c, server/change.c, server/clipboard.c, server/console.c,
|
|
|
|
|
server/debugger.c, server/directory.c, server/event.c, server/fd.c,
|
|
|
|
|
server/file.c, server/handle.c, server/hook.c, server/mailslot.c,
|
|
|
|
|
server/mapping.c, server/mutex.c, server/named_pipe.c,
|
|
|
|
|
server/object.c, server/object.h, server/process.c, server/queue.c,
|
|
|
|
|
server/registry.c, server/request.c, server/semaphore.c,
|
|
|
|
|
server/serial.c, server/signal.c, server/snapshot.c, server/sock.c,
|
|
|
|
|
server/symlink.c, server/thread.c, server/timer.c, server/token.c,
|
|
|
|
|
server/winstation.c:
|
|
|
|
|
server: Added infrastructure for access rights mapping.
|
|
|
|
|
|
|
|
|
|
* server/mailslot.c:
|
|
|
|
|
server: Allow the mailslot device to be opened as a file object.
|
|
|
|
|
|
|
|
|
|
* server/named_pipe.c:
|
|
|
|
|
server: Allow the named pipe device to be opened as a file object.
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/file.c, dlls/ntdll/directory.c, dlls/ntdll/file.c,
|
|
|
|
|
include/wine/server_protocol.h, server/fd.c, server/file.h,
|
|
|
|
|
server/protocol.def, server/request.h, server/trace.c:
|
|
|
|
|
server: Support for opening devices.
|
|
|
|
|
Added support for opening devices directly with the server when they
|
|
|
|
|
don't correspond to a Unix file.
|
|
|
|
|
|
|
|
|
|
* server/mapping.c, server/trace.c:
|
|
|
|
|
server: Use a better error code for a zero-size mapped file.
|
|
|
|
|
|
|
|
|
|
2005-12-12 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/dosmem.c, dlls/kernel/kernel32.spec,
|
|
|
|
|
dlls/kernel/kernel_private.h, dlls/winedos/int31.c:
|
|
|
|
|
kernel32: Get rid of DOSMEM_AllocSelector.
|
|
|
|
|
|
|
|
|
|
2005-12-12 Detlef Riekenberg <wine.dev@web.de>
|
|
|
|
|
|
|
|
|
|
* dlls/winspool/tests/Makefile.in, dlls/winspool/tests/info.c:
|
|
|
|
|
winspool: Added tests for OpenPrinter.
|
|
|
|
|
|
|
|
|
|
2005-12-12 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shlview.c:
|
|
|
|
|
shell32: Fix drag-scrolling in the shellview object.
|
|
|
|
|
|
|
|
|
|
* dlls/ole32/ole2.c:
|
|
|
|
|
ole32: Periodically call IDropTarger::DragOver during Drag&Drop.
|
|
|
|
|
|
|
|
|
|
2005-12-12 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/msvcrt.h, dlls/ntdll/relay.c, dlls/ole32/ole16.c:
|
|
|
|
|
Functions with no paramters must be (void).
|
|
|
|
|
|
|
|
|
|
2005-12-12 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* tools/widl/typegen.c:
|
|
|
|
|
widl: Generate FC_ERROR_STATUS_T proc format.
|
|
|
|
|
- Include the header file for the functions implemented in typegen.c.
|
|
|
|
|
- Generate proc format for FC_ERROR_STATUS_T type.
|
|
|
|
|
|
|
|
|
|
* tools/widl/client.c, tools/widl/header.c, tools/widl/header.h,
|
|
|
|
|
tools/widl/server.c:
|
|
|
|
|
widl: Support explicit binding handles.
|
|
|
|
|
|
|
|
|
|
* tools/widl/server.c:
|
|
|
|
|
widl: Zero initialize parameters in the generated server code.
|
|
|
|
|
Zero initialize parameters in the generated code. Based on a patch by
|
|
|
|
|
Eric Kohl.
|
|
|
|
|
|
|
|
|
|
* tools/widl/client.c:
|
|
|
|
|
widl: Calculate the size of buffer required.
|
|
|
|
|
- Calculate the size of buffer required.
|
|
|
|
|
- Fix a typo.
|
|
|
|
|
- Set the buffer start and buffer end markers.
|
|
|
|
|
|
|
|
|
|
* tools/widl/server.c:
|
|
|
|
|
widl: Don't cast buffer pointers to long in generated server code.
|
|
|
|
|
|
|
|
|
|
2005-12-12 Eric Kohl <eric.kohl@t-online.de>
|
|
|
|
|
|
|
|
|
|
* tools/widl/client.c, tools/widl/server.c:
|
|
|
|
|
widl: Support multiple interfaces per file.
|
|
|
|
|
|
|
|
|
|
2005-12-12 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* tools/widl/header.c, tools/widl/parser.y, tools/widl/typegen.c:
|
|
|
|
|
widl: Don't treat FC_SMALL as FC_SHORT.
|
|
|
|
|
FC_SMALL is its own type and is the same size as FC_CHAR, not
|
|
|
|
|
FC_SHORT.
|
|
|
|
|
|
|
|
|
|
* tools/widl/header.c:
|
|
|
|
|
widl: Use WCHAR instead of wchar_t.
|
|
|
|
|
Output IDL wchar_t types as WCHAR to avoid conflicts with the
|
|
|
|
|
generally incompatible Unix wchar_t.
|
|
|
|
|
|
|
|
|
|
2005-12-12 Detlef Riekenberg <wine.dev@web.de>
|
|
|
|
|
|
|
|
|
|
* dlls/winspool/info.c:
|
|
|
|
|
winspool: Added documentation for OpenPrinter.
|
|
|
|
|
|
|
|
|
|
2005-12-12 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/commdlg/finddlg32.c, dlls/ole32/ole16.c, dlls/user/cursoricon.c:
|
|
|
|
|
Const correctness fixes.
|
|
|
|
|
|
|
|
|
|
2005-12-12 Marcus Meissner <marcus@jet.franken.de>
|
|
|
|
|
|
|
|
|
|
* include/ws2tcpip.h:
|
|
|
|
|
winsock: getaddrinfo return codes
|
|
|
|
|
Adjust return code EAI_NODATA to WSAHOST_NOT_FOUND, like windows does
|
|
|
|
|
it.
|
|
|
|
|
|
|
|
|
|
* dlls/winsock/socket.c:
|
|
|
|
|
winsock: getaddrinfo - return code mapping.
|
|
|
|
|
convert_eai_u2w should map from unix to windows, not the other way
|
|
|
|
|
round (spotted by Dominic Wise).
|
|
|
|
|
|
|
|
|
|
2005-12-12 Paul Vriens <Paul.Vriens@xs4all.nl>
|
|
|
|
|
|
|
|
|
|
* include/urlmon.idl:
|
|
|
|
|
urlmon.idl: Add some BINDSTATUS values.
|
|
|
|
|
|
|
|
|
|
2005-12-12 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/comctl32/treeview.c:
|
|
|
|
|
comctl32: Fixed (harmless) typo.
|
|
|
|
|
|
|
|
|
|
* dlls/commdlg/fontdlg.c, dlls/winaspi/aspi.c:
|
|
|
|
|
Removed some dead-code.
|
|
|
|
|
|
|
|
|
|
* dlls/ddraw/tests/ddrawmodes.c, dlls/setupapi/queue.c:
|
|
|
|
|
Made some functions static.
|
|
|
|
|
|
|
|
|
|
* dlls/iccvid/iccvid.c, dlls/msvidc32/msvideo1.c:
|
|
|
|
|
vidc: Return error codes when a message isn't supported.
|
|
|
|
|
|
|
|
|
|
2005-12-12 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/safearray.c, dlls/oleaut32/tests/safearray.c:
|
|
|
|
|
OLE: Fix SafeArrayCopy for NULL pvData.
|
|
|
|
|
It is allowed to copy a SAFEARRAY with a NULL pvData, as long as
|
|
|
|
|
cbElements is non-zero. Add a test for this and fix the safe array
|
|
|
|
|
code.
|
|
|
|
|
|
|
|
|
|
* dlls/ole32/errorinfo.c:
|
|
|
|
|
CreateErrorInfo trace fix.
|
|
|
|
|
CreateErrorInfo isn't a stub so don't print this in the trace
|
|
|
|
|
message.
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/typelib.c:
|
|
|
|
|
OLE: Add const to several typelib functions.
|
|
|
|
|
Add const attributes to parameters for several functions and fix up
|
|
|
|
|
some formatting.
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/oleaut.c:
|
|
|
|
|
OleTranslateColor trace fix.
|
|
|
|
|
OleTranslateColor isn't a stub so don't print ":stub" in the trace
|
|
|
|
|
message.
|
|
|
|
|
|
|
|
|
|
2005-12-12 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/mshtml/Makefile.in, dlls/mshtml/htmldoc.c, dlls/mshtml/htmldoc3.c,
|
|
|
|
|
dlls/mshtml/mshtml_private.h:
|
|
|
|
|
mshtml: Added IHTMLDocument3 stub implementation.
|
|
|
|
|
|
|
|
|
|
2005-12-12 Stefan Leichter <Stefan.Leichter@camLine.com>
|
|
|
|
|
|
|
|
|
|
* programs/winetest/Makefile.in:
|
|
|
|
|
winetest: Add d3d9 tests.
|
|
|
|
|
|
|
|
|
|
2005-12-12 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* tools/widl/client.c, tools/widl/server.c, tools/widl/typegen.c:
|
|
|
|
|
widl: Don't output __RPC_FAR in generated code.
|
|
|
|
|
|
|
|
|
|
2005-12-12 Paul Vriens <Paul.Vriens@xs4all.nl>
|
|
|
|
|
|
|
|
|
|
* programs/winecfg/Nl.rc:
|
|
|
|
|
winecfg: Update Dutch resources for the Audio tab.
|
|
|
|
|
|
|
|
|
|
2005-12-12 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* include/mshtmdid.h, include/mshtml.idl:
|
|
|
|
|
Added declaration of IHTMLDocument3 and more DISPIDs.
|
|
|
|
|
|
|
|
|
|
2005-12-12 Filip Navara <xnavara@volny.cz>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/module.c:
|
|
|
|
|
kernel: Fix the Mach-O binary magic.
|
|
|
|
|
|
|
|
|
|
2005-12-12 Markus Amsler <markus.amsler@oribi.org>
|
|
|
|
|
|
|
|
|
|
* dlls/winedos/dosmem.c:
|
|
|
|
|
winedos: Implement MCB.
|
|
|
|
|
|
|
|
|
|
2005-12-12 Thomas Weidenmueller <wine-patches@reactsoft.com>
|
|
|
|
|
|
|
|
|
|
* dlls/urlmon/umstream.c:
|
|
|
|
|
urlmon: Correctly fix IStream::Read.
|
|
|
|
|
Don't dereference a possible NULL pointer.
|
|
|
|
|
|
|
|
|
|
2005-12-09 H. Verbeet <hverbeet@gmail.com>
|
|
|
|
|
|
|
|
|
|
* configure, configure.ac, dlls/d3d9/Makefile.in,
|
|
|
|
|
dlls/d3d9/tests/.gitignore, dlls/d3d9/tests/Makefile.in,
|
|
|
|
|
dlls/d3d9/tests/stateblock.c:
|
|
|
|
|
d3d9: Add a test for BeginStateBlock and EndStateBlock.
|
|
|
|
|
|
|
|
|
|
2005-12-09 Markus Amsler <markus.amsler@oribi.org>
|
|
|
|
|
|
|
|
|
|
* include/mmsystem.h:
|
|
|
|
|
Remove unneeded ; from DECL_WINELIB_TYPE_AW in mmsystem.h.
|
|
|
|
|
|
|
|
|
|
2005-12-09 Kai Blin <blin@gmx.net>
|
|
|
|
|
|
|
|
|
|
* dlls/secur32/ntlm.c:
|
|
|
|
|
secur32: Fix conversion of password in NTLM AcquireCredentialsHandleA.
|
|
|
|
|
|
|
|
|
|
2005-12-09 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/change.c, dlls/ntdll/reg.c, include/wine/server_protocol.h,
|
|
|
|
|
server/change.c, server/protocol.def, server/registry.c,
|
|
|
|
|
server/trace.c:
|
|
|
|
|
server: Added object attributes to a few more requests.
|
|
|
|
|
|
|
|
|
|
* server/atom.c, server/console.c, server/debugger.c, server/directory.c,
|
|
|
|
|
server/event.c, server/file.c, server/handle.c, server/handle.h,
|
|
|
|
|
server/mailslot.c, server/mapping.c, server/mutex.c,
|
|
|
|
|
server/named_pipe.c, server/process.c, server/semaphore.c,
|
|
|
|
|
server/snapshot.c, server/sock.c, server/symlink.c, server/thread.c,
|
|
|
|
|
server/timer.c, server/token.c, server/winstation.c:
|
|
|
|
|
server: Make alloc_handle use attributes instead of inherit flag.
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/console.c, dlls/ntdll/server.c, dlls/ntdll/thread.c,
|
|
|
|
|
dlls/x11drv/x11drv_main.c, include/wine/server.h,
|
|
|
|
|
programs/wineconsole/curses.c:
|
|
|
|
|
Make wine_server_fd_to_handle use attributes instead of inherit flag.
|
|
|
|
|
|
|
|
|
|
* programs/wineconsole/wineconsole.c:
|
|
|
|
|
wineconsole: Remove some unnecessary typecasts.
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/om.c, include/wine/server_protocol.h, server/handle.c,
|
|
|
|
|
server/protocol.def, server/trace.c:
|
|
|
|
|
server: Use attributes instead of inherit flag in dup_handle request.
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/nt.c, include/wine/server_protocol.h, server/protocol.def,
|
|
|
|
|
server/token.c, server/trace.c:
|
|
|
|
|
server: Use attributes instead of inherit flag in token requests.
|
|
|
|
|
Also use the specified access rights in the open_token request.
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/process.c, dlls/ntdll/process.c, dlls/ntdll/thread.c,
|
|
|
|
|
include/wine/server_protocol.h, server/process.c,
|
|
|
|
|
server/protocol.def, server/thread.c, server/trace.c:
|
|
|
|
|
server: Use attributes instead of inherit flag in process and thread requests.
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/toolhelp.c, dlls/ntdll/nt.c, include/wine/server_protocol.h,
|
|
|
|
|
server/protocol.def, server/snapshot.c, server/trace.c:
|
|
|
|
|
server: Use attributes instead of inherit flag in snapshot requests.
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/console.c, include/wine/server_protocol.h,
|
|
|
|
|
programs/wineconsole/wineconsole.c, server/console.c,
|
|
|
|
|
server/protocol.def, server/trace.c:
|
|
|
|
|
server: Use attributes instead of inherit flag in console requests.
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/file.c, dlls/ntdll/server.c, include/wine/server_protocol.h,
|
|
|
|
|
server/file.c, server/protocol.def, server/trace.c:
|
|
|
|
|
server: Use attributes instead of inherit flag in file requests.
|
|
|
|
|
|
|
|
|
|
* dlls/winsock/socket.c, include/wine/server_protocol.h,
|
|
|
|
|
server/protocol.def, server/sock.c, server/trace.c:
|
|
|
|
|
server: Use attributes instead of inherit flag in socket requests.
|
|
|
|
|
|
|
|
|
|
2005-12-09 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* dlls/mpr/mpr_main.c, dlls/shlwapi/regstream.c, dlls/user/mouse16.c:
|
|
|
|
|
Add some missing includes which contain used prototypes.
|
|
|
|
|
|
|
|
|
|
2005-12-09 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/mshtml/Makefile.in, dlls/mshtml/mshtml_private.h,
|
|
|
|
|
dlls/mshtml/nsembed.c, dlls/mshtml/nsiface.idl,
|
|
|
|
|
dlls/mshtml/nsservice.c:
|
|
|
|
|
mshtml: Added PromptService implementation.
|
|
|
|
|
|
|
|
|
|
* dlls/mshtml/nsembed.c:
|
|
|
|
|
mshtml: Added nsIURIContentListener to QueryInterface.
|
|
|
|
|
Always release nsIWebBrowserSetup.
|
|
|
|
|
|
|
|
|
|
* dlls/mshtml/mshtml_private.h, dlls/mshtml/nsembed.c,
|
|
|
|
|
dlls/mshtml/nsiface.idl:
|
|
|
|
|
mshtml: Added nsIEmbeddingSiteWindow implementation.
|
|
|
|
|
|
|
|
|
|
2005-12-09 Oliver Stieber <oliver_stieber@yahoo.co.uk>
|
|
|
|
|
|
|
|
|
|
* dlls/d3d9/vertexshader.c, dlls/wined3d/device.c,
|
|
|
|
|
dlls/wined3d/drawprim.c, dlls/wined3d/vertexdeclaration.c,
|
|
|
|
|
dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h,
|
|
|
|
|
include/wine/wined3d_interface.h, include/wine/wined3d_types.h:
|
|
|
|
|
wined3d: Vertex shader 8 support.
|
|
|
|
|
Start to add support for DirectX 8 vertex shaders, constants and
|
|
|
|
|
registers are now correctly assigned and loaded allowing support for
|
|
|
|
|
most basic d3d8 shaders.
|
|
|
|
|
|
|
|
|
|
2005-12-09 Thomas Weidenmueller <wine-patches@reactsoft.com>
|
|
|
|
|
|
|
|
|
|
* dlls/urlmon/umstream.c:
|
|
|
|
|
urlmon: Fix call to ReadFile.
|
|
|
|
|
The BytesRead parameter passed to ReadFile may never be NULL.
|
|
|
|
|
|
|
|
|
|
2005-12-09 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* tools/winapi/win16.api, tools/winapi/win32.api:
|
|
|
|
|
Update win16.api and win32.api.
|
|
|
|
|
|
|
|
|
|
* tools/sfnt2fnt.c:
|
|
|
|
|
sfnt2fnt: Don't print two newlines after error messages.
|
|
|
|
|
|
|
|
|
|
* tools/widl/header.c:
|
|
|
|
|
widl: Issue correct C++ headers.
|
|
|
|
|
|
|
|
|
|
2005-12-09 Thomas Weidenmueller <w3seek@reactos.com>
|
|
|
|
|
|
|
|
|
|
* dlls/quartz/filesource.c, dlls/quartz/filtermapper.c:
|
|
|
|
|
quartz: Fix incorrect usages of the HRESULT_FROM_WIN32 macro.
|
|
|
|
|
|
|
|
|
|
2005-12-09 Alexander N. Sørnes <alex@thehandofagony.com>
|
|
|
|
|
|
|
|
|
|
* programs/winecfg/No.rc:
|
|
|
|
|
winecfg: Updated Norwegian Bokmaal resources.
|
|
|
|
|
|
|
|
|
|
2005-12-08 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* ANNOUNCE, ChangeLog, VERSION, configure:
|
|
|
|
|
Release 0.9.3.
|
|
|
|
|
|
|
|
|
|
----------------------------------------------------------------
|
2005-12-08 14:59:44 +01:00
|
|
|
|
2005-12-08 Huw Davies <huw@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/gdi/dib.c:
|
|
|
|
|
gdi: Fix 24bpp -> 32bpp copy.
|
|
|
|
|
|
|
|
|
|
2005-12-08 Rein Klazes <wijn@wanadoo.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/advapi32/registry.c, dlls/advapi32/tests/registry.c:
|
|
|
|
|
advapi32: RegCreateKeyEx fix.
|
|
|
|
|
On Win9x,ME RegCreateKeyEx ignores the backslash character if the
|
|
|
|
|
subkey begins with one. With a regression test.
|
|
|
|
|
|
|
|
|
|
2005-12-08 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* tools/widl/parser.y:
|
|
|
|
|
widl: Formatting cleanups.
|
|
|
|
|
|
|
|
|
|
2005-12-08 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* tools/widl/typegen.c:
|
|
|
|
|
widl: Marshal and unmarshal basic types.
|
|
|
|
|
|
|
|
|
|
2005-12-08 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* tools/widl/Makefile.in, tools/widl/client.c, tools/widl/server.c,
|
|
|
|
|
tools/widl/typegen.c, tools/widl/typegen.h:
|
|
|
|
|
widl: Add a type generator framework.
|
|
|
|
|
Add a framework for writing the strings for marshaling and
|
|
|
|
|
unmarshaling parameters and make the client and server use it.
|
|
|
|
|
|
|
|
|
|
2005-12-08 Eric Kohl <eric.kohl@t-online.de>
|
|
|
|
|
|
|
|
|
|
* tools/widl/client.c, tools/widl/server.c:
|
|
|
|
|
widl: Write out argument lists in the server.
|
|
|
|
|
- Add framework for updating proc offsets.
|
|
|
|
|
- Write out argument lists in the server.
|
|
|
|
|
|
|
|
|
|
2005-12-08 Eric Kohl <eric.kohl@t-online.de>
|
|
|
|
|
|
|
|
|
|
* tools/widl/client.c, tools/widl/server.c:
|
|
|
|
|
widl: Rename some variables.
|
|
|
|
|
|
|
|
|
|
2005-12-08 Henning Gerhardt <henning.gerhardt@web.de>
|
|
|
|
|
|
|
|
|
|
* programs/winecfg/De.rc:
|
|
|
|
|
winecfg: Update German resource.
|
|
|
|
|
|
|
|
|
|
2005-12-08 Raphael Junqueira <fenix@club-internet.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/opengl32/wgl.c, dlls/opengl32/wgl_ext.c:
|
|
|
|
|
opengl: render_texture
|
|
|
|
|
- better render_texture emulation (using pbuffers)
|
|
|
|
|
- support GLX_ATI_render_texture for render_texture
|
|
|
|
|
|
|
|
|
|
2005-12-08 Aric Stewart <aric@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/http.c:
|
|
|
|
|
wininet: Handle HTTP_QUERY_CUSTOM.
|
|
|
|
|
In HttpQueryInfo if dwInfoLevel includes HTTP_QUERY_CUSTOM then
|
|
|
|
|
lpBuffer is In/Out because the header we are querying is there.
|
|
|
|
|
Additionally standard headers can be queried in this manner as well
|
|
|
|
|
(such as Set-Cookie).
|
|
|
|
|
|
|
|
|
|
2005-12-08 Robert Reif <reif@earthlink.net>
|
|
|
|
|
|
|
|
|
|
* dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c,
|
|
|
|
|
dlls/winmm/wineoss/mixer.c, dlls/winmm/wineoss/mmaux.c,
|
|
|
|
|
dlls/winmm/wineoss/oss.c, dlls/winmm/wineoss/oss.h:
|
|
|
|
|
wineoss: Fix device probing.
|
|
|
|
|
- Fix device probing at driver load time.
|
|
|
|
|
- Fix memory leaks at driver exit time.
|
|
|
|
|
|
|
|
|
|
2005-12-08 Raphael Junqueira <fenix@club-internet.fr>
|
|
|
|
|
|
|
|
|
|
* include/Makefile.in, include/dpaddr.h, include/dplay8.h,
|
|
|
|
|
include/dplobby8.h:
|
|
|
|
|
dplay: dx8/dx9 support (missing includes).
|
|
|
|
|
- add directx9 support for dplay8.h and dpaddr.h
|
|
|
|
|
- new file dplobby8.h
|
|
|
|
|
|
|
|
|
|
2005-12-08 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/commdlg/printdlg.c:
|
|
|
|
|
comdlg32: Don't worry if an HGLOBAL passed to printdlg is already locked.
|
|
|
|
|
|
|
|
|
|
2005-12-08 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/winmm/winealsa/audio.c:
|
|
|
|
|
winealsa: Fixed returned string in capabilities.
|
|
|
|
|
|
|
|
|
|
2005-12-08 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/winmm/winenas/audio.c:
|
|
|
|
|
winenas: fix crash.
|
|
|
|
|
- return correct MM error code when no connection to server has been
|
|
|
|
|
opened
|
|
|
|
|
- don't close the AU driver if it hasn't been opened
|
|
|
|
|
|
|
|
|
|
2005-12-08 H. Verbeet <hverbeet@gmail.com>
|
|
|
|
|
|
|
|
|
|
* include/d3d8.h, include/d3d9.h:
|
|
|
|
|
d3d8/d3d9: Define D3D_SDK_VERSION.
|
|
|
|
|
|
|
|
|
|
2005-12-08 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* programs/notepad/dialog.c, programs/notepad/main.c,
|
|
|
|
|
programs/notepad/main.h:
|
|
|
|
|
notepad: Remember options selected in the print setup dialog.
|
|
|
|
|
|
|
|
|
|
2005-12-08 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* programs/winecfg/audio.c:
|
|
|
|
|
winecfg: Fix compilation on gcc 2.95 (no nameless unions).
|
|
|
|
|
|
|
|
|
|
2005-12-08 Aric Stewart <aric@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/http.c:
|
|
|
|
|
wininet: A->W bugfix.
|
|
|
|
|
When converting SendRequestExA -> W we need to set the lpcszHeader
|
|
|
|
|
parameter to NULL if the original one is NULL.
|
|
|
|
|
|
|
|
|
|
2005-12-08 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/reg.c, include/winternl.h:
|
|
|
|
|
ntdll: Check for failure to get the user path in RtlOpenCurrentUser.
|
|
|
|
|
Fixed the return value type.
|
|
|
|
|
|
|
|
|
|
2005-12-07 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/mshtml/nsembed.c:
|
|
|
|
|
mshtml: Added config key to specify Gecko path.
|
|
|
|
|
|
|
|
|
|
2005-12-07 Robert Reif <reif@earthlink.net>
|
|
|
|
|
|
|
|
|
|
* programs/winecfg/audio.c:
|
|
|
|
|
winecfg: Added support for auto detecting all drivers by attempting to
|
|
|
|
|
open them.
|
|
|
|
|
|
|
|
|
|
2005-12-07 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* dlls/dpnhpast/main.c, dlls/mapi32/imalloc.c, dlls/msisys/msisys.c,
|
|
|
|
|
dlls/netapi32/browsr.c, dlls/rsaenh/rsaenh.c,
|
|
|
|
|
dlls/wintrust/wintrust_main.c:
|
|
|
|
|
Add a few missing #includes.
|
|
|
|
|
|
|
|
|
|
2005-12-07 Kai Blin <blin@gmx.net>
|
|
|
|
|
|
|
|
|
|
* dlls/secur32/ntlm.c:
|
|
|
|
|
secur32: Implement InitializeSecurityContext(A|W) for the NTLM
|
|
|
|
|
security provider.
|
|
|
|
|
|
|
|
|
|
2005-12-07 Robert Reif <reif@earthlink.net>
|
|
|
|
|
|
|
|
|
|
* programs/winecfg/En.rc, programs/winecfg/audio.c,
|
|
|
|
|
programs/winecfg/resource.h:
|
|
|
|
|
winecfg: Show all sound card drivers and their devices.
|
|
|
|
|
|
|
|
|
|
2005-12-07 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* tools/fnt2fon.c, tools/sfnt2fnt.c:
|
|
|
|
|
Add an error() function to fnt2fon and sfnt2fnt.
|
|
|
|
|
|
|
|
|
|
2005-12-06 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/typelib.c:
|
|
|
|
|
OLE: Implement undocumented behaviour in DispCallFunc.
|
|
|
|
|
Fix DispCallFunc to work with MSDN-undocumented behaviour used by
|
|
|
|
|
Office 2003 and document the function.
|
|
|
|
|
|
|
|
|
|
2005-12-06 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/typelib.c:
|
|
|
|
|
OLE: Implement ITypeInfo_AddressOfMember.
|
|
|
|
|
|
|
|
|
|
2005-12-06 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/tmarshal.c, dlls/oleaut32/typelib.c,
|
|
|
|
|
dlls/oleaut32/typelib.h:
|
|
|
|
|
OLE: Fix brokenness in typelib marshaller caused by dispinterface retval fix.
|
|
|
|
|
Fix more fallout from dispinterface retval patch: make typelib
|
|
|
|
|
marshaler use the internal function description so that it calls
|
|
|
|
|
dispinterface functions with the correct number of parameters again.
|
|
|
|
|
Also fixes some memory leaks caused by the fact that a corresponding
|
|
|
|
|
ReleaseXDesc function has to be called for each GetXDesc.
|
|
|
|
|
|
|
|
|
|
2005-12-06 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/tests/typelib.c:
|
|
|
|
|
OLE: Add tests for the typelib version of ITypeComp_Bind.
|
|
|
|
|
|
|
|
|
|
2005-12-06 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/typelib.c, include/oleauto.h:
|
|
|
|
|
OLE: Update the type of the oVft parameter for DispCallFunc.
|
|
|
|
|
|
|
|
|
|
2005-12-06 Kai Blin <blin@gmx.net>
|
|
|
|
|
|
|
|
|
|
* dlls/secur32/Makefile.in, dlls/secur32/ntlm.c:
|
|
|
|
|
secur32: Implementing AcquireCredentialsHandle(A|W) for the NTLM
|
|
|
|
|
security provider.
|
|
|
|
|
|
|
|
|
|
2005-12-06 Detlef Riekenberg <wine.dev@web.de>
|
|
|
|
|
|
|
|
|
|
* tools/c2man.pl:
|
|
|
|
|
c2man: Remove HTML warnings.
|
|
|
|
|
|
|
|
|
|
2005-12-06 Robert Reif <reif@earthlink.net>
|
|
|
|
|
|
|
|
|
|
* dlls/winmm/winejack/audio.c, dlls/winmm/winejack/jack.c:
|
|
|
|
|
winejack: Fix driver load and initialization.
|
|
|
|
|
Move wave in/out initialization from wave out to driver.
|
|
|
|
|
Add index number to device names.
|
|
|
|
|
Fix memset bug where only first wave in caps was zeroed.
|
|
|
|
|
|
|
|
|
|
2005-12-06 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/winmm/mciwave/mciwave.c:
|
|
|
|
|
mciwave: save/record.
|
|
|
|
|
- fix for playback after a sound has been recorded
|
|
|
|
|
- shall fix also opening the mci device without name
|
|
|
|
|
- bug reported (and fix tested) by Peter Astrand
|
|
|
|
|
|
|
|
|
|
2005-12-06 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dbghelp/stack.c:
|
|
|
|
|
dbghelp: Final touch on StackWalk64 so that it works.
|
|
|
|
|
|
|
|
|
|
2005-12-06 Detlef Riekenberg <wine.dev@web.de>
|
|
|
|
|
|
|
|
|
|
* dlls/winspool/info.c:
|
|
|
|
|
winspool: Document the monitor functions.
|
|
|
|
|
|
|
|
|
|
2005-12-06 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* tools/winapi/win16.api, tools/winapi/win32.api:
|
|
|
|
|
Sort entries in win16.api and win32.api
|
|
|
|
|
|
|
|
|
|
2005-12-06 Raphael Junqueira <fenix@club-internet.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/x11drv/opengl.c:
|
|
|
|
|
x11drv: Add more useful traces on SetPixelFormat (and no more FIXME).
|
|
|
|
|
|
|
|
|
|
2005-12-06 Raphael Junqueira <fenix@club-internet.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/x11drv/init.c, dlls/x11drv/x11drv.h:
|
|
|
|
|
x11drv: cleanup not longer used data on X11DRV_PDEVICE.
|
|
|
|
|
|
|
|
|
|
2005-12-06 Louis Lenders <xerox_xerox2000@yahoo.co.uk>
|
|
|
|
|
|
|
|
|
|
* dlls/gdi/font.c, dlls/gdi/gdi32.spec:
|
|
|
|
|
gdi: Added stub for AddFontMemResourceEx.
|
|
|
|
|
|
|
|
|
|
2005-12-06 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* include/mlang.idl:
|
|
|
|
|
mlang: Properly declare the interface uuids.
|
|
|
|
|
|
|
|
|
|
2005-12-06 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/mlang/mlang.c, dlls/mlang/tests/mlang.c, include/mlang.idl:
|
|
|
|
|
mlang: Implement IEnumRfc1766 interface.
|
|
|
|
|
|
|
|
|
|
2005-12-06 Robert Reif <reif@earthlink.net>
|
|
|
|
|
|
|
|
|
|
* dlls/winmm/winejack/jack.c:
|
|
|
|
|
winmm: Allow sound card driver to be opened more than once.
|
|
|
|
|
TRACE cleanups.
|
|
|
|
|
|
|
|
|
|
2005-12-06 Robert Reif <reif@earthlink.net>
|
|
|
|
|
|
|
|
|
|
* dlls/winmm/winealsa/alsa.c, dlls/winmm/winearts/arts.c,
|
|
|
|
|
dlls/winmm/wineaudioio/audioio.c, dlls/winmm/wineesd/esound.c,
|
|
|
|
|
dlls/winmm/winenas/nas.c, dlls/winmm/wineoss/oss.c:
|
|
|
|
|
winmm: Allow sound card drivers to be opened more than once.
|
|
|
|
|
|
|
|
|
|
2005-12-06 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* tools/winapi/win32.api:
|
|
|
|
|
Update win32.api to current git.
|
|
|
|
|
|
|
|
|
|
2005-12-06 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ole32/rpc.c:
|
|
|
|
|
OLE: Fix a typo where brackets were missing.
|
|
|
|
|
|
|
|
|
|
2005-12-06 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/typelib.c:
|
|
|
|
|
OLE: ITypeInfo_Invoke parameter naming change.
|
|
|
|
|
Rename the dwFlags parameter of ITypeInfo_Invoke since it is not a
|
|
|
|
|
DWORD, but an unsigned short.
|
|
|
|
|
|
|
|
|
|
2005-12-06 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shdocvw/webbrowser.c:
|
|
|
|
|
shdocvw: Added get_Document implementation.
|
|
|
|
|
|
|
|
|
|
2005-12-06 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* programs/winedbg/expr.c:
|
|
|
|
|
winedbg: Fixed broken code about type management for binary operator.
|
|
|
|
|
|
|
|
|
|
2005-12-06 Detlef Riekenberg <wine.dev@web.de>
|
|
|
|
|
|
|
|
|
|
* dlls/winspool/info.c:
|
|
|
|
|
winspool: Add documentation for the port functions.
|
|
|
|
|
|
|
|
|
|
2005-12-05 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/tests/thread.c:
|
|
|
|
|
kernel: Added a basic test for exception handling in threads.
|
|
|
|
|
|
|
|
|
|
2005-12-05 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/user/cursoricon.c:
|
|
|
|
|
user: Fixed copy/paste bug in CURSORICON_GetResIconEntry.
|
|
|
|
|
|
|
|
|
|
2005-12-05 Rein Klazes <wijn@wanadoo.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/ddraw/Makefile.in, dlls/ddraw/main.c:
|
|
|
|
|
ddraw: Catch access violations when calling DirectDrawEnumerateProc.
|
|
|
|
|
|
|
|
|
|
2005-12-05 Thomas Weidenmueller <wine-patches@reactsoft.com>
|
|
|
|
|
|
|
|
|
|
* dlls/devenum/createdevenum.c:
|
|
|
|
|
devenum: Don't leak key handle creating a category registry key.
|
|
|
|
|
|
|
|
|
|
2005-12-05 Christian Gmeiner <christian.gmeiner@students.fh-vorarlberg.ac.at>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/msi.c:
|
|
|
|
|
msi: Implemented DllCanUnloadNow.
|
|
|
|
|
|
|
|
|
|
2005-12-05 Wojciech Migda <migda@chemia.uj.edu.pl>
|
|
|
|
|
|
|
|
|
|
* dlls/imagehlp/imagehlp.spec:
|
|
|
|
|
imagehlp: fixed typo in SymSetOptions entry.
|
|
|
|
|
|
|
|
|
|
2005-12-05 Huw Davies <huw@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/msi.spec:
|
|
|
|
|
msi: Fix MsiProvideQualifiedComponentW spec file entry.
|
|
|
|
|
|
|
|
|
|
2005-12-05 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* server/main.c, server/object.h:
|
|
|
|
|
server: Remove sync_namespace.
|
|
|
|
|
|
|
|
|
|
2005-12-05 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* server/directory.c, server/mailslot.c, server/named_pipe.c,
|
|
|
|
|
server/object.h:
|
|
|
|
|
server: Let the directory code handle device names.
|
|
|
|
|
|
|
|
|
|
2005-12-05 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/file.c, include/wine/server_protocol.h, server/directory.c,
|
|
|
|
|
server/mailslot.c, server/object.h, server/protocol.def,
|
|
|
|
|
server/trace.c:
|
|
|
|
|
Move mailslot devices into directory name space.
|
|
|
|
|
|
|
|
|
|
2005-12-05 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/sync.c, dlls/kernel/tests/pipe.c, dlls/ntdll/file.c,
|
|
|
|
|
dlls/ntdll/tests/om.c, include/wine/server_protocol.h,
|
|
|
|
|
server/directory.c, server/named_pipe.c, server/object.h,
|
|
|
|
|
server/protocol.def, server/trace.c:
|
|
|
|
|
Move named pipe objects into directory name space.
|
|
|
|
|
Change tests accordingly.
|
|
|
|
|
Add small test for WaitNamedPipe.
|
|
|
|
|
|
|
|
|
|
2005-12-05 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* server/directory.c, server/event.c, server/mapping.c, server/mutex.c,
|
|
|
|
|
server/object.h, server/semaphore.c, server/symlink.c,
|
|
|
|
|
server/timer.c:
|
|
|
|
|
server: Move handle allocation out of open_object_dir.
|
|
|
|
|
|
|
|
|
|
2005-12-05 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dbghelp/stack.c, include/dbghelp.h:
|
|
|
|
|
dbghelp: Implemented StackWalk64.
|
|
|
|
|
|
|
|
|
|
2005-12-05 Francois Gouget <fgouget@free.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/msvidc32/msvideo1.c:
|
|
|
|
|
msvidc32: Add a comment for DllMain() to stop winapi_check from
|
|
|
|
|
complaining about it.
|
|
|
|
|
|
|
|
|
|
2005-12-05 Francois Gouget <fgouget@free.fr>
|
|
|
|
|
|
|
|
|
|
* tools/winapi/win32.api:
|
|
|
|
|
Update win32.api to match the current sources.
|
|
|
|
|
|
|
|
|
|
2005-12-05 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* programs/notepad/Ru.rc:
|
|
|
|
|
notepad: Russian translation for "Font..." menu item.
|
|
|
|
|
|
|
|
|
|
2005-12-05 Cihan Altinay <cihan@uq.edu.au>
|
|
|
|
|
|
|
|
|
|
* dlls/riched20/editor.c:
|
|
|
|
|
riched20: register ListBox & ComboBox classes
|
|
|
|
|
Partially implement REExtendedRegisterClass() to register missing
|
|
|
|
|
window classes so that applications relying on them don't get
|
|
|
|
|
confused.
|
|
|
|
|
|
|
|
|
|
2005-12-05 YunSong Hwang <hys545@dreamwiz.com>
|
|
|
|
|
|
|
|
|
|
* programs/winefile/Ko.rc:
|
|
|
|
|
winefile: Fix an incorrect translation.
|
|
|
|
|
|
|
|
|
|
2005-12-05 Alexander N. Sørnes <alex@thehandofagony.com>
|
|
|
|
|
|
|
|
|
|
* dlls/commdlg/cdlg_No.rc, dlls/iccvid/iccvid_No.rc, dlls/iccvid/rsrc.rc,
|
|
|
|
|
dlls/msvidc32/msvidc32_No.rc, dlls/msvidc32/rsrc.rc,
|
|
|
|
|
dlls/msvideo/msvfw32_No.rc, dlls/msvideo/rsrc.rc,
|
|
|
|
|
programs/notepad/No.rc, programs/regedit/No.rc,
|
|
|
|
|
programs/winecfg/No.rc:
|
|
|
|
|
Update Norwegian Bokmaal resources.
|
|
|
|
|
|
|
|
|
|
2005-12-05 Patrick Ammann <pammann@aro.ch>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/netconnection.c:
|
|
|
|
|
wininet: compilation fix
|
|
|
|
|
- make netconnection.c compile when HAVE_OPENSSL_SSL_H or
|
|
|
|
|
HAVE_OPENSSL_ERR_H are not defined.
|
|
|
|
|
|
|
|
|
|
2005-12-05 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/winmm/driver.c, dlls/winmm/winemm.h:
|
|
|
|
|
winmm: driver unloading.
|
|
|
|
|
- properly handle drivers unloading when no session instance of the
|
|
|
|
|
driver has been created
|
|
|
|
|
|
|
|
|
|
2005-12-05 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dbghelp/symbol.c, dlls/dbghelp/type.c, programs/winedbg/expr.c,
|
|
|
|
|
programs/winedbg/symbol.c:
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
2005-12-05 Michael Stefaniuc <mstefani@redhat.de>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/tests/vartype.c, dlls/oleaut32/vartype.c:
|
|
|
|
|
Fix VarBstrCmp for NULL input BSTRs (MSDN is wrong).
|
|
|
|
|
|
|
|
|
|
2005-12-05 Milko Krachounov <milko@3mhz.net>
|
|
|
|
|
|
|
|
|
|
* dlls/commdlg/cdlg_Bg.rc, programs/regedit/Bg.rc:
|
|
|
|
|
Update the Bulgarian resources for commdlg and regedit.
|
|
|
|
|
|
|
|
|
|
2005-12-05 Marcus Meissner <marcus@jet.franken.de>
|
|
|
|
|
|
|
|
|
|
* dlls/winsock/socket.c:
|
|
|
|
|
winsock: Rewrote mappers to use sizeof() based loops.
|
|
|
|
|
Added IPPROTO_IP and AF_UNSPEC to the mappers.
|
|
|
|
|
|
|
|
|
|
2005-12-03 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/typelib.c:
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
2005-12-03 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/typelib.c:
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
2005-12-03 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/typelib.c:
|
|
|
|
|
OLE: fix invoking dispinterface functions
|
|
|
|
|
Fix invoking dispinterface functions by using the internal
|
|
|
|
|
representation of the function, not the one returned to applications.
|
|
|
|
|
|
|
|
|
|
2005-12-03 H. Verbeet <hverbeet@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/pixelshader.c:
|
|
|
|
|
wined3d: Set pixel shader version correctly in IWineD3DPixelShaderImpl_SetFunction.
|
|
|
|
|
|
|
|
|
|
2005-12-03 H. Verbeet <hverbeet@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c:
|
|
|
|
|
wined3d: Return the correct parent in IWineD3DPixelShaderImpl_GetParent.
|
|
|
|
|
Remove an unnecessary cast.
|
|
|
|
|
|
|
|
|
|
2005-12-03 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/typelib.c:
|
|
|
|
|
OLE: Move the dispinterface return value handling to functions that
|
|
|
|
|
return the FUNCDESC to the user.
|
|
|
|
|
|
|
|
|
|
2005-12-03 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/http.c, dlls/wininet/internet.c,
|
|
|
|
|
dlls/wininet/netconnection.c:
|
|
|
|
|
wininet: Correctly set the last error when a called Unix network
|
|
|
|
|
function fails.
|
|
|
|
|
|
|
|
|
|
2005-12-03 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* programs/winedbg/symbol.c:
|
|
|
|
|
winedbg: simplify some code.
|
|
|
|
|
|
|
|
|
|
2005-12-03 H. Verbeet <hverbeet@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/device.c:
|
|
|
|
|
wined3d: return D3DERR_INVALIDCALL when calling BeginStateBlock and
|
|
|
|
|
already recording.
|
|
|
|
|
|
|
|
|
|
2005-12-03 Pavel Roskin <proski at gnu.org>
|
|
|
|
|
|
|
|
|
|
* programs/wineconsole/wineconsole.c:
|
|
|
|
|
Fixed regression in wineconsole creation (curses backend).
|
|
|
|
|
|
|
|
|
|
2005-12-03 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* tools/winapi/winapi_check:
|
|
|
|
|
winapi_check: fully descend in included files to check for prototype.
|
|
|
|
|
|
|
|
|
|
2005-12-03 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/typelib.c:
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
2005-12-03 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c,
|
|
|
|
|
dlls/wininet/internet.h:
|
|
|
|
|
wininet: global function/data cleanup
|
|
|
|
|
Make some functions and a structure static since they are only used in
|
|
|
|
|
one file.
|
|
|
|
|
|
|
|
|
|
2005-12-03 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* programs/winedbg/stack.c:
|
|
|
|
|
winedbg: fixed regression (and simplified code!) for arguments
|
|
|
|
|
printing in backtrace.
|
|
|
|
|
|
|
|
|
|
2005-12-03 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* programs/winedbg/symbol.c:
|
|
|
|
|
winedbg: fixed regression in 'info local' command.
|
|
|
|
|
|
|
|
|
|
2005-12-03 Aric Stewart <aric@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* programs/wcmd/builtins.c:
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
2005-12-03 Aric Cyr <aric.cyr@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/opengl32/wgl.c, dlls/opengl32/wgl.h, dlls/opengl32/wgl_ext.c,
|
|
|
|
|
include/wingdi.h:
|
|
|
|
|
Move standard WGL function declarations to wingdi.h.
|
|
|
|
|
dlls/opengl32/wgl.h is now empty and no longer needed.
|
|
|
|
|
|
|
|
|
|
2005-12-02 Francois Gouget <fgouget@free.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/ole32/usrmarshal.c, dlls/wined3d/surface.c, dlls/winspool/info.c,
|
|
|
|
|
tools/winapi/msvcmaker, tools/winapi/winapi_check_options.pm,
|
|
|
|
|
tools/winapi/winapi_extract, tools/winebuild/utils.c:
|
|
|
|
|
Assorted spelling fixes.
|
|
|
|
|
|
|
|
|
|
2005-12-02 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/virtual.c, dlls/ntdll/virtual.c,
|
|
|
|
|
include/wine/server_protocol.h, server/mapping.c,
|
|
|
|
|
server/protocol.def, server/trace.c:
|
|
|
|
|
Move mapping (section) objects into directory name space.
|
|
|
|
|
|
|
|
|
|
2005-12-02 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/sync.c, dlls/ntdll/sync.c, include/wine/server_protocol.h,
|
|
|
|
|
server/protocol.def, server/timer.c, server/trace.c:
|
|
|
|
|
Move timer objects into directory name space.
|
|
|
|
|
|
|
|
|
|
2005-12-02 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/sync.c, dlls/ntdll/sync.c, include/wine/server_protocol.h,
|
|
|
|
|
server/protocol.def, server/semaphore.c, server/trace.c:
|
|
|
|
|
Move semaphore objects into directory name space.
|
|
|
|
|
|
|
|
|
|
2005-12-02 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/kernel_private.h, dlls/kernel/sync.c, dlls/ntdll/sync.c,
|
|
|
|
|
dlls/ntdll/tests/om.c, include/wine/server_protocol.h,
|
|
|
|
|
server/console.c, server/event.c, server/mutex.c,
|
|
|
|
|
server/named_pipe.c, server/object.h, server/process.c,
|
|
|
|
|
server/protocol.def, server/trace.c:
|
|
|
|
|
Move event and mutex objects into directory name space.
|
|
|
|
|
|
|
|
|
|
2005-12-02 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shdocvw/dochost.c:
|
|
|
|
|
Sync the WebBrowser's window size with document's window.
|
|
|
|
|
|
|
|
|
|
2005-12-02 Francois Gouget <fgouget@free.fr>
|
|
|
|
|
|
|
|
|
|
* tools/winapi/win32.api:
|
|
|
|
|
Update win32.api to match the current sources.
|
|
|
|
|
|
|
|
|
|
2005-12-02 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* include/objbase.h, tools/widl/header.c:
|
|
|
|
|
Use the typedef'd declaration of IRpcStubBuffer and IRpcChannelBuffer
|
|
|
|
|
in RPC _Stubs.
|
|
|
|
|
Add IRpcStubBuffer and IRpcChannelBuffer declarations to objbase.h.
|
|
|
|
|
|
|
|
|
|
2005-12-02 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* tools/widl/header.c:
|
|
|
|
|
Reorder the virtual table definition so it's defined before it is used
|
|
|
|
|
in widl header output.
|
|
|
|
|
|
|
|
|
|
2005-12-02 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* tools/widl/header.c:
|
|
|
|
|
Use interface instead of struct where appropriate in widl.
|
|
|
|
|
|
|
|
|
|
2005-12-02 Francois Gouget <fgouget@free.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/atl/atl_main.c, dlls/atl/atliface.idl:
|
|
|
|
|
Fix the AtlAxWinInit() prototype.
|
|
|
|
|
Also make it return FALSE to indicate failure instead of E_FAIL.
|
|
|
|
|
Define AtlAxWinInit() and AtlAxCreateControl() in atliface.idl.
|
|
|
|
|
|
|
|
|
|
2005-12-02 Francois Gouget <fgouget@free.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/netapi32/ds.c, tools/winapi/win32.api:
|
|
|
|
|
Better stick to the PSDK types and to the dsrole.h prototype.
|
|
|
|
|
Update win32.api.
|
|
|
|
|
|
|
|
|
|
2005-12-02 Francois Gouget <fgouget@free.fr>
|
|
|
|
|
|
|
|
|
|
* tools/winapi/winapi_parser.pm:
|
|
|
|
|
Fix __RPC_USER handling.
|
|
|
|
|
|
|
|
|
|
2005-12-02 Francois Gouget <fgouget@free.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/wldap32/parse.c, include/winldap.h, tools/winapi/win32.api:
|
|
|
|
|
Better stick to the PSDK types.
|
|
|
|
|
Update win32.api.
|
|
|
|
|
|
|
|
|
|
2005-12-02 Francois Gouget <fgouget@free.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dbghelp/module.c, include/dbghelp.h:
|
|
|
|
|
Add IMAGEHLP_MODULEW64.
|
|
|
|
|
Add SymGetModuleInfoW64() and SymLoadModule64().
|
|
|
|
|
|
|
|
|
|
2005-12-02 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shlview.c:
|
|
|
|
|
Implemented scrolling during drag&drop for the shellview class.
|
|
|
|
|
|
|
|
|
|
2005-12-02 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shdocvw/dochost.c:
|
|
|
|
|
Use sink in navigate_complete instead of ClientSite's IDispatch.
|
|
|
|
|
|
|
|
|
|
2005-12-02 Juan Lang <juan_lang@yahoo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/crypt32/Makefile.in, dlls/crypt32/cert.c,
|
|
|
|
|
dlls/crypt32/crypt32.spec, dlls/crypt32/crypt32_private.h,
|
|
|
|
|
dlls/crypt32/encode.c, dlls/crypt32/main.c, dlls/crypt32/oid.c,
|
|
|
|
|
dlls/crypt32/tests/.gitignore, dlls/crypt32/tests/Makefile.in,
|
|
|
|
|
dlls/crypt32/tests/encode.c, dlls/crypt32/tests/oid.c:
|
|
|
|
|
Implement more OID support functions.
|
|
|
|
|
Use the exported OID support functions internally.
|
|
|
|
|
Move OID support functions and stubs to a separate file.
|
|
|
|
|
|
|
|
|
|
2005-12-02 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* tools/winapi/c_parser.pm, tools/winapi/winapi_parser.pm:
|
|
|
|
|
Make winapi_check understand the interface keyword.
|
|
|
|
|
|
|
|
|
|
2005-12-02 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* dlls/commdlg/cdlg_Bg.rc, dlls/commdlg/cdlg_Ca.rc,
|
|
|
|
|
dlls/commdlg/cdlg_Cn.rc, dlls/commdlg/cdlg_Cs.rc,
|
|
|
|
|
dlls/commdlg/cdlg_Da.rc, dlls/commdlg/cdlg_De.rc,
|
|
|
|
|
dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_Es.rc,
|
|
|
|
|
dlls/commdlg/cdlg_Fi.rc, dlls/commdlg/cdlg_Fr.rc,
|
|
|
|
|
dlls/commdlg/cdlg_Hu.rc, dlls/commdlg/cdlg_It.rc,
|
|
|
|
|
dlls/commdlg/cdlg_Ja.rc, dlls/commdlg/cdlg_Nl.rc,
|
|
|
|
|
dlls/commdlg/cdlg_No.rc, dlls/commdlg/cdlg_Pl.rc,
|
|
|
|
|
dlls/commdlg/cdlg_Pt.rc, dlls/commdlg/cdlg_Ru.rc,
|
|
|
|
|
dlls/commdlg/cdlg_Si.rc, dlls/commdlg/cdlg_Sk.rc,
|
|
|
|
|
dlls/commdlg/cdlg_Sv.rc, dlls/commdlg/cdlg_Uk.rc,
|
|
|
|
|
dlls/commdlg/cdlg_Wa.rc, dlls/commdlg/cdlg_Zh.rc:
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
2005-12-02 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shdocvw/events.c, dlls/shdocvw/shdocvw.h:
|
|
|
|
|
Added implementation of IConnectionPoint::Advise and Unadvise.
|
|
|
|
|
|
|
|
|
|
2005-12-02 Hans Leidekker <hans@it.vu.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/wldap32/add.c, dlls/wldap32/bind.c, dlls/wldap32/compare.c,
|
|
|
|
|
dlls/wldap32/control.c, dlls/wldap32/delete.c, dlls/wldap32/dn.c,
|
|
|
|
|
dlls/wldap32/error.c:
|
|
|
|
|
Document DN and error handling functions.
|
|
|
|
|
Try to stick to Wine's documentation format.
|
|
|
|
|
|
|
|
|
|
2005-12-02 Rein Klazes <wijn@wanadoo.nl>
|
|
|
|
|
|
|
|
|
|
* programs/wcmd/batch.c, programs/wcmd/builtins.c,
|
|
|
|
|
programs/wcmd/wcmdmain.c:
|
|
|
|
|
Avoid formatted output in a few more places where formatting is not
|
|
|
|
|
really needed and output could be large enough to be truncated.
|
|
|
|
|
|
|
|
|
|
2005-12-02 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shdocvw/oleobject.c:
|
|
|
|
|
Sync window sizes.
|
|
|
|
|
|
|
|
|
|
2005-12-02 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/tests/shlfolder.c:
|
|
|
|
|
Added a test for native PIDL format.
|
|
|
|
|
|
|
|
|
|
2005-12-02 James Hawkins <truiken@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/advpack/advpack.c:
|
|
|
|
|
Document many of the advpack functions.
|
|
|
|
|
|
|
|
|
|
2005-12-02 Raphael Junqueira <fenix@club-internet.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/x11drv/opengl.c:
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
2005-12-01 Hans Leidekker <hans@it.vu.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/wldap32/Makefile.in, dlls/wldap32/parse.c,
|
|
|
|
|
dlls/wldap32/wldap32.spec:
|
|
|
|
|
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}.
|
|
|
|
|
|
|
|
|
|
2005-12-01 Hans Leidekker <hans@it.vu.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/wldap32/misc.c, dlls/wldap32/search.c,
|
|
|
|
|
dlls/wldap32/winldap_private.h, dlls/wldap32/wldap32.spec:
|
|
|
|
|
Stub implementations for functions handling paged search results.
|
|
|
|
|
Add some missing declarations.
|
|
|
|
|
|
|
|
|
|
2005-12-01 Huw Davies <huw@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msxml3/domdoc.c, dlls/msxml3/element.c,
|
|
|
|
|
dlls/msxml3/msxml_private.h, dlls/msxml3/node.c,
|
|
|
|
|
dlls/msxml3/tests/domdoc.c:
|
|
|
|
|
Make the node object aggregatable so that the element object (and in
|
|
|
|
|
future all of the other node types) can use it.
|
|
|
|
|
|
|
|
|
|
2005-12-01 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/virtual.c:
|
|
|
|
|
Check for need to add area to the reserved list also on unmap.
|
|
|
|
|
|
|
|
|
|
2005-12-01 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/virtual.c:
|
|
|
|
|
Ignore the large address space flag when version is win9x.
|
|
|
|
|
|
|
|
|
|
2005-12-01 Hans Leidekker <hans@it.vu.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/wldap32/add.c, dlls/wldap32/delete.c:
|
|
|
|
|
Document the ldap_delete* functions.
|
|
|
|
|
|
|
|
|
|
2005-12-01 Rein Klazes <wijn@wanadoo.nl>
|
|
|
|
|
|
|
|
|
|
* programs/wcmd/builtins.c, programs/wcmd/wcmdmain.c:
|
|
|
|
|
Don't use formatted output in WCMD_setshow_sortenv.
|
|
|
|
|
Don't use unsafe vsprintf in WCMD_output.
|
|
|
|
|
|
|
|
|
|
2005-12-01 Oldrich Jedlicka <oldium.pro@seznam.cz>
|
|
|
|
|
|
|
|
|
|
* dlls/x11drv/dib.c:
|
|
|
|
|
Fix for the monochrome DIB with inverted colors.
|
|
|
|
|
|
|
|
|
|
2005-12-01 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/tests/headers.c:
|
|
|
|
|
Improved the CHECK_DEF macro to avoid code duplication.
|
|
|
|
|
|
|
|
|
|
2005-12-01 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
|
|
|
|
|
Make dump functions const.
|
|
|
|
|
|
|
|
|
|
2005-12-01 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shdocvw/oleobject.c:
|
|
|
|
|
Added implementation of OLEIVERB_SHOW in DoVerb.
|
|
|
|
|
|
|
|
|
|
2005-12-01 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/typelib.c:
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
2005-12-01 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/except.c, dlls/msvcrt/msvcrt.h, dlls/msvcrt/tests/headers.c:
|
|
|
|
|
Prefix signal definitions with MSVCRT_ to avoid conflicts with system
|
|
|
|
|
headers.
|
|
|
|
|
|
|
|
|
|
2005-12-01 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/cdrom.c, dlls/ntdll/file.c, include/winsock2.h,
|
|
|
|
|
programs/regedit/treeview.c, server/registry.c:
|
|
|
|
|
Fixed some compiler warnings on Darwin.
|
|
|
|
|
|
|
|
|
|
2005-12-01 Pavel Roskin <proski@gnu.org>
|
|
|
|
|
|
|
|
|
|
* programs/notepad/dialog.c, programs/notepad/main.c:
|
|
|
|
|
Improve font support in Notepad.
|
|
|
|
|
|
|
|
|
|
2005-12-01 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/typelib.c:
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
2005-12-01 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/typelib.c:
|
|
|
|
|
Don't truncate large integer constants.
|
|
|
|
|
|
|
|
|
|
2005-12-01 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shdocvw/oleobject.c, dlls/shdocvw/shdocvw.h,
|
|
|
|
|
dlls/shdocvw/webbrowser.c:
|
|
|
|
|
Added IOleInPlaceActiveObject stub implementation.
|
|
|
|
|
|
|
|
|
|
2005-12-01 James Hawkins <truiken@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/advpack/advpack.c, dlls/advpack/advpack.spec, include/advpub.h:
|
|
|
|
|
Add a stub for AdvInstallFile.
|
|
|
|
|
|
|
|
|
|
2005-12-01 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* configure, configure.ac, dlls/wininet/netconnection.c,
|
|
|
|
|
include/config.h.in:
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
2005-12-01 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/user/listbox.c, dlls/user/tests/listbox.c:
|
|
|
|
|
Add a test for LB_SELITEMRANGE, make it pass under Wine.
|
|
|
|
|
|
|
|
|
|
2005-12-01 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/stdole2.tlb/std_ole_v2.idl:
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
2005-12-01 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/typelib.c:
|
|
|
|
|
The pparamdescex of an ELEMDESC should only be copied if wParamFlags &
|
|
|
|
|
PARAMFLAG_DHASDEFAULT.
|
|
|
|
|
Make ITypeInfo_ReleaseVarDesc use TLB_FreeElemDesc.
|
|
|
|
|
|
|
|
|
|
2005-12-01 Steven Edwards <steven@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wldap32/search.c, dlls/wldap32/wldap32.spec:
|
|
|
|
|
Add stubs for ldap_search_init_page[A/W].
|
|
|
|
|
|
|
|
|
|
2005-12-01 Detlef Riekenberg <wine.dev@web.de>
|
|
|
|
|
|
|
|
|
|
* dlls/x11drv/winpos.c:
|
|
|
|
|
Remove unused include X11/IntrinsicP.h.
|
|
|
|
|
|
|
|
|
|
2005-12-01 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shdocvw/oleobject.c:
|
|
|
|
|
Added SetObjectRects implementation.
|
|
|
|
|
|
|
|
|
|
2005-12-01 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shdocvw/client.c:
|
|
|
|
|
Return S_OK in [On|Can]InPlaceActivate.
|
|
|
|
|
Handle IOleDocumentSite in QueryInterface.
|
|
|
|
|
|
|
|
|
|
2005-12-01 Rein Klazes <wijn@wanadoo.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/gdi/freetype.c:
|
|
|
|
|
Make WineEngGetFontData always return the used byte count.
|
|
|
|
|
|
|
|
|
|
2005-11-30 Peter Lemenkov <petro@mail.ru>
|
|
|
|
|
|
|
|
|
|
* include/winuser.h:
|
|
|
|
|
Added WS_EX_COMPOSITED.
|
|
|
|
|
|
|
|
|
|
2005-11-30 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/user/painting.c, dlls/user/tests/msg.c:
|
|
|
|
|
Add a test for RedrawWindow with an empty region/rectangle, make it
|
|
|
|
|
pass under Wine.
|
|
|
|
|
|
|
|
|
|
2005-11-30 Willie Sippel <willie@zeitgeistmedia.net>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/directx.c, include/wine/wined3d_gl.h:
|
|
|
|
|
Added more Nvidia card IDs.
|
|
|
|
|
|
|
|
|
|
2005-11-30 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* tools/winewrapper:
|
|
|
|
|
Added support for Darwin DYLD_LIBRARY_PATH.
|
|
|
|
|
|
|
|
|
|
2005-11-30 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/om.c, dlls/ntdll/tests/om.c, include/wine/server_protocol.h,
|
|
|
|
|
server/Makefile.in, server/directory.c, server/object.h,
|
|
|
|
|
server/protocol.def, server/request.h, server/symlink.c,
|
|
|
|
|
server/trace.c:
|
|
|
|
|
Implement symbolic link object in wineserver.
|
|
|
|
|
Implement Nt[Create|Open|Query]SymbolicLinkObject.
|
|
|
|
|
Change tests accordingly.
|
|
|
|
|
|
|
|
|
|
2005-11-30 Markus Gömmel <m.goemmel@compulab.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shellpath.c:
|
|
|
|
|
Added CSIDL_MYVIDEO|MYPICTURES|MYMUSIC to _SHRegisterUserShellFolders.
|
|
|
|
|
|
|
|
|
|
2005-11-30 Oldrich Jedlicka <oldium.pro@seznam.cz>
|
|
|
|
|
|
|
|
|
|
* dlls/x11drv/dib.c:
|
|
|
|
|
Fix for RGB mask that corresponds to the visual's mask.
|
|
|
|
|
|
|
|
|
|
2005-11-30 Hans Leidekker <hans@it.vu.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/wldap32/control.c:
|
|
|
|
|
Document the ldap_control* functions.
|
|
|
|
|
|
|
|
|
|
2005-11-30 Martin Fuchs <martin-fuchs@gmx.net>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shlexec.c:
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
2005-11-30 Raphael Junqueira <fenix@club-internet.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/opengl32/wgl.c:
|
|
|
|
|
Added some checks on wglCreatContext to avoid problems (and
|
|
|
|
|
SetLastErrors).
|
|
|
|
|
|
|
|
|
|
2005-11-30 Stefan Leichter <Stefan.Leichter@camLine.com>
|
|
|
|
|
|
|
|
|
|
* dlls/crypt32/cert.c, dlls/crypt32/crypt32.spec:
|
|
|
|
|
Added stub for CryptVerifyMessageSignature.
|
|
|
|
|
|
|
|
|
|
2005-11-30 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/user/tests/msg.c, dlls/x11drv/winpos.c:
|
|
|
|
|
ShowWindows(SW_SHOWMAXIMIZED) should ignore WS_MAXIMIZE window
|
|
|
|
|
state. Change tests accordingly.
|
|
|
|
|
|
|
|
|
|
2005-11-30 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/user/tests/msg.c, dlls/user/win.c:
|
|
|
|
|
New maximized visible window should be shown with
|
|
|
|
|
ShowWindow(SW_SHOW).
|
|
|
|
|
|
|
|
|
|
2005-11-30 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/user/tests/msg.c, dlls/x11drv/window.c:
|
|
|
|
|
CreateWindow should not activate invisible minimized or maximized
|
|
|
|
|
windows.
|
|
|
|
|
Add several tests to show the correct behavior.
|
|
|
|
|
|
|
|
|
|
2005-11-30 Stefan Leichter <Stefan.Leichter@camLine.com>
|
|
|
|
|
|
|
|
|
|
* dlls/version/tests/install.c:
|
|
|
|
|
Fix version tests on windows 9x/ME.
|
|
|
|
|
|
|
|
|
|
2005-11-30 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/tests/http.c:
|
|
|
|
|
Test the behaviour of HttpSendRequestEx when putting data into the
|
|
|
|
|
lpvBuffer.
|
|
|
|
|
|
|
|
|
|
2005-11-30 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/http.c, dlls/wininet/internet.c, dlls/wininet/internet.h:
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
2005-11-30 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* dlls/netapi32/netapi32.c, include/lm.h, include/lmaccess.h,
|
|
|
|
|
include/lmserver.h, include/lmwksta.h:
|
|
|
|
|
Add some prototypes to include/ for already existing functions in
|
|
|
|
|
netapi32.
|
|
|
|
|
|
|
|
|
|
2005-11-30 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* tools/winapi/win16.api, tools/winapi/win32.api,
|
|
|
|
|
tools/winapi/winapi_function.pm, tools/winapi/winapi_local.pm,
|
|
|
|
|
tools/winapi/winapi_parser.pm:
|
|
|
|
|
Update win32.api to current cvs.
|
|
|
|
|
Add __RPC_USER as a calling convention in winapi.
|
|
|
|
|
|
|
|
|
|
2005-11-30 Raphael Junqueira <fenix@club-internet.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/directx.c, include/wine/wined3d_gl.h:
|
|
|
|
|
Add support for Intel drivers version string.
|
|
|
|
|
Update default driver version (nvidia).
|
|
|
|
|
|
|
|
|
|
2005-11-30 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/x11drv/xrender.c:
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
2005-11-30 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/registry.c:
|
|
|
|
|
The buffer sizes in the documentation for MsiDecomposeDescriptorW don't
|
|
|
|
|
include the NULL terminator, so fix this.
|
|
|
|
|
|
|
|
|
|
2005-11-30 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/http.c:
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
2005-11-30 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/typelib.c:
|
|
|
|
|
Factor out code for doing ELEMDESC sizes and copies.
|
|
|
|
|
Copy FUNCDESC structures returned to calling applications instead of
|
|
|
|
|
passing a pointer to the master structure used internally.
|
|
|
|
|
Call VariantInit on newly allocated memory before calling VariantCopy.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Hans Leidekker <hans@it.vu.nl>
|
|
|
|
|
|
|
|
|
|
* configure, configure.ac:
|
|
|
|
|
Link to the reentrant version of libldap.
|
|
|
|
|
|
|
|
|
|
2005-11-29 YunSong Hwang <hys545@dreamwiz.com>
|
|
|
|
|
|
|
|
|
|
* dlls/iccvid/iccvid_Ko.rc, dlls/iccvid/rsrc.rc,
|
|
|
|
|
dlls/msvidc32/msvidc32_Ko.rc, dlls/msvidc32/rsrc.rc:
|
|
|
|
|
Add Korean translations.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/om.c, dlls/ntdll/tests/om.c, include/wine/server_protocol.h,
|
|
|
|
|
server/Makefile.in, server/directory.c, server/main.c,
|
|
|
|
|
server/object.c, server/object.h, server/protocol.def,
|
|
|
|
|
server/request.c, server/request.h, server/trace.c:
|
|
|
|
|
Implement directory object in wineserver.
|
|
|
|
|
Implement Nt[Create|Open]DirectoryObject.
|
|
|
|
|
Change tests accordingly.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/loader.c:
|
|
|
|
|
Check for a valid module before attempting to read the export
|
|
|
|
|
directory in LdrGetProcedureAddress.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Rein Klazes <wijn@wanadoo.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/winsock/socket.c, dlls/winsock/tests/sock.c:
|
|
|
|
|
Clear the reference counter in WSACleanup, with regression test.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Hans Leidekker <hans@it.vu.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/wldap32/compare.c:
|
|
|
|
|
Document the ldap_compare* functions.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Oliver Stieber <oliver_stieber@yahoo.co.uk>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/device.c, dlls/wined3d/drawprim.c,
|
|
|
|
|
dlls/wined3d/stateblock.c, dlls/wined3d/wined3d_private.h,
|
|
|
|
|
include/wine/wined3d_interface.h:
|
|
|
|
|
Added support for vertex and pixel shader constants that have no type
|
|
|
|
|
i.e. they haven't been set yet or are clear.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Paul Vriens <Paul.Vriens@xs4all.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/netapi32/Makefile.in, dlls/netapi32/ds.c,
|
|
|
|
|
dlls/netapi32/netapi32.spec, dlls/netapi32/tests/.gitignore,
|
|
|
|
|
dlls/netapi32/tests/Makefile.in, dlls/netapi32/tests/ds.c,
|
|
|
|
|
include/Makefile.in, include/dsrole.h:
|
|
|
|
|
Added some stubbed Ds-calls
|
|
|
|
|
Start of conformance tests for these Ds-calls.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/dbghelp/dbghelp.spec, dlls/dbghelp/stack.c, include/dbghelp.h:
|
|
|
|
|
Stub StackWalk64.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/module.c,
|
|
|
|
|
dlls/dbghelp/path.c, include/dbghelp.h:
|
|
|
|
|
Added support for 'loading' virtual modules.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dbghelp/dbghelp.spec, dlls/dbghelp/symbol.c, include/dbghelp.h:
|
|
|
|
|
Implemented SymGet{Next|Prev}Line64.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dbghelp/module.c:
|
|
|
|
|
Now correctly checking calling down to 32 bit version.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/http.c, dlls/wininet/tests/http.c:
|
|
|
|
|
HttpSendRequestExA/W doesn't touch lpBuffersIn->Next, so simplify the
|
|
|
|
|
code a bit.
|
|
|
|
|
Modify test case to demonstrate this.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dbghelp/dbghelp.spec, dlls/dbghelp/module.c, include/dbghelp.h:
|
|
|
|
|
Implemented SymGetModuleInfo64.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ole32/Makefile.in, dlls/ole32/ole32.spec,
|
|
|
|
|
dlls/ole32/tests/Makefile.in, dlls/ole32/tests/marshal.c,
|
|
|
|
|
dlls/ole32/usrmarshal.c:
|
|
|
|
|
Implement some user marshal functions and add tests.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/http.c:
|
|
|
|
|
More lpszServerName -> lpszHostName fixes.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dbghelp/dbghelp.spec, dlls/dbghelp/module.c, include/dbghelp.h:
|
|
|
|
|
Implemented SymUnloadModule64.
|
|
|
|
|
|
|
|
|
|
2005-11-29 James Hawkins <truiken@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/advpack/advpack.c, dlls/advpack/tests/advpack.c:
|
|
|
|
|
Returned versions are always initialized to zero, even on failure.
|
|
|
|
|
Function always returns S_OK, even on failure.
|
|
|
|
|
Copy the file to the temp directory if the file exists but isn't found
|
|
|
|
|
by GetFileVersionInfoSize.
|
|
|
|
|
If bVersion is FALSE, return the language and code page identifiers of
|
|
|
|
|
the file, not the system.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/http.c:
|
|
|
|
|
Fix redirects from secure to non-secure and vice versa.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/typelib.c:
|
|
|
|
|
Implement ITypeInfo_Bind for typelibs.
|
|
|
|
|
Fix some places where a returned object was AddRef'd.
|
|
|
|
|
Make the search through implemented types work on all types, not just
|
|
|
|
|
interfaces.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Peter Lemenkov <petro@mail.ru>
|
|
|
|
|
|
|
|
|
|
* include/shellapi.h:
|
|
|
|
|
Added some definitions.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/winmm/mci.c:
|
|
|
|
|
Fixed some bugs in MCI string parsing.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dbghelp/dbghelp.c, dlls/dbghelp/dbghelp.spec,
|
|
|
|
|
dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/module.c,
|
|
|
|
|
include/dbghelp.h:
|
|
|
|
|
Implemented SymLoadModuleEx.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* programs/winedbg/debugger.h, programs/winedbg/display.c,
|
|
|
|
|
programs/winedbg/stack.c, programs/winedbg/symbol.c:
|
|
|
|
|
Replaced stack_get_frame with a pure symbol (and no longer stackframe)
|
|
|
|
|
oriented API (stack_get_current_symbol).
|
|
|
|
|
Reused the func name (stack_get_frame) for internal stack.c handling.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/ole32/ole32res.rc:
|
|
|
|
|
Made the Drag&Drop cursors' rubber band visible on a white background.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/x11drv/bitblt.c, dlls/x11drv/graphics.c:
|
|
|
|
|
Avoid including X11/Intrinsic.h.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/gdi/bitmap.c:
|
|
|
|
|
Added support for doing SetBitmapBits on a DIB section.
|
|
|
|
|
|
|
|
|
|
2005-11-29 James Hawkins <truiken@gmail.com>
|
|
|
|
|
|
|
|
|
|
* include/advpub.h:
|
|
|
|
|
Add ADN_DEL_UNC_PATHS define to advpub.h.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/http.c:
|
|
|
|
|
Change all SendAsyncCallback calls into the synchronous
|
|
|
|
|
INTERNET_SendCallback where INTERNET_FLAG_ASYNC is already handled
|
|
|
|
|
properly.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* include/objidl.idl:
|
|
|
|
|
Make IAdviseSink methods non-async and remove the IAsyncManager
|
|
|
|
|
parameter hack that native COM used to use (but not any more). Async
|
|
|
|
|
calls are an optimisation that we're not going to support in the near
|
|
|
|
|
future.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Raphael Junqueira <fenix@club-internet.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/opengl32/wgl.c:
|
|
|
|
|
Fixed crash in wglShareList.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Raphael Junqueira <fenix@club-internet.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dmusic/dmusic.c, dlls/dmusic/dmusic_private.h, dlls/dmusic/port.c:
|
|
|
|
|
Fix implementation of IDirectMusic8Impl_CreatePort.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* include/cvconst.h:
|
|
|
|
|
Added calling convention definitions.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dbghelp/dbghelp.c, dlls/dbghelp/dbghelp.spec, include/dbghelp.h:
|
|
|
|
|
Added stub for dbghelp.SymRegisterCallback64.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/typelib.c:
|
|
|
|
|
Add functions for doing a deep copy of a TYPEDESC into a flat buffer.
|
|
|
|
|
Copy VARDESC structures returned to calling applications instead of
|
|
|
|
|
passing a pointer to the master structure used internally.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/rpcrt4/cpsf.h, dlls/rpcrt4/cstub.c:
|
|
|
|
|
Add a function to retrieve the MIDL_SERVER_INFO struct from an object.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/rpcrt4/cpsf.c:
|
|
|
|
|
The CLSID can be substituted by an IID present in one of the proxy
|
|
|
|
|
file infos in NdrDllGetClassObject.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/rpcrt4/ndr_midl.c:
|
|
|
|
|
Return the correct error code from NdrProxyErrorHandler.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/rpcrt4/ndr_ole.c:
|
|
|
|
|
Raise exceptions on failures.
|
|
|
|
|
Replace references of pStubMsg->BufferEnd with RpcMsg->Buffer +
|
|
|
|
|
pStubMsg->BufferLength.
|
|
|
|
|
Fix buffer calculation when no interface data is marshaled to the
|
|
|
|
|
stream.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/rpcrt4/ndr_marshall.c:
|
|
|
|
|
Fix the overflow check to not depend on pStubMsg->BufferStart and
|
|
|
|
|
pStubMsg->BufferEnd being valid, because they aren't filled in when
|
|
|
|
|
using MIDL-generated server stubs.
|
|
|
|
|
Don't set the pointer to NULL on unmarshaling because we may want to
|
|
|
|
|
unmarshal the value to an existing pointer instead of allocating a new
|
|
|
|
|
one.
|
|
|
|
|
|
|
|
|
|
2005-11-29 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/user/tests/win.c, dlls/user/win.c:
|
|
|
|
|
EnumChildWindows should return result from the callback.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shdocvw/dochost.c, dlls/shdocvw/shdocvw.h,
|
|
|
|
|
dlls/shdocvw/webbrowser.c:
|
|
|
|
|
Activate document object.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* include/shlobj.h:
|
|
|
|
|
Remove unnecessary external variable declarations.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/iccvid/iccvid.c, dlls/iccvid/iccvid.spec, dlls/mciavi32/mciavi.c,
|
|
|
|
|
dlls/mcicda/mcicda.c, dlls/mciseq/mcimidi.c, dlls/midimap/midimap.c,
|
|
|
|
|
dlls/msacm/imaadp32/imaadp32.c, dlls/msacm/msadp32/msadp32.c,
|
|
|
|
|
dlls/msacm/msg711/msg711.c, dlls/msacm/pcmconverter.c,
|
|
|
|
|
dlls/msacm/winemp3/mpegl3.c, dlls/msrle32/msrle32.c,
|
|
|
|
|
dlls/msvidc32/msvidc32.spec, dlls/msvidc32/msvideo1.c,
|
|
|
|
|
dlls/winmm/joystick/joystick.c, dlls/winmm/mciwave/mciwave.c,
|
|
|
|
|
dlls/winmm/wavemap/wavemap.c, dlls/winmm/winealsa/alsa.c,
|
|
|
|
|
dlls/winmm/winearts/arts.c, dlls/winmm/wineaudioio/audioio.c,
|
|
|
|
|
dlls/winmm/wineesd/esound.c, dlls/winmm/winejack/jack.c,
|
|
|
|
|
dlls/winmm/winemm.h, dlls/winmm/winenas/nas.c,
|
|
|
|
|
dlls/winmm/wineoss/oss.c:
|
|
|
|
|
Fix all drivers DriverProc to conform to the DRIVERPROC definition.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Juan Lang <juan_lang@yahoo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/crypt32/cert.c, dlls/crypt32/crypt32.spec, dlls/crypt32/main.c:
|
|
|
|
|
Fix parameter count on some stubs (thanks to Marcus Meissner for
|
|
|
|
|
spotting that.) Add a few more stubs.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Henning Gerhardt <henning.gerhardt@web.de>
|
|
|
|
|
|
|
|
|
|
* dlls/iccvid/iccvid_De.rc, dlls/iccvid/rsrc.rc,
|
|
|
|
|
dlls/msvidc32/msvidc32_De.rc, dlls/msvidc32/rsrc.rc:
|
|
|
|
|
Add German resources.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Hans Leidekker <hans@it.vu.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/wldap32/add.c, dlls/wldap32/bind.c:
|
|
|
|
|
Document the ldap_bind* functions.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shfldr_unixfs.c:
|
|
|
|
|
Enhanced UnixFolder's IDropTarget implementation.
|
|
|
|
|
Use STATIC_CAST macro more consistently.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* tools/winebuild/spec16.c:
|
|
|
|
|
Preserve 16-byte stack alignment in 16-bit relays.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* tools/winebuild/relay.c:
|
|
|
|
|
Enforce 16-byte stack alignment when returning from 16-bit code and
|
|
|
|
|
when calling a register function.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Ge van Geldorp <gvg@reactos.org>
|
|
|
|
|
|
|
|
|
|
* dlls/advapi32/crypt.c, dlls/advapi32/crypt_lmhash.c,
|
|
|
|
|
dlls/advapi32/lsa.c, dlls/advapi32/registry.c,
|
|
|
|
|
dlls/advapi32/security.c, dlls/dbghelp/minidump.c,
|
|
|
|
|
dlls/dbghelp/path.c, dlls/dbghelp/stack.c,
|
|
|
|
|
dlls/dplayx/dplayx_messages.c, dlls/imagehlp/integrity.c,
|
|
|
|
|
dlls/kernel/actctx.c, dlls/kernel/change.c, dlls/kernel/comm.c,
|
|
|
|
|
dlls/kernel/computername.c, dlls/kernel/debugger.c,
|
|
|
|
|
dlls/kernel/environ.c, dlls/kernel/except.c, dlls/kernel/file.c,
|
|
|
|
|
dlls/kernel/format_msg.c, dlls/kernel/global16.c,
|
|
|
|
|
dlls/kernel/instr.c, dlls/kernel/locale.c, dlls/kernel/module.c,
|
|
|
|
|
dlls/kernel/oldconfig.c, dlls/kernel/path.c, dlls/kernel/process.c,
|
|
|
|
|
dlls/kernel/resource.c, dlls/kernel/sync.c, dlls/kernel/thread.c,
|
|
|
|
|
dlls/kernel/time.c, dlls/kernel/version.c, dlls/kernel/virtual.c,
|
|
|
|
|
dlls/kernel/volume.c, dlls/mcicda/mcicda.c, dlls/netapi32/wksta.c,
|
|
|
|
|
dlls/ntdll/atom.c, dlls/ntdll/cdrom.c, dlls/ntdll/critsection.c,
|
|
|
|
|
dlls/ntdll/debugbuffer.c, dlls/ntdll/debugtools.c,
|
|
|
|
|
dlls/ntdll/directory.c, dlls/ntdll/env.c, dlls/ntdll/error.c,
|
|
|
|
|
dlls/ntdll/exception.c, dlls/ntdll/file.c, dlls/ntdll/handletable.c,
|
|
|
|
|
dlls/ntdll/heap.c, dlls/ntdll/large_int.c, dlls/ntdll/loader.c,
|
|
|
|
|
dlls/ntdll/nt.c, dlls/ntdll/ntdll_misc.h, dlls/ntdll/om.c,
|
|
|
|
|
dlls/ntdll/path.c, dlls/ntdll/process.c, dlls/ntdll/reg.c,
|
|
|
|
|
dlls/ntdll/resource.c, dlls/ntdll/rtl.c, dlls/ntdll/rtlstr.c,
|
|
|
|
|
dlls/ntdll/sec.c, dlls/ntdll/server.c, dlls/ntdll/sync.c,
|
|
|
|
|
dlls/ntdll/tests/large_int.c, dlls/ntdll/tests/rtlstr.c,
|
|
|
|
|
dlls/ntdll/thread.c, dlls/ntdll/time.c, dlls/ntdll/version.c,
|
|
|
|
|
dlls/ntdll/virtual.c, dlls/powrprof/powrprof.c,
|
|
|
|
|
dlls/psapi/psapi_main.c, dlls/quartz/filesource.c,
|
|
|
|
|
dlls/rpcrt4/rpc_server.c, dlls/rpcrt4/rpcss_np_client.c,
|
|
|
|
|
dlls/user/cursoricon.c, dlls/user/message.c, dlls/user/painting.c,
|
|
|
|
|
dlls/user/winpos.c, dlls/vmm.vxd/vmm.c, dlls/winedos/int2f.c,
|
|
|
|
|
dlls/winedos/vxd.c, dlls/wininet/internet.c, dlls/winmm/mmsystem.c,
|
|
|
|
|
dlls/winsock/socket.c, dlls/x11drv/dce.c, dlls/x11drv/winpos.c,
|
|
|
|
|
include/ntstatus.h, include/winnt.h, programs/rpcss/np_server.c,
|
|
|
|
|
programs/wcmd/wcmdmain.c, programs/winedbg/dbg.y,
|
|
|
|
|
programs/winedbg/debugger.h, programs/winedbg/gdbproxy.c,
|
|
|
|
|
server/atom.c, server/change.c, server/class.c, server/clipboard.c,
|
|
|
|
|
server/console.c, server/debugger.c, server/event.c, server/fd.c,
|
|
|
|
|
server/file.c, server/handle.c, server/hook.c, server/mailslot.c,
|
|
|
|
|
server/mapping.c, server/mutex.c, server/named_pipe.c,
|
|
|
|
|
server/object.c, server/process.c, server/ptrace.c, server/queue.c,
|
|
|
|
|
server/region.c, server/registry.c, server/semaphore.c,
|
|
|
|
|
server/serial.c, server/snapshot.c, server/sock.c, server/thread.c,
|
|
|
|
|
server/thread.h, server/timer.c, server/token.c, server/trace.c,
|
|
|
|
|
server/window.c, server/winstation.c:
|
|
|
|
|
Match PSDK STATUS_* definitions.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/iccvid/iccvid.c, dlls/msrle32/msrle32.c,
|
|
|
|
|
dlls/msrle32/msrle_private.h, dlls/msvidc32/msvideo1.c,
|
|
|
|
|
dlls/msvideo/msvideo_main.c, include/vfw.h:
|
|
|
|
|
Set both dwVersionICM and dwVersion to ICVERSION in Wine builtin
|
|
|
|
|
codecs.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Aric Stewart <aric@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/http.c:
|
|
|
|
|
Allow HttpEndRequest to process 302 and 301 redirects. Append Host
|
|
|
|
|
port if non standard on the redirect host header and make sure to
|
|
|
|
|
append the extra information (parameters) and such to the location if
|
|
|
|
|
present. Additionally check to see if we are redirecting to https and
|
|
|
|
|
if so set the appropriate port.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shdocvw/dochost.c:
|
|
|
|
|
Added GetOverrideKeyPath and GetOptionKeyPath implementation.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shlview.c:
|
|
|
|
|
Use GetUIObjectOf instead of BindToObject to get a IDropTarget object.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Ge van Geldorp <gvg@reactos.org>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shlexec.c:
|
|
|
|
|
Other code in shlexec.c (e.g. the extension handling code in
|
|
|
|
|
ShellExecute_GetClassKey) expects sei->lpFile to not be enclosed in
|
|
|
|
|
quotes.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Detlef Riekenberg <wine.dev@web.de>
|
|
|
|
|
|
|
|
|
|
* dlls/winspool/info.c:
|
|
|
|
|
Documentation added for GetPrinterDriverDirectoryW + A.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* include/ddk/wdm.h:
|
|
|
|
|
Add directory and symlink access rights.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/http.c:
|
|
|
|
|
Add support for using secure (SSL/TLS) connections through a proxy
|
|
|
|
|
server.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/http.c, dlls/wininet/internet.h,
|
|
|
|
|
dlls/wininet/netconnection.c:
|
|
|
|
|
Move the initiation of the SSL connection into a separate function.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/user/menu.c, dlls/user/tests/menu.c:
|
|
|
|
|
set_menu_item_text handles converting an empty menu item to a
|
|
|
|
|
separator on its own, give it a chance to do its work in the
|
|
|
|
|
MIIM_FTYPE case.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/http.c, dlls/wininet/internet.h:
|
|
|
|
|
Add a host port field that preserves the requested port of the
|
|
|
|
|
destination URL.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Vijay Kiran Kamuju <infyquest@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/usp10/usp10.c, include/usp10.h:
|
|
|
|
|
Added some missing definitions in usp10.h.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Rein Klazes <wijn@wanadoo.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/x11drv/graphics.c:
|
|
|
|
|
Handle an X error in X11DRV_ExtFloodFill().
|
|
|
|
|
|
|
|
|
|
2005-11-28 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/http.c:
|
|
|
|
|
Fix "http://" prefix detection on the proxy URL.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/rpcrt4/ndr_midl.c:
|
|
|
|
|
Make sure to fill out the MIDL_STUB_MESSAGE structure in
|
|
|
|
|
NdrSendReceive like we do in NdrProxySendReceive.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/rpcrt4/ndr_marshall.c:
|
|
|
|
|
Implement conformant varying array functions.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/rpcrt4/ndr_marshall.c:
|
|
|
|
|
Implement conformant struct functions.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/rpcrt4/ndr_marshall.c:
|
|
|
|
|
Implement FC_STRUCTPAD2 for complex types.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Rein Klazes <wijn@wanadoo.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/gdi/gdi32.spec, dlls/gdi/palette.c:
|
|
|
|
|
Add stub implementation for SetMagicColors().
|
|
|
|
|
|
|
|
|
|
2005-11-28 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/atl/atl.spec, dlls/atl/atl_main.c, dlls/atl/atlbase.h:
|
|
|
|
|
Added AtlAxCreateControl stub implementation.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/http.c:
|
|
|
|
|
Replace some useless checks in HTTP_AddProxyInfo with asserts.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shdocvw/client.c, dlls/shdocvw/shdocvw.h,
|
|
|
|
|
dlls/shdocvw/webbrowser.c:
|
|
|
|
|
Added IOleDocumentSite implementation.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/http.c:
|
|
|
|
|
Simplify and fix Set-Cookie handling.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ole32/defaulthandler.c:
|
|
|
|
|
Implement IOleObject_DoVerb function by running the object and then
|
|
|
|
|
delegating to the remote IOleObject_DoVerb function.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/rpcrt4/ndr_marshall.c:
|
|
|
|
|
Add functions for marshaling base types (ints, floats, etc.).
|
|
|
|
|
|
|
|
|
|
2005-11-28 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shdocvw/dochost.c, dlls/shdocvw/oleobject.c,
|
|
|
|
|
dlls/shdocvw/shdocvw.h, dlls/shdocvw/webbrowser.c:
|
|
|
|
|
Better windows handling.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shell32_main.h:
|
|
|
|
|
Modified KeyStateToDropEffect macro to match native shellview's
|
|
|
|
|
behaviour.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/http.c:
|
|
|
|
|
Simplify HTTP_InsertProxyAuthorization.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ole32/compobj_private.h, dlls/ole32/defaulthandler.c,
|
|
|
|
|
dlls/ole32/oleobj.c:
|
|
|
|
|
Delegate advises to the remote object to enable the client to receive
|
|
|
|
|
data change notifications.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/rpcrt4/ndr_marshall.c, dlls/rpcrt4/ndr_misc.h:
|
|
|
|
|
Extend conformance computation function to also compute variances.
|
|
|
|
|
MSDN suggests that conformance and variance are pretty much the same,
|
|
|
|
|
but there may be some subtleties to it.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shdocvw/Makefile.in, dlls/shdocvw/client.c, dlls/shdocvw/frame.c,
|
|
|
|
|
dlls/shdocvw/shdocvw.h, dlls/shdocvw/webbrowser.c:
|
|
|
|
|
Added implementation of GetWindowContext.
|
|
|
|
|
Added stub implementation of IOleInPlaceFrame interface.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/iccvid/.gitignore, dlls/msvidc32/.gitignore:
|
|
|
|
|
Ignore generated rsrc.res.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shlview.c:
|
|
|
|
|
Register the shell view itself as the drop target, not it's parent folder.
|
|
|
|
|
Forward drag&drop method calls to the folder currently under the cursor.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/internet.c:
|
|
|
|
|
Change some SendAsyncCallback calls to INTERNET_SendCallback as the
|
|
|
|
|
tests show that the callbacks happen either synchronously or within an
|
|
|
|
|
alternative asynchronous call.
|
|
|
|
|
Remove a check for a NULL lpfnStatusCB that is already performed by
|
|
|
|
|
INTERNET_SendCallback and add a comment about a difference to native.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/http.c:
|
|
|
|
|
Add parsing of the Content-ID and Proxy-Connection headers.
|
|
|
|
|
Sort the table of header to option number mappings correctly.
|
|
|
|
|
Change a FIXME to a WARN because there are "X-..." headers that we
|
|
|
|
|
aren't supposed to parse.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* include/imagehlp.h:
|
|
|
|
|
Add some 64 bit definitions.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Oliver Stieber <oliver_stieber@yahoo.co.uk>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/device.c:
|
|
|
|
|
Stop reporting not having swapchain 0 as an error and add an internal
|
|
|
|
|
variable instead of modifying a parameter.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Oliver Stieber <oliver_stieber@yahoo.co.uk>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/vertexdeclaration.c:
|
|
|
|
|
Correct some errors in the way vertex declarations for directx 8 are
|
|
|
|
|
parsed and add offset support.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Ge van Geldorp <gvg@reactos.org>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/iconcache.c:
|
|
|
|
|
Load shortcut icon by resource id instead of by icon index.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ole32/defaulthandler.c:
|
|
|
|
|
Call DefaultHandler_Stop if we fail to start the server running
|
|
|
|
|
correctly and a few formatting fixes.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/rpcrt4/ndr_marshall.c:
|
|
|
|
|
Fix NdrConformantArrayBufferSize to include the size of the
|
|
|
|
|
conformance value.
|
|
|
|
|
Make NdrConformantArrayMemorySize do something more useful, like
|
|
|
|
|
actually return the required memory.
|
|
|
|
|
Conformance offset can be negative and should only be two bytes.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msvidc32/Makefile.in, dlls/msvidc32/msvidc32_En.rc,
|
|
|
|
|
dlls/msvidc32/msvidc32_private.h, dlls/msvidc32/msvideo1.c,
|
|
|
|
|
dlls/msvidc32/rsrc.rc:
|
|
|
|
|
Add support for ICM_GETINFO in msvidc32 codec (based on msrle32).
|
|
|
|
|
|
|
|
|
|
2005-11-28 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/iccvid/Makefile.in, dlls/iccvid/iccvid.c, dlls/iccvid/iccvid_En.rc,
|
|
|
|
|
dlls/iccvid/iccvid_private.h, dlls/iccvid/rsrc.rc:
|
|
|
|
|
Add support for ICM_GETINFO in iccvid codec (based on msrle32).
|
|
|
|
|
|
|
|
|
|
2005-11-28 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msrle32/msrle32.c, dlls/msvideo/msvideo_main.c:
|
|
|
|
|
Fix several bugs in msrle32 preventing it to load.
|
|
|
|
|
Remove a hack in ICOpen compensating a bug in msrle32.
|
|
|
|
|
Use MSVFW32_hModule directly in ICCompressorChoose, and avoid a
|
|
|
|
|
convoluted GWLP_HINSTANCE hack.
|
|
|
|
|
|
|
|
|
|
2005-11-28 YunSong Hwang <hys545@dreamwiz.com>
|
|
|
|
|
|
|
|
|
|
* dlls/winmm/winmm_Ko.rc, programs/wcmd/Ko.rc, programs/winecfg/Ko.rc:
|
|
|
|
|
Update Korean translations.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/ole32/ole32res.rc:
|
|
|
|
|
Correct the hot spot position of the drag&drop 'move' and 'link' cursors.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shdocvw/webbrowser.c:
|
|
|
|
|
Don't crash when parameters of Navigate2 are NULL.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/http.c, dlls/wininet/internet.h:
|
|
|
|
|
Add a new field "lpszHostName" to the session to track the host name
|
|
|
|
|
of the HTTP server, as opposed to the server that we will connect to
|
|
|
|
|
that could be a proxy server. Fixes the "Host:" header that we send to
|
|
|
|
|
servers.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/winmm/winmm.c:
|
|
|
|
|
LoadLibrary16 is no longer exported by name, so do the lookup by its
|
|
|
|
|
ordinal (when loading NE sibling).
|
|
|
|
|
|
|
|
|
|
2005-11-28 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/cdrom.c:
|
|
|
|
|
Handle IOCTL_DISK_CHECK_VERIFY which is synonym for
|
|
|
|
|
IOCTL_STORAGE_CHECK_VERIFY.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dbghelp/dbghelp.spec, dlls/dbghelp/stack.c, include/dbghelp.h:
|
|
|
|
|
Added stubs for DbgHelp functions: SymRegisterFunctionEntryCallback.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Oliver Stieber <oliver_stieber@yahoo.co.uk>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c:
|
|
|
|
|
Correct the matrix sizes in software shaders and remove an erroneous
|
|
|
|
|
parameter from lrp.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Lionel Ulmer <lionel.ulmer@free.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/x11drv/settings.c:
|
|
|
|
|
Ignore frequency requests in Desktop mode.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ole32/defaulthandler.c:
|
|
|
|
|
Call the equivalent delegate function for all of the simple
|
|
|
|
|
functions.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/rpcrt4/ndr_marshall.c:
|
|
|
|
|
We should always allocate in NdrConformantStringUnmarshal if the
|
|
|
|
|
memory pointer is NULL.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Lionel Ulmer <lionel.ulmer@free.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dinput/device.c:
|
|
|
|
|
Handle DInput8 interfaces in device QueryInterface.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Hans Leidekker <hans@it.vu.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/wldap32/add.c:
|
|
|
|
|
Document the ldap_add* functions.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Huw Davies <huw@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/gdi/bitblt.c:
|
|
|
|
|
If the driver doesn't support StretchBlt try to use StretchDIBits
|
|
|
|
|
instead.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Martin Fuchs <martin-fuchs@gmx.net>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shfldr_desktop.c, dlls/shell32/shlfolder.c,
|
|
|
|
|
dlls/shell32/tests/shlfolder.c:
|
|
|
|
|
Correctly call HCR_GetFolderAttributes() in SHELL32_GetItemAttributes().
|
|
|
|
|
Directly return the correct "My Computer" attributes in
|
|
|
|
|
ISF_Desktop_fnGetAttributesOf().
|
|
|
|
|
Remove "todo_wine" from the "My Computer" attributes test case.
|
|
|
|
|
Add test case for retrieving the file system path from the
|
|
|
|
|
CSIDL_PROGRAM_FILES PIDL using SHGetPathFromIDListW().
|
|
|
|
|
|
|
|
|
|
2005-11-28 YunSong Hwang <hys545@dreamwiz.com>
|
|
|
|
|
|
|
|
|
|
* documentation/README.ko:
|
|
|
|
|
Add a translation of the README.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/helpers.c:
|
|
|
|
|
If a source directory doesn't exist, use the install root instead.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/dialog.c:
|
|
|
|
|
Handle the ^ character in MaskEdit controls.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Raphael Junqueira <fenix@club-internet.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dmime/dmime_private.h, dlls/dmime/performance.c:
|
|
|
|
|
Partial implementation of IDirectMusicPerformance8Impl_AddPort.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shfldr_unixfs.c:
|
|
|
|
|
Initial stubbed implementation of UnixFolder's IDropTarget interface.
|
|
|
|
|
|
|
|
|
|
2005-11-28 Alex Villacís Lasso <a_villacis@palosanto.com>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/process.c:
|
|
|
|
|
Initialize file_exists to 0 at exe load test, prevents mistaking of
|
|
|
|
|
UTF-8 encoded exenames as builtins.
|
|
|
|
|
|
|
|
|
|
2005-11-26 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* .gitignore, dlls/.gitignore, dlls/winspool/.gitignore, libs/.gitignore,
|
|
|
|
|
programs/avitools/.gitignore, programs/clock/.gitignore,
|
|
|
|
|
programs/cmdlgtst/.gitignore, programs/control/.gitignore,
|
|
|
|
|
programs/eject/.gitignore, programs/expand/.gitignore,
|
|
|
|
|
programs/explorer/.gitignore, programs/hh/.gitignore,
|
|
|
|
|
programs/msiexec/.gitignore, programs/notepad/.gitignore,
|
|
|
|
|
programs/progman/.gitignore, programs/regedit/.gitignore,
|
|
|
|
|
programs/regsvr32/.gitignore, programs/rpcss/.gitignore,
|
|
|
|
|
programs/rundll32/.gitignore, programs/start/.gitignore,
|
|
|
|
|
programs/taskmgr/.gitignore, programs/uninstaller/.gitignore,
|
|
|
|
|
programs/view/.gitignore, programs/wcmd/.gitignore,
|
|
|
|
|
programs/wineboot/.gitignore, programs/winebrowser/.gitignore,
|
|
|
|
|
programs/winecfg/.gitignore, programs/wineconsole/.gitignore,
|
|
|
|
|
programs/winedbg/.gitignore, programs/winefile/.gitignore,
|
|
|
|
|
programs/winemenubuilder/.gitignore, programs/winemine/.gitignore,
|
|
|
|
|
programs/winepath/.gitignore, programs/winetest/.gitignore,
|
|
|
|
|
programs/winevdm/.gitignore, programs/winhelp/.gitignore,
|
|
|
|
|
programs/winver/.gitignore, tools/winegcc/.gitignore:
|
|
|
|
|
Ignore symlink files too (needed for git).
|
|
|
|
|
|
|
|
|
|
2005-11-26 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* .cvsignore, .gitignore, dlls/.cvsignore, dlls/.gitignore,
|
|
|
|
|
dlls/activeds/.cvsignore, dlls/activeds/.gitignore,
|
|
|
|
|
dlls/advapi32/.cvsignore, dlls/advapi32/.gitignore,
|
|
|
|
|
dlls/advapi32/tests/.cvsignore, dlls/advapi32/tests/.gitignore,
|
|
|
|
|
dlls/advpack/.cvsignore, dlls/advpack/.gitignore,
|
|
|
|
|
dlls/advpack/tests/.cvsignore, dlls/advpack/tests/.gitignore,
|
|
|
|
|
dlls/amstream/.cvsignore, dlls/amstream/.gitignore,
|
|
|
|
|
dlls/atl/.cvsignore, dlls/atl/.gitignore, dlls/avicap32/.cvsignore,
|
|
|
|
|
dlls/avicap32/.gitignore, dlls/avifil32/.cvsignore,
|
|
|
|
|
dlls/avifil32/.gitignore, dlls/cabinet/.cvsignore,
|
|
|
|
|
dlls/cabinet/.gitignore, dlls/capi2032/.cvsignore,
|
|
|
|
|
dlls/capi2032/.gitignore, dlls/cards/.cvsignore,
|
|
|
|
|
dlls/cards/.gitignore, dlls/cfgmgr32/.cvsignore,
|
|
|
|
|
dlls/cfgmgr32/.gitignore, dlls/comcat/.cvsignore,
|
|
|
|
|
dlls/comcat/.gitignore, dlls/comctl32/.cvsignore,
|
|
|
|
|
dlls/comctl32/.gitignore, dlls/comctl32/tests/.cvsignore,
|
|
|
|
|
dlls/comctl32/tests/.gitignore, dlls/commdlg/.cvsignore,
|
|
|
|
|
dlls/commdlg/.gitignore, dlls/crtdll/.cvsignore,
|
|
|
|
|
dlls/crtdll/.gitignore, dlls/crypt32/.cvsignore,
|
|
|
|
|
dlls/crypt32/.gitignore, dlls/crypt32/tests/.cvsignore,
|
|
|
|
|
dlls/crypt32/tests/.gitignore, dlls/cryptdll/.cvsignore,
|
|
|
|
|
dlls/cryptdll/.gitignore, dlls/ctl3d/.cvsignore,
|
|
|
|
|
dlls/ctl3d/.gitignore, dlls/d3d8/.cvsignore, dlls/d3d8/.gitignore,
|
|
|
|
|
dlls/d3d9/.cvsignore, dlls/d3d9/.gitignore, dlls/d3dim/.cvsignore,
|
|
|
|
|
dlls/d3dim/.gitignore, dlls/d3drm/.cvsignore, dlls/d3drm/.gitignore,
|
|
|
|
|
dlls/d3dx8/.cvsignore, dlls/d3dx8/.gitignore, dlls/d3dxof/.cvsignore,
|
|
|
|
|
dlls/d3dxof/.gitignore, dlls/dbghelp/.cvsignore,
|
|
|
|
|
dlls/dbghelp/.gitignore, dlls/dciman32/.cvsignore,
|
|
|
|
|
dlls/dciman32/.gitignore, dlls/ddraw/.cvsignore,
|
|
|
|
|
dlls/ddraw/.gitignore, dlls/ddraw/tests/.cvsignore,
|
|
|
|
|
dlls/ddraw/tests/.gitignore, dlls/devenum/.cvsignore,
|
|
|
|
|
dlls/devenum/.gitignore, dlls/dinput/.cvsignore,
|
|
|
|
|
dlls/dinput/.gitignore, dlls/dinput/tests/.cvsignore,
|
|
|
|
|
dlls/dinput/tests/.gitignore, dlls/dinput8/.cvsignore,
|
|
|
|
|
dlls/dinput8/.gitignore, dlls/dmband/.cvsignore,
|
|
|
|
|
dlls/dmband/.gitignore, dlls/dmcompos/.cvsignore,
|
|
|
|
|
dlls/dmcompos/.gitignore, dlls/dmime/.cvsignore,
|
|
|
|
|
dlls/dmime/.gitignore, dlls/dmloader/.cvsignore,
|
|
|
|
|
dlls/dmloader/.gitignore, dlls/dmscript/.cvsignore,
|
|
|
|
|
dlls/dmscript/.gitignore, dlls/dmstyle/.cvsignore,
|
|
|
|
|
dlls/dmstyle/.gitignore, dlls/dmsynth/.cvsignore,
|
|
|
|
|
dlls/dmsynth/.gitignore, dlls/dmusic/.cvsignore,
|
|
|
|
|
dlls/dmusic/.gitignore, dlls/dmusic32/.cvsignore,
|
|
|
|
|
dlls/dmusic32/.gitignore, dlls/dplay/.cvsignore,
|
|
|
|
|
dlls/dplay/.gitignore, dlls/dplayx/.cvsignore,
|
|
|
|
|
dlls/dplayx/.gitignore, dlls/dpnet/.cvsignore, dlls/dpnet/.gitignore,
|
|
|
|
|
dlls/dpnhpast/.cvsignore, dlls/dpnhpast/.gitignore,
|
|
|
|
|
dlls/dsound/.cvsignore, dlls/dsound/.gitignore,
|
|
|
|
|
dlls/dsound/tests/.cvsignore, dlls/dsound/tests/.gitignore,
|
|
|
|
|
dlls/dswave/.cvsignore, dlls/dswave/.gitignore,
|
|
|
|
|
dlls/dxdiagn/.cvsignore, dlls/dxdiagn/.gitignore,
|
|
|
|
|
dlls/dxerr8/.cvsignore, dlls/dxerr8/.gitignore,
|
|
|
|
|
dlls/dxerr9/.cvsignore, dlls/dxerr9/.gitignore,
|
|
|
|
|
dlls/dxguid/.cvsignore, dlls/dxguid/.gitignore, dlls/gdi/.cvsignore,
|
|
|
|
|
dlls/gdi/.gitignore, dlls/gdi/tests/.cvsignore,
|
|
|
|
|
dlls/gdi/tests/.gitignore, dlls/glu32/.cvsignore,
|
|
|
|
|
dlls/glu32/.gitignore, dlls/glut32/.cvsignore,
|
|
|
|
|
dlls/glut32/.gitignore, dlls/hhctrl.ocx/.cvsignore,
|
|
|
|
|
dlls/hhctrl.ocx/.gitignore, dlls/iccvid/.cvsignore,
|
|
|
|
|
dlls/iccvid/.gitignore, dlls/icmp/.cvsignore, dlls/icmp/.gitignore,
|
|
|
|
|
dlls/ifsmgr.vxd/.cvsignore, dlls/ifsmgr.vxd/.gitignore,
|
|
|
|
|
dlls/imagehlp/.cvsignore, dlls/imagehlp/.gitignore,
|
|
|
|
|
dlls/imm32/.cvsignore, dlls/imm32/.gitignore,
|
|
|
|
|
dlls/iphlpapi/.cvsignore, dlls/iphlpapi/.gitignore,
|
|
|
|
|
dlls/iphlpapi/tests/.cvsignore, dlls/iphlpapi/tests/.gitignore,
|
|
|
|
|
dlls/itss/.cvsignore, dlls/itss/.gitignore, dlls/kernel/.cvsignore,
|
|
|
|
|
dlls/kernel/.gitignore, dlls/kernel/messages/.cvsignore,
|
|
|
|
|
dlls/kernel/messages/.gitignore, dlls/kernel/tests/.cvsignore,
|
|
|
|
|
dlls/kernel/tests/.gitignore, dlls/lzexpand/.cvsignore,
|
|
|
|
|
dlls/lzexpand/.gitignore, dlls/lzexpand/tests/.cvsignore,
|
|
|
|
|
dlls/lzexpand/tests/.gitignore, dlls/mapi32/.cvsignore,
|
|
|
|
|
dlls/mapi32/.gitignore, dlls/mapi32/tests/.cvsignore,
|
|
|
|
|
dlls/mapi32/tests/.gitignore, dlls/mciavi32/.cvsignore,
|
|
|
|
|
dlls/mciavi32/.gitignore, dlls/mcicda/.cvsignore,
|
|
|
|
|
dlls/mcicda/.gitignore, dlls/mciseq/.cvsignore,
|
|
|
|
|
dlls/mciseq/.gitignore, dlls/midimap/.cvsignore,
|
|
|
|
|
dlls/midimap/.gitignore, dlls/mlang/.cvsignore,
|
|
|
|
|
dlls/mlang/.gitignore, dlls/mlang/tests/.cvsignore,
|
|
|
|
|
dlls/mlang/tests/.gitignore, dlls/mmdevldr.vxd/.cvsignore,
|
|
|
|
|
dlls/mmdevldr.vxd/.gitignore, dlls/monodebg.vxd/.cvsignore,
|
|
|
|
|
dlls/monodebg.vxd/.gitignore, dlls/mpr/.cvsignore,
|
|
|
|
|
dlls/mpr/.gitignore, dlls/msacm/.cvsignore, dlls/msacm/.gitignore,
|
|
|
|
|
dlls/msacm/imaadp32/.cvsignore, dlls/msacm/imaadp32/.gitignore,
|
|
|
|
|
dlls/msacm/msadp32/.cvsignore, dlls/msacm/msadp32/.gitignore,
|
|
|
|
|
dlls/msacm/msg711/.cvsignore, dlls/msacm/msg711/.gitignore,
|
|
|
|
|
dlls/msacm/tests/.cvsignore, dlls/msacm/tests/.gitignore,
|
|
|
|
|
dlls/msacm/winemp3/.cvsignore, dlls/msacm/winemp3/.gitignore,
|
|
|
|
|
dlls/mscms/.cvsignore, dlls/mscms/.gitignore,
|
|
|
|
|
dlls/mscms/tests/.cvsignore, dlls/mscms/tests/.gitignore,
|
|
|
|
|
dlls/msdmo/.cvsignore, dlls/msdmo/.gitignore, dlls/mshtml/.cvsignore,
|
|
|
|
|
dlls/mshtml/.gitignore, dlls/mshtml/tests/.cvsignore,
|
|
|
|
|
dlls/mshtml/tests/.gitignore, dlls/msi/.cvsignore,
|
|
|
|
|
dlls/msi/.gitignore, dlls/msi/tests/.cvsignore,
|
|
|
|
|
dlls/msi/tests/.gitignore, dlls/msimg32/.cvsignore,
|
|
|
|
|
dlls/msimg32/.gitignore, dlls/msisys/.cvsignore,
|
|
|
|
|
dlls/msisys/.gitignore, dlls/msnet32/.cvsignore,
|
|
|
|
|
dlls/msnet32/.gitignore, dlls/msrle32/.cvsignore,
|
|
|
|
|
dlls/msrle32/.gitignore, dlls/msvcrt/.cvsignore,
|
|
|
|
|
dlls/msvcrt/.gitignore, dlls/msvcrt/tests/.cvsignore,
|
|
|
|
|
dlls/msvcrt/tests/.gitignore, dlls/msvcrt20/.cvsignore,
|
|
|
|
|
dlls/msvcrt20/.gitignore, dlls/msvcrt40/.cvsignore,
|
|
|
|
|
dlls/msvcrt40/.gitignore, dlls/msvcrtd/.cvsignore,
|
|
|
|
|
dlls/msvcrtd/.gitignore, dlls/msvcrtd/tests/.cvsignore,
|
|
|
|
|
dlls/msvcrtd/tests/.gitignore, dlls/msvidc32/.cvsignore,
|
|
|
|
|
dlls/msvidc32/.gitignore, dlls/msvideo/.cvsignore,
|
|
|
|
|
dlls/msvideo/.gitignore, dlls/mswsock/.cvsignore,
|
|
|
|
|
dlls/mswsock/.gitignore, dlls/msxml3/.cvsignore,
|
|
|
|
|
dlls/msxml3/.gitignore, dlls/msxml3/tests/.cvsignore,
|
|
|
|
|
dlls/msxml3/tests/.gitignore, dlls/netapi32/.cvsignore,
|
|
|
|
|
dlls/netapi32/.gitignore, dlls/netapi32/tests/.cvsignore,
|
|
|
|
|
dlls/netapi32/tests/.gitignore, dlls/newdev/.cvsignore,
|
|
|
|
|
dlls/newdev/.gitignore, dlls/ntdll/.cvsignore, dlls/ntdll/.gitignore,
|
|
|
|
|
dlls/ntdll/tests/.cvsignore, dlls/ntdll/tests/.gitignore,
|
|
|
|
|
dlls/objsel/.cvsignore, dlls/objsel/.gitignore,
|
|
|
|
|
dlls/odbc32/.cvsignore, dlls/odbc32/.gitignore,
|
|
|
|
|
dlls/odbccp32/.cvsignore, dlls/odbccp32/.gitignore,
|
|
|
|
|
dlls/ole32/.cvsignore, dlls/ole32/.gitignore,
|
|
|
|
|
dlls/ole32/tests/.cvsignore, dlls/ole32/tests/.gitignore,
|
|
|
|
|
dlls/oleacc/.cvsignore, dlls/oleacc/.gitignore,
|
|
|
|
|
dlls/oleaut32/.cvsignore, dlls/oleaut32/.gitignore,
|
|
|
|
|
dlls/oleaut32/tests/.cvsignore, dlls/oleaut32/tests/.gitignore,
|
|
|
|
|
dlls/olecli/.cvsignore, dlls/olecli/.gitignore,
|
|
|
|
|
dlls/oledlg/.cvsignore, dlls/oledlg/.gitignore,
|
|
|
|
|
dlls/olepro32/.cvsignore, dlls/olepro32/.gitignore,
|
|
|
|
|
dlls/olesvr/.cvsignore, dlls/olesvr/.gitignore,
|
|
|
|
|
dlls/opengl32/.cvsignore, dlls/opengl32/.gitignore,
|
|
|
|
|
dlls/powrprof/.cvsignore, dlls/powrprof/.gitignore,
|
|
|
|
|
dlls/psapi/.cvsignore, dlls/psapi/.gitignore,
|
|
|
|
|
dlls/psapi/tests/.cvsignore, dlls/psapi/tests/.gitignore,
|
|
|
|
|
dlls/qcap/.cvsignore, dlls/qcap/.gitignore, dlls/quartz/.cvsignore,
|
|
|
|
|
dlls/quartz/.gitignore, dlls/quartz/tests/.cvsignore,
|
|
|
|
|
dlls/quartz/tests/.gitignore, dlls/rasapi32/.cvsignore,
|
|
|
|
|
dlls/rasapi32/.gitignore, dlls/riched20/.cvsignore,
|
|
|
|
|
dlls/riched20/.gitignore, dlls/richedit/.cvsignore,
|
|
|
|
|
dlls/richedit/.gitignore, dlls/rpcrt4/.cvsignore,
|
|
|
|
|
dlls/rpcrt4/.gitignore, dlls/rpcrt4/tests/.cvsignore,
|
|
|
|
|
dlls/rpcrt4/tests/.gitignore, dlls/rsabase/.cvsignore,
|
|
|
|
|
dlls/rsabase/.gitignore, dlls/rsabase/tests/.cvsignore,
|
|
|
|
|
dlls/rsabase/tests/.gitignore, dlls/rsaenh/.cvsignore,
|
|
|
|
|
dlls/rsaenh/.gitignore, dlls/rsaenh/tests/.cvsignore,
|
|
|
|
|
dlls/rsaenh/tests/.gitignore, dlls/secur32/.cvsignore,
|
|
|
|
|
dlls/secur32/.gitignore, dlls/secur32/tests/.cvsignore,
|
|
|
|
|
dlls/secur32/tests/.gitignore, dlls/sensapi/.cvsignore,
|
|
|
|
|
dlls/sensapi/.gitignore, dlls/serialui/.cvsignore,
|
|
|
|
|
dlls/serialui/.gitignore, dlls/setupapi/.cvsignore,
|
|
|
|
|
dlls/setupapi/.gitignore, dlls/setupapi/tests/.cvsignore,
|
|
|
|
|
dlls/setupapi/tests/.gitignore, dlls/shdocvw/.cvsignore,
|
|
|
|
|
dlls/shdocvw/.gitignore, dlls/shdocvw/tests/.cvsignore,
|
|
|
|
|
dlls/shdocvw/tests/.gitignore, dlls/shell32/.cvsignore,
|
|
|
|
|
dlls/shell32/.gitignore, dlls/shell32/tests/.cvsignore,
|
|
|
|
|
dlls/shell32/tests/.gitignore, dlls/shfolder/.cvsignore,
|
|
|
|
|
dlls/shfolder/.gitignore, dlls/shlwapi/.cvsignore,
|
|
|
|
|
dlls/shlwapi/.gitignore, dlls/shlwapi/tests/.cvsignore,
|
|
|
|
|
dlls/shlwapi/tests/.gitignore, dlls/snmpapi/.cvsignore,
|
|
|
|
|
dlls/snmpapi/.gitignore, dlls/stdole2.tlb/.cvsignore,
|
|
|
|
|
dlls/stdole2.tlb/.gitignore, dlls/stdole32.tlb/.cvsignore,
|
|
|
|
|
dlls/stdole32.tlb/.gitignore, dlls/sti/.cvsignore,
|
|
|
|
|
dlls/sti/.gitignore, dlls/strmiids/.cvsignore,
|
|
|
|
|
dlls/strmiids/.gitignore, dlls/tapi32/.cvsignore,
|
|
|
|
|
dlls/tapi32/.gitignore, dlls/twain/.cvsignore, dlls/twain/.gitignore,
|
|
|
|
|
dlls/unicows/.cvsignore, dlls/unicows/.gitignore,
|
|
|
|
|
dlls/url/.cvsignore, dlls/url/.gitignore, dlls/urlmon/.cvsignore,
|
|
|
|
|
dlls/urlmon/.gitignore, dlls/urlmon/tests/.cvsignore,
|
|
|
|
|
dlls/urlmon/tests/.gitignore, dlls/user/.cvsignore,
|
|
|
|
|
dlls/user/.gitignore, dlls/user/resources/.cvsignore,
|
|
|
|
|
dlls/user/resources/.gitignore, dlls/user/tests/.cvsignore,
|
|
|
|
|
dlls/user/tests/.gitignore, dlls/usp10/.cvsignore,
|
|
|
|
|
dlls/usp10/.gitignore, dlls/uuid/.cvsignore, dlls/uuid/.gitignore,
|
|
|
|
|
dlls/uxtheme/.cvsignore, dlls/uxtheme/.gitignore,
|
|
|
|
|
dlls/vdhcp.vxd/.cvsignore, dlls/vdhcp.vxd/.gitignore,
|
|
|
|
|
dlls/vdmdbg/.cvsignore, dlls/vdmdbg/.gitignore,
|
|
|
|
|
dlls/version/.cvsignore, dlls/version/.gitignore,
|
|
|
|
|
dlls/version/tests/.cvsignore, dlls/version/tests/.gitignore,
|
|
|
|
|
dlls/vmm.vxd/.cvsignore, dlls/vmm.vxd/.gitignore,
|
|
|
|
|
dlls/vnbt.vxd/.cvsignore, dlls/vnbt.vxd/.gitignore,
|
|
|
|
|
dlls/vnetbios.vxd/.cvsignore, dlls/vnetbios.vxd/.gitignore,
|
|
|
|
|
dlls/vtdapi.vxd/.cvsignore, dlls/vtdapi.vxd/.gitignore,
|
|
|
|
|
dlls/vwin32.vxd/.cvsignore, dlls/vwin32.vxd/.gitignore,
|
|
|
|
|
dlls/win32s/.cvsignore, dlls/win32s/.gitignore,
|
|
|
|
|
dlls/winaspi/.cvsignore, dlls/winaspi/.gitignore,
|
|
|
|
|
dlls/winecrt0/.cvsignore, dlls/winecrt0/.gitignore,
|
|
|
|
|
dlls/wined3d/.cvsignore, dlls/wined3d/.gitignore,
|
|
|
|
|
dlls/winedos/.cvsignore, dlls/winedos/.gitignore,
|
|
|
|
|
dlls/wineps/.cvsignore, dlls/wineps/.gitignore,
|
|
|
|
|
dlls/wininet/.cvsignore, dlls/wininet/.gitignore,
|
|
|
|
|
dlls/wininet/tests/.cvsignore, dlls/wininet/tests/.gitignore,
|
|
|
|
|
dlls/winmm/.cvsignore, dlls/winmm/.gitignore,
|
|
|
|
|
dlls/winmm/joystick/.cvsignore, dlls/winmm/joystick/.gitignore,
|
|
|
|
|
dlls/winmm/mciwave/.cvsignore, dlls/winmm/mciwave/.gitignore,
|
|
|
|
|
dlls/winmm/tests/.cvsignore, dlls/winmm/tests/.gitignore,
|
|
|
|
|
dlls/winmm/wavemap/.cvsignore, dlls/winmm/wavemap/.gitignore,
|
|
|
|
|
dlls/winmm/winealsa/.cvsignore, dlls/winmm/winealsa/.gitignore,
|
|
|
|
|
dlls/winmm/winearts/.cvsignore, dlls/winmm/winearts/.gitignore,
|
|
|
|
|
dlls/winmm/wineaudioio/.cvsignore, dlls/winmm/wineaudioio/.gitignore,
|
|
|
|
|
dlls/winmm/wineesd/.cvsignore, dlls/winmm/wineesd/.gitignore,
|
|
|
|
|
dlls/winmm/winejack/.cvsignore, dlls/winmm/winejack/.gitignore,
|
|
|
|
|
dlls/winmm/winenas/.cvsignore, dlls/winmm/winenas/.gitignore,
|
|
|
|
|
dlls/winmm/wineoss/.cvsignore, dlls/winmm/wineoss/.gitignore,
|
|
|
|
|
dlls/winnls/.cvsignore, dlls/winnls/.gitignore,
|
|
|
|
|
dlls/winsock/.cvsignore, dlls/winsock/.gitignore,
|
|
|
|
|
dlls/winsock/tests/.cvsignore, dlls/winsock/tests/.gitignore,
|
|
|
|
|
dlls/winspool/.cvsignore, dlls/winspool/.gitignore,
|
|
|
|
|
dlls/winspool/tests/.cvsignore, dlls/winspool/tests/.gitignore,
|
|
|
|
|
dlls/wintab32/.cvsignore, dlls/wintab32/.gitignore,
|
|
|
|
|
dlls/wintrust/.cvsignore, dlls/wintrust/.gitignore,
|
|
|
|
|
dlls/wldap32/.cvsignore, dlls/wldap32/.gitignore,
|
|
|
|
|
dlls/wow32/.cvsignore, dlls/wow32/.gitignore,
|
|
|
|
|
dlls/wsock32/.cvsignore, dlls/wsock32/.gitignore,
|
|
|
|
|
dlls/wtsapi32/.cvsignore, dlls/wtsapi32/.gitignore,
|
|
|
|
|
dlls/x11drv/.cvsignore, dlls/x11drv/.gitignore,
|
|
|
|
|
documentation/.cvsignore, documentation/.gitignore, fonts/.cvsignore,
|
|
|
|
|
fonts/.gitignore, include/.cvsignore, include/.gitignore,
|
|
|
|
|
include/wine/.cvsignore, include/wine/.gitignore, libs/.cvsignore,
|
|
|
|
|
libs/.gitignore, libs/port/.cvsignore, libs/port/.gitignore,
|
|
|
|
|
libs/unicode/.cvsignore, libs/unicode/.gitignore,
|
|
|
|
|
libs/wine/.cvsignore, libs/wine/.gitignore, libs/wpp/.cvsignore,
|
|
|
|
|
libs/wpp/.gitignore, loader/.cvsignore, loader/.gitignore,
|
|
|
|
|
programs/.cvsignore, programs/.gitignore,
|
|
|
|
|
programs/avitools/.cvsignore, programs/avitools/.gitignore,
|
|
|
|
|
programs/clock/.cvsignore, programs/clock/.gitignore,
|
|
|
|
|
programs/cmdlgtst/.cvsignore, programs/cmdlgtst/.gitignore,
|
|
|
|
|
programs/control/.cvsignore, programs/control/.gitignore,
|
|
|
|
|
programs/eject/.cvsignore, programs/eject/.gitignore,
|
|
|
|
|
programs/expand/.cvsignore, programs/expand/.gitignore,
|
|
|
|
|
programs/explorer/.cvsignore, programs/explorer/.gitignore,
|
|
|
|
|
programs/hh/.cvsignore, programs/hh/.gitignore,
|
|
|
|
|
programs/msiexec/.cvsignore, programs/msiexec/.gitignore,
|
|
|
|
|
programs/notepad/.cvsignore, programs/notepad/.gitignore,
|
|
|
|
|
programs/progman/.cvsignore, programs/progman/.gitignore,
|
|
|
|
|
programs/regedit/.cvsignore, programs/regedit/.gitignore,
|
|
|
|
|
programs/regsvr32/.cvsignore, programs/regsvr32/.gitignore,
|
|
|
|
|
programs/rpcss/.cvsignore, programs/rpcss/.gitignore,
|
|
|
|
|
programs/rundll32/.cvsignore, programs/rundll32/.gitignore,
|
|
|
|
|
programs/start/.cvsignore, programs/start/.gitignore,
|
|
|
|
|
programs/taskmgr/.cvsignore, programs/taskmgr/.gitignore,
|
|
|
|
|
programs/uninstaller/.cvsignore, programs/uninstaller/.gitignore,
|
|
|
|
|
programs/view/.cvsignore, programs/view/.gitignore,
|
|
|
|
|
programs/wcmd/.cvsignore, programs/wcmd/.gitignore,
|
|
|
|
|
programs/wineboot/.cvsignore, programs/wineboot/.gitignore,
|
|
|
|
|
programs/winebrowser/.cvsignore, programs/winebrowser/.gitignore,
|
|
|
|
|
programs/winecfg/.cvsignore, programs/winecfg/.gitignore,
|
|
|
|
|
programs/wineconsole/.cvsignore, programs/wineconsole/.gitignore,
|
|
|
|
|
programs/winedbg/.cvsignore, programs/winedbg/.gitignore,
|
|
|
|
|
programs/winefile/.cvsignore, programs/winefile/.gitignore,
|
|
|
|
|
programs/winemenubuilder/.cvsignore,
|
|
|
|
|
programs/winemenubuilder/.gitignore, programs/winemine/.cvsignore,
|
|
|
|
|
programs/winemine/.gitignore, programs/winepath/.cvsignore,
|
|
|
|
|
programs/winepath/.gitignore, programs/winetest/.cvsignore,
|
|
|
|
|
programs/winetest/.gitignore, programs/winevdm/.cvsignore,
|
|
|
|
|
programs/winevdm/.gitignore, programs/winhelp/.cvsignore,
|
|
|
|
|
programs/winhelp/.gitignore, programs/winver/.cvsignore,
|
|
|
|
|
programs/winver/.gitignore, server/.cvsignore, server/.gitignore,
|
|
|
|
|
tools/.cvsignore, tools/.gitignore, tools/widl/.cvsignore,
|
|
|
|
|
tools/widl/.gitignore, tools/winapi/.cvsignore,
|
|
|
|
|
tools/winapi/.gitignore, tools/winebuild/.cvsignore,
|
|
|
|
|
tools/winebuild/.gitignore, tools/winedump/.cvsignore,
|
|
|
|
|
tools/winedump/.gitignore, tools/winegcc/.cvsignore,
|
|
|
|
|
tools/winegcc/.gitignore, tools/wmc/.cvsignore, tools/wmc/.gitignore,
|
|
|
|
|
tools/wrc/.cvsignore, tools/wrc/.gitignore:
|
|
|
|
|
Renamed all .cvsignore files to .gitignore.
|
|
|
|
|
|
|
|
|
|
2005-11-24 Hans Leidekker <hans@it.vu.nl>
|
|
|
|
|
|
|
|
|
|
* programs/winebrowser/main.c, tools/wine.inf:
|
|
|
|
|
Also handle mailto: urls.
|
|
|
|
|
|
|
|
|
|
2005-11-24 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/tests/printf.c:
|
|
|
|
|
Add some tests for _fcvt.
|
|
|
|
|
|
|
|
|
|
2005-11-24 Marcus Meissner <meissner@suse.de>
|
|
|
|
|
|
|
|
|
|
* include/usp10.h:
|
|
|
|
|
extern "C" wrappers for usp10.h.
|
|
|
|
|
|
|
|
|
|
2005-11-24 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/helpers.c:
|
|
|
|
|
Make all source directories at the root of the install.
|
|
|
|
|
|
|
|
|
|
2005-11-24 Paul Vriens <Paul.Vriens@xs4all.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/advapi32/lsa.c:
|
|
|
|
|
Return a real error in LsaLookupSids.
|
|
|
|
|
|
|
|
|
|
2005-11-24 Vijay Kiran Kamuju <infyquest@gmail.com>
|
|
|
|
|
|
|
|
|
|
* include/Makefile.in:
|
|
|
|
|
Install usp10.h.
|
|
|
|
|
|
|
|
|
|
2005-11-24 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wldap32/ber.c:
|
|
|
|
|
Fix a compile error.
|
|
|
|
|
|
|
|
|
|
2005-11-24 Raphael Junqueira <fenix@club-internet.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/opengl32/wgl_ext.c:
|
|
|
|
|
Fix incorrect implementation of WGL_COLOR_BITS_ARB.
|
|
|
|
|
|
|
|
|
|
2005-11-24 Juan Lang <juan_lang@yahoo.com>
|
|
|
|
|
|
|
|
|
|
* include/wincrypt.h:
|
|
|
|
|
Add more declarations.
|
|
|
|
|
|
|
|
|
|
2005-11-23 Francois Gouget <fgouget@free.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/comctl32/rebar.c, dlls/comctl32/tooltips.c, dlls/d3d8/shader.c,
|
|
|
|
|
dlls/dinput/dinput_main.c, dlls/dinput/effect_linuxinput.c,
|
|
|
|
|
dlls/dinput/joystick_linuxinput.c, dlls/iphlpapi/iphlpapi_main.c,
|
|
|
|
|
dlls/quartz/filesource.c, dlls/rsaenh/mpi.c, dlls/rsaenh/tomcrypt.h,
|
|
|
|
|
dlls/shell32/shellpath.c, dlls/user/edit.c,
|
|
|
|
|
dlls/user/tests/sysparams.c, dlls/uxtheme/draw.c,
|
|
|
|
|
dlls/wined3d/basetexture.c, dlls/wined3d/device.c,
|
|
|
|
|
dlls/wined3d/pixelshader.c, dlls/wined3d/stateblock.c,
|
|
|
|
|
dlls/wined3d/surface.c, dlls/wined3d/utils.c,
|
|
|
|
|
dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h,
|
|
|
|
|
dlls/winedos/dosaspi.c, dlls/wineps/download.c, dlls/wininet/ftp.c,
|
|
|
|
|
dlls/wininet/tests/http.c, dlls/winspool/tests/info.c,
|
|
|
|
|
dlls/wintab32/context.c, programs/progman/En.rc,
|
|
|
|
|
programs/winedbg/gdbproxy.c, tools/widl/write_msft.c,
|
|
|
|
|
tools/wrc/translation.c:
|
|
|
|
|
Assorted spelling fixes.
|
|
|
|
|
|
|
|
|
|
2005-11-23 Francois Gouget <fgouget@free.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/resource.c, dlls/usp10/usp10.c, dlls/wininet/internet.c:
|
|
|
|
|
Documentation tweaks to make winapi_check happy.
|
|
|
|
|
Also specify the documented spec file entry.
|
|
|
|
|
|
|
|
|
|
2005-11-23 Henning Gerhardt <henning.gerhardt@web.de>
|
|
|
|
|
|
|
|
|
|
* dlls/msvideo/msvfw32_De.rc, dlls/msvideo/rsrc.rc:
|
|
|
|
|
Add German resource file for msvideo.
|
|
|
|
|
|
|
|
|
|
2005-11-23 Francois Gouget <fgouget@free.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/wldap32/control.c, dlls/wldap32/init.c,
|
|
|
|
|
dlls/wldap32/winldap_private.h, include/winldap.h,
|
|
|
|
|
tools/winapi/win32.api:
|
|
|
|
|
winldap.h should include windeh.f and schnlsp.h.
|
|
|
|
|
Enclose the API definitions in an extern "C" section and define
|
|
|
|
|
LDAPAPI.
|
|
|
|
|
Better stick to the types defined by the PSDK.
|
|
|
|
|
Fix the ldap_create_vlv_control*() prototypes.
|
|
|
|
|
Update win32.api.
|
|
|
|
|
|
|
|
|
|
2005-11-23 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/relay16.c, dlls/msvcrt/misc.c, dlls/ntdll/loader.c,
|
|
|
|
|
dlls/ntdll/relay.c, dlls/ntdll/resource.c, dlls/ntdll/signal_i386.c,
|
|
|
|
|
dlls/user/winproc.c, libs/wine/port.c, loader/preloader.c,
|
|
|
|
|
tools/winebuild/import.c:
|
|
|
|
|
Preserve 16-byte stack alignment in the various assembly
|
|
|
|
|
functions. Needed for MacOSX.
|
|
|
|
|
|
|
|
|
|
2005-11-23 YunSong Hwang <hys545@dreamwiz.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msvideo/msvfw32_En.rc, dlls/msvideo/msvfw32_Ko.rc,
|
|
|
|
|
dlls/msvideo/rsrc.rc:
|
|
|
|
|
Add Korean translation.
|
|
|
|
|
|
|
|
|
|
2005-11-23 Francois Gouget <fgouget@free.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/advpack/tests/advpack.c:
|
|
|
|
|
Add trailing '\n' to trace() call.
|
|
|
|
|
|
|
|
|
|
2005-11-23 Francois Gouget <fgouget@free.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/winsock/socket.c, include/ws2tcpip.h, tools/winapi/win32.api:
|
|
|
|
|
Add LPADDRINFO, missing IP_* defines and missing APIs.
|
|
|
|
|
Enclose the API definitions in an extern "C" section.
|
|
|
|
|
Define function pointer types if INCL_WINSOCK_API_TYPEDEFS is defined.
|
|
|
|
|
Better stick to the types defined by the PSDK.
|
|
|
|
|
Update win32.api.
|
|
|
|
|
|
|
|
|
|
2005-11-23 YunSong Hwang <hys545@dreamwiz.com>
|
|
|
|
|
|
|
|
|
|
* dlls/comctl32/comctl_Ko.rc, dlls/commdlg/cdlg_Ko.rc,
|
|
|
|
|
dlls/winmm/winmm_Ko.rc, dlls/winmm/winmm_res.rc,
|
|
|
|
|
programs/taskmgr/Ko.rc, programs/wcmd/Ko.rc, programs/winecfg/Ko.rc:
|
|
|
|
|
Update Korean translations.
|
|
|
|
|
|
|
|
|
|
2005-11-23 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shfldr_unixfs.c:
|
|
|
|
|
Use the ANSI codepage in IShellFolder::GetDisplayNameOf.
|
|
|
|
|
|
|
|
|
|
2005-11-23 Saulius Krasuckas <saulius.krasuckas@ieee.org>
|
|
|
|
|
|
|
|
|
|
* dlls/mscms/tests/profile.c:
|
|
|
|
|
Be more strict and verbose while testing
|
|
|
|
|
GetStandardColorSpaceProfile().
|
|
|
|
|
|
|
|
|
|
2005-11-23 Rein Klazes <wijn@wanadoo.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/user/tests/sysparams.c:
|
|
|
|
|
Make test_SPI_SETBORDER less likely to permanently change visual
|
|
|
|
|
settings:
|
|
|
|
|
- use smaller border widths values for testing;
|
|
|
|
|
- provide a work around for a Windows XP feature that made the tests
|
|
|
|
|
change the caption width.
|
|
|
|
|
|
|
|
|
|
2005-11-23 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shfldr_desktop.c:
|
|
|
|
|
Also scan HKEY_CURRENT_USER for shell namespace extensions in Desktop
|
|
|
|
|
folder.
|
|
|
|
|
Fixed a handle leak in case of failing AddToEnumList call.
|
|
|
|
|
|
|
|
|
|
2005-11-23 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shfldr_mycomp.c:
|
|
|
|
|
Also scan HKEY_CURRENT_USER for shell namespace extensions in
|
|
|
|
|
MyComputer.
|
|
|
|
|
|
|
|
|
|
2005-11-23 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/brsfolder.c:
|
|
|
|
|
Initialize OLE instead of just COM, in order to enable Drag & Drop.
|
|
|
|
|
|
|
|
|
|
2005-11-23 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/commdlg/filedlg.c:
|
|
|
|
|
Initialize OLE instead of COM only in order to enable Drag and Drop.
|
|
|
|
|
|
|
|
|
|
2005-11-23 Andrew Webb <andrew7webb@comcast.net>
|
|
|
|
|
|
|
|
|
|
* include/commctrl.h:
|
|
|
|
|
Define DateTime_SetMonthCalColor.
|
|
|
|
|
|
|
|
|
|
2005-11-23 Juan Lang <juan_lang@yahoo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/crypt32/cert.c, dlls/crypt32/encode.c, dlls/crypt32/tests/cert.c:
|
|
|
|
|
Fix some memory leaks.
|
|
|
|
|
|
|
|
|
|
2005-11-23 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/x11drv/event.c:
|
|
|
|
|
Fixed some broken code that was causing compiler warnings.
|
|
|
|
|
|
|
|
|
|
2005-11-23 Huw Davies <huw@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msxml3/tests/domdoc.c:
|
|
|
|
|
Release a stray node.
|
|
|
|
|
|
|
|
|
|
2005-11-22 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* ANNOUNCE, ChangeLog, VERSION, configure:
|
|
|
|
|
Release 0.9.2.
|
|
|
|
|
|
|
|
|
|
----------------------------------------------------------------
|
2005-11-22 18:01:24 +01:00
|
|
|
|
2005-11-22 Rein Klazes <wijn@wanadoo.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/commdlg/fontdlg16.c:
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
2005-11-22 Aric Stewart <aric@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/http.c:
|
|
|
|
|
HttpEndRequest does not actually send an extra NULL byte at the end of
|
|
|
|
|
the request. Help from Rob Shearman on this one.
|
|
|
|
|
|
|
|
|
|
2005-11-22 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/volume.c:
|
|
|
|
|
Don't try to set the label in the superblock of FAT filesystems, that
|
|
|
|
|
doesn't do the right thing anyway.
|
|
|
|
|
|
|
|
|
|
2005-11-22 Oliver Stieber <oliver_stieber@yahoo.co.uk>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c:
|
|
|
|
|
Corrects an error in the _m3xm3 shader function in pixel and vertex
|
|
|
|
|
shaders.
|
|
|
|
|
|
|
|
|
|
2005-11-22 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msvideo/.cvsignore, dlls/msvideo/Makefile.in,
|
|
|
|
|
dlls/msvideo/drawdib.c, dlls/msvideo/msvfw32_En.rc,
|
|
|
|
|
dlls/msvideo/msvideo16.c, dlls/msvideo/msvideo_main.c,
|
|
|
|
|
dlls/msvideo/msvideo_private.h, dlls/msvideo/rsrc.rc:
|
|
|
|
|
Add a semi-functional ICCompressorChoose implementation.
|
|
|
|
|
|
|
|
|
|
2005-11-22 Rein Klazes <wijn@wanadoo.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/user/sysparams.c, dlls/user/tests/sysparams.c:
|
|
|
|
|
GetSystemMetrics fixes with corresponding tests.
|
|
|
|
|
|
|
|
|
|
2005-11-22 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* server/atom.c, server/change.c, server/clipboard.c, server/console.c,
|
|
|
|
|
server/debugger.c, server/event.c, server/fd.c, server/file.c,
|
|
|
|
|
server/handle.c, server/hook.c, server/mailslot.c, server/mapping.c,
|
|
|
|
|
server/mutex.c, server/named_pipe.c, server/object.c,
|
|
|
|
|
server/object.h, server/process.c, server/queue.c, server/registry.c,
|
|
|
|
|
server/request.c, server/semaphore.c, server/serial.c,
|
|
|
|
|
server/signal.c, server/snapshot.c, server/sock.c, server/thread.c,
|
|
|
|
|
server/timer.c, server/token.c, server/winstation.c:
|
|
|
|
|
Add name_lookup function in object_ops.
|
|
|
|
|
|
|
|
|
|
2005-11-22 Rein Klazes <wijn@wanadoo.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/commdlg/fontdlg16.c:
|
|
|
|
|
In CFn_CHOOSEFONT16to32W fix the conversion of the lpTemplateName and
|
|
|
|
|
the lpszStyle fields.
|
|
|
|
|
|
|
|
|
|
2005-11-22 Hans Leidekker <hans@it.vu.nl>
|
|
|
|
|
|
|
|
|
|
* programs/winebrowser/Makefile.in:
|
|
|
|
|
No need to link against shell32 or user32.
|
|
|
|
|
|
|
|
|
|
2005-11-22 Aric Stewart <aric@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/http.c, dlls/wininet/tests/http.c:
|
|
|
|
|
Fix some logic to allow HTTP_ADDREQ_FLAG_ADD to replace existing
|
|
|
|
|
headers. Also adding a test for some header adding flags.
|
|
|
|
|
|
|
|
|
|
2005-11-22 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* server/registry.c:
|
|
|
|
|
Use struct unicode_str instead of null-terminated strings where
|
|
|
|
|
possible, and remove constraints on total key path length.
|
|
|
|
|
|
|
|
|
|
2005-11-22 Robert Lunnon <bobl@optushome.com.au>
|
|
|
|
|
|
|
|
|
|
* server/event.c, server/mutex.c, server/object.c, server/semaphore.c,
|
|
|
|
|
server/timer.c:
|
|
|
|
|
Add stdarg.h where missing.
|
|
|
|
|
|
|
|
|
|
2005-11-22 Marcus Meissner <meissner@suse.de>
|
|
|
|
|
|
|
|
|
|
* dlls/winsock/socket.c:
|
|
|
|
|
EAI_NONAME -> WS_EAI_NODATA, check for EAI_NONAME and EAI_NODATA.
|
|
|
|
|
|
|
|
|
|
2005-11-22 Steven Edwards <winehacker@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/version.c:
|
|
|
|
|
Correct URL for version infomation database website.
|
|
|
|
|
|
|
|
|
|
2005-11-22 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/gdi/tests/dc.c:
|
|
|
|
|
Add a test showing that SaveDC after GetDC should return 1.
|
|
|
|
|
|
|
|
|
|
2005-11-22 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shdocvw/client.c, dlls/shdocvw/oleobject.c, dlls/shdocvw/shdocvw.h:
|
|
|
|
|
Create window in SetClientSite and return it in
|
|
|
|
|
IOleInPlaceSite::GetWindow.
|
|
|
|
|
|
|
|
|
|
2005-11-22 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/tests/http.c:
|
|
|
|
|
Test the sizes of some of the parameters passed into the callback.
|
|
|
|
|
|
|
|
|
|
2005-11-22 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/internet.c, dlls/wininet/internet.h,
|
|
|
|
|
dlls/wininet/utility.c:
|
|
|
|
|
Rename SendAsyncCallback to INTERNET_SendCallback.
|
|
|
|
|
|
|
|
|
|
2005-11-22 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/http.c:
|
|
|
|
|
Fix an incorrect entry in the HTTP header field table causing broken
|
|
|
|
|
Location field parsing.
|
|
|
|
|
|
|
|
|
|
2005-11-22 Saulius Krasuckas <saulius.krasuckas@ieee.org>
|
|
|
|
|
|
|
|
|
|
* dlls/advpack/tests/advpack.c:
|
|
|
|
|
Exit test after first TranslateInfString() failure, which seems to be
|
|
|
|
|
NT3.51 specific.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Oliver Stieber <oliver_stieber@yahoo.co.uk>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/device.c, dlls/wined3d/pixelshader.c,
|
|
|
|
|
dlls/wined3d/wined3d_private.h, include/wine/wined3d_interface.h:
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/tests/om.c, server/event.c, server/mailslot.c,
|
|
|
|
|
server/mapping.c, server/mutex.c, server/named_pipe.c,
|
|
|
|
|
server/object.c, server/semaphore.c, server/timer.c, server/trace.c,
|
|
|
|
|
server/winstation.c:
|
|
|
|
|
Return correct error on name collision when creating new named
|
|
|
|
|
objects.
|
|
|
|
|
Check for correct error in affected places.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/sync.c, dlls/kernel/virtual.c:
|
|
|
|
|
Kernel32 should create named objects with OBJ_OPENIF flag set.
|
|
|
|
|
Handle STATUS_OBJECT_NAME_EXISTS explicitly as it's not mapped with
|
|
|
|
|
RtlNtStatusToDosError.
|
|
|
|
|
|
|
|
|
|
2005-11-21 YunSong Hwang <hys545@dreamwiz.com>
|
|
|
|
|
|
|
|
|
|
* programs/regedit/Ko.rc, programs/wcmd/Ko.rc:
|
|
|
|
|
Update Korean translations.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* programs/winecfg/drive.c:
|
|
|
|
|
Only set label and serial number when they are actually changed.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/sync.c, dlls/ntdll/file.c, include/wine/server_protocol.h,
|
|
|
|
|
server/mailslot.c, server/protocol.def, server/trace.c:
|
|
|
|
|
Fixed handling of mailslot read timeout to avoid compiler warnings.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/user/win.c:
|
|
|
|
|
Choose what window styles to dump (WS_GROUP/WS_TABSTOP vs.
|
|
|
|
|
WS_MINIMIZEBOX/WS_MAXIMIZEBOX) based on the WS_CHILD style set.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/tests/om.c:
|
|
|
|
|
More Object Manager tests.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Aric Stewart <aric@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/http.c, dlls/wininet/tests/http.c:
|
|
|
|
|
Implement HttpSendRequestEx and HttpEndRequest. Restructure, breaking
|
|
|
|
|
some things out of HTTP_SendRequestW to avoid duplicate code.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Ge van Geldorp <gvg@reactos.org>
|
|
|
|
|
|
|
|
|
|
* dlls/crypt32/encode.c:
|
|
|
|
|
Don't redefine ASN_OCTETSTRING, it's already defined in snmp.h.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Martin Fuchs <martin-fuchs@gmx.net>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c,
|
|
|
|
|
dlls/shell32/shell32_main.h:
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Rein Klazes <wijn@wanadoo.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/locale.c:
|
|
|
|
|
Fix bogus unreal code page messages in _setmbcp().
|
|
|
|
|
|
|
|
|
|
2005-11-21 Rein Klazes <wijn@wanadoo.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec:
|
|
|
|
|
Do not forward _mbccpy to strcpy.
|
|
|
|
|
Remove the error message in _mbccpy, it is not an error.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Thomas Weidenmueller <wine-patches@reactsoft.com>
|
|
|
|
|
|
|
|
|
|
* dlls/comctl32/syslink.c:
|
|
|
|
|
Improved word wrapping and tab key handling.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* dlls/advpack/advpack.c, include/advpub.h:
|
|
|
|
|
Add/correct prototypes for some already defined functions in advpack.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Hans Leidekker <hans@it.vu.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/wldap32/control.c, dlls/wldap32/winldap_private.h,
|
|
|
|
|
dlls/wldap32/wldap32.spec:
|
|
|
|
|
Implement ldap_create_vlv_control{A,W},
|
|
|
|
|
ldap_encode_sort_control{A,W}.
|
|
|
|
|
Add a stub for ldap_create_page_control{A,W}.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* dlls/advapi32/advapi32.spec, dlls/advapi32/security.c, include/aclapi.h,
|
|
|
|
|
include/winsvc.h, tools/winapi/win32.api:
|
|
|
|
|
Add/correct prototypes for some already defined functions in
|
|
|
|
|
advapi32. Correct spec file entry for GetSecurityInfoExW.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/user/winstation.c, include/wine/server_protocol.h,
|
|
|
|
|
server/protocol.def, server/trace.c, server/winstation.c:
|
|
|
|
|
Replace inherit flag with object attributes in winstation and desktop
|
|
|
|
|
create & open. Use OBJ_OPENIF flag to create winstation & desktop.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Rein Klazes <wijn@wanadoo.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/mbcs.c, dlls/msvcrt/tests/string.c:
|
|
|
|
|
Fix _mbsspn() with conformance tests.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Hans Leidekker <hans@it.vu.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/hhctrl.ocx/Nl.rc, dlls/hhctrl.ocx/hhctrl.rc, dlls/mshtml/Nl.rc,
|
|
|
|
|
dlls/mshtml/rsrc.rc, dlls/winspool/Nl.rc, dlls/winspool/winspool.rc,
|
|
|
|
|
programs/taskmgr/De.rc, programs/taskmgr/Nl.rc,
|
|
|
|
|
programs/taskmgr/taskmgr.rc:
|
|
|
|
|
Added Dutch translations.
|
|
|
|
|
|
|
|
|
|
2005-11-21 YunSong Hwang <hys545@dreamwiz.com>
|
|
|
|
|
|
|
|
|
|
* dlls/mshtml/Ko.rc, dlls/msi/msi_Ko.rc, dlls/oledlg/oledlg_Ko.rc,
|
|
|
|
|
dlls/wldap32/wldap32_Ko.rc, programs/start/Ko.rc,
|
|
|
|
|
programs/winecfg/Ko.rc, programs/wineconsole/wineconsole_Ko.rc,
|
|
|
|
|
programs/winefile/Ko.rc:
|
|
|
|
|
Update Korean translations.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/x11drv/scroll.c:
|
|
|
|
|
Print scroll and clip rectangles on the ScrollDC entry.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Rob Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/advapi32/service.c:
|
|
|
|
|
Don't try waiting for the service process to start if the
|
|
|
|
|
CreateProcess call failed.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/registry.c:
|
|
|
|
|
Loop around calling RegQueryValue until we have a big enough string
|
|
|
|
|
for both the name and the value.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Jacek Caban <jack@itma.pwr.wroc.pl>
|
|
|
|
|
|
|
|
|
|
* dlls/shdocvw/dochost.c:
|
|
|
|
|
Added GetHostInfo implementation.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Ge van Geldorp <gvg@reactos.org>
|
|
|
|
|
|
|
|
|
|
* dlls/netapi32/access.c, dlls/netapi32/netapi32.c, include/lmaccess.h:
|
|
|
|
|
Fix some prototypes to match the PSDK.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Saulius Krasuckas <saulius.krasuckas@ieee.org>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/oldconfig.c:
|
|
|
|
|
- ANSI SCSI revision is a hex number.
|
|
|
|
|
- Be more verbose with parser ERRs.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* dlls/mswsock/mswsock.spec, dlls/rpcrt4/rpcrt4.spec:
|
|
|
|
|
Mark some functions as implemented in the spec files.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* programs/winecfg/driveui.c:
|
|
|
|
|
Create new drives with autodetect type.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Saulius Krasuckas <saulius.krasuckas@ieee.org>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/tests/file.c:
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Hans Leidekker <hans@it.vu.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/wldap32/value.c:
|
|
|
|
|
Fix the build without openldap.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* include/wincrypt.h:
|
|
|
|
|
Add prototypes for some already defined functions in crypt32.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Aric Stewart <aric@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/internet.c:
|
|
|
|
|
Implement the use of NETCON_send for HTTP connections when in
|
|
|
|
|
InternetWriteFile.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Stefan Leichter <Stefan.Leichter@camLine.com>
|
|
|
|
|
|
|
|
|
|
* dlls/version/tests/install.c:
|
|
|
|
|
Fix version tests on NT, 2K and XP, make some errors more verbose.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Rein Klazes <wijn@wanadoo.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/winmm/wineoss/audio.c:
|
|
|
|
|
Break from the SNDCTL_DSP_CHANNELS loops on first error instead of
|
|
|
|
|
continuing with even higher channels numbers.
|
|
|
|
|
|
|
|
|
|
2005-11-21 Marcus Meissner <marcus@jet.franken.de>
|
|
|
|
|
|
|
|
|
|
* dlls/winsock/socket.c:
|
|
|
|
|
Fixed typo in ws_sockaddr_u2ws().
|
|
|
|
|
|
|
|
|
|
2005-11-18 Hans Leidekker <hans@it.vu.nl>
|
|
|
|
|
|
|
|
|
|
* configure, configure.ac, dlls/wldap32/init.c,
|
|
|
|
|
dlls/wldap32/winldap_private.h, dlls/wldap32/wldap32.h,
|
|
|
|
|
dlls/wldap32/wldap32.spec:
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
2005-11-18 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* programs/winedbg/types.c:
|
|
|
|
|
Native dbghelp doesn't provide names for basic type, so added relevant
|
|
|
|
|
basic type names in winedbg.
|
|
|
|
|
|
|
|
|
|
2005-11-18 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/commdlg/filedlg.c:
|
|
|
|
|
There is no need to resize our own fake dialog to match the parent, it
|
|
|
|
|
doesn't have controls anyway.
|
|
|
|
|
|
|
|
|
|
2005-11-18 Saulius Krasuckas <saulius.krasuckas@ieee.org>
|
|
|
|
|
|
|
|
|
|
* dlls/mscms/tests/profile.c:
|
|
|
|
|
Don't call unicode functions of file API as they fail on Win9x.
|
|
|
|
|
|
|
|
|
|
2005-11-18 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* server/console.c, server/event.c, server/handle.c, server/handle.h,
|
|
|
|
|
server/mailslot.c, server/mapping.c, server/mutex.c,
|
|
|
|
|
server/named_pipe.c, server/object.c, server/object.h,
|
|
|
|
|
server/process.c, server/request.h, server/semaphore.c,
|
|
|
|
|
server/timer.c, server/user.h, server/winstation.c:
|
|
|
|
|
Added a struct unicode_str to encapsulate object names.
|
|
|
|
|
|
|
|
|
|
2005-11-18 Hans Leidekker <hans@it.vu.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/wldap32/delete.c, dlls/wldap32/dn.c, dlls/wldap32/error.c,
|
|
|
|
|
dlls/wldap32/misc.c, dlls/wldap32/modify.c, dlls/wldap32/modrdn.c,
|
|
|
|
|
dlls/wldap32/option.c, dlls/wldap32/search.c, dlls/wldap32/value.c:
|
|
|
|
|
Avoid using deprecated openldap functions.
|
|
|
|
|
Correct some return values.
|
|
|
|
|
|
|
|
|
|
2005-11-18 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* programs/winedbg/stack.c, programs/winedbg/symbol.c,
|
|
|
|
|
programs/winedbg/winedbg.c:
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
2005-11-18 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/tests/thread.c:
|
|
|
|
|
Avoid setting the context before the thread has started running, it's
|
|
|
|
|
broken on most Windows versions.
|
|
|
|
|
|
|
|
|
|
2005-11-18 Huw Davies <huw@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msxml3/domdoc.c, dlls/msxml3/msxml_private.h, dlls/msxml3/node.c,
|
|
|
|
|
dlls/msxml3/nodelist.c, dlls/msxml3/nodemap.c,
|
|
|
|
|
dlls/msxml3/tests/domdoc.c:
|
|
|
|
|
Ref count the xmlDocPtr.
|
|
|
|
|
If two nodes refer to the same xmlNodePtr don't return same object.
|
|
|
|
|
|
|
|
|
|
2005-11-18 Hans Leidekker <hans@it.vu.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/wldap32/add.c, dlls/wldap32/bind.c, dlls/wldap32/compare.c:
|
|
|
|
|
Avoid using deprecated openldap functions.
|
|
|
|
|
Correct some return values.
|
|
|
|
|
|
|
|
|
|
2005-11-18 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* programs/winedbg/debugger.h, programs/winedbg/memory.c,
|
|
|
|
|
programs/winedbg/stack.c:
|
|
|
|
|
Move print_func_and_args to stack.c, where it belongs.
|
|
|
|
|
|
|
|
|
|
2005-11-18 Kieran Clancy <n0dalus+wine@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/user/static.c:
|
|
|
|
|
Fix vertical text alignment in static controls.
|
|
|
|
|
|
|
|
|
|
2005-11-18 Vijay Kiran Kamuju <infyquest@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/comctl32/tests/.cvsignore, dlls/comctl32/tests/Makefile.in,
|
|
|
|
|
dlls/comctl32/tests/header.c:
|
|
|
|
|
Added header control tests.
|
|
|
|
|
|
|
|
|
|
2005-11-18 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* programs/winedbg/dbg.y, programs/winedbg/debugger.h,
|
|
|
|
|
programs/winedbg/stack.c, programs/winedbg/symbol.c,
|
|
|
|
|
programs/winedbg/winedbg.c:
|
|
|
|
|
- now storing frames information in thread structure
|
|
|
|
|
- frames are cached after each thread stops execution
|
|
|
|
|
- reimplemented backtrace on top of this
|
|
|
|
|
|
|
|
|
|
2005-11-18 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/tests/locale.c:
|
|
|
|
|
Added a few more Unicode digits from Unicode version 4.1.
|
|
|
|
|
|
|
|
|
|
2005-11-18 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* libs/unicode/c_037.c, libs/unicode/c_10000.c, libs/unicode/c_10006.c,
|
|
|
|
|
libs/unicode/c_10007.c, libs/unicode/c_10029.c,
|
|
|
|
|
libs/unicode/c_1006.c, libs/unicode/c_10079.c,
|
|
|
|
|
libs/unicode/c_10081.c, libs/unicode/c_1026.c, libs/unicode/c_1250.c,
|
|
|
|
|
libs/unicode/c_1251.c, libs/unicode/c_1252.c, libs/unicode/c_1253.c,
|
|
|
|
|
libs/unicode/c_1254.c, libs/unicode/c_1255.c, libs/unicode/c_1256.c,
|
|
|
|
|
libs/unicode/c_1257.c, libs/unicode/c_1258.c, libs/unicode/c_20866.c,
|
|
|
|
|
libs/unicode/c_20932.c, libs/unicode/c_21866.c,
|
|
|
|
|
libs/unicode/c_28591.c, libs/unicode/c_28592.c,
|
|
|
|
|
libs/unicode/c_28593.c, libs/unicode/c_28594.c,
|
|
|
|
|
libs/unicode/c_28595.c, libs/unicode/c_28596.c,
|
|
|
|
|
libs/unicode/c_28597.c, libs/unicode/c_28598.c,
|
|
|
|
|
libs/unicode/c_28599.c, libs/unicode/c_28600.c,
|
|
|
|
|
libs/unicode/c_28603.c, libs/unicode/c_28604.c,
|
|
|
|
|
libs/unicode/c_28605.c, libs/unicode/c_28606.c, libs/unicode/c_424.c,
|
|
|
|
|
libs/unicode/c_437.c, libs/unicode/c_500.c, libs/unicode/c_737.c,
|
|
|
|
|
libs/unicode/c_775.c, libs/unicode/c_850.c, libs/unicode/c_852.c,
|
|
|
|
|
libs/unicode/c_855.c, libs/unicode/c_856.c, libs/unicode/c_857.c,
|
|
|
|
|
libs/unicode/c_860.c, libs/unicode/c_861.c, libs/unicode/c_862.c,
|
|
|
|
|
libs/unicode/c_863.c, libs/unicode/c_864.c, libs/unicode/c_865.c,
|
|
|
|
|
libs/unicode/c_866.c, libs/unicode/c_869.c, libs/unicode/c_874.c,
|
|
|
|
|
libs/unicode/c_875.c, libs/unicode/c_878.c, libs/unicode/c_932.c,
|
|
|
|
|
libs/unicode/c_936.c, libs/unicode/c_949.c, libs/unicode/c_950.c,
|
|
|
|
|
libs/unicode/casemap.c, libs/unicode/wctype.c:
|
|
|
|
|
Updated codepage tables to Unicode version 4.1.
|
|
|
|
|
|
|
|
|
|
2005-11-18 YunSong Hwang <hys545@dreamwiz.com>
|
|
|
|
|
|
|
|
|
|
* dlls/comctl32/comctl_Ko.rc, dlls/serialui/Ko.rc, dlls/shdocvw/Ko.rc,
|
|
|
|
|
dlls/wineps/wps_Ko.rc, programs/cmdlgtst/Ko.rc,
|
|
|
|
|
programs/cmdlgtst/cmdlgr.rc:
|
|
|
|
|
Update Korean translations.
|
|
|
|
|
|
|
|
|
|
2005-11-18 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/user/tests/win.c:
|
|
|
|
|
Add another test for Z order of child windows.
|
|
|
|
|
|
|
|
|
|
2005-11-18 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/vxd.c:
|
|
|
|
|
Use case insensitive comparison to check file extensions.
|
|
|
|
|
|
|
|
|
|
2005-11-18 Peter Beutner <p.beutner@gmx.net>
|
|
|
|
|
|
|
|
|
|
* dlls/x11drv/opengl.c:
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
2005-11-18 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shdocvw/events.c, dlls/shdocvw/shdocvw.h,
|
|
|
|
|
dlls/shdocvw/webbrowser.c:
|
|
|
|
|
Free ConnectionPoint objects (fix memory leak).
|
|
|
|
|
|
|
|
|
|
2005-11-18 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/undname.c:
|
|
|
|
|
Ensures, when we cannot demangle the string, to return the mangled
|
|
|
|
|
name instead of a NULL pointer.
|
|
|
|
|
|
|
|
|
|
2005-11-18 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dbghelp/dbghelp.c, dlls/dbghelp/symbol.c,
|
|
|
|
|
programs/winedbg/symbol.c, programs/winedbg/winedbg.c:
|
|
|
|
|
Now returning correct symbol flags (as native does) for function pmts
|
|
|
|
|
& locals in dbghelp.
|
|
|
|
|
Modified winedbg accordingly.
|
|
|
|
|
|
|
|
|
|
2005-11-18 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/twain/dsm_ctrl.c:
|
|
|
|
|
If SANE returns empty device list treat it as an error.
|
|
|
|
|
|
|
|
|
|
2005-11-18 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/atl/registrar.c:
|
|
|
|
|
Fix parsing '{' char.
|
|
|
|
|
|
|
|
|
|
2005-11-18 Robert Reif <reif@earthlink.net>
|
|
|
|
|
|
|
|
|
|
* dlls/dsound/tests/capture.c, dlls/dsound/tests/dsound_test.h:
|
|
|
|
|
Handle failure on Windows 95 properly.
|
|
|
|
|
Make two functions available to all files.
|
|
|
|
|
Make format_string() const correct.
|
|
|
|
|
|
|
|
|
|
2005-11-17 Marcus Meissner <marcus@jet.franken.de>
|
|
|
|
|
|
|
|
|
|
* configure, configure.ac, dlls/winsock/socket.c,
|
|
|
|
|
dlls/winsock/ws2_32.spec, include/config.h.in, include/ws2tcpip.h:
|
|
|
|
|
Implemented getaddrinfo(), including full mapping of struct addrinfo
|
|
|
|
|
between UNIX and Windows. Based on a patch by Mike Hearn.
|
|
|
|
|
|
|
|
|
|
2005-11-17 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dbghelp/dbghelp.c, dlls/dbghelp/dbghelp_private.h,
|
|
|
|
|
dlls/dbghelp/type.c, programs/winedbg/dbg.y,
|
|
|
|
|
programs/winedbg/types.c:
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
2005-11-17 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dbghelp/dbghelp.c, dlls/dbghelp/elf_module.c, dlls/dbghelp/msc.c,
|
|
|
|
|
dlls/dbghelp/stabs.c, dlls/dbghelp/symbol.c, dlls/dbghelp/type.c,
|
|
|
|
|
programs/winedbg/break.c, programs/winedbg/expr.c,
|
|
|
|
|
programs/winedbg/memory.c, programs/winedbg/symbol.c,
|
|
|
|
|
programs/winedbg/types.c:
|
|
|
|
|
SymGetType(...,TI_GET_LENGTH,...) requires a 64 bit parameter, not a
|
|
|
|
|
32 bit one.
|
|
|
|
|
|
|
|
|
|
2005-11-17 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* libs/unicode/cpmap.pl:
|
|
|
|
|
Only update modified files.
|
|
|
|
|
|
|
|
|
|
2005-11-17 Jacek Caban <jack@itma.pwr.wroc.pl>
|
|
|
|
|
|
|
|
|
|
* dlls/shdocvw/events.c, dlls/shdocvw/shdocvw.h:
|
|
|
|
|
Improve IConnectionPoint handling.
|
|
|
|
|
|
|
|
|
|
2005-11-17 Oliver Stieber <oliver_stieber@yahoo.co.uk>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/device.c:
|
|
|
|
|
Disable support for creation FMT_Unknown textures. This gets most of
|
|
|
|
|
the d3d8 demos from www.codesampler.com working.
|
|
|
|
|
|
|
|
|
|
2005-11-17 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* libs/unicode/cpmap.pl, libs/unicode/wctype.c:
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
2005-11-17 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/comctl32/header.c:
|
|
|
|
|
Return false if index is out of bounds in GetItemT.
|
|
|
|
|
|
|
|
|
|
2005-11-17 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* programs/explorer/explorer.c:
|
|
|
|
|
Fixed invalid C syntax.
|
|
|
|
|
|
|
|
|
|
2005-11-17 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/profile.c:
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
2005-11-17 Martin Fuchs <martin-fuchs@gmx.net>
|
|
|
|
|
|
|
|
|
|
* programs/winefile/winefile.c, programs/winefile/winefile.h:
|
|
|
|
|
Use command line for initial directory selection.
|
|
|
|
|
Remove useless hwndParent variable.
|
|
|
|
|
|
|
|
|
|
2005-11-17 Oliver Stieber <oliver_stieber@yahoo.co.uk>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/swapchain.c:
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
2005-11-17 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/tests/cpp.c:
|
|
|
|
|
Provide a sample of the joy of MSC symbol mangling.
|
|
|
|
|
|
|
|
|
|
2005-11-17 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* programs/winedbg/symbol.c:
|
|
|
|
|
When a symbol name already contains a module name, we shouldn't search
|
|
|
|
|
in other modules.
|
|
|
|
|
|
|
|
|
|
2005-11-17 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* programs/winedbg/dbg.y, programs/winedbg/debug.l,
|
|
|
|
|
programs/winedbg/debugger.h:
|
|
|
|
|
Simplification of lex's input reading.
|
|
|
|
|
|
|
|
|
|
2005-11-17 Detlef Riekenberg <wine.dev@web.de>
|
|
|
|
|
|
|
|
|
|
* dlls/user/tests/monitor.c:
|
|
|
|
|
Made test loadable on win95 again (EnumDisplayDevicesA not present).
|
|
|
|
|
|
|
|
|
|
2005-11-17 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shdocvw/Makefile.in, dlls/shdocvw/client.c, dlls/shdocvw/dochost.c,
|
|
|
|
|
dlls/shdocvw/shdocvw.h, dlls/shdocvw/webbrowser.c:
|
|
|
|
|
Added stub implementation of IDocHostUIHandler.
|
|
|
|
|
|
|
|
|
|
2005-11-17 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* include/mshtmhst.idl:
|
|
|
|
|
Added IHTMLWindow forward declaration.
|
|
|
|
|
|
|
|
|
|
2005-11-17 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* tools/winapi/win32.api:
|
|
|
|
|
Update win32.api to cvs.
|
|
|
|
|
|
|
|
|
|
2005-11-16 Saulius Krasuckas <saulius.krasuckas@ieee.org>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/file.c, dlls/msvcrt/tests/file.c:
|
|
|
|
|
Fix _fcloseall() return value.
|
|
|
|
|
Improve some trace messages.
|
|
|
|
|
Add tests for fopen(), fclose(), _fcloseall().
|
|
|
|
|
Stricten some checks of _unlink().
|
|
|
|
|
|
|
|
|
|
2005-11-16 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shdocvw/oleobject.c, dlls/shdocvw/shdocvw.h,
|
|
|
|
|
dlls/shdocvw/webbrowser.c:
|
|
|
|
|
Added OLEIVERB_INPLACEACTIVATE implementation in IOleObject::DoVerb.
|
|
|
|
|
|
|
|
|
|
2005-11-16 Aric Stewart <aric@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* configure, configure.ac, programs/Makefile.in,
|
|
|
|
|
programs/explorer/.cvsignore, programs/explorer/Makefile.in,
|
|
|
|
|
programs/explorer/explorer.c:
|
|
|
|
|
Beginnings of an explorer.exe replacement that wraps the existing
|
|
|
|
|
winefile program.
|
|
|
|
|
|
|
|
|
|
2005-11-16 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* programs/winedbg/dbg.y, programs/winedbg/debugger.h,
|
|
|
|
|
programs/winedbg/winedbg.c, programs/winedbg/winedbg.man.in:
|
|
|
|
|
Added ability to execute commands from a file passed on command line
|
|
|
|
|
(through --file option).
|
|
|
|
|
Use that feature to get rid of arg_command hack (--command option now
|
|
|
|
|
creates a temporary file).
|
|
|
|
|
|
|
|
|
|
2005-11-16 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/user/edit.c, dlls/user/tests/msg.c:
|
|
|
|
|
Add a test for some edit control behaviours, make it pass under Wine.
|
|
|
|
|
|
|
|
|
|
2005-11-16 Robert Reif <reif@earthlink.net>
|
|
|
|
|
|
|
|
|
|
* dlls/winmm/wavemap/wavemap.c:
|
|
|
|
|
Only convert bits per sample between different encoding formats.
|
|
|
|
|
|
|
|
|
|
2005-11-16 Marcus Meissner <marcus@jet.franken.de>
|
|
|
|
|
|
|
|
|
|
* dlls/winsock/socket.c, include/ws2tcpip.h:
|
|
|
|
|
Added mapping between unix and windows sockaddr_in6(_old) and
|
|
|
|
|
sockaddr_in. Added address family, socket type mappers.
|
|
|
|
|
|
|
|
|
|
2005-11-16 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/internet.c, dlls/wininet/tests/http.c:
|
|
|
|
|
- Improve callback to give context sensitive information about the
|
|
|
|
|
different statuses and print the thread ID that it was called from.
|
|
|
|
|
- Replace the busy waiting on the "goon" flag with an event.
|
|
|
|
|
- Replace hard coded numbers with more informative constants
|
|
|
|
|
throughout the InternetReadFile test.
|
|
|
|
|
- Add tests for InternetReadFileExA.
|
|
|
|
|
- Fix the error value from calling InternetReadFile with a NULL handle
|
|
|
|
|
as indicated by the test.
|
|
|
|
|
|
|
|
|
|
2005-11-16 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shdocvw/client.c, dlls/shdocvw/shdocvw.h:
|
|
|
|
|
Added IOleInPlaceSite stub implementation.
|
|
|
|
|
|
|
|
|
|
2005-11-15 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* tools/wine.inf:
|
|
|
|
|
Add timezone information to the registry.
|
|
|
|
|
|
|
|
|
|
2005-11-15 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.h,
|
|
|
|
|
dlls/wininet/utility.c:
|
|
|
|
|
We shouldn't pass the struct hostent returned from gethostbyname as
|
|
|
|
|
it's not thread-safe and isn't needed anyway.
|
|
|
|
|
|
|
|
|
|
2005-11-15 Ken Thomases <ken@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/signal_i386.c:
|
|
|
|
|
Updated context definitions for the latest Darwin/x86.
|
|
|
|
|
|
|
|
|
|
2005-11-15 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/internet.c:
|
|
|
|
|
Correct the size of a callback parameter.
|
|
|
|
|
Fix the declaration of INTERNET_WorkerThreadFunc.
|
|
|
|
|
|
|
|
|
|
2005-11-15 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/registry.c:
|
|
|
|
|
Convert MsiEnumComponentQualifiers to use msi_strcpy_to_awstring.
|
|
|
|
|
|
|
|
|
|
2005-11-15 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/urlcache.c:
|
|
|
|
|
Fixed Unicode buffer size bug in CreateUrlCacheEntryW.
|
|
|
|
|
|
|
|
|
|
2005-11-15 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/msi.spec, dlls/msi/registry.c, include/msi.h:
|
|
|
|
|
Fix function prototype and spec file entry for
|
|
|
|
|
MsiEnumComponentQualifiers.
|
|
|
|
|
|
|
|
|
|
2005-11-15 Raphael Junqueira <fenix@club-internet.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/comctl32/header.c:
|
|
|
|
|
Implement implement header callback support (HDN_GETDISPINFO notification):
|
|
|
|
|
- better factorisation
|
|
|
|
|
- unicode fixes
|
|
|
|
|
|
|
|
|
|
2005-11-15 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/urlmon/tests/url.c:
|
|
|
|
|
Don't crash if BindToStorage fails.
|
|
|
|
|
|
|
|
|
|
2005-11-15 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/install.c:
|
|
|
|
|
Only return ERROR_MORE_DATA if there's a buffer to copy a result
|
|
|
|
|
into.
|
|
|
|
|
|
|
|
|
|
2005-11-15 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/user/focus.c:
|
|
|
|
|
Do not change focus if the being activated window is no longer
|
|
|
|
|
active.
|
|
|
|
|
|
|
|
|
|
2005-11-15 Detlef Riekenberg <wine.dev@web.de>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/tests/drive.c:
|
|
|
|
|
Made test loadable on NT 3.51 again (GetDiskFreeSpaceExA not present).
|
|
|
|
|
|
|
|
|
|
2005-11-15 Detlef Riekenberg <wine.dev@web.de>
|
|
|
|
|
|
|
|
|
|
* dlls/winspool/tests/info.c:
|
|
|
|
|
Some extra tests for GetPrinterDriverDirectory.
|
|
|
|
|
Display a TRACE when the Service "spooler" is not running (NT).
|
|
|
|
|
|
|
|
|
|
2005-11-15 Cihan Altinay <cihan@uq.edu.au>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/comm.c:
|
|
|
|
|
Disable PARMRK input flag of serial ports.
|
|
|
|
|
|
|
|
|
|
2005-11-15 YunSong Hwang <hys545@dreamwiz.com>
|
|
|
|
|
|
|
|
|
|
* dlls/avifil32/avifile_Ko.rc, dlls/mshtml/Ko.rc,
|
|
|
|
|
dlls/wldap32/wldap32_Ko.rc, programs/taskmgr/Ko.rc,
|
|
|
|
|
programs/uninstaller/Ko.rc, programs/view/Ko.rc,
|
|
|
|
|
programs/winefile/Ko.rc:
|
|
|
|
|
Update Korean translations.
|
|
|
|
|
|
|
|
|
|
2005-11-15 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/resource.c, dlls/ntdll/signal_i386.c:
|
|
|
|
|
Use proper asm name for external functions.
|
|
|
|
|
|
|
|
|
|
2005-11-15 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/sec.c, dlls/ntdll/tests/rtl.c:
|
|
|
|
|
Add a test for RtlAllocateAndInitializeSid, make it pass under Wine.
|
|
|
|
|
|
|
|
|
|
2005-11-15 Jacek Caban <jacek@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shdocvw/Makefile.in, dlls/shdocvw/client.c, dlls/shdocvw/shdocvw.h,
|
|
|
|
|
dlls/shdocvw/webbrowser.c:
|
|
|
|
|
Beginning implementation of Navigate2.
|
|
|
|
|
|
|
|
|
|
2005-11-15 Raphael Junqueira <fenix@club-internet.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/device.c, dlls/wined3d/drawprim.c,
|
|
|
|
|
dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h:
|
|
|
|
|
- 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-15 Raphael Junqueira <fenix@club-internet.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/usp10/usp10.c, dlls/usp10/usp10.spec, include/usp10.h:
|
|
|
|
|
Add stubs around ScriptStringAnalyse to avoid PAF crash.
|
|
|
|
|
|
|
|
|
|
2005-11-15 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/http.c:
|
|
|
|
|
INTERNET_STATUS_HANDLE_CREATED notifications just send the handle, not
|
|
|
|
|
an INTERNET_ASYNC_RESULT structure.
|
|
|
|
|
The source handle in HTTP_Connect should be the parent's handle.
|
|
|
|
|
|
|
|
|
|
2005-11-15 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/internet.h, dlls/wininet/netconnection.c:
|
|
|
|
|
SSL doesn't need to use a different socket to unsecure communications.
|
|
|
|
|
|
|
|
|
|
2005-11-15 Paul Vriens <Paul.Vriens@xs4all.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/tests/thread.c:
|
|
|
|
|
Corrected last error information.
|
|
|
|
|
Make sure we can run the tests on win9x.
|
|
|
|
|
|
|
|
|
|
2005-11-15 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/package.c:
|
|
|
|
|
Set the Installed property if the product is already installed.
|
|
|
|
|
|
|
|
|
|
2005-11-14 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/user/input.c, server/queue.c:
|
|
|
|
|
Added support for the QS_ALLPOSTMESSAGE flag.
|
|
|
|
|
|
|
|
|
|
2005-11-14 Jacek Caban <jack@itma.pwr.wroc.pl>
|
|
|
|
|
|
|
|
|
|
* dlls/urlmon/Makefile.in, dlls/urlmon/binding.c, dlls/urlmon/tests/url.c,
|
|
|
|
|
dlls/urlmon/umon.c, dlls/urlmon/urlmon_main.h:
|
|
|
|
|
Beginning of true BindToStorage implementation.
|
|
|
|
|
|
|
|
|
|
2005-11-14 Huw Davies <huw@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* tools/widl/header.c:
|
|
|
|
|
Prefix [putref] property names with putref_.
|
|
|
|
|
|
|
|
|
|
2005-11-14 Rein Klazes <wijn@wanadoo.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/user/sysparams.c, dlls/user/tests/sysparams.c:
|
|
|
|
|
Fix SysparametersInfoA( SPI_SETICONMETRICS), the A<->W conversion was
|
|
|
|
|
rather broken.
|
|
|
|
|
Make the SPI_{G|S}ETICONMETRICS functions more consistent with those
|
|
|
|
|
for SPI_ICON{HORIZONTAL|VERTICAL}SPACING, SPI_{G|S}ICONTITLEWRAP and
|
|
|
|
|
SPI_{G|S}ICONTITLELOGFONT.
|
|
|
|
|
Accordingly extend the corresponding tests.
|
|
|
|
|
|
|
|
|
|
2005-11-14 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/tests/cpp.c, dlls/msvcrt/undname.c:
|
|
|
|
|
Undname: Allow more then one coded character in demangle_datatype.
|
|
|
|
|
|
|
|
|
|
2005-11-14 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* tools/wine.inf:
|
|
|
|
|
Add default version information.
|
|
|
|
|
|
|
|
|
|
2005-11-14 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/tests/pipe.c, dlls/ntdll/file.c:
|
|
|
|
|
NtReadFile: now returning correct status in NtReadFile for EOF
|
|
|
|
|
conditions (on files) and broken pipe (on named pipes).
|
|
|
|
|
|
|
|
|
|
2005-11-14 Peter Beutner <p.beutner@gmx.net>
|
|
|
|
|
|
|
|
|
|
* dlls/gdi/dib.c, dlls/gdi/tests/bitmap.c:
|
|
|
|
|
When creating DIBs with a color depth <= 8, always set biClrUsed field
|
|
|
|
|
to the number of entries in the color table.
|
|
|
|
|
|
|
|
|
|
2005-11-14 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/cond.y, dlls/msi/tests/package.c:
|
|
|
|
|
Empty strings are not equal to any number, so all comparisons against
|
|
|
|
|
them fail except for tests for non-equalness.
|
|
|
|
|
|
|
|
|
|
2005-11-14 Oliver Stieber <oliver_stieber@yahoo.co.uk>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/device.c:
|
|
|
|
|
Fix an intermittent lockup with ATI's driver, I expect the problem is
|
|
|
|
|
trying to clear the display before it's visible. Also correct the
|
|
|
|
|
clear alpha value.
|
|
|
|
|
|
|
|
|
|
2005-11-14 Jacek Caban <jack@itma.pwr.wroc.pl>
|
|
|
|
|
|
|
|
|
|
* dlls/urlmon/internet.c, dlls/urlmon/session.c,
|
|
|
|
|
dlls/urlmon/urlmon_main.h:
|
|
|
|
|
Added get_protocol_iface internal function and use it in
|
|
|
|
|
get_protocol_info.
|
|
|
|
|
|
|
|
|
|
2005-11-14 Lionel Ulmer <lionel.ulmer@free.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/ddraw/surface_main.c:
|
|
|
|
|
Use the front buffer palette for DC operations on off-screen buffers.
|
|
|
|
|
|
|
|
|
|
2005-11-14 Saulius Krasuckas <saulius.krasuckas@ieee.org>
|
|
|
|
|
|
|
|
|
|
* dlls/advpack/tests/advpack.c:
|
|
|
|
|
Get the version and language ID of ADVPACK.DLL too.
|
|
|
|
|
|
|
|
|
|
2005-11-14 H. Verbeet <hverbeet@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ddraw/surface_dib.c:
|
|
|
|
|
Fix the default value for keylow in DIB_DirectDrawSurface_Blt.
|
|
|
|
|
Unset DDBLT_DDFX when lpbltfx is NULL / contains no dwDDFX.
|
|
|
|
|
|
|
|
|
|
2005-11-14 YunSong Hwang <hys545@dreamwiz.com>
|
|
|
|
|
|
|
|
|
|
* dlls/avifil32/avifile_Ko.rc, dlls/avifil32/rsrc.rc, dlls/mpr/mpr.rc,
|
|
|
|
|
dlls/mpr/mpr_Ko.rc, dlls/mshtml/Ko.rc, dlls/mshtml/rsrc.rc,
|
|
|
|
|
dlls/msi/msi.rc, dlls/msi/msi_Ko.rc, dlls/oledlg/oledlg_Ko.rc,
|
|
|
|
|
dlls/oledlg/rsrc.rc, dlls/serialui/Ko.rc,
|
|
|
|
|
dlls/serialui/serialui_rc.rc, dlls/shdocvw/Ko.rc,
|
|
|
|
|
dlls/shdocvw/shdocvw.rc, dlls/winspool/Ko.rc,
|
|
|
|
|
dlls/winspool/winspool.rc, dlls/wldap32/wldap32.rc,
|
|
|
|
|
dlls/wldap32/wldap32_Ko.rc, programs/notepad/Ko.rc,
|
|
|
|
|
programs/notepad/rsrc.rc, programs/regedit/Ko.rc,
|
|
|
|
|
programs/start/Ko.rc, programs/start/rsrc.rc, programs/taskmgr/Ko.rc,
|
|
|
|
|
programs/taskmgr/taskmgr.rc, programs/uninstaller/Ko.rc,
|
|
|
|
|
programs/uninstaller/rsrc.rc, programs/view/Ko.rc,
|
|
|
|
|
programs/view/viewrc.rc, programs/wcmd/Ko.rc,
|
|
|
|
|
programs/wcmd/wcmdrc.rc, programs/winecfg/Ko.rc,
|
|
|
|
|
programs/winecfg/winecfg.rc, programs/wineconsole/wineconsole_Ko.rc,
|
|
|
|
|
programs/wineconsole/wineconsole_res.rc, programs/winefile/Ko.rc,
|
|
|
|
|
programs/winefile/rsrc.rc, programs/winemine/Ko.rc,
|
|
|
|
|
programs/winemine/rsrc.rc:
|
|
|
|
|
Add Korean translations.
|
|
|
|
|
|
|
|
|
|
2005-11-14 Markus Amsler <markus.amsler@oribi.org>
|
|
|
|
|
|
|
|
|
|
* dlls/iphlpapi/iphlpapi_main.c:
|
|
|
|
|
Add, reformat API documentation.
|
|
|
|
|
|
|
|
|
|
2005-11-14 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/cond.y, dlls/msi/tests/package.c:
|
|
|
|
|
Fix comparison of empty properties to numbers and add test cases.
|
|
|
|
|
|
|
|
|
|
2005-11-14 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/user/tests/msg.c:
|
|
|
|
|
Fix message tests to run cleanly on Windows XP SP1.
|
|
|
|
|
|
|
|
|
|
2005-11-14 Edgar Hucek <gimli@gentoo.org>
|
|
|
|
|
|
|
|
|
|
* dlls/winmm/joystick/joystick.c:
|
|
|
|
|
Unicode compile fix.
|
|
|
|
|
|
|
|
|
|
2005-11-14 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/tests/thread.c:
|
|
|
|
|
Fix set_test_val function declaration to ensure stack is left
|
|
|
|
|
untouched.
|
|
|
|
|
|
|
|
|
|
2005-11-14 Saulius Krasuckas <saulius.krasuckas@ieee.org>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/internet.c, dlls/wininet/tests/http.c:
|
|
|
|
|
Fix a test for InternetCreateUrlA as no Windows platform sets last
|
|
|
|
|
error here. Make InternetCreateUrlA pass the test.
|
|
|
|
|
|
|
|
|
|
2005-11-14 Saulius Krasuckas <saulius.krasuckas@ieee.org>
|
|
|
|
|
|
|
|
|
|
* dlls/crypt32/tests/cert.c:
|
|
|
|
|
Don't call missing API function.
|
|
|
|
|
|
|
|
|
|
2005-11-14 Christian Costa <titan.costa@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/ddraw/ddraw_utils.c, dlls/ddraw/surface_dib.c:
|
|
|
|
|
Add DDBLT_DONOTWAIT flag.
|
|
|
|
|
Separate DDBLT_WAIT and DDBLT_ASYNC fixme in Blt method.
|
|
|
|
|
|
|
|
|
|
2005-11-14 Jacek Caban <jack@itma.pwr.wroc.pl>
|
|
|
|
|
|
|
|
|
|
* dlls/urlmon/umon.c:
|
|
|
|
|
Move BindToStorage hack to the separated function.
|
|
|
|
|
|
|
|
|
|
2005-11-14 Oliver Stieber <oliver_stieber@yahoo.co.uk>
|
|
|
|
|
|
|
|
|
|
* dlls/d3d9/cubetexture.c, dlls/d3d9/device.c, dlls/d3d9/indexbuffer.c,
|
|
|
|
|
dlls/d3d9/pixelshader.c, dlls/d3d9/query.c, dlls/d3d9/stateblock.c,
|
|
|
|
|
dlls/d3d9/swapchain.c, dlls/d3d9/texture.c, dlls/d3d9/vertexbuffer.c,
|
|
|
|
|
dlls/d3d9/vertexdeclaration.c, dlls/d3d9/vertexshader.c,
|
|
|
|
|
dlls/d3d9/volumetexture.c:
|
|
|
|
|
Remove the setting of the result pointer to NULL in creates, tests
|
|
|
|
|
show that windows doesn't set the result to NULL on error.
|
|
|
|
|
|
|
|
|
|
2005-11-14 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/thread.c:
|
|
|
|
|
Init wShowWindow in RTL_USER_PARAMETERS for Wine processes started
|
|
|
|
|
from the command-line.
|
|
|
|
|
|
|
|
|
|
2005-11-14 Peter Lemenkov <petro@mail.ru>
|
|
|
|
|
|
|
|
|
|
* include/rpcdce.h:
|
|
|
|
|
Added extern "C".
|
|
|
|
|
|
|
|
|
|
2005-11-14 Markus Amsler <markus.amsler@oribi.org>
|
|
|
|
|
|
|
|
|
|
* dlls/comctl32/imagelist.c:
|
|
|
|
|
Reformat "see" section, to match c2man requirements.
|
|
|
|
|
|
|
|
|
|
2005-11-12 Markus Amsler <markus.amsler@oribi.org>
|
|
|
|
|
|
|
|
|
|
* dlls/commdlg/cdlg32.c, dlls/commdlg/colordlg.c,
|
|
|
|
|
dlls/commdlg/filetitle.c, dlls/commdlg/finddlg32.c,
|
|
|
|
|
dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c:
|
|
|
|
|
Improve c2man Documented-Total count. Changes:
|
|
|
|
|
- add missing description
|
|
|
|
|
- complete missing A/W pairs
|
|
|
|
|
- document remaining comdlg32 functions
|
|
|
|
|
|
|
|
|
|
2005-11-12 Markus Amsler <markus.amsler@oribi.org>
|
|
|
|
|
|
|
|
|
|
* dlls/advapi32/crypt.c, dlls/advapi32/crypt_sha.c,
|
|
|
|
|
dlls/advapi32/eventlog.c, dlls/advapi32/registry.c,
|
|
|
|
|
dlls/advapi32/security.c:
|
|
|
|
|
Improve c2man Documented-Total count. Changes:
|
|
|
|
|
- add missing description
|
|
|
|
|
- add missing returns section
|
|
|
|
|
|
|
|
|
|
2005-11-12 Stefan Leichter <Stefan.Leichter@camLine.com>
|
|
|
|
|
|
|
|
|
|
* programs/winetest/Makefile.in:
|
|
|
|
|
Add shdocvw tests to winetest.
|
|
|
|
|
|
|
|
|
|
2005-11-12 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ole32/compobj.c:
|
|
|
|
|
Implement CLSCTX_INPROC_HANDLER in CoGetClassObject similar to
|
|
|
|
|
CLSCTX_INPROC_SERVER by looking at the InprocHandler32 registry key
|
|
|
|
|
instead of InprocServer32.
|
|
|
|
|
|
|
|
|
|
2005-11-12 Paul Vriens <Paul.Vriens@xs4all.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/tests/thread.c:
|
|
|
|
|
Add some extra error information.
|
|
|
|
|
|
|
|
|
|
2005-11-12 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/internet.c, dlls/wininet/internet.h:
|
|
|
|
|
Implement InternetReadFileExA (based on a patch by Brian Gerst).
|
|
|
|
|
|
|
|
|
|
2005-11-12 Daniel Remenak <dtremenak@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/dinput/joystick_linuxinput.c:
|
|
|
|
|
Add additional sanity checks to the linux input system dinput joystick
|
|
|
|
|
implementation.
|
|
|
|
|
|
|
|
|
|
2005-11-12 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* programs/winedbg/dbg.y, programs/winedbg/debug.l:
|
|
|
|
|
Removed a couple of shift/reduce warnings in grammar.
|
|
|
|
|
|
|
|
|
|
2005-11-12 Rein Klazes <wijn@wanadoo.nl>
|
|
|
|
|
|
|
|
|
|
* programs/regedit/Nl.rc:
|
|
|
|
|
Update Dutch resources.
|
|
|
|
|
|
|
|
|
|
2005-11-12 Jacek Caban <jack@itma.pwr.wroc.pl>
|
|
|
|
|
|
|
|
|
|
* dlls/shdocvw/Makefile.in, dlls/shdocvw/shdocvw.h, dlls/shdocvw/view.c,
|
|
|
|
|
dlls/shdocvw/webbrowser.c:
|
|
|
|
|
Added IViewObject2 stub implementation.
|
|
|
|
|
|
|
|
|
|
2005-11-12 Stefan Leichter <Stefan.Leichter@camLine.com>
|
|
|
|
|
|
|
|
|
|
* dlls/version/tests/.cvsignore, dlls/version/tests/Makefile.in,
|
|
|
|
|
dlls/version/tests/install.c:
|
|
|
|
|
Added some tests for VerFindFileA.
|
|
|
|
|
|
|
|
|
|
2005-11-12 Phil Lodwick <Phil.Lodwick@EFI.COM>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/path.c, dlls/kernel/tests/path.c:
|
|
|
|
|
prefix can be NULL for GetTempFileNameW.
|
|
|
|
|
|
|
|
|
|
2005-11-11 YunSong Hwang <hys545@dreamwiz.com>
|
|
|
|
|
|
|
|
|
|
* dlls/hhctrl.ocx/Ko.rc, dlls/hhctrl.ocx/hhctrl.rc, dlls/msacm/msacm.rc,
|
|
|
|
|
dlls/msacm/msacm_Ko.rc, dlls/msrle32/msrle_Ko.rc,
|
|
|
|
|
dlls/msrle32/rsrc.rc, dlls/oleaut32/oleaut32.rc,
|
|
|
|
|
dlls/oleaut32/oleaut32_Ko.rc, dlls/setupapi/Ko.rc,
|
|
|
|
|
dlls/setupapi/setupapi.rc, dlls/shlwapi/shlwapi.rc,
|
|
|
|
|
dlls/shlwapi/shlwapi_Ko.rc, dlls/wininet/rsrc.rc,
|
|
|
|
|
dlls/wininet/wininet_Ko.rc:
|
|
|
|
|
Add Korean translations.
|
|
|
|
|
|
|
|
|
|
2005-11-11 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* dlls/urlmon/urlmon.spec:
|
|
|
|
|
Correct argument count for URLDownloadToCacheFile{A,W}.
|
|
|
|
|
|
|
|
|
|
2005-11-11 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shell.c, dlls/shell32/shell32_main.h,
|
|
|
|
|
dlls/shell32/shlexec.c:
|
|
|
|
|
Unconditionally fall back to ANSI DDE APIs in ShellExecute if current
|
|
|
|
|
emulated Windows version is Win9x, Excel refuses to communicate with a
|
|
|
|
|
unicode client in win9x mode.
|
|
|
|
|
|
|
|
|
|
2005-11-11 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/user/dde_client.c:
|
|
|
|
|
Convert some ERRs to WARNs in the DDE client code when appropriate.
|
|
|
|
|
|
|
|
|
|
2005-11-11 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/heap.c:
|
|
|
|
|
Protect sys/stat.h with a conditional.
|
|
|
|
|
|
|
|
|
|
2005-11-11 Steven Edwards <winehacker@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/msi.c:
|
|
|
|
|
Partly implement MsiMessageBox[A/W] on top of MessageBoxEx[A/W]
|
|
|
|
|
|
|
|
|
|
2005-11-11 Christoph Frick <frick@sc-networks.de>
|
|
|
|
|
|
|
|
|
|
* dlls/dinput/joystick_linuxinput.c:
|
|
|
|
|
Moved and adopted joystick_linux.c code into the
|
|
|
|
|
joystick_linuxinput.c.
|
|
|
|
|
|
|
|
|
|
2005-11-11 Raphael Junqueira <fenix@club-internet.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/opengl32/make_opengl, dlls/opengl32/opengl_ext.h,
|
|
|
|
|
dlls/opengl32/opengl_norm.c, dlls/opengl32/wgl.c,
|
|
|
|
|
dlls/opengl32/wgl_ext.c, dlls/x11drv/opengl.c:
|
|
|
|
|
Add GLXFBConfig on Wine_GLContext (we should remove XVisualInfo
|
|
|
|
|
references on code).
|
|
|
|
|
Hook glGetIntegerv on GL_ALPHA_BITS to query on GLXFBConfig instead of
|
|
|
|
|
glGetInteger (as it returns bad value).
|
|
|
|
|
|
|
|
|
|
2005-11-10 Francois Gouget <fgouget@free.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/advapi32/security.c, dlls/comctl32/comboex.c,
|
|
|
|
|
dlls/comctl32/listview.c, dlls/comctl32/treeview.c,
|
|
|
|
|
dlls/commdlg/filetitle.c, dlls/d3d8/cubetexture.c,
|
|
|
|
|
dlls/d3d8/device.c, dlls/d3d8/directx.c, dlls/d3d8/shader.c,
|
|
|
|
|
dlls/d3d8/stateblock.c, dlls/d3d8/texture.c, dlls/d3d9/device.c,
|
|
|
|
|
dlls/d3d9/directx.c, dlls/d3d9/vertexshader.c,
|
|
|
|
|
dlls/ddraw/ddraw_main.c, dlls/ddraw/device_main.c,
|
|
|
|
|
dlls/ddraw/device_opengl.c, dlls/ddraw/executebuffer.c,
|
|
|
|
|
dlls/ddraw/light.c, dlls/ddraw/opengl_utils.c,
|
|
|
|
|
dlls/ddraw/surface_main.c, dlls/ddraw/vertexbuffer.c,
|
|
|
|
|
dlls/dinput/device.c, dlls/dinput/mouse.c,
|
|
|
|
|
dlls/dmime/segtriggertrack.c, dlls/dmscript/script.c,
|
|
|
|
|
dlls/dmstyle/styletrack.c, dlls/dplayx/dplay.c, dlls/dpnet/address.c,
|
|
|
|
|
dlls/dsound/dsound_main.c, dlls/dxdiagn/provider.c,
|
|
|
|
|
dlls/gdi/bitmap.c, dlls/gdi/mfdrv/bitblt.c, dlls/kernel/comm.c,
|
|
|
|
|
dlls/mcicda/mcicda.c, dlls/mciseq/mcimidi.c, dlls/msi/action.c,
|
|
|
|
|
dlls/msi/custom.c, dlls/msi/files.c, dlls/msi/format.c,
|
|
|
|
|
dlls/msi/package.c, dlls/msi/table.c, dlls/msvcrt/tests/cpp.c,
|
|
|
|
|
dlls/ntdll/misc.c, dlls/odbc32/proxyodbc.c, dlls/ole32/antimoniker.c,
|
|
|
|
|
dlls/ole32/bindctx.c, dlls/ole32/ole2.c, dlls/oleaut32/typelib.c,
|
|
|
|
|
dlls/oleaut32/varformat.c, dlls/olepro32/olepro32stubs.c,
|
|
|
|
|
dlls/opengl32/wgl.c, dlls/opengl32/wgl_ext.c,
|
|
|
|
|
dlls/shell32/cpanelfolder.c, dlls/shell32/enumidlist.c,
|
|
|
|
|
dlls/shell32/pidl.c, dlls/shell32/shelllink.c,
|
|
|
|
|
dlls/shell32/shellord.c, dlls/shell32/shfldr_desktop.c,
|
|
|
|
|
dlls/shell32/shfldr_mycomp.c, dlls/shell32/tests/shlfileop.c,
|
|
|
|
|
dlls/shlwapi/tests/ordinal.c, dlls/tapi32/line.c, dlls/user/comm16.c,
|
|
|
|
|
dlls/user/dde_misc.c, dlls/user/tests/menu.c,
|
|
|
|
|
dlls/vwin32.vxd/vwin32.c, dlls/wined3d/basetexture.c,
|
|
|
|
|
dlls/wined3d/cubetexture.c, dlls/wined3d/device.c,
|
|
|
|
|
dlls/wined3d/directx.c, dlls/wined3d/drawprim.c,
|
|
|
|
|
dlls/wined3d/query.c, dlls/wined3d/stateblock.c,
|
|
|
|
|
dlls/wined3d/surface.c, dlls/wined3d/swapchain.c,
|
|
|
|
|
dlls/wined3d/texture.c, dlls/wined3d/volumetexture.c,
|
|
|
|
|
dlls/wined3d/wined3d_main.c, dlls/winedos/int10.c,
|
|
|
|
|
dlls/winedos/int15.c, dlls/wininet/ftp.c, dlls/wininet/http.c,
|
|
|
|
|
dlls/wininet/internet.c, dlls/winmm/mci.c,
|
|
|
|
|
dlls/winmm/mciwave/mciwave.c, dlls/winmm/mmsystem.c,
|
|
|
|
|
dlls/winmm/playsound.c, dlls/winmm/tests/mixer.c,
|
|
|
|
|
dlls/winmm/winealsa/audio.c, dlls/winmm/winearts/audio.c,
|
|
|
|
|
dlls/winmm/wineesd/audio.c, dlls/winsock/socket16.c,
|
|
|
|
|
dlls/winsock/tests/sock.c, dlls/wintab32/context.c,
|
|
|
|
|
dlls/wsock32/socket.c, dlls/x11drv/event.c, dlls/x11drv/keyboard.c,
|
|
|
|
|
dlls/x11drv/palette.c, dlls/x11drv/xfont.c, dlls/x11drv/xrandr.c,
|
|
|
|
|
programs/winevdm/winevdm.c:
|
|
|
|
|
Remove spaces before '\n' in traces.
|
|
|
|
|
|
|
|
|
|
2005-11-10 Francois Gouget <fgouget@free.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/comctl32/listview.c, dlls/dxerr8/errors.awk,
|
|
|
|
|
dlls/dxerr9/errors.awk, dlls/msi/package.c, dlls/msi/tests/package.c,
|
|
|
|
|
dlls/msxml3/tests/domdoc.c, dlls/oleaut32/olepicture.c,
|
|
|
|
|
dlls/secur32/dispatcher.c, dlls/user/exticon.c,
|
|
|
|
|
dlls/wined3d/directx.c, dlls/wined3d/surface.c,
|
|
|
|
|
dlls/wined3d/vertexshader.c, dlls/winmm/wineoss/mmaux.c,
|
|
|
|
|
tools/sfnt2fnt.c:
|
|
|
|
|
Assorted spelling and case fixes.
|
|
|
|
|
|
|
|
|
|
2005-11-10 Saulius Krasuckas <saulius.krasuckas@ieee.org>
|
|
|
|
|
|
|
|
|
|
* dlls/advpack/tests/advpack.c:
|
|
|
|
|
WinME fixes:
|
|
|
|
|
- don't fail on WriteFile(),
|
|
|
|
|
- add valid error codes,
|
|
|
|
|
- empty buffer to avoid printing garbage,
|
|
|
|
|
- remove bogus inf-file which TranslateInfString() creates here.
|
|
|
|
|
|
|
|
|
|
2005-11-10 Markus Amsler <markus.amsler@oribi.org>
|
|
|
|
|
|
|
|
|
|
* tools/c2man.pl:
|
|
|
|
|
Make parameter higlighting regex less "hungry".
|
|
|
|
|
|
|
|
|
|
2005-11-10 Francois Gouget <fgouget@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* programs/winemenubuilder/winemenubuilder.c:
|
|
|
|
|
Parse the command line returned by CommandLineFromMsiDescriptor() to
|
|
|
|
|
extract the application path. Otherwise winemenubuilder ignores the
|
|
|
|
|
.lnk file entirely.
|
|
|
|
|
|
|
|
|
|
2005-11-10 Francois Gouget <fgouget@free.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/comctl32/tests/toolbar.c, dlls/d3d9/device.c,
|
|
|
|
|
dlls/kernel/tests/thread.c, dlls/msxml3/tests/domdoc.c,
|
|
|
|
|
dlls/setupapi/tests/parser.c, dlls/user/tests/msg.c:
|
|
|
|
|
Add trailing '\n's to ok() and TRACE() calls.
|
|
|
|
|
|
|
|
|
|
2005-11-10 Saulius Krasuckas <saulius.krasuckas@ieee.org>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/tests/path.c:
|
|
|
|
|
Add error code valid for Win9x and XP.
|
|
|
|
|
|
|
|
|
|
2005-11-10 Markus Amsler <markus.amsler@oribi.org>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/brsfolder.c, dlls/shell32/pidl.c, dlls/shell32/shell.c,
|
|
|
|
|
dlls/shell32/shellole.c, dlls/shell32/shellord.c,
|
|
|
|
|
dlls/shell32/shellpath.c, dlls/shell32/shellstring.c,
|
|
|
|
|
dlls/shell32/shlfileop.c, dlls/shell32/shlmenu.c,
|
|
|
|
|
dlls/shell32/systray.c:
|
|
|
|
|
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-10 Francois Gouget <fgouget@free.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dxerr8/errors.dat, dlls/dxerr8/errors.h, dlls/dxerr9/errors.dat,
|
|
|
|
|
dlls/dxerr9/errors.h:
|
|
|
|
|
Assorted spelling fixes in the DXErr8/9 error files.
|
|
|
|
|
|
|
|
|
|
2005-11-10 Francois Gouget <fgouget@free.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dxerr8/errors.awk, dlls/dxerr9/errors.awk:
|
|
|
|
|
Remove extra backslash that was causing an awk warning.
|
|
|
|
|
|
|
|
|
|
2005-11-10 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* programs/clock/Ko.rc, programs/clock/rsrc.rc, programs/regedit/Ko.rc,
|
|
|
|
|
programs/regedit/rsrc.rc:
|
|
|
|
|
Added Korean resources.
|
|
|
|
|
|
|
|
|
|
2005-11-10 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* programs/start/start.c:
|
|
|
|
|
Remove the limit on the length of the command line.
|
|
|
|
|
|
|
|
|
|
2005-11-10 Aric Stewart <aric@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/msi.c:
|
|
|
|
|
Use MsiDecomposeDescriptorW in MsiProvideQualifiedComponentExW.
|
|
|
|
|
|
|
|
|
|
2005-11-10 Markus Amsler <markus.amsler@oribi.org>
|
|
|
|
|
|
|
|
|
|
* dlls/uxtheme/system.c:
|
|
|
|
|
Improve c2man Documented-Total count. Changes:
|
|
|
|
|
- add missing returns section
|
|
|
|
|
|
|
|
|
|
2005-11-10 Raphael Junqueira <fenix@club-internet.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/x11drv/init.c, include/wingdi.h:
|
|
|
|
|
Added support for SHADEBLENDCAPS.
|
|
|
|
|
|
|
|
|
|
2005-11-10 Raphael Junqueira <fenix@club-internet.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/directx.c, include/wine/wined3d_gl.h:
|
|
|
|
|
Define GL_EXT_framebuffer_object and GL_EXT_pixelbuffer_object openGL
|
|
|
|
|
specs.
|
|
|
|
|
Support Mesa GL_VERSION on parse.
|
|
|
|
|
|
|
|
|
|
2005-11-10 Jacek Caban <jack@itma.pwr.wroc.pl>
|
|
|
|
|
|
|
|
|
|
* dlls/urlmon/umon.c, dlls/urlmon/urlmon.spec, include/urlmon.idl:
|
|
|
|
|
Added URLDownloadToCacheFile[AW] stub.
|
|
|
|
|
|
|
|
|
|
2005-11-10 Mike Hearn <mike@plan99.net>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/version.rc:
|
|
|
|
|
Update wininet version info.
|
|
|
|
|
|
|
|
|
|
2005-11-09 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* ANNOUNCE, ChangeLog, VERSION, configure:
|
|
|
|
|
Release 0.9.1.
|
|
|
|
|
|
|
|
|
|
----------------------------------------------------------------
|
2005-11-09 14:41:27 +01:00
|
|
|
|
2005-11-09 Huw Davies <huw@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wineps/ps.c:
|
|
|
|
|
Escape non-printable characters in the document title and also
|
|
|
|
|
truncate it to 0x80 characters.
|
|
|
|
|
|
|
|
|
|
2005-11-09 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/commdlg/Makefile.in, dlls/commdlg/filedlg.c:
|
|
|
|
|
Initialize COM prior to displaying the file dialog.
|
|
|
|
|
|
|
|
|
|
2005-11-09 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/registry.c, dlls/msi/tests/db.c:
|
|
|
|
|
Fix passing of NULL pointers to MsiDecomposeDescriptor and add a
|
|
|
|
|
test.
|
|
|
|
|
|
|
|
|
|
2005-11-09 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/msi.c:
|
|
|
|
|
Make sure we only CoUninitialize after successfully initializing.
|
|
|
|
|
Fix the address of the returned IShellLinkDataList interface.
|
|
|
|
|
|
|
|
|
|
2005-11-09 Jacek Caban <jack@itma.pwr.wroc.pl>
|
|
|
|
|
|
|
|
|
|
* dlls/urlmon/file.c:
|
|
|
|
|
Added IInternetPriority implementation to FileProtocol.
|
|
|
|
|
|
|
|
|
|
2005-11-09 Christian Costa <titan.costa@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/user/cursoricon.c:
|
|
|
|
|
If a color bitmap is provided, store bitmap information from it
|
|
|
|
|
instead of the mask bitmap one.
|
|
|
|
|
|
|
|
|
|
2005-11-09 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/user/tests/msg.c, dlls/x11drv/winpos.c:
|
|
|
|
|
Don't call SetWindowPos in ShowWindow if a parent window is not
|
|
|
|
|
visible, only toggle the WS_VISIBLE flag.
|
|
|
|
|
|
|
|
|
|
2005-11-09 Markus Amsler <markus.amsler@oribi.org>
|
|
|
|
|
|
|
|
|
|
* dlls/user/class.c, dlls/user/cursoricon.c, dlls/user/dde_misc.c,
|
|
|
|
|
dlls/user/defwnd.c, dlls/user/menu.c, dlls/user/message.c,
|
|
|
|
|
dlls/user/misc.c, dlls/user/resource.c, dlls/user/scroll.c,
|
|
|
|
|
dlls/user/win.c, dlls/user/winproc.c:
|
|
|
|
|
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-09 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/typelib.c:
|
|
|
|
|
- Cleanup formating of DispCallFunc.
|
|
|
|
|
- Fix DispCallFunc for functions with return values.
|
|
|
|
|
- Don't rely on _copy_arg as it is going away soon.
|
|
|
|
|
|
|
|
|
|
2005-11-09 Markus Amsler <markus.amsler@oribi.org>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/error.c, dlls/ntdll/reg.c, dlls/ntdll/sec.c,
|
|
|
|
|
dlls/ntdll/string.c, dlls/ole32/clipboard.c,
|
|
|
|
|
dlls/ole32/memlockbytes16.c, dlls/ole32/ole16.c, dlls/ole32/ole2.c,
|
|
|
|
|
dlls/ole32/storage.c, dlls/ole32/storage32.c:
|
|
|
|
|
Improve c2man Documented-Total count.
|
|
|
|
|
|
|
|
|
|
2005-11-09 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/brsfolder.c:
|
|
|
|
|
Initialize COM prior to displaying the SHBrowseForFolder dialog.
|
|
|
|
|
|
|
|
|
|
2005-11-09 Saulius Krasuckas <saulius.krasuckas@ieee.org>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/tests/shlfolder.c:
|
|
|
|
|
Disable code that segfaults on Win98 SE.
|
|
|
|
|
|
|
|
|
|
2005-11-09 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ole32/compobj.c, dlls/ole32/compobj_private.h, dlls/ole32/ole16.c,
|
|
|
|
|
dlls/ole32/ole2.c, dlls/ole32/rpc.c:
|
|
|
|
|
- Extend COM_OpenKeyForCLSID to open a subkey and return an HRESULT.
|
|
|
|
|
- Fix up the callers and reorganize CoGetClassObject to split out the
|
|
|
|
|
inproc code into another function.
|
|
|
|
|
|
|
|
|
|
2005-11-09 Jacek Caban <jack@itma.pwr.wroc.pl>
|
|
|
|
|
|
|
|
|
|
* dlls/urlmon/http.c, dlls/urlmon/tests/protocol.c:
|
|
|
|
|
Added implementation of IInternetPriority in HttpProtocol.
|
|
|
|
|
|
|
|
|
|
2005-11-08 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* include/xmldom.idl:
|
|
|
|
|
Fixed typo: get_doctype returns an IXMLDOMDocumentType.
|
|
|
|
|
|
|
|
|
|
2005-11-08 Huw Davies <huw@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msxml3/domdoc.c, dlls/msxml3/element.c, dlls/msxml3/factory.c,
|
|
|
|
|
dlls/msxml3/main.c, dlls/msxml3/msxml_private.h, dlls/msxml3/node.c,
|
|
|
|
|
dlls/msxml3/nodelist.c, dlls/msxml3/nodemap.c,
|
|
|
|
|
dlls/msxml3/parseerror.c, dlls/msxml3/tests/domdoc.c:
|
|
|
|
|
Include msxml2.h rather than msxml.h and xmldom.h.
|
|
|
|
|
|
|
|
|
|
2005-11-08 Rein Klazes <wijn@wanadoo.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/user/sysparams.c, dlls/user/tests/sysparams.c:
|
|
|
|
|
Re-enable SPI_{GET,SET}BORDER tests and fix the bugs that caused them
|
|
|
|
|
to be disabled.
|
|
|
|
|
Add tests that show that the border value manipulated by
|
|
|
|
|
SPI_{GET,SET}BORDER is completely the same as with
|
|
|
|
|
SPI_{GET,SET}NONCLIENTMETRICS.
|
|
|
|
|
Fix a few signed/unsigned warnings in unrelated tests from the same
|
|
|
|
|
source file.
|
|
|
|
|
Made the tests pass on wine.
|
|
|
|
|
|
|
|
|
|
2005-11-08 Saulius Krasuckas <saulius.krasuckas@ieee.org>
|
|
|
|
|
|
|
|
|
|
* dlls/advapi32/tests/crypt.c:
|
|
|
|
|
Win98 fails another way when user isn't logged in.
|
|
|
|
|
|
|
|
|
|
2005-11-08 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/systray.c:
|
|
|
|
|
Unicodify systray.c.
|
|
|
|
|
|
|
|
|
|
2005-11-08 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* include/windef.h:
|
|
|
|
|
Add an argument to all uses of the __ONLY_IN_WINELIB macro (spotted by
|
|
|
|
|
Berend Reitsma).
|
|
|
|
|
|
|
|
|
|
2005-11-08 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shdocvw/Makefile.in, dlls/shdocvw/shdocvw.h,
|
|
|
|
|
dlls/shdocvw/shdocvw_main.c, dlls/shdocvw/shlinstobj.c,
|
|
|
|
|
dlls/shdocvw/tests/shortcut.c:
|
|
|
|
|
Support for shell instance objects.
|
|
|
|
|
Removed a wine_todo for a no longer failing test.
|
|
|
|
|
Added a test for IPersistFolder3::GetCurFolder.
|
|
|
|
|
|
|
|
|
|
2005-11-08 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/mapi32/tests/prop.c:
|
|
|
|
|
Get rid of FAR keywords.
|
|
|
|
|
|
|
|
|
|
2005-11-08 Huw Davies <huw@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msxml3/node.c, dlls/msxml3/tests/domdoc.c:
|
|
|
|
|
Implement selectSingleNode.
|
|
|
|
|
|
|
|
|
|
2005-11-08 Robert Lunnon <bobl@optushome.com.au>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/heap.c:
|
|
|
|
|
Implement GlobalMemoryStatusEx for Solaris.
|
|
|
|
|
|
|
|
|
|
2005-11-08 Saulius Krasuckas <saulius.krasuckas@ieee.org>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/tests/heap.c:
|
|
|
|
|
Take into account some alignment done by HeapAlloc() on Win9x.
|
|
|
|
|
|
|
|
|
|
2005-11-08 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/internet.c:
|
|
|
|
|
Unicodify InternetCheckConnection.
|
|
|
|
|
Use HeapAlloc'ed buffers where applicable.
|
|
|
|
|
|
|
|
|
|
2005-11-08 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/systray.c:
|
|
|
|
|
Move functions a bit to get rid of a static declaration.
|
|
|
|
|
|
|
|
|
|
2005-11-08 Alex Villacís Lasso <a_villacis@palosanto.com>
|
|
|
|
|
|
|
|
|
|
* dlls/comctl32/treeview.c:
|
|
|
|
|
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 Huw Davies <huw@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msxml3/Makefile.in, dlls/msxml3/domdoc.c,
|
|
|
|
|
dlls/msxml3/msxml_private.h, dlls/msxml3/parseerror.c,
|
|
|
|
|
dlls/msxml3/tests/domdoc.c:
|
|
|
|
|
Implement get_parseError.
|
|
|
|
|
|
|
|
|
|
2005-11-08 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* dlls/gdi/font.c, dlls/hhctrl.ocx/hhctrl.c:
|
|
|
|
|
Correct some allocated buffer lengths while converting to Unicode.
|
|
|
|
|
|
|
|
|
|
2005-11-08 Michael Kaufmann <hallo@michael-kaufmann.ch>
|
|
|
|
|
|
|
|
|
|
* dlls/comctl32/animate.c, dlls/comctl32/datetime.c,
|
|
|
|
|
dlls/comctl32/header.c, dlls/comctl32/hotkey.c,
|
|
|
|
|
dlls/comctl32/monthcal.c, dlls/comctl32/pager.c,
|
|
|
|
|
dlls/comctl32/progress.c, dlls/comctl32/propsheet.c,
|
|
|
|
|
dlls/comctl32/rebar.c, dlls/comctl32/status.c,
|
|
|
|
|
dlls/comctl32/syslink.c, dlls/comctl32/tab.c,
|
|
|
|
|
dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c,
|
|
|
|
|
dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c,
|
|
|
|
|
dlls/comctl32/updown.c, dlls/user/button.c, dlls/user/edit.c,
|
|
|
|
|
dlls/user/listbox.c, dlls/user/static.c:
|
|
|
|
|
Handle WM_PRINTCLIENT.
|
|
|
|
|
Don't use SelectClipRgn in WM_PRINTCLIENT.
|
|
|
|
|
|
|
|
|
|
2005-11-08 Raphael Junqueira <fenix@club-internet.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/directx.c:
|
|
|
|
|
Fix parsing of version number.
|
|
|
|
|
|
|
|
|
|
2005-11-08 Huw Davies <huw@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msxml3/domdoc.c, dlls/msxml3/element.c, dlls/msxml3/node.c,
|
|
|
|
|
dlls/msxml3/nodelist.c, dlls/msxml3/nodemap.c:
|
|
|
|
|
Fix cut-n-paste error in licence text.
|
|
|
|
|
|
|
|
|
|
2005-11-08 Oliver Stieber <oliver_stieber@yahoo.co.uk>
|
|
|
|
|
|
|
|
|
|
* dlls/d3d9/query.c:
|
|
|
|
|
Allow NULL ppQuery to be passed to CreateQuery.
|
|
|
|
|
|
|
|
|
|
2005-11-08 James Hawkins <truiken@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/advpack/advpack.c, dlls/advpack/tests/advpack.c:
|
|
|
|
|
Implement TranslateInfString with tests.
|
|
|
|
|
|
|
|
|
|
2005-11-08 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/ole32/compobj.c:
|
|
|
|
|
Added tracing to CoCreateInstance.
|
|
|
|
|
|
|
|
|
|
2005-11-08 Markus Amsler <markus.amsler@oribi.org>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/comm.c, dlls/kernel/computername.c, dlls/kernel/console.c,
|
|
|
|
|
dlls/kernel/environ.c, dlls/kernel/file.c, dlls/kernel/file16.c,
|
|
|
|
|
dlls/kernel/global16.c, dlls/kernel/heap.c, dlls/kernel/locale.c,
|
|
|
|
|
dlls/kernel/module.c, dlls/kernel/path.c, dlls/kernel/string.c,
|
|
|
|
|
dlls/kernel/sync.c, dlls/kernel/thread.c, dlls/kernel/thunk.c,
|
|
|
|
|
dlls/kernel/time.c, dlls/kernel/virtual.c, dlls/kernel/volume.c:
|
|
|
|
|
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 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/time.c:
|
|
|
|
|
Add some missing timezones.
|
|
|
|
|
|
|
|
|
|
2005-11-08 Raphael Junqueira <fenix@club-internet.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dxdiagn/Makefile.in, dlls/dxdiagn/provider.c:
|
|
|
|
|
- fill DirectShowFilters Container
|
|
|
|
|
- fix some MLKs (clear variants)
|
|
|
|
|
|
|
|
|
|
2005-11-08 Saulius Krasuckas <saulius.krasuckas@ieee.org>
|
|
|
|
|
|
|
|
|
|
* dlls/crypt32/tests/cert.c:
|
|
|
|
|
Make Crypt32 tests loadable on Win98.
|
|
|
|
|
|
|
|
|
|
2005-11-08 Saulius Krasuckas <saulius.krasuckas@ieee.org>
|
|
|
|
|
|
|
|
|
|
* dlls/winsock/tests/sock.c:
|
|
|
|
|
Added last error code for XP SP1.
|
|
|
|
|
|
|
|
|
|
2005-11-08 Christian Costa <titan.costa@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dmloader/loader.c:
|
|
|
|
|
Add some checks and fix some stream leaks.
|
|
|
|
|
|
|
|
|
|
2005-11-08 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ole32/rpc.c:
|
|
|
|
|
We shouldn't pass the application name into CreateProcess because the
|
|
|
|
|
value stored in the registry could include arguments.
|
|
|
|
|
|
|
|
|
|
2005-11-08 Oliver Stieber <oliver_stieber@yahoo.co.uk>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/swapchain.c:
|
|
|
|
|
Fixed an error in Swapchain_GetFrontBufferData.
|
|
|
|
|
|
|
|
|
|
2005-11-08 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* programs/winemenubuilder/winemenubuilder.c:
|
|
|
|
|
Extract the executable name for msi advertised shortcuts.
|
|
|
|
|
|
|
|
|
|
2005-11-08 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shelllink.c:
|
|
|
|
|
Fix a problem spotted by Dmitry and another one stopping correctly
|
|
|
|
|
formatted lnk files from being generated.
|
|
|
|
|
|
|
|
|
|
2005-11-07 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec:
|
|
|
|
|
Semi-stub implementation for SHRegGetValue(A|W).
|
|
|
|
|
|
|
|
|
|
2005-11-07 James Hawkins <truiken@gmail.com>
|
|
|
|
|
|
|
|
|
|
* include/winerror.h:
|
|
|
|
|
Define the setupapi hresult errors.
|
|
|
|
|
|
|
|
|
|
2005-11-07 Peter Lemenkov <petro@mail.ru>
|
|
|
|
|
|
|
|
|
|
* include/wininet.h:
|
|
|
|
|
Added some missing definitions in wininet.h.
|
|
|
|
|
|
|
|
|
|
2005-11-07 Huw Davies <huw@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* include/xmldom.idl, include/xmldomdid.h:
|
|
|
|
|
Add IXMLDOMParseError.
|
|
|
|
|
|
|
|
|
|
2005-11-07 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/brsfolder.c:
|
|
|
|
|
More robust code for querying ShellFolder attributes (some
|
|
|
|
|
ShellFolders ignore the flag mask in GetAttributesOf).
|
|
|
|
|
|
|
|
|
|
2005-11-07 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/setupapi/parser.c, dlls/setupapi/tests/.cvsignore,
|
|
|
|
|
dlls/setupapi/tests/Makefile.in, dlls/setupapi/tests/parser.c:
|
|
|
|
|
Added a bunch of tests for the INF parser.
|
|
|
|
|
|
|
|
|
|
2005-11-07 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/gdi/enhmfdrv/graphics.c, dlls/gdi/font.c, dlls/gdi/gdi_private.h,
|
|
|
|
|
dlls/gdi/path.c, dlls/gdi/tests/metafile.c:
|
|
|
|
|
First draft of ExtTextOut on an open path.
|
|
|
|
|
|
|
|
|
|
2005-11-07 Raphael Junqueira <fenix@club-internet.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dxdiagn/Makefile.in, dlls/dxdiagn/container.c,
|
|
|
|
|
dlls/dxdiagn/provider.c:
|
|
|
|
|
- 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 Rein Klazes <wijn@wanadoo.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/user/sysparams.c:
|
|
|
|
|
Make SystemParametersInfoA( SPI_SETNONCLIENTMETRICS, ...) work by
|
|
|
|
|
adding the needed non client metrics A->W conversions.
|
|
|
|
|
|
|
|
|
|
2005-11-07 Stefan Huehner <stefan@huehner.org>
|
|
|
|
|
|
|
|
|
|
* dlls/secur32/secur32.c:
|
|
|
|
|
Fix segfault when querying non-existent SecurityProvider.
|
|
|
|
|
|
|
|
|
|
2005-11-07 Christian Costa <titan.costa@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/amstream/Makefile.in, dlls/amstream/amstream.c,
|
|
|
|
|
dlls/amstream/amstream_private.h, dlls/amstream/mediastream.c:
|
|
|
|
|
Add stub implementation of IMediaStream interface.
|
|
|
|
|
|
|
|
|
|
2005-11-07 Vitaly Lipatov <lav@etersoft.ru>
|
|
|
|
|
|
|
|
|
|
* dlls/atl/atl.spec, dlls/atl/atl_main.c:
|
|
|
|
|
AtlAxWinInit dummy implementation.
|
|
|
|
|
|
|
|
|
|
2005-11-07 Ivan Leo Puoti <ivanleo@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/ntdll.spec, dlls/ntdll/rtlstr.c, include/winternl.h:
|
|
|
|
|
Implement RtlInitAnsiStringEx.
|
|
|
|
|
|
|
|
|
|
2005-11-07 Oliver Stieber <oliver_stieber@yahoo.co.uk>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/drawprim.c:
|
|
|
|
|
Verify that the texture coordinate used in DrawStridedSlow is in range
|
|
|
|
|
before trying to referencing the associated data.
|
|
|
|
|
|
|
|
|
|
2005-11-07 Oliver Stieber <oliver_stieber@yahoo.co.uk>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/device.c:
|
|
|
|
|
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 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/resource.c:
|
|
|
|
|
LdrAccessResource should pop 16 bytes off the stack since it is a
|
|
|
|
|
WINAPI function.
|
|
|
|
|
|
|
|
|
|
2005-11-07 Marcus Meissner <marcus@jet.franken.de>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/olepicture.c, dlls/oleaut32/tests/olepicture.c:
|
|
|
|
|
Added support of loading of IPicture data from non-statable
|
|
|
|
|
IStreams. Added testcases for this.
|
|
|
|
|
|
|
|
|
|
2005-11-07 James Hawkins <truiken@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/hhctrl.ocx/hhctrl.c:
|
|
|
|
|
Free an alloc'ed string.
|
|
|
|
|
|
|
|
|
|
2005-11-07 Christian Costa <titan.costa@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/user/cursoricon.c:
|
|
|
|
|
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 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* dlls/d3d8/d3dcore_gl.h:
|
|
|
|
|
Remove already included headers.
|
|
|
|
|
|
|
|
|
|
2005-11-05 Markus Amsler <markus.amsler@oribi.org>
|
|
|
|
|
|
|
|
|
|
* dlls/gdi/driver.c, dlls/gdi/enhmetafile.c, dlls/gdi/font.c,
|
|
|
|
|
dlls/gdi/metafile.c, dlls/gdi/mfdrv/init.c, dlls/gdi/painting.c,
|
|
|
|
|
dlls/gdi/palette.c, dlls/gdi/path.c:
|
|
|
|
|
Improve c2man Documented-Total count.
|
|
|
|
|
|
|
|
|
|
2005-11-05 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shfldr_unixfs.c, dlls/shell32/tests/shlfolder.c:
|
|
|
|
|
- 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 Davin McCall <davmac@davmac.org>
|
|
|
|
|
|
|
|
|
|
* dlls/winmm/winealsa/audio.c:
|
|
|
|
|
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 Kevin Koltzau <kevin@plop.org>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/thread.c:
|
|
|
|
|
x86_64 references a named union, ensure unions are not nameless.
|
|
|
|
|
|
|
|
|
|
2005-11-05 Henning Gerhardt <henning.gerhardt@web.de>
|
|
|
|
|
|
|
|
|
|
* dlls/commdlg/cdlg_De.rc:
|
|
|
|
|
Update German resource file.
|
|
|
|
|
|
|
|
|
|
2005-11-05 Saulius Krasuckas <saulius.krasuckas@ieee.org>
|
|
|
|
|
|
|
|
|
|
* dlls/winsock/socket.c, dlls/winsock/tests/sock.c:
|
|
|
|
|
- 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 Saulius Krasuckas <saulius.krasuckas@ieee.org>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/tests/db.c:
|
|
|
|
|
Win9x returns MSIDBERROR_NOERROR.
|
|
|
|
|
|
|
|
|
|
2005-11-05 Huw Davies <huw@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msxml3/node.c, dlls/msxml3/nodelist.c, dlls/msxml3/tests/domdoc.c:
|
|
|
|
|
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 Dimi Paun <dimi@lattica.com>
|
|
|
|
|
|
|
|
|
|
* dlls/comctl32/listview.c:
|
|
|
|
|
Validate the column index passed in by the caller.
|
|
|
|
|
|
|
|
|
|
2005-11-05 Marcus Meissner <marcus@jet.franken.de>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/varformat.c:
|
|
|
|
|
Fixed FMT_DATE_GENERAL and FMT_DATE_TIME_SYS cases in
|
|
|
|
|
VARIANT_FormatDate.
|
|
|
|
|
|
|
|
|
|
2005-11-04 Oliver Stieber <oliver_stieber@yahoo.co.uk>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/device.c:
|
|
|
|
|
Tidy up UpdateTexture and add support for updating cube textures.
|
|
|
|
|
|
|
|
|
|
2005-11-04 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* tools/winapi/win16.api, tools/winapi/win32.api:
|
|
|
|
|
Update win16.api and win32.api.
|
|
|
|
|
|
|
|
|
|
2005-11-04 Markus Amsler <markus.amsler@oribi.org>
|
|
|
|
|
|
|
|
|
|
* dlls/advapi32/advapi.c, dlls/advapi32/crypt.c, dlls/advapi32/eventlog.c,
|
|
|
|
|
dlls/advapi32/registry.c, dlls/advapi32/security.c,
|
|
|
|
|
dlls/advapi32/service.c:
|
|
|
|
|
Improve c2man Documented-Total count.
|
|
|
|
|
|
|
|
|
|
2005-11-04 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/except.c:
|
|
|
|
|
More verbose output when unhandled exception occurs.
|
|
|
|
|
|
|
|
|
|
2005-11-04 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shelllink.c, dlls/shell32/tests/shelllink.c:
|
|
|
|
|
Partially implement and test the shelllink object's
|
|
|
|
|
IShellLinkDataList::CopyDataBlock and GetFlags methods.
|
|
|
|
|
|
|
|
|
|
2005-11-04 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* tools/winapi/winapi_parser.pm:
|
|
|
|
|
volatile is legal (and used now!) in a typedef struct {}.
|
|
|
|
|
|
|
|
|
|
2005-11-04 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* dlls/dbghelp/source.c, include/dbghelp.h, include/imagehlp.h,
|
|
|
|
|
tools/winapi/win32.api:
|
|
|
|
|
Fix typo: PSYM_ENUMSOURCEFILES_CALLBACK instead of
|
|
|
|
|
PSYM_ENUMSOURCFILES_CALLBACK.
|
|
|
|
|
|
|
|
|
|
2005-11-04 Saulius Krasuckas <saulius.krasuckas@ieee.org>
|
|
|
|
|
|
|
|
|
|
* dlls/advapi32/tests/registry.c:
|
|
|
|
|
- RegConnectRegistryA fails on Win9x when Remote Registry Service is
|
|
|
|
|
not installed (WinReg.DLL is missing).
|
|
|
|
|
- Test "\\" prefixed computer names too.
|
|
|
|
|
|
|
|
|
|
2005-11-04 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shelllink.c:
|
|
|
|
|
Use advapi32.CommandLineFromMsiDescriptor to get msi component paths.
|
|
|
|
|
|
|
|
|
|
2005-11-04 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/advapi32/advapi.c, dlls/advapi32/advapi32.spec:
|
|
|
|
|
Implement advapi32.CommandLineFromMsiDescriptor. It's a wrapper for
|
|
|
|
|
msi.MsiProvideComponentFromDescriptor.
|
|
|
|
|
|
|
|
|
|
2005-11-04 James Hawkins <truiken@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/hhctrl.ocx/hhctrl.c:
|
|
|
|
|
Pass HtmlHelp commands to doWinMain.
|
|
|
|
|
|
|
|
|
|
2005-11-04 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* dlls/comctl32/string.c:
|
|
|
|
|
Move functions in comctl32/string.c to remove function declaration.
|
|
|
|
|
|
|
|
|
|
2005-11-04 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* tools/winapi/winapi_function.pm, tools/winapi/winapi_local.pm,
|
|
|
|
|
tools/winapi/winapi_parser.pm:
|
|
|
|
|
__RPC_STUB is a calling convention as well (#defined as __stdcall).
|
|
|
|
|
|
|
|
|
|
2005-11-04 Vincent Béron <vberon@mecano.gme.usherb.ca>
|
|
|
|
|
|
|
|
|
|
* include/wine/port.h:
|
|
|
|
|
Fix warning about memmove re#definition.
|
|
|
|
|
|
|
|
|
|
2005-11-04 Saulius Krasuckas <saulius.krasuckas@ieee.org>
|
|
|
|
|
|
|
|
|
|
* dlls/winsock/tests/sock.c:
|
|
|
|
|
Make 4 WSAStringToAddress* tests don't fail on Win9x.
|
|
|
|
|
|
|
|
|
|
2005-11-04 Marcus Meissner <marcus@jet.franken.de>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/tmarshal.c:
|
|
|
|
|
Added support for VT_I8/VT_UI8 marshalling.
|
|
|
|
|
|
|
|
|
|
2005-11-04 Oliver Stieber <oliver_stieber@yahoo.co.uk>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/device.c:
|
|
|
|
|
Add support for updating to D3DFMT_UNKNOWN surfaces and tidy up update
|
|
|
|
|
surface a little.
|
|
|
|
|
|
|
|
|
|
2005-11-04 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/tests/olefont.c:
|
|
|
|
|
Add a test for Invoking an OleFont function.
|
|
|
|
|
|
|
|
|
|
2005-11-03 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/setupapi/install.c:
|
|
|
|
|
Added support for optional section.ntx86 and section.nt in
|
|
|
|
|
InstallHinfSection when current version is set to NT.
|
|
|
|
|
|
|
|
|
|
2005-11-03 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ole32/defaulthandler.c:
|
|
|
|
|
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 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* tools/wine.inf:
|
|
|
|
|
Get rid of a double backslash.
|
|
|
|
|
|
|
|
|
|
2005-11-03 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/comctl32/string.c:
|
|
|
|
|
Use Win32 APIs for string comparison.
|
|
|
|
|
|
|
|
|
|
2005-11-03 Vijay Kiran Kamuju <infyquest@gmail.com>
|
|
|
|
|
|
|
|
|
|
* programs/winecfg/audio.c:
|
|
|
|
|
Show detected audio drivers in autodetect.
|
|
|
|
|
|
|
|
|
|
2005-11-03 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/x11drv/winpos.c:
|
|
|
|
|
Stricter check whether a window needs to be mapped on the screen.
|
|
|
|
|
|
|
|
|
|
2005-11-03 Kieran Clancy <n0dalus+wine@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/time.c:
|
|
|
|
|
Added another CST (Australian Central Daylight Time) to TZ_INFO.
|
|
|
|
|
|
|
|
|
|
2005-11-03 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/tests/vartype.c, dlls/oleaut32/variant.c:
|
|
|
|
|
Extend VarCmp() and add test cases.
|
|
|
|
|
|
|
|
|
|
2005-11-03 Kevin Koltzau <kevin@plop.org>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/msvcrt.h, dlls/msvcrt/process.c, dlls/msvcrt/string.c,
|
|
|
|
|
dlls/msvcrt/tests/headers.c, dlls/msvcrt/thread.c,
|
|
|
|
|
include/msvcrt/process.h, include/msvcrt/stddef.h:
|
|
|
|
|
Fix warnings and errors in 64bit.
|
|
|
|
|
|
|
|
|
|
2005-11-03 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shfldr_unixfs.c:
|
|
|
|
|
Replaced tabs with spaces.
|
|
|
|
|
|
|
|
|
|
2005-11-03 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_Bg.rc, dlls/commdlg/cdlg_Cn.rc,
|
|
|
|
|
dlls/commdlg/cdlg_De.rc, dlls/commdlg/cdlg_En.rc,
|
|
|
|
|
dlls/commdlg/cdlg_Es.rc, dlls/commdlg/cdlg_Fi.rc,
|
|
|
|
|
dlls/commdlg/cdlg_Fr.rc, dlls/commdlg/cdlg_It.rc,
|
|
|
|
|
dlls/commdlg/cdlg_Nl.rc, dlls/commdlg/cdlg_No.rc,
|
|
|
|
|
dlls/commdlg/cdlg_Pl.rc, dlls/commdlg/cdlg_Pt.rc,
|
|
|
|
|
dlls/commdlg/cdlg_Ru.rc, dlls/commdlg/cdlg_Si.rc,
|
|
|
|
|
dlls/commdlg/cdlg_Sk.rc, dlls/commdlg/cdlg_Sv.rc,
|
|
|
|
|
dlls/commdlg/cdlg_Th.rc, dlls/commdlg/cdlg_Uk.rc,
|
|
|
|
|
dlls/commdlg/printdlg.c:
|
|
|
|
|
Authors: Vijay Kiran Kamuju <infyquest@gmail.com>, Jonathan Ernst <Jonathan@ErnstFamily.ch>
|
|
|
|
|
Display an error if no printer is installed.
|
|
|
|
|
|
|
|
|
|
2005-11-03 Marcus Meissner <marcus@jet.franken.de>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/.cvsignore, dlls/msvcrt/Makefile.in, dlls/msvcrt/rsrc.rc:
|
|
|
|
|
Specify a DLL version for msvcrt.dll.
|
|
|
|
|
|
|
|
|
|
2005-11-03 Stefan Huehner <stefan@huehner.org>
|
|
|
|
|
|
|
|
|
|
* dlls/msxml3/nodelist.c, dlls/msxml3/nodemap.c,
|
|
|
|
|
dlls/msxml3/tests/domdoc.c:
|
|
|
|
|
Add indexed access to attributes (nodemap) and childNodes
|
|
|
|
|
(nodelist), with some testcases.
|
|
|
|
|
|
|
|
|
|
2005-11-03 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/tests/shlfolder.c:
|
|
|
|
|
Added some more unit tests for FolderShortcut objects.
|
|
|
|
|
|
|
|
|
|
2005-11-03 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/comm.c:
|
|
|
|
|
Fixed fd leaks (spotted by Cihan Altinay).
|
|
|
|
|
|
|
|
|
|
2005-11-03 Ivan Leo Puoti <ivanleo@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/action.c, dlls/msi/appsearch.c, dlls/msi/msi.c,
|
|
|
|
|
dlls/version/info.c, dlls/version/install.c, dlls/version/ver16.c,
|
|
|
|
|
include/winver.h:
|
|
|
|
|
Fix some wrong prototypes.
|
|
|
|
|
|
|
|
|
|
2005-11-03 Raphael Junqueira <fenix@club-internet.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dxdiagn/container.c, dlls/dxdiagn/provider.c:
|
|
|
|
|
Fill provider with some empty containers.
|
|
|
|
|
|
|
|
|
|
2005-11-03 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shlexec.c, dlls/shell32/tests/shlexec.c:
|
|
|
|
|
Invoke shortcuts through IContextMenu, rather than trying to access
|
|
|
|
|
them directly.
|
|
|
|
|
|
|
|
|
|
2005-11-03 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* tools/wine.inf:
|
|
|
|
|
Add the ContextMenuHandlers key for shortcuts so the new context menu
|
|
|
|
|
code can work.
|
|
|
|
|
|
|
|
|
|
2005-11-03 Phil Krylov <phil@newstar.rinet.ru>
|
|
|
|
|
|
|
|
|
|
* dlls/riched20/editor.c, dlls/riched20/editstr.h, dlls/riched20/paint.c:
|
|
|
|
|
Cache background color brush instead of recreating it at each screen
|
|
|
|
|
update.
|
|
|
|
|
|
|
|
|
|
2005-11-03 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* programs/winedbg/break.c:
|
|
|
|
|
Fixed 'break NN' command (using dbghelp.SymEnumLines).
|
|
|
|
|
|
|
|
|
|
2005-11-03 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* programs/wineconsole/dialog.c, programs/wineconsole/winecon_private.h,
|
|
|
|
|
programs/wineconsole/wineconsole.c:
|
|
|
|
|
Fixed wineconsole startup when restoring registry settings.
|
|
|
|
|
|
|
|
|
|
2005-11-03 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/action.c, dlls/msi/classes.c, dlls/msi/files.c,
|
|
|
|
|
dlls/msi/helpers.c:
|
|
|
|
|
Remove some redundant null pointer checks.
|
|
|
|
|
|
|
|
|
|
2005-11-03 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shfldr_unixfs.c, dlls/shell32/shlfolder.c,
|
|
|
|
|
dlls/shell32/tests/shlfolder.c:
|
|
|
|
|
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 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/cond.y:
|
|
|
|
|
Add missing semicolons that caused compile trouble on FreeBSD.
|
|
|
|
|
|
|
|
|
|
2005-11-03 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shelllink.c:
|
|
|
|
|
Pass the correct verb.
|
|
|
|
|
Add a space between extra parameters.
|
|
|
|
|
Wait for ShellExecute to complete.
|
|
|
|
|
|
|
|
|
|
2005-11-03 Steven Edwards <winehacker@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/advpack/advpack.c, dlls/advpack/advpack.spec:
|
|
|
|
|
Add a real stub for Advpack.extract.
|
|
|
|
|
|
|
|
|
|
2005-11-03 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/thread.c:
|
|
|
|
|
Get rid of CPU id when copying context
|
|
|
|
|
|
|
|
|
|
2005-11-03 Raphael Junqueira <fenix@club-internet.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/drawprim.c,
|
|
|
|
|
dlls/d3d8/vshaderdeclaration.c:
|
|
|
|
|
- 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 Hans Leidekker <hans@it.vu.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/advapi32/advapi32.spec, dlls/advapi32/service.c:
|
|
|
|
|
Added stub for RegisterServiceCtrlHandlerEx{A,W}.
|
|
|
|
|
|
|
|
|
|
2005-11-03 Phil Krylov <phil@newstar.rinet.ru>
|
|
|
|
|
|
|
|
|
|
* dlls/riched20/caret.c, dlls/riched20/editor.c, dlls/riched20/editor.h,
|
|
|
|
|
dlls/riched20/paint.c, dlls/riched20/wrap.c:
|
|
|
|
|
Added support for EM_REQUESTRESIZE message, EN_REQUESTRESIZE
|
|
|
|
|
notification, and ENM_REQUESTRESIZE event mask.
|
|
|
|
|
|
|
|
|
|
2005-11-03 Michael Kaufmann <hallo@michael-kaufmann.ch>
|
|
|
|
|
|
|
|
|
|
* dlls/user/scroll.c:
|
|
|
|
|
Scroll bar: Keep the caret blinking during scroll operations (only
|
|
|
|
|
handle WM_SYSTIMER messages that belong to the scroll bar).
|
|
|
|
|
|
|
|
|
|
2005-11-03 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/dbghelp/dbghelp.spec, dlls/dbghelp/dbghelp_private.h,
|
|
|
|
|
dlls/dbghelp/source.c, dlls/dbghelp/symbol.c, include/dbghelp.h:
|
|
|
|
|
Implemented SymEnumLines.
|
|
|
|
|
|
|
|
|
|
2005-11-03 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* programs/wineconsole/dialog.c, programs/wineconsole/user.c,
|
|
|
|
|
programs/wineconsole/winecon_user.h:
|
|
|
|
|
Now filling external leading in font cells.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Huw Davies <huw@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/typelib.c:
|
|
|
|
|
Don't call Release on a null ptr.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/tests/thread.c, dlls/ntdll/exception.c,
|
|
|
|
|
dlls/ntdll/ntdll_misc.h, dlls/ntdll/signal_i386.c,
|
|
|
|
|
dlls/ntdll/signal_powerpc.c, dlls/ntdll/signal_sparc.c,
|
|
|
|
|
dlls/ntdll/signal_x86_64.c, dlls/ntdll/thread.c,
|
|
|
|
|
include/wine/server_protocol.h, server/protocol.def, server/thread.c,
|
|
|
|
|
server/thread.h, server/trace.c:
|
|
|
|
|
Fixed Get/SetThreadContext to work properly on suspended threads.
|
|
|
|
|
Added a test case.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Martin Fuchs <martin-fuchs@gmx.net>
|
|
|
|
|
|
|
|
|
|
* dlls/opengl32/wgl.c, dlls/shell32/shelllink.c:
|
|
|
|
|
Correct WINAPI position for MSVC portability.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* programs/wineconsole/dialog.c:
|
|
|
|
|
Fixed crash in font browsing for raster fonts.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/variant.c:
|
|
|
|
|
Fix a crash during +variant logging caused by a typo causing an array
|
|
|
|
|
to be one element less than expected.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Oliver Stieber <oliver_stieber@yahoo.co.uk>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/device.c, dlls/wined3d/surface.c,
|
|
|
|
|
include/wine/wined3d_interface.h:
|
|
|
|
|
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 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/tmarshal.c:
|
|
|
|
|
- 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 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/typelib.c:
|
|
|
|
|
- Make wParamFlags in the paramdesc dumping function human readable.
|
|
|
|
|
- Enums should be VT_I4 instead of VT_INT.
|
|
|
|
|
- Trace the return value from the ITypeInfo_fnInvoke.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/cond.y, dlls/msi/tests/package.c:
|
|
|
|
|
NULL and empty strings are the same in conditions.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/imm32/imm.c:
|
|
|
|
|
Change a FIXME message to a comment.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/comctl32/tab.c:
|
|
|
|
|
Avoid printing out a possibly uninitialized variable.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Stefan Huehner <stefan@huehner.org>
|
|
|
|
|
|
|
|
|
|
* dlls/msxml3/node.c, dlls/msxml3/tests/domdoc.c:
|
|
|
|
|
Extend get_nodeName add testcases for it.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/msi.c, dlls/msi/msi.spec, include/msi.h:
|
|
|
|
|
Stub implementation for MsiAdvertiseScriptA/W.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/create.c, dlls/msi/delete.c, dlls/msi/distinct.c,
|
|
|
|
|
dlls/msi/insert.c, dlls/msi/order.c, dlls/msi/record.c,
|
|
|
|
|
dlls/msi/select.c, dlls/msi/string.c, dlls/msi/table.c,
|
|
|
|
|
dlls/msi/update.c, dlls/msi/where.c:
|
|
|
|
|
Create the +msidb debug channel for msi database code.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Aric Stewart <aric@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/action.c:
|
|
|
|
|
Force files to install if the REINSTALL property is set.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/resource.c:
|
|
|
|
|
Make LdrAccessResource call an internal function to satisfy Shrinker.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/tests/om.c, server/named_pipe.c:
|
|
|
|
|
Fix error returned when opening nonexistent pipes.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* server/context_i386.c, server/context_powerpc.c, server/context_sparc.c,
|
|
|
|
|
server/context_x86_64.c, server/thread.c, server/thread.h:
|
|
|
|
|
Moved the platform-independent part of the get/set_thread_context
|
|
|
|
|
requests to a common file.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shfldr_unixfs.c:
|
|
|
|
|
Added some comments to document unixfs.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/install.c, dlls/msi/tests/package.c:
|
|
|
|
|
Fix parameter handling in MsiSetTargetPath, and add a test for it.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/action.c, dlls/msi/action.h, dlls/msi/files.c:
|
|
|
|
|
Implement the RemoveFiles action.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Ivan Leo Puoti <ivanleo@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/rtlstr.c:
|
|
|
|
|
Minor fixes to rtl string functions.
|
|
|
|
|
|
|
|
|
|
2005-11-02 David Kredba <kredba@math.cas.cz>
|
|
|
|
|
|
|
|
|
|
* dlls/commdlg/cdlg_Cs.rc, dlls/devenum/devenum.rc, dlls/hhctrl.ocx/Cs.rc,
|
|
|
|
|
dlls/hhctrl.ocx/hhctrl.rc, dlls/mpr/mpr_Cs.rc:
|
|
|
|
|
Czech resources update.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/msi.c, dlls/msi/msi.spec, include/msi.h:
|
|
|
|
|
Stub implementation for MsiGetFileHashA/W.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/action.c, dlls/msi/action.h, dlls/msi/files.c:
|
|
|
|
|
Use an enumeration for file states.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/dialog.c:
|
|
|
|
|
Define NONAMELESSUNION and NONAMELESSSTRUCT for older compilers.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Ulrich Czekalla <ulrich@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/comctl32/listview.c:
|
|
|
|
|
Clear bLButtonDown flags if mouse is not down.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/riched20/reader.c, dlls/riched20/rtf.h:
|
|
|
|
|
Convert all RTFPanic and RTFMsg calls to ERR calls.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Rob Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* include/rpcndr.h:
|
|
|
|
|
Add declarations for NdrAsyncClientCall, NdrAsyncStubCall and
|
|
|
|
|
RpcMgmtEnableIdleCleanup.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* tools/winedump/lnk.c:
|
|
|
|
|
Handle msi component identifiers without a feature guid.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msxml3/node.c:
|
|
|
|
|
Implement IXMLDOMNode::get_nodeName.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/oleaut.c:
|
|
|
|
|
The PSDispatch PS class factory can manage both typelib marshalled and
|
|
|
|
|
IDispatch, which is NDR marshalled, so we need a wrapper to call the
|
|
|
|
|
appropriate CreateProxy or CreateStub function.
|
|
|
|
|
|
|
|
|
|
2005-11-02 Lionel Ulmer <lionel.ulmer@free.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/x11drv/settings.c, include/winuser.h:
|
|
|
|
|
Add 'ENUM_...._SETTINGS' flag and make use of it in the X11DRV code.
|
|
|
|
|
|
|
|
|
|
2005-11-01 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/except.c, dlls/ntdll/exception.c,
|
|
|
|
|
include/wine/server_protocol.h, server/debugger.c,
|
|
|
|
|
server/protocol.def, server/thread.c:
|
|
|
|
|
Don't send an extra signal when waiting for a debug event, just do a
|
|
|
|
|
normal wait. Return the debug event status directly as return value
|
|
|
|
|
of the server call.
|
|
|
|
|
|
|
|
|
|
2005-11-01 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/thread.c, server/context_i386.c, server/context_powerpc.c,
|
|
|
|
|
server/context_sparc.c, server/context_x86_64.c:
|
|
|
|
|
Don't send the incoming context to the server for get_thread_context,
|
|
|
|
|
instead copy only the relevant fields of the return value on the
|
|
|
|
|
client side.
|
|
|
|
|
|
|
|
|
|
2005-11-01 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/tests/om.c, server/named_pipe.c:
|
|
|
|
|
Fix error returned when exceeding allowed instances.
|
|
|
|
|
|
|
|
|
|
2005-11-01 Martin Fuchs <martin-fuchs@gmx.net>
|
|
|
|
|
|
|
|
|
|
* dlls/comctl32/string.c:
|
|
|
|
|
Include config.h and port.h for strncasecmp() in MSVC port.
|
|
|
|
|
|
|
|
|
|
2005-11-01 Bernd Schmidt <bernds_cb1@t-online.de>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/file.c:
|
|
|
|
|
Implemented FindExSearchLimitToDirectories.
|
|
|
|
|
|
|
|
|
|
2005-11-01 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/msvcrt.spec:
|
|
|
|
|
Fixed _wstrdate/_wstrtime parameters.
|
|
|
|
|
|
|
|
|
|
2005-11-01 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/http.c:
|
|
|
|
|
Authors: Marcus Meissner <marcus@jet.franken.de>, Walter Weiss <wjweiss@hotmail.com>
|
|
|
|
|
Added handling of more HTTP standard headers and binary search lists.
|
|
|
|
|
|
|
|
|
|
2005-11-01 Marcus Meissner <marcus@jet.franken.de>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/tests/vartype.c:
|
|
|
|
|
SysReAllocString of same pointer returns TRUE.
|
|
|
|
|
|
|
|
|
|
2005-11-01 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shfldr_unixfs.c:
|
|
|
|
|
Fixed crash in unixfs shellfolder handling with winamp.
|
|
|
|
|
|
|
|
|
|
2005-11-01 Christian Costa <titan.costa@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/amstream/amstream.c, dlls/amstream/main.c:
|
|
|
|
|
Use a more standard indentation style.
|
|
|
|
|
|
|
|
|
|
2005-11-01 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* tools/wine.inf:
|
|
|
|
|
Remove version information.
|
|
|
|
|
|
|
|
|
|
2005-11-01 Ulrich Czekalla <ulrich@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/x11drv/clipboard.c:
|
|
|
|
|
Improve handling of mapping between X and Windows formats.
|
|
|
|
|
Add support for UTF8.
|
|
|
|
|
|
|
|
|
|
2005-11-01 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/tests/om.c, server/main.c, server/object.c, server/object.h,
|
|
|
|
|
server/winstation.c:
|
|
|
|
|
- Use OBJ_CASE_INSENSITIVE in object lookup.
|
|
|
|
|
- Remove case_sensitive flag from namespace.
|
|
|
|
|
- Remove todo_wine from now succeeding tests.
|
|
|
|
|
|
|
|
|
|
2005-11-01 Davin McCall <davmac@davmac.org>
|
|
|
|
|
|
|
|
|
|
* dlls/dsound/mixer.c:
|
|
|
|
|
PhaseCancel subtracts secondary buffer from primary buffer, not the
|
|
|
|
|
other way around.
|
|
|
|
|
|
|
|
|
|
2005-11-01 Michael Kaufmann <hallo@michael-kaufmann.ch>
|
|
|
|
|
|
|
|
|
|
* dlls/user/painting.c:
|
|
|
|
|
ScrollWindowEx: Don't move the caret of child windows and hide it only
|
|
|
|
|
if it's in the source or in the destination rectangle.
|
|
|
|
|
|
|
|
|
|
2005-11-01 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shfldr.h, dlls/shell32/shfldr_desktop.c,
|
|
|
|
|
dlls/shell32/shfldr_fs.c, dlls/shell32/shlfolder.c:
|
|
|
|
|
Convert SHELL32_BindToChild to Unicode and fix up the callers.
|
|
|
|
|
|
|
|
|
|
2005-11-01 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/exception.c, dlls/ntdll/signal_i386.c:
|
|
|
|
|
Make the call exception handler function more compatible with NT and
|
|
|
|
|
with what Shrinker expects.
|
|
|
|
|
|
|
|
|
|
2005-10-31 Stefan Huehner <stefan@huehner.org>
|
|
|
|
|
|
|
|
|
|
* programs/winetest/Makefile.in:
|
|
|
|
|
Add msxml3,setupapi tests to winetest.
|
|
|
|
|
|
|
|
|
|
2005-10-31 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* configure, configure.ac, programs/Makefile.in,
|
|
|
|
|
programs/eject/.cvsignore, programs/eject/Makefile.in,
|
|
|
|
|
programs/eject/eject.c:
|
|
|
|
|
Added an 'eject' Winelib app that allows unmounting and ejecting a CD
|
|
|
|
|
even if a Windows app has files open on it.
|
|
|
|
|
|
|
|
|
|
2005-10-31 Huw Davies <huw@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/rpcrt4/ndr_marshall.c:
|
|
|
|
|
Marshal enums.
|
|
|
|
|
|
|
|
|
|
2005-10-31 Huw Davies <huw@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msxml3/domdoc.c, dlls/msxml3/element.c, dlls/msxml3/node.c,
|
|
|
|
|
dlls/msxml3/nodelist.c, dlls/msxml3/nodemap.c:
|
|
|
|
|
Actually print the IIDs.
|
|
|
|
|
|
|
|
|
|
2005-10-31 Huw Davies <huw@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/gdi/enhmetafile.c, include/wingdi.h:
|
|
|
|
|
Implement playback of EMR_ALPHABLEND.
|
|
|
|
|
|
|
|
|
|
2005-10-31 Huw Davies <huw@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/gdi/freetype.c:
|
|
|
|
|
Only select a bitmap font as a last resort if we can't find a font
|
|
|
|
|
with the correct facename.
|
|
|
|
|
|
|
|
|
|
2005-10-31 Marcus Meissner <marcus@jet.franken.de>
|
|
|
|
|
|
|
|
|
|
* server/mapping.c:
|
|
|
|
|
Do not overflow the stackbased "nt" struct when reading non-conforming
|
|
|
|
|
PE files.
|
|
|
|
|
|
|
|
|
|
2005-10-31 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* DEVELOPERS-HINTS, configure, configure.ac, dlls/Makefile.in,
|
|
|
|
|
dlls/ttydrv/.cvsignore, dlls/ttydrv/Makefile.in,
|
|
|
|
|
dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/graphics.c,
|
|
|
|
|
dlls/ttydrv/objects.c, dlls/ttydrv/palette.c, dlls/ttydrv/ttydrv.h,
|
|
|
|
|
dlls/ttydrv/ttydrv_main.c, dlls/ttydrv/winetty.drv.spec,
|
|
|
|
|
dlls/ttydrv/wnd.c:
|
|
|
|
|
Get rid of the no longer used tty driver.
|
|
|
|
|
|
|
|
|
|
2005-10-31 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/user/driver.c:
|
|
|
|
|
Default to the null driver instead of dying if the specified display
|
|
|
|
|
driver couldn't be loaded.
|
|
|
|
|
|
|
|
|
|
2005-10-31 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/user/painting.c, dlls/user/tests/msg.c:
|
|
|
|
|
Add the tests for behaviour of [In]validateRect and [In]validateRgn
|
|
|
|
|
with hwnd set to 0, make them pass under Wine.
|
|
|
|
|
|
|
|
|
|
2005-10-31 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shdocvw/shdocvw_main.c:
|
|
|
|
|
Only return SHDOCVW_ClassFactory if asked for CLSID_WebBrowser.
|
|
|
|
|
|
|
|
|
|
2005-10-31 Huw Davies <huw@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/usrmarshal.c:
|
|
|
|
|
Deal with pExcepInfo == NULL.
|
|
|
|
|
|
|
|
|
|
2005-10-31 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/dialog.c:
|
|
|
|
|
Make sure to unregister all the classes that were registered when msi
|
|
|
|
|
is unloaded, so we can register again cleanly.
|
|
|
|
|
|
|
|
|
|
2005-10-31 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/tests/shlexec.c:
|
|
|
|
|
Add void to empty declaration list.
|
|
|
|
|
|
|
|
|
|
2005-10-31 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/gdi/dc.c, dlls/gdi/driver.c:
|
|
|
|
|
Default to an empty driver instead of dying if the specified display
|
|
|
|
|
driver couldn't be loaded.
|
|
|
|
|
|
|
|
|
|
2005-10-31 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* configure, configure.ac, dlls/shdocvw/Makefile.in,
|
|
|
|
|
dlls/shdocvw/tests/.cvsignore, dlls/shdocvw/tests/Makefile.in,
|
|
|
|
|
dlls/shdocvw/tests/shortcut.c:
|
|
|
|
|
Added initial tests for shdocvw's FolderShortcut related
|
|
|
|
|
functionality.
|
|
|
|
|
|
|
|
|
|
2005-10-31 Marcus Meissner <meissner@suse.de>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/exception.c, dlls/ntdll/signal_i386.c:
|
|
|
|
|
Added assembly implementation of EXC_CallHandler.
|
|
|
|
|
|
|
|
|
|
2005-10-31 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/install.c, dlls/msi/msipriv.h, dlls/msi/package.c,
|
|
|
|
|
dlls/msi/tests/package.c:
|
|
|
|
|
Fix and test MsiGetProperty and MsiSetProperty.
|
|
|
|
|
|
|
|
|
|
2005-10-31 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/msi.c, dlls/msi/tests/.cvsignore, dlls/msi/tests/Makefile.in,
|
|
|
|
|
dlls/msi/tests/msi.c:
|
|
|
|
|
Improve MsiUseFeatureEx and MsiGetFeatureState a little, add some
|
|
|
|
|
simple test cases.
|
|
|
|
|
|
|
|
|
|
2005-10-31 James Hawkins <truiken@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/internet.c, dlls/wininet/tests/http.c:
|
|
|
|
|
Implement InternetCreateUrlW and test cases.
|
|
|
|
|
|
|
|
|
|
2005-10-31 Huw Davies <huw@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/gdi/dc.c, dlls/gdi/enhmfdrv/dc.c, dlls/gdi/enhmfdrv/init.c,
|
|
|
|
|
dlls/gdi/tests/.cvsignore, dlls/gdi/tests/Makefile.in,
|
|
|
|
|
dlls/gdi/tests/dc.c, dlls/gdi/tests/metafile.c:
|
|
|
|
|
Fix handling of relative state indices in RestoreDC.
|
|
|
|
|
Fix return value of SaveDC when writing to an emf.
|
|
|
|
|
Before writing the EMR_EOF record we should ensure that we clear the
|
|
|
|
|
state stack.
|
|
|
|
|
|
|
|
|
|
2005-10-31 Christian Costa <titan.costa@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/ddraw/direct3d_opengl.c, dlls/ddraw/light.c,
|
|
|
|
|
dlls/ddraw/opengl_private.h:
|
|
|
|
|
Finish moving d3d[1..3] light code to use d3d7.
|
|
|
|
|
|
|
|
|
|
2005-10-31 Marcus Meissner <meissner@suse.de>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/time.c:
|
|
|
|
|
Define obsoleted CLK_TCK to CLOCKS_PER_SEC if not there.
|
|
|
|
|
|
|
|
|
|
2005-10-31 Hans Leidekker <hans@it.vu.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/odbccp32/odbccp32.c:
|
|
|
|
|
Improve the implementation of SQLConfigDataSource, SQLConfigDriver,
|
|
|
|
|
SQLInstallDriver{,Ex}, SQLInstallerError and
|
|
|
|
|
SQLInstallTranslator{,Ex}.
|
|
|
|
|
|
|
|
|
|
2005-10-31 Juan Lang <juan_lang@yahoo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/crypt32/cert.c, dlls/crypt32/crypt32.spec,
|
|
|
|
|
dlls/crypt32/tests/cert.c:
|
|
|
|
|
Implement CertSignSignature and CertVerifySignature(Ex).
|
|
|
|
|
|
|
|
|
|
2005-10-31 Robert Reif <reif@earthlink.net>
|
|
|
|
|
|
|
|
|
|
* dlls/winmm/tests/wave.c:
|
|
|
|
|
Add waveOutPause/waveOutRestart test.
|
|
|
|
|
Tighten up play duration test when ending too soon.
|
|
|
|
|
Set VirtualFree size to 0.
|
|
|
|
|
|
|
|
|
|
2005-10-31 Stefan Leichter <Stefan.Leichter@camLine.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shlwapi/tests/path.c:
|
|
|
|
|
Stop PathIsValidCharW tests after 100 failing tests.
|
|
|
|
|
|
|
|
|
|
2005-10-31 Roderick Colenbrander <thunderbird2k@gmx.net>
|
|
|
|
|
|
|
|
|
|
* dlls/d3d9/query.c:
|
|
|
|
|
In case of D3D9 the CreateQuery call can be used to retrieve status
|
|
|
|
|
information. According to MSDN the 'ppQuery' parameter can be set to
|
|
|
|
|
NULL to detect if a certain query Type is supported.
|
|
|
|
|
|
|
|
|
|
2005-10-30 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/action.c:
|
|
|
|
|
Add a stub for the AllocateRegistrySpace action.
|
|
|
|
|
|
|
|
|
|
2005-10-30 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/action.c, dlls/msi/database.c, dlls/msi/msi.c,
|
|
|
|
|
dlls/msi/package.c, include/msiquery.h:
|
|
|
|
|
Define MSIDBOPEN_ constants using LPCWSTR when compiling Wine.
|
|
|
|
|
|
|
|
|
|
2005-10-30 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/dialog.c:
|
|
|
|
|
Add a read-only implementation of the SelectionTree control.
|
|
|
|
|
|
|
|
|
|
2005-10-30 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/classes.c:
|
|
|
|
|
Simplify register_progid() and remove a fixed length buffer.
|
|
|
|
|
|
|
|
|
|
2005-10-30 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/dialog.c:
|
|
|
|
|
Handle MaskEdit masks containing dashes and other constant
|
|
|
|
|
characters.
|
|
|
|
|
|
|
|
|
|
2005-10-30 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/action.c:
|
|
|
|
|
Use msi_get_property_int() in a few more places.
|
|
|
|
|
|
|
|
|
|
2005-10-30 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/winecrt0/crt0_private.h, dlls/winecrt0/delay_load.c,
|
|
|
|
|
dlls/winecrt0/dll_entry.c, dlls/winecrt0/dll_main.c,
|
|
|
|
|
dlls/winecrt0/drv_entry.c, dlls/winecrt0/exe_entry.c,
|
|
|
|
|
dlls/winecrt0/exe_wentry.c, dlls/winecrt0/init.c,
|
|
|
|
|
dlls/winecrt0/stub.c, include/winnt.h:
|
|
|
|
|
Make all winecrt0 functions and variables hidden.
|
|
|
|
|
|
|
|
|
|
2005-10-30 Julien Cegarra <JulienC@psychologie-fr.org>
|
|
|
|
|
|
|
|
|
|
* dlls/Makefile.in, dlls/winmm/Makefile.in, dlls/winmm/sound.drv.spec,
|
|
|
|
|
dlls/winmm/sound.spec:
|
|
|
|
|
Correct name of sound.dll to sound.drv (WIN16).
|
|
|
|
|
|
|
|
|
|
2005-10-30 Kai Blin <blin@gmx.net>
|
|
|
|
|
|
|
|
|
|
* dlls/secur32/Makefile.in, dlls/secur32/dispatcher.c,
|
|
|
|
|
dlls/secur32/secur32_priv.h:
|
|
|
|
|
A dispatcher for running ntlm_auth.
|
|
|
|
|
|
|
|
|
|
2005-10-30 Michael Kaufmann <hallo@michael-kaufmann.ch>
|
|
|
|
|
|
|
|
|
|
* dlls/user/scroll.c:
|
|
|
|
|
Handle the left and right arrow keys.
|
|
|
|
|
|
|
|
|
|
2005-10-30 Christian Costa <titan.costa@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* include/wine/library.h:
|
|
|
|
|
Remove no longer used wine_dbg_parse_options and wine_dbg_add_options
|
|
|
|
|
prototypes.
|
|
|
|
|
|
|
|
|
|
2005-10-30 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/install.c, dlls/msi/msi.spec, include/msiquery.h:
|
|
|
|
|
Add a stub implementation of msi.MsiSetMode.
|
|
|
|
|
|
|
|
|
|
2005-10-30 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/classes.c:
|
|
|
|
|
Remove unused package parameter of register_progid_base().
|
|
|
|
|
|
|
|
|
|
2005-10-30 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/action.c, dlls/msi/dialog.c, dlls/msi/package.c:
|
|
|
|
|
Use "static const" rather than "const static" as gcc -W complains
|
|
|
|
|
about the former.
|
|
|
|
|
|
|
|
|
|
2005-10-30 Robert Reif <reif@earthlink.net>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/msvcrt.spec, dlls/msvcrt/tests/time.c, dlls/msvcrt/time.c:
|
|
|
|
|
Implement _wstrdate and _wstrtime with tests.
|
|
|
|
|
|
|
|
|
|
2005-10-30 Peter Beutner <p.beutner@gmx.net>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/cppexcept.c:
|
|
|
|
|
Fix exception handling for non CXX_EXCEPTIONs.
|
|
|
|
|
|
|
|
|
|
2005-10-29 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* server/console.c, server/event.c, server/handle.c, server/mailslot.c,
|
|
|
|
|
server/mapping.c, server/mutex.c, server/named_pipe.c,
|
|
|
|
|
server/object.c, server/object.h, server/process.c,
|
|
|
|
|
server/semaphore.c, server/timer.c, server/winstation.c:
|
|
|
|
|
Pass object attributes to create_named_object & find_object.
|
|
|
|
|
|
|
|
|
|
2005-10-29 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/atom.c:
|
|
|
|
|
Implemented local/global atom creation, deletion & lookup on top of
|
|
|
|
|
ntdll.
|
|
|
|
|
|
|
|
|
|
2005-10-29 Juan Lang <juan_lang@yahoo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wldap32/wldap32.spec:
|
|
|
|
|
Export functions by ordinal, cryptnet.dll at least depends on it.
|
|
|
|
|
|
|
|
|
|
2005-10-29 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/action.c:
|
|
|
|
|
Don't change the UI level during ExecuteAction.
|
|
|
|
|
|
|
|
|
|
2005-10-29 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/msi.c:
|
|
|
|
|
Implement MsiGetFeatureUsageA and MsiUseFeature(Ex)A using their W
|
|
|
|
|
versions.
|
|
|
|
|
|
|
|
|
|
2005-10-29 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/action.c, dlls/msi/action.h, dlls/msi/files.c,
|
|
|
|
|
dlls/msi/helpers.c:
|
|
|
|
|
Remove the unused 1st parameter of ACTION_VerifyComponentForAction.
|
|
|
|
|
|
|
|
|
|
2005-10-29 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/dialog.c:
|
|
|
|
|
Explicitly check for MSICONDITION_TRUE being returned from
|
|
|
|
|
MsiEvaluateCondition.
|
|
|
|
|
|
|
|
|
|
2005-10-29 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/action.c, dlls/msi/action.h, dlls/msi/files.c:
|
|
|
|
|
Some installers don't call the CreateFolders action before the
|
|
|
|
|
InstallFiles action as MSDN specifies, but it still seems to work, so
|
|
|
|
|
make sure that we create component directories in the InstallFiles
|
|
|
|
|
action anyway.
|
|
|
|
|
|
|
|
|
|
2005-10-29 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/comctl32/header.c:
|
|
|
|
|
Unify HEADER_GetItem[A/W] into one function.
|
|
|
|
|
|
|
|
|
|
2005-10-29 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/cond.y, dlls/msi/tests/package.c:
|
|
|
|
|
Add a bunch of tests for MsiEvaluateCondition and make them pass.
|
|
|
|
|
|
|
|
|
|
2005-10-29 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/dialog.c:
|
|
|
|
|
Make enter and escape trigger the default and cancel buttons in
|
|
|
|
|
dialogs.
|
|
|
|
|
|
|
|
|
|
2005-10-29 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/table.c:
|
|
|
|
|
Deleted two buggy functions that incorrectly and inefficiently check
|
|
|
|
|
whether a row already exists in a table, and replaced them with a call
|
|
|
|
|
to an existing working function that does the same thing correctly.
|
|
|
|
|
|
|
|
|
|
2005-10-29 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/files.c:
|
|
|
|
|
Remove an incorrect comment and check for 0 being an invalid file
|
|
|
|
|
handle.
|
|
|
|
|
|
|
|
|
|
2005-10-29 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/files.c:
|
|
|
|
|
Extract file directly to their target location, bypassing the need to
|
|
|
|
|
use temporary files and move files.
|
|
|
|
|
|
|
|
|
|
2005-10-29 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
|
|
|
|
|
- Read DLL name from modules in MSFT typelibs.
|
|
|
|
|
- A name offset of -1 for a parameter means that it has the same name
|
|
|
|
|
as the function.
|
|
|
|
|
- Print an error if a ReadName is attempted with an offset of -1,
|
|
|
|
|
since this will read garbage.
|
|
|
|
|
- Implement ITypeInfo_GetDllEntry.
|
|
|
|
|
|
|
|
|
|
2005-10-29 Oliver Stieber <oliver_stieber@yahoo.co.uk>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/device.c, dlls/wined3d/stateblock.c,
|
|
|
|
|
dlls/wined3d/wined3d_private.h:
|
|
|
|
|
Move the softwareVertexProcessing flag from the stateblock to the
|
|
|
|
|
device because its state shouldn't be recorded in a stateblock.
|
|
|
|
|
|
|
|
|
|
2005-10-29 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/gdi/dc.c:
|
|
|
|
|
Print an error if a DC is created with a bad device.
|
|
|
|
|
|
|
|
|
|
2005-10-29 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* programs/winecfg/driveui.c:
|
|
|
|
|
Set list view's text directly - don't use fill_drives_list for that.
|
|
|
|
|
Enable "Apply" button when text changes.
|
|
|
|
|
|
|
|
|
|
2005-10-29 Kevin Koltzau <kevin@plop.org>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/console.c:
|
|
|
|
|
Enable line editing for _cgets.
|
|
|
|
|
|
|
|
|
|
2005-10-29 Ivan Leo Puoti <ivanleo@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ole32/tests/stg_prop.c:
|
|
|
|
|
Delete some temp files created by the ole32 tests.
|
|
|
|
|
|
|
|
|
|
2005-10-29 Thomas Weidenmueller <wine-patches@reactsoft.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/action.c:
|
|
|
|
|
Passing NULL as the last two parameters to ReadFile is illegal and
|
|
|
|
|
actually causes a crash on windows. The attached patch fixes this.
|
|
|
|
|
|
|
|
|
|
2005-10-29 Jacek Caban <jack@itma.pwr.wroc.pl>
|
|
|
|
|
|
|
|
|
|
* dlls/urlmon/file.c, dlls/urlmon/tests/protocol.c:
|
|
|
|
|
Report BINDSTATUS_SENDINGREQUEST in FileProtocol::Start.
|
|
|
|
|
|
|
|
|
|
2005-10-29 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/msi.c:
|
|
|
|
|
Add an implementation for MsiGetShortcutTargetA/W.
|
|
|
|
|
|
|
|
|
|
2005-10-28 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/directory.c, dlls/ntdll/file.c, dlls/ntdll/ntdll_misc.h:
|
|
|
|
|
Added an implementation of the FSCTL_DISMOUNT_VOLUME ioctl that
|
|
|
|
|
attempts to unmount the Unix device.
|
|
|
|
|
|
|
|
|
|
2005-10-28 Ivan Leo Puoti <ivanleo@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/om.c, include/winternl.h:
|
|
|
|
|
Fix NtQueryDirectoryObject prototype, documentation, and the
|
|
|
|
|
definition of the structure it uses.
|
|
|
|
|
|
|
|
|
|
2005-10-28 Huw Davies <huw@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/gdi/dc.c, dlls/gdi/tests/.cvsignore, dlls/gdi/tests/Makefile.in,
|
|
|
|
|
dlls/gdi/tests/mapping.c:
|
|
|
|
|
xform can be NULL when setting the identity.
|
|
|
|
|
|
|
|
|
|
2005-10-28 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/install.c:
|
|
|
|
|
Fix a memory leak.
|
|
|
|
|
|
|
|
|
|
2005-10-28 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shelllink.c:
|
|
|
|
|
Handle MSI advertised shortcuts in the shelllink object.
|
|
|
|
|
|
|
|
|
|
2005-10-28 Henning Gerhardt <henning.gerhardt@web.de>
|
|
|
|
|
|
|
|
|
|
* programs/regedit/De.rc:
|
|
|
|
|
Update the German resource file.
|
|
|
|
|
|
|
|
|
|
2005-10-28 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/files.c:
|
|
|
|
|
Put the UI update code for cabinet file into a separate function.
|
|
|
|
|
|
|
|
|
|
2005-10-28 Oliver Stieber <oliver_stieber@yahoo.co.uk>
|
|
|
|
|
|
|
|
|
|
* dlls/version/install.c:
|
|
|
|
|
Correct the way that VerFindFileA checks for a file that is
|
|
|
|
|
exclusively locked.
|
|
|
|
|
|
|
|
|
|
2005-10-28 Saulius Krasuckas <saulius.krasuckas@ieee.org>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/tests/thread.c:
|
|
|
|
|
Test CreateThread() for reception of NULL pointer to TID.
|
|
|
|
|
|
|
|
|
|
2005-10-28 Saulius Krasuckas <saulius.krasuckas@ieee.org>
|
|
|
|
|
|
|
|
|
|
* dlls/user/tests/msg.c:
|
|
|
|
|
Don't pass CreateThread() with a NULL pointer to TID as Win9x does not
|
|
|
|
|
create a thread then.
|
|
|
|
|
|
|
|
|
|
2005-10-28 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/msi.c:
|
|
|
|
|
Return an error in MsiGetComponentPathW if passed a null component.
|
|
|
|
|
|
|
|
|
|
2005-10-28 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/cond.y:
|
|
|
|
|
Fix error handling in MsiEvaluateCondition.
|
|
|
|
|
|
|
|
|
|
2005-10-28 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/files.c:
|
|
|
|
|
Translate INVALID_HANDLE_VALUE to zero for cabinet handles.
|
|
|
|
|
|
|
|
|
|
2005-10-28 Saulius Krasuckas <saulius.krasuckas@ieee.org>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/tests/console.c:
|
|
|
|
|
Don't send a CTRL_C_EVENT signal to console if we are on Win9x and
|
|
|
|
|
console signal handler is set to NULL.
|
|
|
|
|
|
|
|
|
|
2005-10-28 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/comctl32/header.c:
|
|
|
|
|
Unify HEADER_InsertItem[A/W] into one function.
|
|
|
|
|
|
|
|
|
|
2005-10-28 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/files.c:
|
|
|
|
|
Fix a memory leak in the cabinet extracting code.
|
|
|
|
|
|
|
|
|
|
2005-10-28 Juan Lang <juan_lang@yahoo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/crypt32/cert.c, dlls/crypt32/encode.c, dlls/crypt32/protectdata.c:
|
|
|
|
|
Use CryptMem functions for internal memory allocation.
|
|
|
|
|
|
|
|
|
|
2005-10-28 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* programs/regedit/De.rc:
|
|
|
|
|
Added German resources for regedit's find dialog.
|
|
|
|
|
|
|
|
|
|
2005-10-28 James Hawkins <truiken@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/internet.c:
|
|
|
|
|
Correct parameter names for InternetSetFilePointer.
|
|
|
|
|
|
|
|
|
|
2005-10-28 Michael Stefaniuc <mstefani@redhat.de>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/variant.c:
|
|
|
|
|
Handle VT_DECIMAL in VarCmp().
|
|
|
|
|
|
|
|
|
|
2005-10-28 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/wcs.c:
|
|
|
|
|
Use the correct buffer - reported by Jesse Allen.
|
|
|
|
|
|
|
|
|
|
2005-10-28 Saulius Krasuckas <saulius.krasuckas@ieee.org>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/tests/thread.c:
|
|
|
|
|
Add a test for GetThreadExitCode.
|
|
|
|
|
Use GetModuleHandleA as kernel32 should be present on every system.
|
|
|
|
|
|
|
|
|
|
2005-10-28 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shelllink.c:
|
|
|
|
|
Implement IContextMenu::QueryContextMenu and
|
|
|
|
|
IContextMenu::InvokeCommand.
|
|
|
|
|
|
|
|
|
|
2005-10-28 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/msi.spec:
|
|
|
|
|
Fix MsiGetPropertyA/W spec declarations.
|
|
|
|
|
|
|
|
|
|
2005-10-28 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/action.c, dlls/msi/files.c:
|
|
|
|
|
Create component folders in the CreateFolders action.
|
|
|
|
|
|
|
|
|
|
2005-10-28 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* programs/winecfg/appdefaults.c:
|
|
|
|
|
Define OS environment variable on WinNT versions.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/file.c, dlls/ntdll/sync.c, dlls/ntdll/virtual.c,
|
|
|
|
|
include/wine/server_protocol.h, server/event.c, server/handle.c,
|
|
|
|
|
server/handle.h, server/mailslot.c, server/mapping.c, server/mutex.c,
|
|
|
|
|
server/named_pipe.c, server/protocol.def, server/semaphore.c,
|
|
|
|
|
server/timer.c, server/trace.c, server/winstation.c:
|
|
|
|
|
- Send whole OBJECT_ATTRIBUTES.Attributes to the server not just an
|
|
|
|
|
inherit flag.
|
|
|
|
|
- Pass DesiredAccess to the server when creating mailslot.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Ivan Leo Puoti <ivanleo@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/mapi32/tests/Makefile.in, dlls/mapi32/tests/prop.c:
|
|
|
|
|
Allow mapi32 tests to load and exit gracefully if mapi32.dll isn't
|
|
|
|
|
installed.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Ivan Leo Puoti <ivanleo@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/advapi32/tests/registry.c:
|
|
|
|
|
Delete a temp file.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Vijay Kiran Kamuju <infyquest@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/internet.c:
|
|
|
|
|
Add default implementation for max_conn_pre_*_server flag.
|
|
|
|
|
Add stubs for the above flags in InternetSetOption.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Phil Krylov <phil@newstar.rinet.ru>
|
|
|
|
|
|
|
|
|
|
* dlls/gdi/clipping.c, dlls/gdi/dc.c, dlls/gdi/enhmfdrv/bitblt.c,
|
|
|
|
|
dlls/gdi/font.c:
|
|
|
|
|
Fixed SetTextAlign(), SetBkMode(), SetROP2(), SetPolyFillMode(), and
|
|
|
|
|
SetStretchBltMode() to assume that the corresponding DC driver
|
|
|
|
|
functions return only a BOOL success flag, and therefore a proper
|
|
|
|
|
return value should be generated by the main function. Fixed
|
|
|
|
|
EMFDRV_StretchDIBits() to return a proper value (like
|
|
|
|
|
MFDRV_StretchDIBits already does). Added comments about other cases of
|
|
|
|
|
improper return values.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/user/input.c, dlls/user/listbox.c, dlls/user/message.c,
|
|
|
|
|
dlls/user/spy.c, include/winuser.h:
|
|
|
|
|
Add some missing USER definitions, add a couple of FIXMEs for not
|
|
|
|
|
implemented features.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/action.c, dlls/msi/custom.c:
|
|
|
|
|
If an action fails, print out its name as well as the error code. Use
|
|
|
|
|
%d for error codes so it's easy to match them up to something in
|
|
|
|
|
winerror.h.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/action.c, dlls/msi/action.h, dlls/msi/appsearch.c,
|
|
|
|
|
dlls/msi/classes.c, dlls/msi/custom.c, dlls/msi/format.c,
|
|
|
|
|
dlls/msi/helpers.c:
|
|
|
|
|
Rename load_dynamic_stringW to msi_dup_record_field to better describe
|
|
|
|
|
what it does, and replace a few instances with MSI_RecordGetString to
|
|
|
|
|
avoid allocating memory.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/user/tests/msg.c:
|
|
|
|
|
Add test for undocumented 0x4D message sent on F1.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Vijay Kiran Kamuju <infyquest@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/tests/printf.c:
|
|
|
|
|
Added a test case for %0f and %.0f.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/database.c, dlls/msi/msipriv.h, dlls/msi/table.c:
|
|
|
|
|
Implement transforms. This still includes some debugging code which
|
|
|
|
|
can be enabled by setting debug_transform to 1 in the relevant
|
|
|
|
|
places.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Robert Lunnon <bobl@optushome.com.au>
|
|
|
|
|
|
|
|
|
|
* dlls/wineps/init.c:
|
|
|
|
|
Reorder header files to avoid name space collision with symbol
|
|
|
|
|
PAGESIZE.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/Makefile.in, dlls/shell32/shfldr_unixfs.c,
|
|
|
|
|
dlls/shell32/tests/shlfolder.c:
|
|
|
|
|
Implemented UnixFolder's IPersistPropertyBag::Load method.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Alex Villacís Lasso <a_villacis@palosanto.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/tests/vartype.c:
|
|
|
|
|
Add tests for functionality implemented or corrected: multiplication,
|
|
|
|
|
division, cast to double, cast to string.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* include/rpcproxy.h:
|
|
|
|
|
Add the macros used in dlldata.c files.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/tmarshal.c:
|
|
|
|
|
There is no need to call IUnknown_QueryInterface since getting the
|
|
|
|
|
correct object is handled by the proxy manager.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/iconcache.c:
|
|
|
|
|
Remove iconcache pre-initialization hack, it's not necessary any
|
|
|
|
|
more.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Hans Leidekker <hans@it.vu.nl>
|
|
|
|
|
|
|
|
|
|
* tools/wineinstall:
|
|
|
|
|
Wine is beta software now.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/action.c:
|
|
|
|
|
Tidy up the RegisterProduct action a little.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Oliver Stieber <oliver_stieber@yahoo.co.uk>
|
|
|
|
|
|
|
|
|
|
* dlls/d3d8/device.c:
|
|
|
|
|
Release the OpenGL context when the device is released.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* programs/winecfg/Bg.rc, programs/winecfg/De.rc, programs/winecfg/En.rc,
|
|
|
|
|
programs/winecfg/Fi.rc, programs/winecfg/Fr.rc,
|
|
|
|
|
programs/winecfg/Ja.rc, programs/winecfg/Nl.rc,
|
|
|
|
|
programs/winecfg/No.rc, programs/winecfg/Ru.rc,
|
|
|
|
|
programs/winecfg/driveui.c, programs/winecfg/resource.h:
|
|
|
|
|
Get rid of the show dir symlink option.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/directory.c:
|
|
|
|
|
Make show_dir_symlinks the default and get rid of the option.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* server/fd.c:
|
|
|
|
|
Make the unmount_device request take a handle to the device file
|
|
|
|
|
itself instead of a handle to a file opened on the device.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Robert Reif <reif@earthlink.net>
|
|
|
|
|
|
|
|
|
|
* dlls/dxerr8/dxerr8.c, dlls/dxerr8/errors.dat, dlls/dxerr8/errors.h,
|
|
|
|
|
dlls/dxerr9/dxerr9.c, dlls/dxerr9/errors.dat, dlls/dxerr9/errors.h:
|
|
|
|
|
Added more error codes to dxerr8 and dxerr9 which were extracted from
|
|
|
|
|
MinGW win32api-3.3 file dxerr.c written by Filip Navara <xnavara@volny.cz>.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/tests/process.c:
|
|
|
|
|
Test for argv handling.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Ivan Leo Puoti <ivanleo@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, include/winternl.h:
|
|
|
|
|
Add stub implementation for NtAccessCheckAndAuditAlarm.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Stefan Leichter <Stefan.Leichter@camLine.com>
|
|
|
|
|
|
|
|
|
|
* include/advpub.h:
|
|
|
|
|
Declare ExecuteCab and TranslateInfString.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Juan Lang <juan_lang@yahoo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/crypt32/crypt32.spec, dlls/crypt32/main.c,
|
|
|
|
|
dlls/crypt32/tests/main.c, include/wincrypt.h:
|
|
|
|
|
Implement CryptMem and undocumented I_Crypt*Tls functions, with tests.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Oliver Stieber <oliver_stieber@yahoo.co.uk>
|
|
|
|
|
|
|
|
|
|
* dlls/wined3d/vertexshader.c:
|
|
|
|
|
Correct the number of parameters expected for the LRP function.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Oliver Stieber <oliver_stieber@yahoo.co.uk>
|
|
|
|
|
|
|
|
|
|
* dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/indexbuffer.c,
|
|
|
|
|
dlls/d3d8/vertexbuffer.c:
|
|
|
|
|
Changed index and vertex buffer so that internal references are
|
|
|
|
|
counted separately to external ones.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Jonathan Ernst <Jonathan@ErnstFamily.ch>
|
|
|
|
|
|
|
|
|
|
* programs/regedit/Fr.rc:
|
|
|
|
|
Updated French resources.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shellord.c:
|
|
|
|
|
Correctly handle flags parameter in SHAddToRecentDocs.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Marcus Meissner <marcus@jet.franken.de>
|
|
|
|
|
|
|
|
|
|
* aclocal.m4, configure:
|
|
|
|
|
Print first line of LDD output only.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/wcs.c:
|
|
|
|
|
Missing and zero precision specifiers are different.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/regsvr.c, include/ocidl.idl:
|
|
|
|
|
Add IFontEventsDisp and IProvideMultipleClassInfo.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/comctl32/header.c:
|
|
|
|
|
Unify HEADER_SetItem[A/W] into one function.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/shell32/shelllink.c:
|
|
|
|
|
Add the IObjectWithSite interface.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/user/tests/menu.c:
|
|
|
|
|
Add a currently failing test case for menus.
|
|
|
|
|
|
|
|
|
|
2005-10-27 Robert Reif <reif@earthlink.net>
|
|
|
|
|
|
|
|
|
|
* dlls/dsound/dsound_private.h, dlls/dsound/duplex.c:
|
|
|
|
|
Remove unused variable from IDirectSoundFullDuplexImpl.
|
|
|
|
|
Move DirectSoundFullDuplexCreate to get rid of forward declarations.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/file.c:
|
|
|
|
|
In FindNextFileExW don't report directory symlinks that point to one
|
|
|
|
|
of the parent directories, to avoid infinite recursions.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/action.c, dlls/msi/msipriv.h, dlls/msi/msiquery.c,
|
|
|
|
|
dlls/msi/table.c:
|
|
|
|
|
Create a stub function to apply a single table transform and call it
|
|
|
|
|
where we need to apply transforms.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Huw Davies <huw@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/rpcrt4/cstub.c, dlls/rpcrt4/ndr_midl.c, dlls/rpcrt4/rpcrt4.spec,
|
|
|
|
|
include/rpcproxy.h:
|
|
|
|
|
Stubs for NdrStubForwardingFunction and NdrCStdStubBuffer2_Release
|
|
|
|
|
along with a few related defines.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Alex Villacís Lasso <a_villacis@palosanto.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/vartype.c:
|
|
|
|
|
Implement complete VarDecDiv() for any valid DECIMAL.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/loader.c:
|
|
|
|
|
Attach to implicitly loaded builtin dlls on process startup.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Krzysztof Foltman <wdev@foltman.com>
|
|
|
|
|
|
|
|
|
|
* programs/regedit/En.rc, programs/regedit/Pl.rc, programs/regedit/edit.c,
|
|
|
|
|
programs/regedit/framewnd.c, programs/regedit/main.h,
|
|
|
|
|
programs/regedit/resource.h, programs/regedit/treeview.c:
|
|
|
|
|
- Added Find functions
|
|
|
|
|
- Some refactoring that made Find functions possible
|
|
|
|
|
- GetItemPath returns a heap-allocated string
|
|
|
|
|
- subtree update put into a separate function UpdateExpandingTree
|
|
|
|
|
- error() utility function made public
|
|
|
|
|
- Find functions are grayed/ungrayed based on context (which fixes
|
|
|
|
|
invalid 'grayed' flag in some localizations).
|
|
|
|
|
- InvalidateRect to fix display glitches coming from using
|
|
|
|
|
WM_SETREDRAW.
|
|
|
|
|
- English and Polish resource updates (Find dialog box and Find menu
|
|
|
|
|
options, string not found message).
|
|
|
|
|
|
|
|
|
|
2005-10-26 Huw Davies <huw@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/tmarshal.c:
|
|
|
|
|
Treat paramflags == 0 like PARAMFLAG_FIN.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Alex Villacís Lasso <a_villacis@palosanto.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/vartype.c:
|
|
|
|
|
Implement complete VarDecMul() for any valid DECIMAL.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/action.c:
|
|
|
|
|
Enumerate the substorage transforms for any patches that are passed on
|
|
|
|
|
the command line with PATCH=. Need to implement
|
|
|
|
|
table_apply_transform() before this will do anything interesting.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Michael Jung <mjung@iss.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/user/exticon.c, dlls/user/tests/resource.c:
|
|
|
|
|
- Try LoadLibrary/LoadImage to extract icons from wine's built-in dlls
|
|
|
|
|
if SearchPath fails to find the requested file in
|
|
|
|
|
PrivateExtractIcons.
|
|
|
|
|
- Some unit tests for PrivateExtractIcons.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Michael Stefaniuc <mstefani@redhat.de>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/variant.c:
|
|
|
|
|
Handle VT_CY in VarDiv().
|
|
|
|
|
|
|
|
|
|
2005-10-26 Detlef Riekenberg <wine.dev@web.de>
|
|
|
|
|
|
|
|
|
|
* dlls/version/info.c:
|
|
|
|
|
Updated trace to support VERSIONED_PRINTER.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Peter Beutner <p.beutner@gmx.net>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/cdrom.c:
|
|
|
|
|
Proper implementation of IOCTL_{STORAGE,CDROM}_CHECK_VERIFY.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ole32/defaulthandler.c:
|
|
|
|
|
Implement a Stop function and use this to properly implement
|
|
|
|
|
IOleObject_Close, IAdviseSink_OnClose and the destructor.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Robert Shearman <rob@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/tmarshal.c:
|
|
|
|
|
- Forward IDispatch functions to the MIDL-generated proxy.
|
|
|
|
|
- Remove special cases caused by previous marshaling of IDispatch &
|
|
|
|
|
IUnknown that is no longer done.
|
|
|
|
|
- Add error messages if an IUnknown or IDispatch method is called when
|
|
|
|
|
it no longer should be.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Alex Villacís Lasso <a_villacis@palosanto.com>
|
|
|
|
|
|
|
|
|
|
* dlls/oleaut32/vartype.c:
|
|
|
|
|
Implement complete VarBstrFromDec() for any valid DECIMAL, with
|
|
|
|
|
internationalization support borrowed from VARIANT_BstrFromReal(). The
|
|
|
|
|
decimal fix for VARIANT_BstrFromReal was encapsulated in a separate
|
|
|
|
|
function and reused.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/user/tests/msg.c:
|
|
|
|
|
Silently ignore WM_PAINT in msg tests.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* include/winternl.h:
|
|
|
|
|
Add OBJECT_BASIC_INFORMATION to winternl.h.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/ntdll/file.c:
|
|
|
|
|
Cosmetic changes to NtCreateNamedPipeFile change "oa" to "attr".
|
|
|
|
|
|
|
|
|
|
2005-10-26 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/msipriv.h, dlls/msi/suminfo.c:
|
|
|
|
|
Create an internal handle-free api for reading MSI database summary
|
|
|
|
|
information.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Mike McCormack <mike@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/msi/dialog.c:
|
|
|
|
|
Switch back to using IPicture to load images. LoadImage did the
|
|
|
|
|
resizing for us, but doesn't handle jpeg files and requires us writing
|
|
|
|
|
a temp file, whereas IPicture handles jpeg files and can load directly
|
|
|
|
|
from a stream.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Dmitry Timoshkov <dmitry@codeweavers.com>
|
|
|
|
|
|
|
|
|
|
* dlls/gdi/gdiobj.c, dlls/gdi/tests/gdiobj.c, include/wingdi.h:
|
|
|
|
|
Add a test for GetCurrentObject, make it pass under Wine.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Ivan Leo Puoti <ivanleo@gmail.com>
|
|
|
|
|
|
|
|
|
|
* dlls/secur32/tests/Makefile.in, dlls/secur32/tests/main.c:
|
|
|
|
|
Make secur32.dll tests load on nt 4.0.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Hans Leidekker <hans@it.vu.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/odbccp32/odbccp32.c:
|
|
|
|
|
Implement SQLInstallDriverManager.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Stefan Huehner <stefan@huehner.org>
|
|
|
|
|
|
|
|
|
|
* dlls/msxml3/domdoc.c, dlls/msxml3/tests/domdoc.c:
|
|
|
|
|
Fix IXMLDOMDocument error handling.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Eric Pouech <eric.pouech@wanadoo.fr>
|
|
|
|
|
|
|
|
|
|
* dlls/msvcrt/undname.c:
|
|
|
|
|
Previous fix incorrectly removed all test for strings starting with
|
|
|
|
|
'?', this is only valid when undname is called with the 'NO_ARGUMENTS'
|
|
|
|
|
flags.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Stefan Leichter <Stefan.Leichter@camLine.com>
|
|
|
|
|
|
|
|
|
|
* dlls/winspool/tests/info.c:
|
|
|
|
|
Fix for GetPrinterDriverDirectoryA test.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Vitaliy Margolen <wine-patch@kievinfo.com>
|
|
|
|
|
|
|
|
|
|
* dlls/kernel/tests/path.c:
|
|
|
|
|
Test for return value from CreateDirectory("c:").
|
|
|
|
|
|
|
|
|
|
2005-10-26 Jacek Caban <jack@itma.pwr.wroc.pl>
|
|
|
|
|
|
|
|
|
|
* dlls/wininet/http.c, dlls/wininet/internet.h:
|
|
|
|
|
Make functions static.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Jan Nieuwenhuizen <janneke@gnu.org>
|
|
|
|
|
|
|
|
|
|
* programs/notepad/main.c:
|
|
|
|
|
Windows XP does not always include the executable file name on the
|
|
|
|
|
command line.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Jan Nieuwenhuizen <janneke@gnu.org>
|
|
|
|
|
|
|
|
|
|
* programs/notepad/dialog.c:
|
|
|
|
|
Need an explicit truncate command to shorten the length of a file.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
|
|
|
|
|
|
|
|
|
|
* dlls/capi2032/cap20wxx.c:
|
|
|
|
|
Fix gcc 4 warnings.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Saulius Krasuckas <saulius.krasuckas@ieee.org>
|
|
|
|
|
|
|
|
|
|
* dlls/gdi/tests/metafile.c:
|
|
|
|
|
Link to {G|S}etRelAbs() during runtime as Win9x OSes miss them.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Rein Klazes <wijn@wanadoo.nl>
|
|
|
|
|
|
|
|
|
|
* dlls/user/tests/text.c, dlls/user/text.c:
|
|
|
|
|
Fixed a lot of bugs in TEXT_TabbedTextOut. With the test cases used to
|
|
|
|
|
find them.
|
|
|
|
|
|
|
|
|
|
2005-10-26 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* ChangeLog, documentation/ChangeLog.ALPHA:
|
|
|
|
|
Start a new ChangeLog file. Older changes moved to
|
|
|
|
|
documentation/ChangeLog.ALPHA.
|
|
|
|
|
|
|
|
|
|
2005-10-25 Alexandre Julliard <julliard@winehq.org>
|
|
|
|
|
|
|
|
|
|
* ANNOUNCE, ChangeLog, VERSION, configure:
|
|
|
|
|
Release 0.9.
|
|
|
|
|
|
|
|
|
|
----------------------------------------------------------------
|