Tom Wickline [Mon, 16 Aug 2004 19:58:08 +0000 (19:58 +0000)]
Remove rewind section due to lack of updates.
Remove old list of contributors that gave to the wpf.
Link to history page in question asking about wine's history.
Change WineX name to Cedega.
Use current wine version in answer.
Rein Klazes [Mon, 16 Aug 2004 19:57:30 +0000 (19:57 +0000)]
Fix a crash saving a file without file name extension and without
extension filter.
Mike McCormack [Mon, 16 Aug 2004 19:57:05 +0000 (19:57 +0000)]
Clean up messy comment in SHFileOperation.
Reduce the number of goto labels in SHFileOperation by one.
Zach Gorman [Mon, 16 Aug 2004 19:50:44 +0000 (19:50 +0000)]
Propsheet pages need WS_EX_CONTROLPARENT style.
Steven Edwards [Mon, 16 Aug 2004 19:50:13 +0000 (19:50 +0000)]
Added stubs for LcidToRfc1766[A/W].
Christian Costa [Mon, 16 Aug 2004 19:49:46 +0000 (19:49 +0000)]
Fixed a bug that made the connection possible whereas no suitable
media type has be found during the negotiation.
Fixed the release of the media sample in PullPin_Thread_Process.
Added and fixed a lot of traces.
Aric Stewart [Mon, 16 Aug 2004 19:49:16 +0000 (19:49 +0000)]
devguid.h defines device class GUIDs used in device detection and
classification.
Aric Stewart [Mon, 16 Aug 2004 19:48:00 +0000 (19:48 +0000)]
Add some GUIDs from the win2k DDK that are used for USB devices.
Mike McCormack [Mon, 16 Aug 2004 19:47:21 +0000 (19:47 +0000)]
Move declaration of LSA* structs to ntsecapi.h.
Francois Gouget [Mon, 16 Aug 2004 19:46:09 +0000 (19:46 +0000)]
Add the CCHILDREN_TITLEBAR+1 and NUM_POINTS macros.
Add a couple base types that winapi_test does not know how to parse.
Fix a bug so that 'signed' and 'unsigned' are recognised as valid
types.
Alexandre Julliard [Sat, 14 Aug 2004 02:06:12 +0000 (02:06 +0000)]
Markus Amsler [Sat, 14 Aug 2004 00:49:39 +0000 (00:49 +0000)]
Add DOS editing key support in BUFFERED INPUT.
Alexandre Julliard [Sat, 14 Aug 2004 00:44:08 +0000 (00:44 +0000)]
WM_NEXTDLGCTL should not change the default button ID (based on a
patch by Krishna Murthy).
Jacek Caban [Sat, 14 Aug 2004 00:42:46 +0000 (00:42 +0000)]
Translation update.
Jacek Caban [Sat, 14 Aug 2004 00:42:35 +0000 (00:42 +0000)]
Fix a bug in passing parameters to CFn_WMInitDialog and CFn_WMCommand
in FormatCharDlgProcW.
Francois Gouget [Sat, 14 Aug 2004 00:42:12 +0000 (00:42 +0000)]
Avoid annoying 'macro redefinition' warnings by defining
WIN32_NO_STATUS at the right time.
Define _WIN32_WINNT otherwise we are missing some symbols with the
Windows headers.
Francois Gouget [Fri, 13 Aug 2004 23:55:43 +0000 (23:55 +0000)]
Fix the PSID and PSECURITY_DESCRIPTOR types.
Add PISID and PISECURITY_DESCRIPTOR.
Hans Leidekker [Fri, 13 Aug 2004 23:53:44 +0000 (23:53 +0000)]
Fix signed/unsigned comparison warnings.
Robert Reif [Fri, 13 Aug 2004 23:50:18 +0000 (23:50 +0000)]
More WAVEOUTCAPSW tests.
Francois Gouget [Fri, 13 Aug 2004 23:22:30 +0000 (23:22 +0000)]
The Windows headers don't define PEXCEPTION_REGISTRATION_RECORD.
Remove it.
Mike McCormack [Fri, 13 Aug 2004 23:20:27 +0000 (23:20 +0000)]
Implement SetThreadToken using NtSetInformationThread.
Francois Gouget [Fri, 13 Aug 2004 23:19:37 +0000 (23:19 +0000)]
Fix compilation of the wininet generated tests with the Windows
headers.
Francois Gouget [Fri, 13 Aug 2004 19:49:53 +0000 (19:49 +0000)]
The Windows headers support for NONAMELESSUNION and NONAMELESSSTRUCT
is unusable. So don't force this mode. Instead check whether
NONAMELESSUNION and/or NONAMELESSSTRUCT are set (by the Wine headers)
and define custom access macros accordingly.
Christian Costa [Fri, 13 Aug 2004 19:49:16 +0000 (19:49 +0000)]
Added missing initialization of the filesource output pin critical
section.
Avoid indefinite wait when calling GetOverlappedResult.
Fixed initial refcount of the IMemAllocator object.
Improved some traces.
Huw Davies [Fri, 13 Aug 2004 19:48:55 +0000 (19:48 +0000)]
If a device doesn't support device bitmaps, then store the bits on the
gdi side.
Jacek Caban [Fri, 13 Aug 2004 19:48:40 +0000 (19:48 +0000)]
Added Polish translation.
Huw Davies [Fri, 13 Aug 2004 19:48:25 +0000 (19:48 +0000)]
Fix first parameter of GetDefaultPrinterA|W.
Robert Reif [Fri, 13 Aug 2004 19:48:04 +0000 (19:48 +0000)]
Add WAVE_FORMAT_EXTENSIBLE.
Huw Davies [Fri, 13 Aug 2004 19:47:29 +0000 (19:47 +0000)]
Sync with dibsection in SetDIBitsToDevice.
Robert Reif [Fri, 13 Aug 2004 19:47:11 +0000 (19:47 +0000)]
Fix BSD build.
Francois Gouget [Fri, 13 Aug 2004 19:46:43 +0000 (19:46 +0000)]
The Windows headers don't define the DRV_QUERYDEVICEINTERFACE(SIZE)
macros.
Francois Gouget [Fri, 13 Aug 2004 19:46:28 +0000 (19:46 +0000)]
Rename ResourceHandle to Reserved in the IMAGE_RESOURCE_DATA_ENTRY
structure to match the Windows headers.
James Hawkins [Fri, 13 Aug 2004 19:45:40 +0000 (19:45 +0000)]
If the pszProvName param of CryptEnumProviders is too small to hold
the provider name, SetLastError to ERROR_MORE_DATA.
Jon Griffiths [Fri, 13 Aug 2004 19:44:49 +0000 (19:44 +0000)]
Make pattern brush data const.
Robert Reif [Fri, 13 Aug 2004 19:44:29 +0000 (19:44 +0000)]
More dsound tests error message cleanups.
Only display verbose information when in interactive mode.
Robert Reif [Fri, 13 Aug 2004 19:42:36 +0000 (19:42 +0000)]
Better mmap failure error message.
Alexandre Julliard [Fri, 13 Aug 2004 00:44:22 +0000 (00:44 +0000)]
Moved ICOM_THIS_MULTI definition out of objbase.h and into the files
that use it.
Alexandre Julliard [Fri, 13 Aug 2004 00:42:09 +0000 (00:42 +0000)]
We don't need the shared heap on non-i386 platforms.
Robert Reif [Fri, 13 Aug 2004 00:41:34 +0000 (00:41 +0000)]
Use GlobalMemoryStatusEx in GlobalMemoryStatus rather than the other
way around.
Markus Amsler [Fri, 13 Aug 2004 00:39:58 +0000 (00:39 +0000)]
Make FINDFIRST working with /.
Marcus Meissner [Fri, 13 Aug 2004 00:39:29 +0000 (00:39 +0000)]
If the current menu handle is already set, do not set it again.
Markus Amsler [Fri, 13 Aug 2004 00:39:16 +0000 (00:39 +0000)]
Make environment variables uppercase.
Steven Edwards [Fri, 13 Aug 2004 00:38:59 +0000 (00:38 +0000)]
Implemented DllRegisterServer and DllUnregisterServer.
Alexandre Julliard [Thu, 12 Aug 2004 23:00:51 +0000 (23:00 +0000)]
Get rid of the non-standard ICOM_VTABLE macro.
Aric Stewart [Thu, 12 Aug 2004 20:28:42 +0000 (20:28 +0000)]
Added some more needed structs and constants.
Jacek Caban [Thu, 12 Aug 2004 20:28:12 +0000 (20:28 +0000)]
Implemented IsOS function.
Thomas Weidenmüller [Thu, 12 Aug 2004 20:27:01 +0000 (20:27 +0000)]
Correct tooltips behavior.
Aric Stewart [Thu, 12 Aug 2004 20:26:42 +0000 (20:26 +0000)]
Added 2 more bus types.
Huw Davies [Thu, 12 Aug 2004 20:02:39 +0000 (20:02 +0000)]
Repect the width of both the src and dst when calculating how many
pixels to copy in a dib <-> bmp operation.
Emmanuel Maillard [Thu, 12 Aug 2004 20:02:11 +0000 (20:02 +0000)]
Define -install_name for dynamics libraries to prevent usage of
DYLD_LIBRARY_PATH.
Mike McCormack [Thu, 12 Aug 2004 20:01:55 +0000 (20:01 +0000)]
Prevent listview from crashing when a null sort function is passed to
LVM_SORTITEMS.
Robert Reif [Thu, 12 Aug 2004 20:01:32 +0000 (20:01 +0000)]
Speed up mixing and unmixing by moving sample size and buffer wrap
tests to outside the loop. The code is not as compact or pretty but
it should be faster.
Alexandre Julliard [Thu, 12 Aug 2004 19:52:49 +0000 (19:52 +0000)]
Get rid of the non-standard ICOM_VFIELD macro.
Alexandre Julliard [Thu, 12 Aug 2004 03:33:30 +0000 (03:33 +0000)]
Get rid of the non-standard ICOM_DEFINE macro.
Robert Reif [Thu, 12 Aug 2004 03:29:39 +0000 (03:29 +0000)]
Start cleaning up error messages.
Don't print verbose info unless in interactive mode or debugging.
Alexandre Julliard [Thu, 12 Aug 2004 03:27:50 +0000 (03:27 +0000)]
Automatically disable 16-bit support in the PE build.
Tom Wickline [Thu, 12 Aug 2004 03:24:58 +0000 (03:24 +0000)]
Use builtin msi.dll.
James Hawkins [Thu, 12 Aug 2004 03:24:20 +0000 (03:24 +0000)]
Added tests for CryptEnumProviders.
James Hawkins [Thu, 12 Aug 2004 03:24:10 +0000 (03:24 +0000)]
Cleanup A->W cross call in CryptEnumProviders.
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.