Alexandre Julliard [Wed, 11 Aug 2004 23:59:06 +0000 (23:59 +0000)]
Avoid some non-portable makefile constructs, and get rid of the
ALTNAMES variable.
Tom Wickline [Wed, 11 Aug 2004 23:46:01 +0000 (23:46 +0000)]
Update the dlls section.
Hans Leidekker [Wed, 11 Aug 2004 23:45:34 +0000 (23:45 +0000)]
Fix signed/unsigned comparison warnings.
Alexandre Julliard [Wed, 11 Aug 2004 20:59:09 +0000 (20:59 +0000)]
Avoid some non-portable makefile constructs.
Filip Navara [Wed, 11 Aug 2004 20:53:32 +0000 (20:53 +0000)]
Don't update infoPtr->dwStyle in LISTVIEW_WindowProc. It's already
handled in LISTVIEW_StyleChanged and LISTVIEW_Create processing.
Ignore WS_VSCROLL/WS_HSCROLL flags in infoPtr->dwStyle because they're
not always up-to-date.
Francois Gouget [Wed, 11 Aug 2004 20:52:37 +0000 (20:52 +0000)]
Remove LPFILESYSTEMBINDDATA as it's not defined in the standard
Windows headers.
Francois Gouget [Wed, 11 Aug 2004 19:43:45 +0000 (19:43 +0000)]
Modify widl to put the C COM macros inside an #ifdef COBJMACROS block
as is done in the Windows headers.
Add #define COBJMACROS where needed in Wine.
Fixes the compilation of the oleaut32/tests/olefont.c and
urlmon/tests/url.c conformance tests with the Windows headers.
Francois Gouget [Wed, 11 Aug 2004 19:36:17 +0000 (19:36 +0000)]
Don't define __WINE_USE_MSVCRT in the Visual C++ project. It is not
needed as it is defined by the Wine headers.
Use __WINE_USE_MSVCRT to detect whether we are being compiled with the
Wine MSVCRT headers or the Windows ones. In the latter case:
- don't try to include the Wine-specific msvcrt headers
- skip all the headers.c tests since there's no MSVCRT_* symbols to
check
Francois Gouget [Wed, 11 Aug 2004 19:35:34 +0000 (19:35 +0000)]
Add some missing definitions to mmreg.h.
Add #define NOBITMAP where needed in the Wine sources.
Fixes the compilation of msacm/tests/msacm.c with the Windows
headers.
Francois Gouget [Wed, 11 Aug 2004 19:34:45 +0000 (19:34 +0000)]
Don't include wine/debug.h when compiling on Windows.
GetCPInfoExA() is missing on some Windows platforms, load it
dynamically.
Huw Davies [Wed, 11 Aug 2004 19:34:20 +0000 (19:34 +0000)]
Don't try to rotate bitmap fonts.
Dmitry Timoshkov [Wed, 11 Aug 2004 18:53:02 +0000 (18:53 +0000)]
- add stubbed support for IEnumScript interface
- ConvertINetMultiByteToUnicode/ConvertINetUnicodeToMultiByte should
return required target length if the target buffer is NULL
- add the tests for all the above
- fix IMultiLanguage2 vtable (it was missing ConvertStringFromUnicodeEx)
Henning Gerhardt [Wed, 11 Aug 2004 18:51:58 +0000 (18:51 +0000)]
Program Files directory should not be in windows directory.
Francois Gouget [Wed, 11 Aug 2004 18:51:25 +0000 (18:51 +0000)]
Replace strcasecmp() with lstrcmpiA() to help compilation with Windows
headers.
Huw Davies [Wed, 11 Aug 2004 18:51:10 +0000 (18:51 +0000)]
Fix maskblt to work with any set of rops and to also take into account
the current brush. It also now works if the mask bitmap is already
selected into a dc.
Huw Davies [Wed, 11 Aug 2004 18:50:52 +0000 (18:50 +0000)]
Ever since win98 pattern brushes have been able to be larger than 8x8
pixels, so remove this restriction.
Francois Gouget [Wed, 11 Aug 2004 18:50:40 +0000 (18:50 +0000)]
Define _WIN32_WINNT otherwise we are missing some definitions with the
Windows headers.
Robert Reif [Wed, 11 Aug 2004 18:50:09 +0000 (18:50 +0000)]
Only print out verbose information when in interactive mode.
Robert Reif [Wed, 11 Aug 2004 18:49:52 +0000 (18:49 +0000)]
Only printout information when in interactive mode.
Huw Davies [Wed, 11 Aug 2004 18:49:34 +0000 (18:49 +0000)]
Don't ever return a bitmap font if the driver can't use it.
Robert Reif [Wed, 11 Aug 2004 18:48:46 +0000 (18:48 +0000)]
Only copy number of bytes specified up to size of DevCaps structure.
Steven Edwards [Wed, 11 Aug 2004 18:47:52 +0000 (18:47 +0000)]
Implemented AtlModuleTerm.
Robert Reif [Wed, 11 Aug 2004 00:18:13 +0000 (00:18 +0000)]
Fixed a bug where freqAdjust was not being updated properly when the
primary buffer format changed.
Mike McCormack [Wed, 11 Aug 2004 00:17:52 +0000 (00:17 +0000)]
Added a test for stat'ing a memory based storage file.
Hans Leidekker [Tue, 10 Aug 2004 23:43:21 +0000 (23:43 +0000)]
Fix signed/unsigned comparison warnings.
Ulrich Czekalla [Tue, 10 Aug 2004 23:42:52 +0000 (23:42 +0000)]
Avoid holding x11drv lock while calling function that grabs gdi
lock. Prevents potential deadly embrace.
Ulrich Czekalla [Tue, 10 Aug 2004 23:42:36 +0000 (23:42 +0000)]
Handle EINTR when polling.
Huw Davies [Tue, 10 Aug 2004 23:42:18 +0000 (23:42 +0000)]
We don't currently support horizontal stretching of bitmap fonts, so
we should ignore lfWidth.
Mike McCormack [Tue, 10 Aug 2004 23:41:58 +0000 (23:41 +0000)]
stat on memory storage should return a NULL name, not "".
Mike McCormack [Tue, 10 Aug 2004 23:41:35 +0000 (23:41 +0000)]
Fix the processing of the lpszHeaders field in HttpSendRequest.
Hans Leidekker [Mon, 9 Aug 2004 23:42:19 +0000 (23:42 +0000)]
Fix signed/unsigned comparison warnings.
Markus Amsler [Mon, 9 Aug 2004 23:39:40 +0000 (23:39 +0000)]
Fix EXEC function 01 (load but don't execute): initial ax has to be on
child's stack.
Markus Amsler [Mon, 9 Aug 2004 23:39:12 +0000 (23:39 +0000)]
Fixed drive mapping in GET ALLOCATION.
Dmitry Timoshkov [Mon, 9 Aug 2004 23:38:40 +0000 (23:38 +0000)]
Fix button behaviour on WM_SETFOCUS/WM_KILLFOCUS with a test case.
Huw Davies [Mon, 9 Aug 2004 23:38:10 +0000 (23:38 +0000)]
GetCharABCWidths should fail for non-scalable fonts.
Filip Navara [Mon, 9 Aug 2004 23:37:54 +0000 (23:37 +0000)]
Fix TOOLBAR_DrawMasked to correctly use image list mask.
Krishna Murthy [Mon, 9 Aug 2004 22:57:43 +0000 (22:57 +0000)]
Replaced LISTBOX_SetCaretIndex() with LISTBOX_MoveCaret() in
LB_SELECTSTRING handler so that the caret moves to the index and item
is highlighted.
Jon Griffiths [Mon, 9 Aug 2004 22:56:58 +0000 (22:56 +0000)]
Delete the about dialog font when the dialog is closed.
Francois Gouget [Mon, 9 Aug 2004 22:56:45 +0000 (22:56 +0000)]
Remove the assert()s that checked that IDirectSoundBuffer_Lock() is
given two distinct pointers.
José Manuel Ferrer Ortiz [Mon, 9 Aug 2004 22:56:20 +0000 (22:56 +0000)]
Updated translation.
Mike McCormack [Mon, 9 Aug 2004 22:55:47 +0000 (22:55 +0000)]
Implement A->W call for SetNamedSecurityInfo.
Stefan Leichter [Mon, 9 Aug 2004 22:55:35 +0000 (22:55 +0000)]
Added stub for CertFindCertificateInStore.
Huw D M Davies [Mon, 9 Aug 2004 22:55:03 +0000 (22:55 +0000)]
Fix compilation of winmm tests.
Huw Davies [Mon, 9 Aug 2004 22:54:33 +0000 (22:54 +0000)]
Try harder to match to a font if the family name is matches, but the
style is doesn't.
Filip Navara [Mon, 9 Aug 2004 22:54:14 +0000 (22:54 +0000)]
Use correct dialog title for Wizard 97 and correctly display header
bitmap for old-style Wizard 97.
James Hawkins [Mon, 9 Aug 2004 22:53:58 +0000 (22:53 +0000)]
Make CryptEnumProvidersA pcbProvName parameter contain the correct
size of the provider name on return.
Eric Kohl [Mon, 9 Aug 2004 19:48:04 +0000 (19:48 +0000)]
Move watermark and header bitmap loading code from
PROPSHEET_CreatePage into its own function PROPSHEET_LoadWizardBitmaps
and call this function from property sheet's dialog procedure.
Mike McCormack [Mon, 9 Aug 2004 19:46:47 +0000 (19:46 +0000)]
Use Heap function in preference to malloc/free.
Mike McCormack [Mon, 9 Aug 2004 19:46:15 +0000 (19:46 +0000)]
Fix definition of LookupPrivilegeNameW and declare it.
Mike McCormack [Mon, 9 Aug 2004 18:54:23 +0000 (18:54 +0000)]
Fix warnings generated with -Wsign-compare.
Huw Davies [Mon, 9 Aug 2004 18:52:51 +0000 (18:52 +0000)]
Break and default char are both relative to first char in the winfnt
header.
Mike McCormack [Mon, 9 Aug 2004 18:52:32 +0000 (18:52 +0000)]
Remove dead code.
Hans Leidekker [Mon, 9 Aug 2004 18:52:18 +0000 (18:52 +0000)]
Fix signed/unsigned comparison warnings.
James Hawkins [Mon, 9 Aug 2004 18:51:48 +0000 (18:51 +0000)]
Fix alloc failure check in CryptEnumProvidersW.
Mike McCormack [Mon, 9 Aug 2004 18:51:34 +0000 (18:51 +0000)]
Added a version resource.
Lionel Ulmer [Mon, 9 Aug 2004 18:50:35 +0000 (18:50 +0000)]
Do not initialize variables before going into the Render short-cut.
Dmitry Timoshkov [Mon, 9 Aug 2004 18:50:21 +0000 (18:50 +0000)]
module->addr_sorttab may be NULL due to a hack in
elf_new_wine_thunks.
Robert Reif [Mon, 9 Aug 2004 18:50:06 +0000 (18:50 +0000)]
Test different primary buffer formats while keeping the secondary
buffer format constant.
Marcus Meissner [Mon, 9 Aug 2004 18:49:42 +0000 (18:49 +0000)]
Marked some functions in debughlp as static.
Do not use REFIID as return, but IID*.
Ofir Petruska [Mon, 9 Aug 2004 18:48:49 +0000 (18:48 +0000)]
Default DesktopDoubleBuffered to true.
Mike Hearn [Mon, 9 Aug 2004 18:47:37 +0000 (18:47 +0000)]
Only trace FOURCC handler when one is specified
Mike McCormack [Mon, 9 Aug 2004 18:47:22 +0000 (18:47 +0000)]
Added a test for ConvertSidToStringSidW.
Mike McCormack [Mon, 9 Aug 2004 18:47:06 +0000 (18:47 +0000)]
Implemented ConvertSidToStringSidA/W.
Robert Reif [Mon, 9 Aug 2004 18:46:26 +0000 (18:46 +0000)]
Added some mixer tests.
Henning Gerhardt [Mon, 9 Aug 2004 18:45:49 +0000 (18:45 +0000)]
Translation update.
Vincent Béron [Mon, 9 Aug 2004 18:45:35 +0000 (18:45 +0000)]
Translation update.
Marcelo Duarte [Mon, 9 Aug 2004 18:45:21 +0000 (18:45 +0000)]
Translation update.
Robert Reif [Mon, 9 Aug 2004 18:45:05 +0000 (18:45 +0000)]
Change MIXER_GetDev to take pointer to returned address pointer and
return one of 3 possible return values rather than an address or
NULL.
Robert Reif [Mon, 9 Aug 2004 18:44:45 +0000 (18:44 +0000)]
Added missing define.
Vincent Béron [Mon, 9 Aug 2004 18:44:29 +0000 (18:44 +0000)]
Update WinXP version to SP2.
Thomas Weidenmüller [Fri, 6 Aug 2004 19:17:49 +0000 (19:17 +0000)]
Implemented syslink control.
Jacek Caban [Fri, 6 Aug 2004 19:00:08 +0000 (19:00 +0000)]
- Added Polish translation.
- Moved const "Nobody" string to resources to make translation
possible.
Huw Davies [Fri, 6 Aug 2004 18:59:31 +0000 (18:59 +0000)]
Actually pass the blend function on to the graphics driver.
Jon Griffiths [Fri, 6 Aug 2004 18:58:18 +0000 (18:58 +0000)]
Don't leak cache imagelists on exit.
Mike McCormack [Fri, 6 Aug 2004 18:58:04 +0000 (18:58 +0000)]
Add another test for InternetCrackUrlW.
Mike McCormack [Fri, 6 Aug 2004 18:57:53 +0000 (18:57 +0000)]
Fix the dwUrlPathLength returned by InternetCrackUrl when
lpszExtraInfo is null.
Robert Reif [Fri, 6 Aug 2004 18:57:36 +0000 (18:57 +0000)]
Added CAPS2 structures.
Dmitry Timoshkov [Fri, 6 Aug 2004 18:56:46 +0000 (18:56 +0000)]
Implement ConvertINetMultiByteToUnicode, ConvertINetUnicodeToMultiByte
and IsConvertINetStringAvailable by moving common code around, add a
stub for ConvertINetString.
Mike McCormack [Fri, 6 Aug 2004 17:35:31 +0000 (17:35 +0000)]
Fix declaration of OpenItem.
Huw Davies [Fri, 6 Aug 2004 17:31:39 +0000 (17:31 +0000)]
Maintain a cache (currently of up to 10) of unused fonts. This speeds
up apps that repeatedly recreate the same font.
Mike McCormack [Fri, 6 Aug 2004 17:31:17 +0000 (17:31 +0000)]
Implement A->W call for GetNamedSecurityInfo.
Christian Costa [Fri, 6 Aug 2004 17:30:44 +0000 (17:30 +0000)]
Implemented IDirect3DDevice{2,3}::GetLightState.
Fixed traces in execute buffers.
Updated copyright info.
Mike McCormack [Fri, 6 Aug 2004 17:30:20 +0000 (17:30 +0000)]
Fix warnings found with -Wsign-compare.
Robert Reif [Fri, 6 Aug 2004 17:30:00 +0000 (17:30 +0000)]
Adds debug name to remaining critical sections.
Huw Davies [Wed, 4 Aug 2004 19:10:26 +0000 (19:10 +0000)]
dlopen libungif and libjpeg.
Markus Amsler [Wed, 4 Aug 2004 19:08:19 +0000 (19:08 +0000)]
Pass debug exceptions to winedos.
Alexandre Julliard [Wed, 4 Aug 2004 18:33:06 +0000 (18:33 +0000)]
Authors: Dmitry Timoshkov <dmitry@codeweavers.com>, Mike McCormack <mike@codeweavers.com>
Added an implementation of mlang.dll and test cases for it.
José Manuel Ferrer Ortiz [Wed, 4 Aug 2004 18:17:10 +0000 (18:17 +0000)]
Updated some Spanish translations.
Filip Navara [Wed, 4 Aug 2004 18:16:27 +0000 (18:16 +0000)]
Destroy associated listview when IShellView is destroyed.
Huw Davies [Wed, 4 Aug 2004 18:16:13 +0000 (18:16 +0000)]
Convert gdi font list to use list.h.
Henning Gerhardt [Wed, 4 Aug 2004 18:15:56 +0000 (18:15 +0000)]
Updated the German translation.
Huw Davies [Wed, 4 Aug 2004 18:15:42 +0000 (18:15 +0000)]
Added top-down dib support to AlphaBlend.
Dmitry Timoshkov [Wed, 4 Aug 2004 18:15:27 +0000 (18:15 +0000)]
Added CLSID and IIDs for mlang.
Mike McCormack [Wed, 4 Aug 2004 18:15:04 +0000 (18:15 +0000)]
Moved FlushInstructionCache to ntdll.
Robert Reif [Wed, 4 Aug 2004 18:14:21 +0000 (18:14 +0000)]
Add CRITICAL_SECTION debug info.
Francois Gouget [Mon, 2 Aug 2004 22:29:02 +0000 (22:29 +0000)]
Play back what has been recorded when in interactive mode so that the
user can verify that the recording is correct.
Alexandre Julliard [Mon, 2 Aug 2004 22:25:01 +0000 (22:25 +0000)]
Make relay and snooping work for LoadLibrary+GetProcAddress sequence
(based on a patch by Dmitry Timoshkov).
Lionel Ulmer [Mon, 2 Aug 2004 22:21:30 +0000 (22:21 +0000)]
- add S3TC support to BltFast (fixes NOLF)
- proper surface unlocking in case of error in the Blt case
James Hawkins [Mon, 2 Aug 2004 22:21:12 +0000 (22:21 +0000)]
Cleanup A->W cross calls.
Thomas Weidenmueller [Mon, 2 Aug 2004 22:19:50 +0000 (22:19 +0000)]
Added support for PBS_MARQUEE style.