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.
|
|
|
|
|
|
|
|
|
|
----------------------------------------------------------------
|